body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;    
}

a,
a:visited{ color: #da0000;}
a:hover {
    text-decoration: underline;
}


p {
    line-height: 200%;
    font-size: 16px;
}

h1, h2, h3, h4, h5 {
    font-family: 'Outfit', sans-serif;
}

h1 {
    font-size: 64px;
    font-weight: 300;
    letter-spacing: 2px;
}

h1 strong {
    font-size: 72px;
    font-weight: 500;    
}

h2 {
    font-size: 50px;
    font-weight: 300;
    line-height: 1.25;
    letter-spacing: -0.05em;
}

h2 strong {    
    font-weight: 500;
}

h4 {
    line-height: 1.3;
}

h4 strong {
    font-size: 22px;
    letter-spacing: -1px;
}

h5 {
    margin-top: 30px;
}

.light-text {
    color: #fff;
}

.color {
    color: #da0000;
}

.rel{position: relative;}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.8;
}

#brands-banner {
    background: url(https://s3.amazonaws.com/kensapps/backgrounds/pexels-photo-48606.jpeg);
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    background-repeat: no-repeat;
    padding:60px 0 60px 0;
}

#love-banner {
    background: url(https://s3.amazonaws.com/kensapps/backgrounds/pexels-photo-207962.jpeg);
    background-size: cover;
    padding: 60px 0 90px 0;
    background-attachment: fixed;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
}

#footer-banner {
    background: url(https://s3.amazonaws.com/kensapps/backgrounds/buffalo.jpg);
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
}

#brands-banner img{
    margin:0 auto;
    /*filter: grayscale(1);*/
}

#brands-banner h3{ line-height: 1.5;}

.experience-item>h4 {
    margin-top: 30px;
}

.experience-item>p {
    margin-left: 30px;
}

#brandLogos img{
    width:100%;
    max-width:200px;
}

.feature-item {
    display: table-cell;
}

.feature-icon {
    float: left;
    display: table-cell;
    padding-right: 30px;
    width: 70px;
    font-size: 50px;
}