@font-face {
  font-family: 'LeagueGothic';
  font-style: normal;
  font-weight: normal;
  src: url('/assets/fonts/vendor/LeagueGothic-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: normal;
  src: url('/assets/fonts/vendor/AvenirLTStd-Roman.otf') format('opentype');
}

@font-face {
  font-family: 'Mandatory';
  font-style: normal;
  font-weight: normal;
  src: url('/assets/fonts/vendor/Mandatory.otf') format('opentype');
}

@font-face {
  font-family: 'MetaPlusMedRom';
  font-style: normal;
  font-weight: normal;
  src: url('/assets/fonts/vendor/MetaPluMedRom.otf') format('opentype');
}

@font-face {
  font-family: 'MyriadPro';
  font-style: normal;
  font-weight: normal;
  src: url('/assets/fonts/vendor/MyriadPro-Regular.otf') format('opentype');
}

/* Body Styles */
body {
    background: #2f302e;
    color: #ffffff;
    font-size: 18px;
    font-family: 'LeagueGothic', sans-serif;
    line-height: 1.75em;
    font-weight: bolder;
}

.myriad {
    font-family: 'Avenir', sans-serif;
    font-weight: bolder;
    margin-bottom: 5px;
}

a {
    color: #d2232a;
}

p {
    font-family: 'Avenir', sans-serif;
}

h4 {
  font-size: 22px;
}

h3, h4, p {
    margin-left: 50px;
    margin-right: 50px;
}
/* End Body Styles */

/* Header Styles*/
header div#banner {
    padding-top: 100px;
    padding-bottom: 80px;
}

@media (min-width: 768px) {
    header div#banner {
        background: url('images/banner.png') no-repeat top left;
        background-size: cover;
    }
}

@media (max-width: 768px) {
    header div#banner {
        background: url('images/bannerMobile.png') no-repeat top left;
        background-size: cover;
    }

    header img {
        width: 260px;
    }

    h3, h4, p {
        margin-left: 20px;
        margin-right: 20px;
    }
}

header #construction_header {
    text-transform: uppercase;
}

header a#catalog_btn {
    background: #d2232a;
    color: #ffffff;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 40px;
    border-radius: 0;
    padding: 10px 20px;
    text-transform: uppercase;
}

section div.bar_header {
    background: #d2232a;
    margin-top: 10px;
    margin-bottom: 30px;
}

section div.bar_header h3 {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 28px;
}
/* End Header Styles*/

/* Nav Styles*/
section#navigation {
    padding: 0;
    margin-top: 0;
}

section#navigation .nav-hr {
    border-color: #fff;
}

section#navigation div#nav_bar {
    background: #d2232a;
    padding: 10px 0 5px;
}

section#navigation a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 36px;
}
/* End Nav Styles*/

/* Main Styles */
section#main {
    margin-top: 20px;
}

#newsletter_form {
    color: #2f302e;
    margin-bottom: 30px;
    margin-top: 40px;
}

#newsletter_form input {
  width: 80%;
  font-family: "Avenir", sans-serif;
}

#newsletter_form .btn {
    background: none;
    color: #ffffff;
    font-size: 36px;
    padding-left: 20px;
}

#newsletter_form div form {
    padding: 15px 25px;
    background: #d2232a;
}

#newsletter_form div form label {
    width: 100%;
}

#newsletter_form .success-msg {
    display: none;
    color: #ffffff;
}

/* End Main Styles */

/* Contact Styles */
section#contact {
    line-height: 1.50em;
}

section#contact p {
    margin-bottom: 30px;
}
/* End Contact Styles */

/* Warranty Styles */
/* End Warranty Styles */

/* Footer Styles */
footer {
    margin-top: 25px;
    font-weight: bolder;
}

footer #top_footer {
    background: #d2232a;
    padding: 20px 0;
}

footer #bottom_footer {
    background: #0a0b09;
}

footer img#footerLogo {
    margin-top: 30px;
    margin-bottom: 10px;
}
/* End Footer Styles*/

/* Icon Styles */
.icons {
    font-size: 40px;
}

header .icons a {
    color: #d2232a;
}

footer .icons a {
    color: #ffffff;
}

.icons a {
    padding: 0 25px;
}
/* End Icon Styles */

/* Other Styles */
/* End Other Styles