html,
body {

  height: 100%;
  width: 100%;
}

body {
  background: #fff;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.05em;
  line-height: 1.25em;
  font-weight: 300;
  letter-spacing: 0.08em;
  color: #000;
  margin: 0;
  padding: 0;
}

.header {
    background: #000;
    height: 80px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.header img {
    height: 100%;
    max-height: 80px;
    padding-left: 100px;
    padding-top: 8px;
    padding-right: 25px;
}

.header-right {
    padding-right: 100px;
    color: #d81711;
    font-weight: 900;
}

.header-left {
    display: flex;
    flex-direction: row;
    color: #eee;
    align-items: center;
}

.header-left a {
    color: #eee;
    padding-left: 50px;
    padding-right: 25px;
    font-weight: 500;
    text-decoration: none;

}



.landing {
    height: 60%;
    padding-left: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;

    /* background: url(img/dirt.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; */

    background-color: #000;

    overflow: hidden;
    position: relative;

}

.landing-bg {
    opacity: 0.3;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}

.landing-content {
    position: relative;
    color: #eee;
}


.landing-header {
    font-size: 4em;
    line-height: 1.5em;
    font-weight: 900;
    opacity: 100%;
    color: #d81711;
    text-shadow: #eee;
}

.landing-subheader {
    font-size: 2em;
    font-weight: 900;
}

.landing-text {
    padding-top: 25px;
    width: 50%;
    line-height: 1.25em;
    min-width: 450px;
}



.image_divider {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.image_divider .image {
    background-color: #d81711;
    width: 25%;
    height: 200px;

}

.image_divider.image img{
    width: 100%;
    position: relative;
    overflow: hidden;
}


.swiper_container {
    width: 100%;
}

.swiper {
    width: 100%;
    height: 500px;
}

.swiper_container .swiper {
    margin-top: 25px;
    width: 65%;
    height: 150px;
}


  
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
  

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.imgSwiper {
    margin: 75px 0px 50px 0;
}

.logoSwiper .swiper-slide img {
    height: auto;
}




.content {
    min-height: 50%;
    padding-left: 100px;
    padding-top: 100px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.content_wrapper {
    width: 50%;
    min-width: 450px;
}

.content_support {
    align-items: center;
    justify-content: center;
    display: flex;
}

.content_sub {
    padding-bottom: 25px;
    padding-left: 25px;
}

.content_support img {
    width: 100%;
    min-width: 250px;
    max-width: 500px;
    padding: 50px;
}

#intro .content_support img {
    width: 350px;
}

.content .heading {
    font-size: 2em;
    line-height: 1.2em;
    font-weight: 900;
    padding-bottom: 20px;
}


.logo_block {
    text-align: center;
    padding: 50px 0px 50px 0px;
}

.logoblock_h1 {
    font-size: 2em;
    font-weight: 900;
    margin: 10px;
}

.logoblock_h2 {
    font-size: 1em;
}





.text-divider-holder {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-divider {
    width: 75%;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 2em;
    font-weight: 900;
    text-align: center;
    line-height: 1.2em;
}

#contact {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
    margin-bottom: 50px;
    flex: 1;
    justify-items: center;
    flex-flow: row wrap-reverse;
}

.contact-copy {
    flex: 1 1 50%;
    padding-right: 100px;
    width: 350px;
}

.contact-form {
    flex: 1 1 50%;
    margin-right: 25px;
    padding-left: 100px;
}

.form-control {
    width: 100%;
    background-color: white;
    opacity: 50%;
    margin-bottom: 20px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1em;
    padding: 5px;
}


.btn {
    padding:5px;
    font-size: 1em;
    font-weight: 900;
}






.footer {
    height: 180px;
    line-height: 100%;
    background-color: black;
    padding-top: 25px;
    padding-left: 100px;
    font-size: 1em;
    font-weight: 900;
    color: #eee;
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}

.footer-right {
    padding-right: 100px;
}




@media (max-width: 975px) {
    .content_sub {
        padding-left: 0px;
    }

    .contact-copy {
        flex: 1 1 50%;
        padding-right: 100px;
        width: 400px;
    }

    .content {
        padding-top: 50px;
    }
    
    .content_support {
        padding-top: 50px;
    }

    .contact-form {
        flex: 1 1 50%;
        margin-right: 25px;
        padding-left: 0px;
    }

    .content_wrapper {
        width: 80%;
    }
    
}
