/*!
 * Light
 */

body {
    font-family: 'Kanit', sans-serif;
}

@media (max-width: 767px) {
    body {
        position: relative;
        z-index: 1;
    }

#outer-wrapper:after {
      content:"";
      position:fixed; 
      top:0;
      height:100vh;
      left:0;
      right:0;
      z-index:-1;
      background: #cccccc url(https://psmfirestorm.blob.core.windows.net/9bac2389-9b30-47bf-936a-3ab2219d688e/background.jpg) no-repeat center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}
}

@media (min-width: 768px) {
    body {
        background: #cccccc url(https://psmfirestorm.blob.core.windows.net/9bac2389-9b30-47bf-936a-3ab2219d688e/background.jpg) no-repeat center center;
       background-attachment: fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

hr { border-top-color: #afafaf; }

div#inner-bg {
    overflow: hidden;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    text-transform: uppercase;
}

header.body {
    display: none;
}

.hbuttonwrapper {
    display: flex;
    justify-content: space-around;
    margin-top: 10%;
}

@media (max-width: 991px) {
.hbuttonwrapper {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    flex-direction: column; 
}
.hbuttonwrapper a {
    max-width: 768px;
    margin: 0 auto;
}
}

.hbuttonwrapper a {
    flex: 0 0 49%;
    text-align: center;
    padding: 1%;
}




/* GLOBAL THEME FONT COLORS */
body {
    color: #d4d4d4;
}

a {
    color: #ff6600;
    text-decoration: none;
}

a:focus, a:hover {
    color: #d65600;
    text-decoration: none;
}



/* FOOTER */
footer.body .outer-wrapper {
    display: none;
}

footer.body {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: black;
}



/* GLOBAL TOOLBARS/ACCORDIONS */
.vehicle-container .well, #content-container .panel-heading, #content-container .panel-body { border: none; }



/* TEMPLATE 2 */
.template-2 header.body {
    background-color: #fafafa;
    background: none, -webkit-linear-gradient(top, #fafafa 0, #ececec 55%);
    background: none, -moz-linear-gradient(top, #fafafa 0, #ececec 55%);
    background: none, -o-linear-gradient(top, #fafafa 0, #ececec 55%);
    background-image: linear-gradient(to bottom, #fafafa, #ececec);
}