﻿@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../Fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-Light';
    src: url('../Fonts/OpenSans-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../Fonts/OpenSans-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-ExtraBold';
    src: url('../Fonts/OpenSans-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'the_frontmanregular';
    src: url('Fonts/The Frontman.ttf') format('truetype'), url('Fonts/The Frontman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*THE "ASTERISK" (*) IS THE UNIVERSAL SELECTOR AND APPLIES STYLES TO ALL ELEMENTS.*/
* {
    margin: 0;
    padding: 0px;
}
img {
    max-width: 100%;
    height: auto;
}
.logoImage {
    max-width: 40%;
    height: 80%;
}

html {
    background-color:#000;
}


.imageContainer {
    position: relative;
    text-align: center;
    color: white;
}
.centered {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'OpenSans-regular';
    font-size: calc(11px + (30 - 11) * ((100vw - 300px) / (1600 - 300)));
    text-shadow: 3px 3px #000000;
    color: #f47f39;
}
@media (max-width: 400px) {
    .centered {
        width: 90%;
        position: absolute;
        top: 70%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-family: 'OpenSans-regular';
        font-size: calc(11px + (30 - 11) * ((100vw - 300px) / (1600 - 300)));
        text-shadow: 3px 3px #000000;
        color: #f47f39;
    }
}
.ImageTitle {
    font-family: 'OpenSans-bold';
    font-size: calc(11px + (48 - 11) * ((100vw - 300px) / (1600 - 300)));
}
.ImageTitleColor {
    font-family: 'OpenSans-ExtraBold';
    font-size: calc(11px + (50 - 11) * ((100vw - 300px) / (1600 - 300)));
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
.LowerInfoBar {
    position: relative;
    top: -84px;
    width: 100%;
    height: 80px;
    background: rgba(0, 0, 0, .5);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.3)), to(rgba(0,0,0,0.9)));
    border-top: 1px solid #fff;
    display: block;
    color: #fff;
}

.btnQuote {
    position: relative;
    top: -2px;
    background-color: #292887;
    border: 1px solid #000;
    color: #f47f39;
    padding: 12px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: 'OpenSans-bold';
    font-size: 14px;
    transition-duration: 0.5s;
    cursor: pointer;
    cursor: hand;
}
    .btnQuote:hover {
        background-color: #f47f39; /* Green */
        color: white;
    }

.btnQuote2 {
    position: relative;
    top: 2px;
    background-color: #292887;
    border: 1px solid #000;
    color: #f47f39;
    padding: 12px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: 'OpenSans-bold';
    font-size: 14px;
    transition-duration: 0.5s;
    cursor: pointer;
    cursor: hand;
}

    .btnQuote2:hover {
        background-color: #f47f39; /* Green */
        color: white;
    }

.aFacebook {
    position: relative;
    left:10px;
}
.BottomBarBlock {
    margin: 0 auto;
    width: 70%;
    text-align: center;
    font-size: 0;
}
@media (max-width: 1250px) {
    .BottomBarBlock {
        width: 85%;
    }
}

@media (max-width: 1100px) {
    .BottomBarBlock {
        width: 100%;
    }
}
.HeaderContact {
    display: inline-block;
    width: 33%;
    border-right: 1px solid #9a9a9a;
    height: 78px;
}
.FontAwesomePhone {
    position: relative;
    top: 18px;
    display: inline-block;
    padding-right: 10px;
    font-family: 'OpenSans-Regular';
    font-size: 16px;
}
.PhoneNumber {
    position: relative;
    top: 18px;
    display: inline-block;
    text-align: left;
    font-family: 'OpenSans-Light';
    font-size: 14px;
    color: #c9c3c3;
}
.EmpPhoneNumber {
    font-family: 'OpenSans-bold';
    font-size: 16px;
    color: #d5d1d1;
}
    .EmpPhoneNumber a {
        font-family: 'OpenSans-bold';
        font-size: 16px;
        color: #d5d1d1;
        text-decoration-line: none ;
    }
.HeaderTime {
        display: inline-block;
        width: 33%;
        height: 78px;
        border-right: 1px solid #9a9a9a;
        vertical-align: top;
        padding: 0px;
        margin: 0px;
    }
.HeaderEmail {
    display: inline-block;
    width: 33%;
    height: 78px;
}
.HeaderSocialMedia {
    display: inline-block;
    width: 33%;
}
@media (max-width: 900px) {
    .LowerInfoBar {
        display: none;
    }
}



