/*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;
    /* font-family: 'Inter', sans-serif; */
}
a{
    text-decoration: none;
}
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;
}
/*&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/
.anchor{
     display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}
.current-tab{
    border: solid #3876B3;
    border-width: 0px 0px 5px 0px;
    font-weight: 700;
}

/*&&&&&&&&&&&&&&&&&& TOP PART &&&&&&&&&&&&&&&&&&&*/
#top-content-container{
    width:100%;
    height: auto;
    display: block;
}
#left-pane{
/*    position: absolute;*/
    padding-top:39%;
    width: 64%;
    z-index: 30;
    display: inline-block;
    position: relative;
    /* font-family: 'IM Fell English SC', serif; */
    font-family: 'Roboto', sans-serif;
}
#left-pane img{
    width:100%;
    height: 100%;
    position: absolute;
    top:0px;
    left:0%;
}
#left-pane-content{
    width:90%;
    height: 100%;
    position: absolute;
    top:0px;
    left:0%;
    margin-left: -25px;
}

#left-pane-content h1{
    color: white;
    position: absolute;
    top:15%;
    left:10%;
    font-size: 3.5vw;
    width: 53%;
}
#left-pane-content h2{
    color: white;
    position: absolute;
    left:10%;
    top: 55%;;
    font-size: 2vw;
}
#button1, #button2{
    text-decoration: none;
    width: auto;
    padding:1%;
    border: solid white;
    border-width: .2vw .2vw;
    text-align: center;
    color:white;
    font-size: 1.5vw;
    font-family: 'Roboto', sans-serif;
}
.translucent{
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-color:white;
    opacity: 0;
}
.translucent:hover{
    opacity: .5;
}
#button1{
    position: absolute;
    left:10%;
    top: 75%;
}
#button2{
    position: absolute;
    left:30%;
    top: 75%;
}

/*&&&&&&&&& SLIDESHOW &&&&&&&&&&&&&&&&&& */
.cur, .slide, #bgimg{
    transition: opacity 0.5s;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0px;
    left:0px;
}
.cur{
    opacity: 1;
}
.slide{
    opacity: 0;
}

#slideshow_hover_stuff {
    opacity: 0;
    display: block;
    z-index: 200;
     height: 100%;
    width: 100%;
    position: absolute;
    top:0px;
    left:0px;
}
#slideshow_hover_stuff:hover {
    opacity: 1;
}

#hover_label{
    display:block;
    height:20%;
    width:100%;
    position: absolute;
    color:black;
}
#clear{
    background-color: white;
    display:block;
    height:100%;
    width:100%;
    position: absolute;
    top:0px;
    opacity: 0.7;
    z-index: 19;
}
#hover_label h1{
    font-size: 1.5vw;
    position: absolute;
    z-index: 20;
    top:15%;
    left:5%;
}
#hover_label h2{
    font-size: 1vw;
     position: absolute;
    top:55%;
    left:5%;
    z-index: 21;
}
#hover_label h3{
    font-size: 1vw;
    position: absolute;
    top:55%;
    right:5%;
    z-index: 22;
}
#leftarrow1, #rightarrow1{
    position:absolute;
    top:47%;
    font-size:2vw;
    color:gainsboro;
    /* color:white; */
    cursor: pointer;
}
#leftarrow1{
    left:.5vw;
}
#rightarrow1{
    right: .5vw;
}

/*&&&&&&&&&&&&&&&&&&&&&&&&&&*/

#right-pane{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 36%;
/*    position: absolute;*/
/*    right: 0px;*/
    padding-top: 39%;
    display: inline-block;
    position: relative;
}

#right-top-pane{
    position: absolute;
    top: 0px;
    background-color: pink;
    width: 100%;
    height: 60%;
}

