
html, body {margin: 0; padding: 0; font-size: 18px;}
body {font-family: "Montserrat", Verdana, Geneva, sans-serif; font-variant-ligatures: none !important;}

#width, #height {position: fixed; top: 0; z-index: 20; padding: 0 3px; font-size: 11px; line-height: 14px; font-family: Arial, Helvetica, sans-serif; background-color: #FF0;} #height {left: 45px;} #width:after {content: "w";} #height:after {content: "h";}

a, a:visited, a:hover {outline: none;} a {/*text-decoration: none;*/ cursor: pointer;} img {border: 0;} #phone a {white-space: nowrap;}
.phlink {color: inherit !important; text-decoration: none !important; white-space: nowrap;} .phlink:hover {cursor: text;}
a, *:hover {-webkit-tap-highlight-color: transparent;}

/*-----------------------------------------------*/

/*HEADER*/

/*#headtopback {border: 1px solid #0F0} #headtop {border: 1px solid #cyan} #headerback {border: 1px solid cyan} #header {border: 1px solid orange}
#logo, #logo img {border: 1px solid black} #phone {border: 1px solid green} #logo a {border: 1px solid orange}*/

#headtopback, #headtop {height: 40px;} #headerback, #header {height: 120px;} #headerbackback {border-bottom: 6px solid #F1B000;}
#headerback, #headtop, #header {position: relative; display: table; width: 100%; max-width: 1600px; left: 0; right: 0; margin: auto; text-align: center; box-sizing: border-box;}

