/* 
////
//// Default Font
////
--------------------------------------------------------------*/
html, body { height: 100%; min-height: 100%; }
body { font-family: "Montserrat", "Helvetica Neue", Arial, "Nimbus Sans L", FreeSans; font-weight: 400; }
strong { font-weight: 600; }
.FntVar { font-family: "Var", "Helvetica Neue", Arial, "Nimbus Sans L", FreeSans; font-weight: 400;  }
#fullWrp { margin: 0 auto; min-height: 100%; position: relative;  }
svg path,svg shape,svg linearGradient { shape-rendering: geometricPrecision; }
/* logo 
-----------------------------*/
#mainLogo { margin: 0 auto; display: block; position: relative; text-align: left; margin-bottom: 3.6rem; }
#mainLogo a { display: block; background: url(../images/main_logo_2x.png) no-repeat left center; background-size: contain!important;  width: 46.7rem; white-space: nowrap; text-indent: -8000px; margin: 0 auto; line-height: 20px;  }
#mainLogo a:after { content: ' '; display: block; padding-bottom: calc(40.25% - 20px); }
@media all and (max-width: 960px) {
#mainLogo a { width: 48.64vw; }
}
@media all and (max-width: 575px) {
#mainLogo a { width: 64vw; }
}
/* main intro 
-----------------------------*/
#mainIntro { background: #130f0e url("../images/main_intro_bg_xl.jpg") no-repeat center center; background-size: cover; height: 100vh; width: 100%; padding: 8rem 0; padding-bottom: calc(8rem + 18px ); text-align: center; color: #fff;  }
#mainIntro .ln1 { font-size: 4.8rem; padding: 0 0 2.6rem 0; text-shadow: 1.5px 2.5px 0 #000;  }
#mainIntro .ln2 { font-size: 2.4rem; padding: 0; letter-spacing: 0.1em; text-shadow: 1.5px 2.5px 0 #000;  }
@media all and (max-width: 766px) {
#mainIntro .ln1 { font-size: 6.2vw; }
#mainIntro .ln2 { font-size: 3.1vw; }
}
@media all and (max-width: 575px) {
#mainIntro .ln1 { font-size: 7.2vw; }
#mainIntro .ln2 { font-size: 3.6vw; }
}
#mainFtr { position: fixed; bottom: 0; left: 0; width: 100%; padding-bottom: 4rem; font-size: 16px; color: #fff; font-weight: 500;  text-transform: uppercase;  line-height: 18px;   }
#mainFtr ul li { display: inline; }
#mainFtr a  { color: #ff8000; }
#mainFtr a:hover { text-decoration: underline; }
@media all and (max-width: 575px) {
#mainFtr {  font-size: 12px; }
}