/*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;
}
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;
}

/*&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/
.anchor{
     display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

/*&&&&&&&&&&&&&&&&&& 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;
}

/************ end of Top Part ***********/

#about-container{
     display:block;
    padding-top: 5vh;
    font-size: 15px;
}
#about-content{
    padding:0 0 2vh 0;
    width: 60%;
    text-align: justify;
}
#about-content p{
    padding:1vh 0 1vh 0;
}
#about-content h2{
    padding:2vh 0 1vh 0;
}
#team-container{
    display:block;
    padding-top: 5vh;
    padding-bottom: 5vh;
}

#team-container{
    display:block;
    padding-top: 5vh;
    padding-bottom: 5vh;
}
.head{
    font-size: 25px;
    width:60%;
    margin: auto;
    font-family: 'Merriweather', serif;
    margin-bottom: 2vh;
    color:#3876B3;
}
#top-team-part{
    position: relative;
    width:1000px;
    height: 300px;
    margin-bottom: 7vh;
    padding-bottom: 50px;
}
#team-container h2{
    font-size: 25px;
    font-family: 'Merriweather', serif;
    margin-bottom: 5px;
    color:#3876B3;
}
#team-container h3{
    font-size: 20px;
    color:#3876B3;
    font-family: 'Merriweather', serif;
}
#team-container p{
    font-size: 14px;
    margin-top:20px;
    line-height: 1.5em;
}

#top-team-part img{
    position: absolute;
    top:20px;
    left: 60px;
    width:300px;
    height: 300px;
}
#person-info{
    top: 25px;
    right: 60px;
    position: absolute;
    width: 500px;
    height: 400px;
    margin-top:0px;
}
#leftarrow1{
    position: absolute;
    top:190px;
    left:0px;
    font-size:20px;
    color:gainsboro;
    cursor: pointer;
}
#rightarrow1{
    position: absolute;
    top:190px;
    right:0px;
    font-size:20px;
    color:gainsboro;
    cursor: pointer;
}


#bottom-team-part{
    display:block;
    width:100%;
    background-color:#3876B3;
    position: relative;
}
#white-bg{
    display:block;
    width:100%;
    height:80px;
    background-color:white;
    position: absolute;
    top:0px;
/*    z-index:300;*/
}
#people-container{
    width: 80%;
    margin: auto;
    text-align: center;
}
.cur{
    display: inline-block;
    width: 160px;
    margin: 0 2vw;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}
.cur img{
    width: 160px;
    height: 160px;
    margin-bottom: 20px;
    outline-width: medium;
    outline: solid;
    outline-color: #f19914;
}
.person{
    display: inline-block;
    width: 160px;
    margin: 0 2vw 0 2vw;
    text-align: center;
    margin-bottom: 30px;
    cursor: pointer;
    position: relative;
}
.yellow, .red{
    opacity:0;
}
.person:hover img{
    /* opacity: 1; */
    /* scale: 1.1; */
    outline-width: medium;
    outline: solid;
    outline-color: #f19914;
}

.cur .yellow{
    opacity: 1;
}
.person img{
    width: 160px;
    height: 160px;
    margin-bottom: 20px;
}
.circle{
    position: absolute;
    top:0px;
    left:0px;
}
.cur .circle{
    position: absolute;
    top:0px;
    left:0px;
}
#team-container .person-title h1{
    font-size: 15px;
    color:white;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}
#team-container  .person-title h2{
    font-size: 12px;
    color:white;
    font-family: 'Roboto', sans-serif;
}



#history-container{
    display: block;
    width: 100%;
    font-size: 15px;
    color:black;
    padding-top:2vh;
}
#history-content{
    padding:0 0 4vh 0;
    width: 60%;
    text-align: justify;
}
#history-content p{
    padding:1vh 0 1vh 0;
}

#col1:hover{
    color: #A31400;
}
#col3:hover{
    color:#F19914;
}
#col2:hover{
    color:#3876B3;
}

#top{
    padding:4vh 0 4vh 0;
    display: block;
    font-size:20px;
    width: 90%;
}
#top-button{
    width:10px;
    cursor: pointer;
    float: right;
}

/********* 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;
}
#phone{
    padding: 5px 0 5px 0;
}
#fax{
    padding: 5px 0 5px 0;
}

/********* enf of Footer **********/