header {
width:100%;
height:auto;
position:fixed;
z-index:15;
}


.header-logo {
width:250px;
height:auto;
opacity:0.95;
transition:450ms;
display:block;
}

.header-logo:hover {
opacity:0.70;
transition:650ms;
}

.header-menu {
max-width:95%;
margin:0 auto;
padding:27px 0;
display:grid;
grid-template-columns: 25% auto;
}




nav {
width:100%;
height:auto;
background-color:#ffffff;
display:block;
}




.navfont {
font-family: 'Open Sans', sans-serif;
text-align:right;
font-size:15px;
letter-spacing:normal;
line-height:45px;
font-weight:normal;
color:#666666;
transition: 750ms;
}

.navfont a {
color:#666666;
transition: 750ms;
}

.navfont a:hover {
color:#111111;
transition: 750ms;
}




.header-line {
display:none;
}

.header-spacer-01 {
width:13px;
height:5px;
display:inline-block;
}











@media only screen and (max-width: 1800px) {


}



/* 1680 x 1050 */
@media only screen and (max-width: 1700px) {



}



/* 1600 x 900 */
@media only screen and (max-width: 1600px) {



}



/* 1536 x 864 */
@media only screen and (max-width: 1550px) {



}




/* 1440 x 900 */
@media only screen and (max-width: 1460px) {



}




/* 1366 x 768 & 1366 x 760 */
@media only screen and (max-width: 1390px) {



}




/* 1280 x 800 */
@media only screen and (max-width: 1300px) {

.header-menu {
max-width:95%;
}

}




@media only screen and (max-width: 1200px) {

.header-spacer-01 {
width:10px;
height:5px;
display:inline-block;
}

}




@media only screen and (max-width: 1100px) {



}






/* 1024 x 768 */
@media only screen and (max-width: 1050px) {

header {
width:100%;
height:auto;
position:static;
}

.header-logo {
width:220px;
opacity:0.95;
}

.navfont {
font-size:14px;
line-height:40px;
}

}




/* 960 x 600 */
@media only screen and (max-width: 980px) {




}




@media only screen and (max-width: 900px) {



}




/* 800 x 1280 & 768 x 1024 */
@media only screen and (max-width: 810px) {

.header-menu {
max-width:95%;
margin:0 auto;
padding:22px 0;
}

.header-logo {
width:200px;
height:auto;
opacity:0.95;
display:block;
}

.navfont {
font-size:13px;
line-height:37px;
}


}





@media only screen and (max-width: 700px) {

.header-logo {
width:65%;
height:auto;
margin: 5px auto 5px auto;
}

.header-menu {
padding:12px 0px 9px 0px;
display:grid;
grid-template-columns: 100%;
}

.navfont {
text-align:center;	
font-size:16px;
line-height:44px;
}

}





/* 600 x 960 */
@media only screen and (max-width: 620px) {

.header-logo {
width:65%;
height:auto;
margin: 5px auto 5px auto;
}

.header-menu {
padding:12px 0px 9px 0px;
display:grid;
grid-template-columns: 100%;
}

.navfont {
font-size:22px;
padding:15px 0 8px 0;
font-weight:normal;
line-height:41px;
text-transform:uppercase;
text-align:center
}

.header-line {
width:65%;
border-top: 1px solid black;
opacity:0.20;
margin:0 auto;
display:block;
}

.header-spacer-01 {
width:10px;
height:5px;
display:block;
}	

}




@media only screen and (max-width: 550px) {
	
.navfont {
line-height:39px;
}	

.header-spacer-01 {
height:4px;
}

}




/* 480 x 853 */
@media only screen and (max-width: 500px) {

.header-logo {
width:70%;
height:auto;
margin: 5px auto 5px auto;
}

.header-top {
display:grid;
grid-template-columns: 100%;
}

.navfont {
font-size:22px;
padding:10px 0 6px 0;
line-height:36px;
font-weight:normal;
text-align:center
}

.header-spacer-01 {
height:3px;
}

}




/* 412 x 732 & 414 x 736 (iPhone) */
@media only screen and (max-width: 430px) {

.navfont {
font-size:21px;
line-height:33px;
}

}




/* 360 x 740 & 375 x 812 */
@media only screen and (max-width: 380px) {

.navfont {
font-size:20px;
line-height:32px;
}

}




/* 320 x 568 */
@media only screen and (max-width: 330px) {

.navfont {
font-size:17px;
line-height:27px;
}

.header-spacer-01 {
height:7px;
}

}




@media only screen and (max-width: 300px) {



}