#logo {display: table-cell; text-align: left; vertical-align: middle;}
#logo img {position: absolute; top: 0; z-index: 500;}
@media (min-width: 621px) {#logo img {margin-top: -30px; width: 142px; height: 142px;} #header, #headtop {padding: 0 25px;} .menu {right: 25px;}}
@media (max-width: 710px) {#header, #headtop {padding: 0 13px;} #logo img {width: 125px; height: 125px;}}
@media (max-width: 710px) {#logo img {margin-top: -30px;} #headerback, #header {height: 100px;}}

#phone {display: table-cell; font-size: 20px; text-align: right; line-height: 1; vertical-align: middle; white-space: nowrap;}
#phone span {display: inline-block; font-size: .9em;} #phone, #phone a {font-weight: 500;} #phone a {margin-left: 5px; font-size: 21px; font-weight: 500;}

@media (max-width: 500px) {#phone span {display: none;}}

@media (max-width: 325px) {#logo img {margin-top: 5px; width: 105px; height: 105px;} #headerback, #header {height: 115px;}}

/*----------------*/

/*MENU*/

/*.menu {border: 1px solid magenta;} .menu div {border: 1px solid blue;} .menu a {border: 1px solid yellow !important;} .menu li {border: 1px solid green;}*/

a, *:hover {-webkit-tap-highlight-color: transparent;} #navcheck {display: none;}

.menu a {display: block; position: relative; text-decoration:none !important; cursor: pointer; line-height: 1.3; font-weight: 400; vertical-align: middle;} .menu span {display: block;}
.menu a.selected {cursor: text; -webkit-user-select: none; -webkit-touch-callout: none;}
.menu li {list-style-type:none; margin: 0 !important; padding: 0 !important;}

@media (min-width: 906px) {.menu {width: 580px;} .menu span {display: inline;} .menu a {height: 35px; font-size: 19px; padding: 0 10px 5px 10px;}}
@media (max-width: 905px) {.menu {width: 530px;} .menu span {display: inline;} .menu a {height: 32px; font-size: 17px; padding: 0 10px 5px 10px;}}

@media (min-width: 911px) {
.hamburger {display: none;}
.menu {position: absolute; display:inline-block; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); text-align: right;}
.menu div {display:inline-block; vertical-align: middle; white-space: nowrap; margin: 2px 0;}
.menu a {display: table-cell; text-align: center; padding-top: 4px; border-radius: 5px;}
}
@media (max-width: 910px) {
.menu {position: relative; width: 100%; text-align: center; transition: .15s ease-in; height: 0; box-sizing: border-box; z-index: -1; right: 0;}
.menu div {display: inline-block; margin: -.5px -3px; width: 33.33%; text-align: center; height: 0; opacity: 0; transition: height .3s, opacity .6s;}
.menu a {text-align: center; font-size: 0; opacity: 0; height: 0; border: 1px solid transparent; padding: 3px 10px 0 10px;}
.menu li {width: 1%; display: table-cell; height: inherit; vertical-align: middle;}

#navcheck:checked ~ .menu {height: 224px; z-index: 2;} #navcheck:checked ~ .menu div {opacity: 1; height: 70px;}
#navcheck:checked ~ .menu a {font-size: 22px; border: 1px solid #FFF; opacity: 1; height: inherit;}

.hamburger {position: absolute; z-index: 6; height: 35px; width: 45px; top: 34px; right: 15px; margin: auto; text-align: center; padding: 10px;}
.hamburger:hover {cursor: pointer;} .hamburger > div {top: 25px; left: 10px;}
.hamburger > div, .hamburger > div::before, .hamburger > div::after {display: block; content: ""; position: absolute; height: 4px; width: 44px; opacity: 1; background: #174677; -webkit-transition: 0.15s ease-in-out; transition: 0.15s ease-in-out; -webkit-transition: transform 0.2s ease-out; -webkit-transition: -webkit-transform 0.2s ease-out;}
.hamburger > div::before {top: -11px;} .hamburger > div::after {top: 11px;}
#navcheck:checked ~ .hamburger > div {width: 0; background: rgba(18, 18, 18, 0);}
#navcheck:checked ~ .hamburger > div::before {-webkit-transform: rotateZ(45deg); transform: rotateZ(45deg); top: 0;}
#navcheck:checked ~ .hamburger > div::after {-webkit-transform: rotateZ(-45deg); transform: rotateZ(-45deg); top: 0;}
}
@media (max-width: 910px) and (min-width: 431px) {.menu div:last-child {width: 99.7%;}}
@media (max-width: 710px) {.hamburger {top: 25px;}}
@media (max-width: 710px) and (min-width: 431px) {.menu div {width: 50%;} #navcheck:checked ~ .menu {height: 298px;}}

@media (min-width: 501px) {.menu a {-webkit-transition: background .3s, border .4s, font-size .4s;}}
@media (max-width: 500px) {.menu a {-webkit-transition: border .4s, font-size .4s;}}

@media (max-width: 450px) {#navcheck:checked ~ .menu a {font-size: 20px;}}
@media (max-width: 430px) {
.menu {transition: 0s;} .menu div {display: block; width: 100%; margin: 0;} .menu a, .menu li {height: inherit;} 
#navcheck:checked ~ .menu {height: auto;} #navcheck:checked ~ .menu div {height: calc(11vh - 15px);}
#navcheck:checked ~ .menu a {font-size: calc(8px + 2.5vh); padding: 0 10px;}
}

/*-----------------------------------------------*/

/*Top Pic*/

#toppic {position: relative; height: calc(90px + 29vw); max-height: 440px; overflow: hidden; display: flex; align-items: center; background-color: #555;}
/*some images may require align-items: baseline*/
#toppic img {width: 500px; height: 300px; width: 100vw; height: auto; filter: brightness(40%); -ms-filter: brightness(40%)}

.caption {position: absolute; display: table-cell; left: 0; right: 0; text-align: center; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); z-index: 1; margin: 0; font-size: 60px; color: #FFF;}

.caption h1, .caption h3 {margin: 0 auto !important;}
.cap1 {font-family: "Cinzel", Georgia, Times New Roman, Times, serif; padding-bottom: 10px; font-size: 1.3em; line-height: 1.2; text-transform: uppercase; font-weight: 600 !important; text-shadow: 1px 1px 2px #000;}
.cap2 {font-size: .5em; padding-top: 0; font-weight: 500 !important;}

@media (min-width: 1761px) {.cap2 {padding: 15px 0;}}
@media (max-width: 1760px) {.cap1 span {display: block;}}
@media (max-width: 1405px) {.cap2 span {display: block;}}
@media (max-width: 1200px) {#toppic {height: 480px; max-height: 480px;}}
@media (max-width: 1100px) {#toppic {height: calc(80px + 39vw);} .cap1 {font-size: 7vw;}}
@media (min-width: 781px) {.tpbtn a {padding: 15px 0 13px 0; width: 250px; font-size: 18px;}}
@media (max-width: 780px) {.tpbtn {margin: 26px auto 0 auto;} .cap2 {font-size: 3.8vw;} .tpbtn a {padding: 12px 0 10px 0; width: 230px; font-size: 17px;}}


@media (max-width: 480px) {
.caption {margin-top: 3px;}
.cap2 {display: none;} #toppic {height: calc(80px + 32vw);} .tpbtn {margin: 15px auto 0 auto;} .tpbtn a {padding: 11px 0 10px 0;}}
@media (max-width: 430px) {
#toppic {height: calc(80px + 45vw);} .tpbtn a {padding: 8px 13px 9px 13px; width: 170px; font-size: 21px !important; line-height: 1.25 !important;}
.cap1 {font-size: 9.5vw; padding-bottom: 0;} .cap1 span {display: inline;}
}

/*Buttons for Top Pic*/
.tpbtn {text-align: center; line-height: 1; display: inline-block; text-align: center; -webkit-transition: 0.4s; border-radius: 6px;}
.tpbtn a {display: table-cell; font-size: 22px; line-height: 1.4; font-weight: 500; text-decoration: none !important; background-color: #F1B000; -webkit-transition: 0.4s; border-radius: 6px; border: 2px solid #FFF;}
.tpbtn a, .tpbtn a span {color: #174677 !important;}

@media (min-width: 581px) {.tpbtn {margin: 30px auto 0 auto;}}
@media (max-width: 580px) and (min-width: 431px) {.tpbtn {margin: 20px auto 0 auto;}}
@media (max-width: 430px) {.tpbtn {margin: 8px auto 0 auto;}}

/*Slide-Up Effect*/
@media (min-width: 481px) {
.tpbtn a {position: relative; overflow: hidden;} .tpbtn a span {display: inline-block; transition: inherit;}
.tpbtn a:hover span {opacity: 0; transform: translateY(-100%)}
.tpbtn a::before {position: absolute; content: ""; background-color: #FFDC51; height: 100%; left: 0; top: 0; transform: translateY(100%); transition: inherit; width: 100%; transition: transform 0.4s; transform: translateY(100%); transition: inherit; width: 100%; transition: transform 0.4s;}
.tpbtn a::after {align-items: center; display: flex; height: 100%; justify-content: center; left: 0; position: absolute; top: 0; transition: inherit; transform: translateY(100%); width: 100%; content: 'Contact Us NOW';}
.tpbtn a:hover::before {transform: translateY(0) scale(3); transition-delay: .025s;}
.tpbtn a:hover::after {opacity: 1; transform: translateY(0);}
}

/*-----------------------------------------------*/

/*BODY AREA*/

.bodyarea {margin: auto; padding: 40px 0 35px 0; width: 90%; max-width: 1500px;}

.bodyarea, h2 {font-size: 20px !important; line-height: 1.7 !important; font-weight: 400 !important;}
.bodyhead {font-family: "Cinzel", Georgia, Times New Roman, Times, serif; text-transform: none; font-size: 1.8em; line-height: 1.25; font-weight: 600 !important; text-align: center;}
.heading {font-family: "Cinzel", Georgia, Times New Roman, Times, serif; font-size: 1.8em; line-height: 1.3; font-weight: 600 !important;}
.heading2 {font-size: 1.3em; line-height: 1.3; font-weight: 600 !important;}

h1, h2, h3, h4, h5 {margin: 0 !important;}

@media (max-width: 480px) {
.bodyarea, h2 {font-size: 19px !important;} .bodyarea {padding: 30px 0 25px 0;}
.bodyhead {font-size: 1.6em;} .heading {font-size: 1.7em;}
}
@media (max-width: 360px) {.bodyarea, h2 {font-size: 18px !important;}}

/*-----------------------------------------------*/

/*Ready*/

#ready {clear: both; text-align: center; padding: 40px 20px; font-size: 1.8em; line-height: 1.4; font-weight: 600; background-color: #F1B000;}
#ready p {margin-bottom: 0;}

.btn {position: relative; display: block; text-align: center; background-color: #174677; border-radius: 6px;}
.btn:hover {cursor: pointer;}
.btn a {display: table-cell; padding: 16px 22px; font-size: 18px; line-height: 1; font-weight: 400; text-decoration: none !important; color: #FFF !important;}

@-webkit-keyframes hvr-ripple-out {100% {top: -12px; right: -12px; bottom: -12px; left: -12px; opacity: 0;}}
@keyframes hvr-ripple-out {100% {top: -12px; right: -12px; bottom: -12px; left: -12px; opacity: 0;}}
.hvr-ripple-out {display: inline-block; vertical-align: middle; box-shadow: 0 0 1px rgba(0, 0, 0, 0); position: relative;}
.hvr-ripple-out:before {content: ''; position: absolute; border: #174677 solid 6px; top: 0; right: 0; bottom: 0; left: 0; -webkit-animation-duration: 1s; animation-duration: 1s; pointer-events: none; border-radius: 6px;}
.hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {-webkit-animation-name: hvr-ripple-out; animation-name: hvr-ripple-out;}


/*-----------------------------------------------*/

/*BOTTOM AREA*/

#bottomarea {text-align: center; padding: 20px 15px 0 15px; font-size: 15px; line-height: 1.6;}
#bottomarea a, #bottomarea a:hover {text-decoration: none !important;}
#web, #web a, .tb {height: 0; line-height: 0; font-size: 0; color: #012449 !important; pointer-events: none;} /*he doesn't want my link to show*/

#totop {position: fixed; height: 18px; width: 18px; right: 14px; bottom: 12px; z-index: 100; padding: 8px 9px 8px 10px; border: 2px solid rgba(155, 155, 155, .4); background-color: rgba(80, 80, 80, 0.45); border-radius: 4px;}
#totop div {font-family: Arial, Helvetica, sans-serif; display: inline-block; -webkit-transform: rotate(90deg); transform: rotate(90deg); font-size: 32px; line-height: 18px; color: #FFF;}
#totop:hover {-webkit-transform: scale(1.05);}
@media (min-width: 481px) {#totop {-webkit-transition: .15s;}}


/*====================================================*/

/*COLORS*/

body {color: #174677;} a, a:visited, a:hover {color: #0058D0;}

#headtopback, #headtop {background-color: #F1B000;}
#headerbackback, #headerback, #header {background-color: #FFF;}
#phone, #phone a {color: #FFF;} #phone span {color: #174677;}

.bodyhead {color: #F1B000;} .heading {color: #000;}

.menu a {color: #FFF; background-color: #174677;} .menu a:not(.selected):hover {background-color: #2f6eaf;}
@media (min-width: 911px) {.menu a.selected, .menu a.selected:hover {background-color: #012449; color: #CCC;}}
@media (max-width: 910px) {
.menu, .menu a {background-color: #174677; color: #F1B000;} .menu a.selected {background-color: #012449;} .menu a:not(.selected):hover {background-color: #2765A6;}
}

#btminfoback, #bottomarea {background-color: #012449; color: #CCC;} #serving {color: #AAA;} .tb, .tb a {color: #F1B000 !important;}