body{
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: 300;
    color: #000;
    margin: 0;
}
img{
    max-width: 100%;
    height: auto;
}
.centered{
    margin: 0 auto;
    display: block;
    text-align: center;
}
.image-wrapper{
    margin-top: 20px;
    margin-bottom: 20px;
}
.link-icon{
    width: 25%;
    display: inline-block;
}
.channel-header{
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
    margin-top: 20px;
}
.channel-subheader{
    font-weight: 300;
    line-height: 1.5;
    font-size: 16px;
    margin-top: 5px;
}
.button-block{
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #f2f2f2;
    margin-top: 20px;
}
.button-block a{
    color: #ffffff;
    background-color: #f01420;
    font-weight: 700;
    height: 80px;
    line-height: 80px;
    font-size: 26px;
    padding: 0 80px;
    cursor: pointer;
    width: 25%;
    text-decoration: none;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.social{
    margin-top: 30px;
}
.social-header{
    font-weight: 600;
    font-size: 22px;
}
.social-icons{
    max-width: 1200px;
    margin: 20px auto 0;
}
.link-icon img{
    max-width: 60px;
    max-height: 60px;
}
.link-icon{
    width: 24%;
    text-decoration: none;
    color: #000;
    display: inline-table;
    vertical-align: text-top;
}
.link-text{
    margin-top: 7px;
    display: block;

}
.highlighted-text p{
    font-size: 32px;
    text-shadow: darkgrey 0 0 3px;
    font-weight: bolder;
}
.section-img{
    overflow: hidden;
}
.centered-image:before{
     content: '';
     width: 50vw;
     position: absolute;
     right: 100%;
     top: 0;
     bottom: 0;
     background-image: -webkit-linear-gradient(right, #080d03, darkgrey);
     background-image:    -moz-linear-gradient(right, #080d03, darkgrey);
     background-image:     -ms-linear-gradient(right, #080d03, darkgrey);
     background-image:      -o-linear-gradient(right, #080d03, darkgrey);
     background-image:         linear-gradient(right, #080d03, darkgrey);
 }
.centered-image:after{
    content: '';
    width: 50vw;
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    background-image: -webkit-linear-gradient(left, #080d03, darkgrey);
    background-image:    -moz-linear-gradient(left, #080d03, darkgrey);
    background-image:     -ms-linear-gradient(left, #080d03, darkgrey);
    background-image:      -o-linear-gradient(left, #080d03, darkgrey);
    background-image:         linear-gradient(left, #080d03, darkgrey);
}
.centered-image{
    position: relative;
    max-width: 630px;
    margin: 0 auto;
    width: 100%;
}
.centered-image img{
    display: block;
}

.advantage{
    width: 20%;
    text-decoration: none;
    color: #000;
    display: inline-table;
    vertical-align: text-top;
    margin: 20px 5px 0;
}
.advantages-icon{
    vertical-align: central;
    height: 100px;
    margin: 10px 0 10px;
}
.advantages-description{
    font-size: 20px;
    font-weight: bolder;
}
@media (max-width: 1200px) {
    .button-block a{
        width: 33%;
        font-size: 20px;
        padding: 0 30px;
    }
    .highlighted-text p{
        font-size: 22px;
        text-shadow: darkgrey 0 0 3px;
        font-weight: bolder;
        margin: 5px 0;
    }
}
@media (max-width: 880px) {
    .button-block a{
        width: 50%;
        font-size: 16px;
        padding: 0 10px;
    }
}
@media (max-width: 350px) {
    .button-block a{
        width: 70%;
        font-size: 16px;
        padding: 0 10px;
    }
}