a {
    text-decoration: none;
    color: black;
}
.overlay {
    background: rgba(0, 0, 0, 0.3);
    z-index: 1 !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
}
.overlay > h1   {
    color: white;
    margin: 0;
    font-weight: 700;
}
.overlay > p {
    color: white;
    font-weight: 700;
}
.sunglassesImg {
    height: 300px;
    background-image: url('../assets/IMG_1081-min-e1439238544570.png');
    background-position: center;
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: 100% 50%;
    margin-bottom: 2em;
}
section.featuresSection {
    padding: 1em;
}
.imgWrapper {
    margin-bottom: 1em;
}
.copyWrapper, .copyWrapper1 {
    text-align: center;
}

.imgAndTitle {
    height: 300px;
    background-image: url('../assets/IMG_1079-min.png');
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.imgAndTitle > h1 {
    color: white;
    font-weight: 700;
    font-size: 1.5em;
}
.darkCopy {
    background: #232323;
    padding: 2em;
    text-align: center;
}
.darkCopy > p, .darkCopy > div > div > p {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}
.insurances {
    color: white;
}
.insurances > div > ul {
    display: flex;
    flex-flow: row wrap;

}
.insurances > div > ul > li {
    width: 50%;
    text-align: center;
    color: white;
}

.insurances > h2 {
    font-size: 1.5em;
}
.darkCopy > div > p {
    color: white;
}
section.lensCopy {
    display: flex;
    flex-flow: row wrap;
    padding: 2em 25em;
}
section.lensCopy > * {
    width: 50%;
    text-align: center;
}

section.darkCopy.sec {
    display: flex;
    text-align: center;
    flex-flow: row wrap;
}
.sec_1 {
    width: 60%;
}
.sec_2 {
    width: 40%;
}
.insurances > div > h2 {
    font-size: 1.5em;
    text-align: start;
}




h1.fffText {
    font-size: 24px;
    letter-spacing: 1px;
}

h2.fffText {
    font-size: 24px;
    letter-spacing: 1px;

}
h3.fffText {
    font-size: 18px;
    letter-spacing: 1px;

}

@media only screen and (min-width: 768px) {
    .darkCopy, .featuresSection  {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-evenly;
    }
    .copyWrapper   {
        width: 40%;
    }
    .imageWrapper, .imgWrapper   {
        width: 50%;
        display: flex;
        align-items: center;
    }
    .wrapperCopy {
        width: 50%;
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
    }
    .copyWrapper1 {
        width: 90%;
    }


}

@media only screen and (min-width: 1050px){
    .imgAndTitle > h1 {

        font-size: 2em;
    }
    .darkCopy {
        padding: 2em 20em;
    }
    .insurances {
        display: flex;
    }
    .insurances > div > ul {
        margin-top: 1em;
    }
    .insurances > div > ul > li {
        width: 50%;
        text-align: center;
        margin: .25em 0;
    }
    section.featuresSection {
        padding: 2em 25em;
    }
    
    
}