﻿
/* https://blog.psprint.com/designing/unique-halloween-color-palettes/ */



body {

    font-family: Avantgarde, TeX Gyre Adventor, URW Gothic L, sans-serif;
    margin: 0;
    padding: 0;

    background-color: #5B851B;

}

img{
    width:100%;
    overflow:hidden;
    box-shadow: black 0px 0px 5px;
    height:300px;
}

.nav ul{
    list-style-type: none;
}

.nav li{
    display:inline;
    float:left;
}

.nav a,.header a{
    display: block;
    padding: 8px;
    background-color: #271908;
    text-decoration: none;
}

a:link{
    background-color: #271908;
    color: white;
}

a:hover{
    color: black;
    background-color:  #F28D28;
}

a:visited{
    background-color: #271908;
    color: white;
}

a:visited:hover{
    color: black;
    background-color: #F28D28;
}

a:active{
    background-color:#271908;
    color: white;
}





.labContainer{

    width:50%;
    float:left;
    box-sizing: border-box;
    padding: 5px;
    
}

.nav{

    float:left;
    clear: both;
    width: 100%;
    /*padding-bottom:20px;*/
    margin-bottom: 20px;
}

.header{
    text-align:center;
    padding-bottom: 25px;
}

.footer{
    text-align:center;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

    bottom:0px;
    width: 100%;
    clear:both;
}

.clear{
    clear:both;
}

.topContent{
    margin:auto;
    text-align:center;
    background-color: #80BF3E;
}

.wholePage{
    width:100%;
    padding: 20px;
    padding-bottom: 400px;
}

.halfPage{
    width:40%;
    float:left;
}

.halfPage ul{
    padding-left: 30px;
}

.halfPage p{
    font-size:14px;
}

.centeredPic{
    display:block;
    margin-left:auto;
    margin-right:auto;
    width:300px;
    height:300px;
    
}

.bioPic{
    background-color:#93FF92;
}

.imageContainer {
    width: 30%;
    float: left;
    box-sizing: border-box;
    padding: 5px;
    height:100px;
}

.SCPtxt{
    background-color:#93FF92; 
}


#bioContent{
    padding: 40px;

}

#bioContent p{
    font-size: 16px;
}

#dootingSkeleton{
    padding-left:50px;
    padding-right: 50px;
}

#skeletonContainer{
    width:100%;
    float: left;
    box-sizing: border-box;
}

#override{
    padding:50px;
}

#resume{
    padding:20px;
}



@media only screen and (max-width: 600px) {
    /*Changes for mobile*/

    .labContainer{

    width:100%;

}

    .imageContainer {
    width: 100%;
    padding-bottom: 500px;
    clear:both;
}

}