#right-bottom-pane{
    position: absolute;
    width: 100%;
    top:60%;
    height: 40%;
    color:white;
}
#bottom-pane-content{
    width:100%;
    height:100%;
    position: relative;
}
/*
#bottom-pane-content h1{
    font-size: 1.5vw;
    display: block;
    width: 90%;
    margin:auto;
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
}
#bottom-pane-content h2{
    display: block;
    font-size: 1vw;
    width: 90%;
    margin:auto;
    text-align: right;  
}
*/
#bottom-pane-content .words{
    display: block;
    width: 90%;
    margin:auto;
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
    padding-top:15px;
}
#bottom-pane-content h1{
    font-size: 1.0vw;
    padding-bottom: 15px;
}
#bottom-pane-content h2{
    font-size: 1vw;
    text-align: right;  
}
.curT{
    opacity: 1;
    transition: opacity 0.5s;
    width: 100%;
    position: absolute;
    top:0px;
    line-height: 14vw;
    height: 100%;
    text-align: center;
}
.testimonial{
    opacity: 0;
    transition: opacity 0.5s;
    width: 100%;
    position: absolute;
    top:0px;
    line-height: 14vw;
    /* height: 14vw; */
    height: 100%;
    text-align: center;
}

/************ end of Top Part ***********/

#intro{
/*    background-color: lavenderblush;*/
    display: block;
    font-size: 20px;
    padding-top: 50px;
}
#intro p{
    width: 50%;
    padding: 2vh 0 2vh 0;
    margin: auto;
    text-align: center;
    line-height: 1.4em;
}
#intro h1{
    padding-top:30px;
    text-align: center;
    font-size:25px;
    color:#3876B3;
    margin-top:2vh;
    font-family: 'Merriweather', serif;
}
#down-arrow, #down-arrow2{
    margin: auto;
    width:1vw;
    color:#F19914;
}
#down-arrow{
    margin-top:1vw;
    position: relative;
    cursor: pointer;
}
#down-arrow2{
    opacity: 0;
    position: absolute;
    top:3px;
    left:-1px;
}
#down-arrow2:hover{
    opacity: 1;
}

/*&&&&&&&&&& SERVICES PART &&&&&&&&&&&&&*/

#services-links-container{
    display: block;
    width: 550px;
    margin: auto;
    text-align: center;
    height: 260px;
    padding-top: 2vh;
    padding-bottom: 0vh;
    z-index: 100;
}
#col1hover{
    position: absolute;
    top:-2px;
    left:0px;
    right:0px;
    opacity: 0;
    padding-bottom: 55px;
}
#col1hover:hover{
    opacity: 1;
}
#col2hover{
    position: absolute;
    top:-2px;
    left:0px;
    right:0px;
    opacity: 0;
    padding-bottom: 55px;
}
#col2hover:hover{
    opacity: 1;
}
#col3hover{
    position: absolute;
    top:-2px;
    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: 24%;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
}
#col1{
    float: left;
}
#col3{
    float: right;
}
#col1:hover{
    color: #A31400;
}
#col3:hover{
    color:#F19914;
}
#col2:hover{
    color:#3876B3;
}

/******** end of services part *******/

/*&&&&&&&&&&&&& BOTTOM INFO PART &&&&&&&&&&&&*/


#bottom-stuff-container{
    display: block;
    width: 100%;
    font-size: 15px;
    background-color: gainsboro;
/*    color:white;*/
}
#bottom-words{
    padding: 2vh 0 4vh 0;
}
#bottom-words h2{
    width: 60%;
    padding: 2vh 0 1vh 0;
    font-size: 25px;
   font-family: 'Merriweather', serif;
    color: #3876B3;
}
#bottom-words p{
    width: 60%;
    padding:1vh 0 1vh 0;
}
#contact-us{
    padding:2vh 2vh 2vh 2vh;
    display: block;
    width: 25%;
    text-align: center;
    margin-top:5vh;
    font-family: 'Merriweather', serif;
    font-size: 14px;
    color:#3876B3;
    /* border: solid #3876B3; */
    border-width: .2vw .2vw;
}
#contact-us a{
    color:#3876B3;
    font-size:23px;
    line-height: 50px;
    text-align: center;
}
#contact-us a:hover{
    text-decoration: underline;
}
#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 **********/