/*header styles*/
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr {
	margin: auto;
	padding: 0;
    font-weight: 100;
/*    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
/*    font-family: 'PT Sans', sans-serif;*/
/*    font-family: 'Muli', sans-serif;*/
}
html{
    font-family: 'Roboto', sans-serif;
}
a{
    text-decoration: none;
}
p{
    line-height: 1.4em;
    padding:1vh 0 1vh 0;
}
h3{
    font-size: 15px;
    font-weight: 700;
    padding-top: 20px;
}
.details li{
    padding-top: 5px;
    margin-left: 40px;
}
header { /*it turns to mobile when window width is <1025*/
    background-color: white;
    position: fixed;
    top:0;
    height:100px;
    width:100%;
    z-index: 1000;
}
main{ /*to make up for stuff that would be behind header */
    margin-top:100px;
    width:100%;
    height: 100%;
    font-size: 0;
}
#header-content{
    width: 1000px;
    margin: auto;
    position: relative;
}
#logo img{
    position: absolute;
    width: 250px;
    height:auto;
    margin-top:18px;
}
#motto{
    width: auto;
    height: auto;
    position:absolute;
    top:20px;
    right:20px;
    font-style: italic;
}
#motto p{
    font-family: 'Merriweather', serif;
    font-size:12px;
}
nav{
    position:absolute;
    right:0px;
    top:65px;
}

/*&&&&    NAVIGATION BAR    &&&&&&&&&&&&&&&*/

nav ul{ /* No bullets */
    list-style: none;
}
nav ul a{ /*no underlines on any links in nav */
    text-decoration: none;
    color: black;
}
nav ul li{ /* make each li a block  with list under it */
    width: 100px;
    float: right;
    height:30px;
    transition: height 0.5s;
    overflow: hidden;
}
nav ul li a{ /* make each dropdown link display stacked */
    display: block;
    padding-bottom: 10px;
    text-align: center;
/*
    border: solid #000;
    border-width: 0px 0px 5px 0px;
*/
}
.dropdown {
/*    background-color: white;*/
}

/* SPECIFIC TO CHANGE FOR EACH DROPDOWN */
#about:hover{
    height: 149px;
}
#services:hover{
    height: 235px;
}

/* COSMETICS */
nav ul li:hover {
/*    background-color: brown;*/
    border: solid #3876B3;
    border-width: 0px 0px 5px 0px;
}
nav ul li a{ /* styling for dropdown but not the titles */ 
/*** YOU MUST UNDO WHATEVER YOU DO HERE IN THE BLOCK BELOW**/
    padding: 10px 0px 10px 0px;
}
.title{ /*UNDO styling from above to make titles normal */
    padding: 0px 0px 0px 0px;
}
.dropdown:hover .drop-btn{
/*    background-color: brown;*/
}
.dropdown:hover {
    background-color: white;
}
.dropdown-content{
    margin-top:15px;
    background-color: gainsboro;
    font-size:15px;
}
.dropdown-content a:hover{
    color: white;
}
.current-tab{
    border: solid #3876B3;
    border-width: 0px 0px 5px 0px;
     font-weight: 700;
}
/*&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/


/*&&&&&&&&&&&&&&&&&& TOP PART &&&&&&&&&&&&&&&&&&&*/


/************ end of Top Part ***********/
#top-content-container{
    width:100%;
    background-color: black;
    display: block;
    padding-top:15%;
    position: relative;
}
#top-content{
    width:100%;
    height: 100%;
    position: absolute;
    top:0px;
    left:0px;
}

#head{
    font-size: 25px;
    width:60%;
    margin: auto;
    font-family: 'Merriweather', serif;
    margin-bottom: 2vh;
    color:#3876B3;
    margin-top:2.5vw;
}

#jobs-container{
    display: block;
    font-size:15px;
    width:60%;
    margin: auto;
    position: relative;
    padding-bottom: 3vw;
}
#jobs-container h1{
    margin: 1vh 0 1vh 0;
}
#positions{
    font-size: 20px;
    margin: auto;
    font-family: 'Merriweather', serif;
    margin-bottom: 2vh;
    color:#3876B3;
    margin-top:2.5vw;
}
.visible{
    display: block;
    width:100%;
    height:100%;
    margin-left:2vw;
}
#info-container h2{
    margin-left: 2vw;
}
.hasDetails{
    padding:1vw 0 1vw 0;
    font-size:20px;
}
.hasDetails:hover{
    text-decoration: underline;
    cursor: pointer;
}
.details{
    margin-left: 2vw;
    width: 100%;
    display: none;
    padding-bottom: 1vw;
}


#top{
    padding:4vh 0 4vh 0;
    display: block;
    font-size:20px;
    width: 90%;
}
#top-button{
    width:10px;
    cursor: pointer;
    float: right;
}

#shrouded{
    display: inline-block;
}

/********* end of bottom info part **********/

/*&&&&&&&&&&& FOOOTER &&&&&&&&&&&&&&&&&&&*/
footer{
    background-color: gainsboro;
    position: relative;
    padding-top:20px;
    font-size: 15px;
    width:100%;
    height: 155px;
}
#contact{
    position: absolute;
    right:20%;
}
#copyright{
    position: absolute;
    left:20%;
}
#name{
    font-weight: 600;
    padding-bottom: 10px;
}
#contact p{
    margin:3px 0 0vh 0;
    padding:1px;
}
#phone{
    padding: 5px 0 5px 0;
}
#fax{
    padding: 5px 0 5px 0;
}

/********* enf of Footer **********/