/*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 ***********/
/*
#head{
    font-size: 25px;
    width:60%;
    margin: auto;
    font-family: 'Merriweather', serif;
    margin-bottom: 2vh;
    color:#3876B3;
}
*/

#top-icons-container{
    display: block;
    width: 850px;
    margin: auto;
    text-align: center;
    height: 300px;
    margin-top: -127px;
    padding-bottom: 8vh;
    z-index: 100;
    font-size:20px;
    color:white;
}
#col1hover{
    position: absolute;
    top:-1px;
    left:0px;
    right:0px;
    opacity: 0;
    padding-bottom: 55px;
}
/*
#col1hover:hover{
    opacity: 1;
}
*/
#col2hover{
    position: absolute;
    top:-1px;
    left:0px;
    right:0px;
    opacity: 0;
    padding-bottom: 55px;
}
/*
#col2hover:hover{
    opacity: 1;
}
*/
#col3hover{
    position: absolute;
    top:-1px;
    left:0px;
    right:0px;
    opacity: 0;
    padding-bottom: 55px;
}
/*
#col3hover:hover{
    opacity: 1;
}
*/
#services-links-container a{
    color: black;
    text-decoration: none;
    font-size: 20px;
}
#col1, #col2, #col3{
    display: inline-block;
    width: 30%;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
}
#col1, #col2, #col3{
    display: inline-block;
    width: 30%;
    margin-left: 10px;
    margin-right: 10px;
}
#col1{
    float: left;
}
#col3{
    float: right;
}
/*
#col1:hover{
    color: #A31400;
}
#col3:hover{
    color:#F19914;
}
#col2:hover{
    color:#3876B3;
}
*/
.img-hover{
    position: absolute;
    top:0px;
    left:0px;
    opacity: 0;
}
#col1:hover .img-hover{
    opacity: 1;
}
#col2:hover .img-hover{
    opacity: 1;
}
#col3:hover .img-hover{
    opacity: 1;
}

.service-name{
    padding-top: 5px;
    font-size:20px;
    display: block;
    color:black;
}


#service-title{
    display: block;
    width:60%;
    height: 50px;
    margin:auto;
    text-align: left;
    align-content: left;
    position: relative;
}
#service-title h1{
    font-family: 'Merriweather', serif;
    font-size: 25px;
    color:#3876B3;
    text-align: left;
    align-content: left;
    position: absolute;
    left:0px;
}

#info-container{
    display: block;
    width:100%;
/*    background-color: gainsboro;*/
}
#info-content{
    display: block;
    font-size:14px;
    width:60%;
    margin: auto;
    position: relative;
/*    padding:2vh 0 2vh 0;*/
}
#info-container h1{
    margin: 1vh 0 1vh 0;
}
.invisible{
   display: none;
}
.visible{
    display: block;
    width:100%;
    height:100%;
    margin-left:2vw;
}
#info-container h2{
    margin-left: 2vw;
    padding-top: 10px;
}
.hasDetails:hover{
    text-decoration: underline;
    cursor: pointer;
}
.details{
    margin-left: 2vw;
    width: 100%;
    display: none;
}


#intro-container{
    display: block;
    font-size:15px;
    width:60%;
    margin: auto;
    margin-top:5vh;
}
#intro-container p{
    margin: 2vh 0 2vh 0;
}



#history-container{
    display: block;
    width: 100%;
    font-size: 15px;
    color:black;
}
#history-content{
    padding:4vh 0 4vh 0;
    width: 60%;
    text-align: justify;
}
#history-content p{
    padding:1vh 0 1vh 0;
}

#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 **********/