/* Default elements */
html {
    height: 100%;
    font-size: 16px;
}
body {
    height: 100%;
    font-family: open_sans;
    color: #000000;
}
h1 {
    font-family: open_sans_semibold;
    font-size: 1.8rem;
}
h2 {
    font-family: open_sans_semibold;
    font-size: 1.4rem;
}
strong {
    font-family: open_sans_semibold;
    font-weight: normal;
}
input,
textarea {
    border: 1px solid #000000 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

/* Text */
.text-red {
    color: #ed1c22;
}

/* Backgrounds */
.bg-red {
    background: #ed1c22;
}
.bg-grey {
    background: #f5f5f5;
}
.bg-black {
    background: #000000;
}

/* Buttons */
.btn-red {
    background: #ed1c22;
    color: #ffffff;
    text-transform: uppercase;
    border: 0px !important;
    font-size: 1.2rem;
}
.btn-red:hover {
    background: #851115;
    color: #ffffff;
}

/* Logo */
.logo {
    height: 300px;
}

/* Button icon */
.button-icon.shop:before {
    font-family: FontAwesomeSolid;
    font-size: 1.4rem;
    line-height: 1.2rem;
    content: "\f07a";
}
.button-icon.phone:before {
    font-family: FontAwesomeSolid;
    font-size: 1.4rem;
    line-height: 1.2rem;
    content: "\f879";
}

/* Contact icon */
.contact-icon {
    font-family: FontAwesomeSolid;
    font-size: 1.6rem;
    line-height: 2.2rem;
    width: 28px;
    display: inline-block;
    color: #851115;
    vertical-align: middle;
}
.contact-icon.address:before {
    content: "\f3c5";
}
.contact-icon.phone:before {
    content: "\f879";
}
.contact-icon.email:before {
    content: "\f0e0";
}
.contact-icon.web:before {
    content: "\f0ac";
}

/* Home section */
.home-image {
    background: url('../img/backgrounds/main.jpg') top center;
    background-size: cover;
    background-position: center center;
    height: 800px;
    font-size: 1.7rem;
    line-height: 2.2rem;
    text-shadow: 0 1px 2px #222222;
}
.home-benefits .benefit {
    font-size: 0.9rem;
}
.home-video {
    background-image: url('../img/backgrounds/video.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: top center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.home-video a,
.home-video a:hover {
    font-family: open_sans_semibold;
    text-decoration: none;
    text-shadow: 0 1px 2px #222222;
    color: #ffffff;
}
.home-video a {
    font-size: 2.4rem;
    line-height: 3.2rem;
}
.home-video .icon:before {
    font-family: FontAwesomeSolid;
    font-size: 4.4rem;
    line-height: 6rem;
    content: "\f144";
}
