a {
    text-decoration: none;
    color: black;
}



.imgAndTitle {
    height: 300px;
    background-image: url('../assets/prada_eyewear.jpg');
    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;
}





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