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;
}

.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;
}
.darkCopy > p {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}
.insurances {
    padding: 2em;
}
.insurances > ul {
    display: flex;
    flex-flow: row wrap;

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

section.darkCopy.sec {
    display: flex;
    text-align: center;
    flex-flow: row wrap;
}
.sec_1 {
    width: 100%;
}
.sec_2 {
    width: 100%;
}
section.lensCopy > * {
    width: 100%;
    text-align: center;
}




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) {
    

}

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

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

        padding: 2em 25em;
    }
    .sec_1 {
        width: 60%;
    }
    .sec_2 {
        width: 40%;
    }
    
    
}