﻿

body {
    background-color: #504658;
}

header{
    margin-top: 10%;
}

footer {
    margin-top: -4%;
    margin-left: 25%;

}

#main {
    display: inline-block;
    background-color: white;
    width: 975px;
    height: 650px;
    position: static;
    margin-left: 5%;
    margin-right: 50%;
    margin-top: 5%;
}

#resume {
    display: inline-block;
    background-color: white;
    width: 875px;
    height: 650px;
    margin-left: 5%;
    padding-left:11%;
    padding-bottom:25px;
    margin-top: 5%;
    padding-right:-5%;
}

#main_shadow {
    background-color: #f0decb;
    width: 1000px;
    height: 675px;
    position: static;
    margin-left: 20%;
    margin-right: 20%;
}

#index_textbox {

    background-color: lightgray;
    width: 60%;
    height: 50%;
    position: static;
    margin-left: 20%;
    margin-right: 5%;
    //margin-top: -3%;
    opacity: .5;
    padding-top:15px;
}

#about_textbox {
    display: inline-block;
    float: right;
    background-color: lightgray;
    width: 48%;
    height: 72%;
    position: static;
    margin-left: 40%;
    margin-right: 5%;
    margin-top: -47%;
    opacity: .5;
}


h1 {
    margin-top: -1%;
    font-family: 'Beth Ellen';
    position:relative;
    color: #504658;
    font-size: 55px;
    text-align: center;
}

h2 {
    color: #333333;
    font-size: 40px;
    font-family: 'Telex';
    text-align: center;
    font-weight:bolder;
    padding-bottom: -30%;
}

.profileinfo {
    color: #333333;
    font-size: 18px;
    font-family: 'Catamaran';
    padding-left: 25px;
    padding-right: 25px;
    margin-top: -10%;
    text-align:center;
}

#labs_textbox {
    display: inline-block;
    float: right;
    background-color: lightgray;
    width: 48%;
    height: 72%;
    position: static;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: -44%;
    opacity: .5;
    overflow: scroll;
    padding-bottom:25px;
    padding-bottom:25px;
}

.labinfo {
    color: #333333;
    font-size: 18px;
    font-family: 'Catamaran';
    padding-left: 100px;
    padding-right: 100px;
    margin-top: 10%;
    margin-left: -10%;
    text-align: center;
}


img {
    display: inline-block;
    max-height: 72%;
}

.profileimg {
    display: inline-block;
    float: left;
    margin-left: 5%;
    margin-top: -2%;
    border-radius: 10%;
}

#nav {
    color: white;
    font-size: 20px;
    font-family: 'Agency FB';
    font-weight:bold;
    text-align: center;

}

.circle {
    display: inline-block;
    border-radius: 50%;
    height: 75px;
    width: 75px;
    background-color: #ffb5b5;
    color: white;
    font-family: 'Agency FB';
    font-size: 30px;
    text-align: center;
    margin-right: 100px;
    line-height: 75px;
}

.labsnav_container {
    margin-top:-5%;
}

.rectangle {
    height: 80px;
    width: 160px;
    background-color: #ce2e6c;
    margin-left: 5%;
    color: white;
    font-family: 'Agency FB';
    font-size: 30px;
    text-align: center;
    margin-right: 100px;
    line-height: 75px;
    margin-top: 5px;
    
}

    .rectangle:hover {
        background-color: #ffb5b5;
    }

.duedate_rectangle {
    height: 20px;
    width: 280px;
    background-color: #504658;
    color: #f0decb;
    margin-left: 20%;
    margin-top:-8%;
    padding-bottom:5px;
    letter-spacing:2px;
}

.tba {
    height: 80px;
    width: 160px;
    background-color: #504658;
    margin-left: 5%;
    color: white;
    font-family: 'Agency FB';
    font-size: 30px;
    text-align: center;
    margin-right: 100px;
    line-height: 75px;
    margin-top: 5px;
}

a{
    color:white;
}