

.style-5 .icon-star {color:gold;}

@media (max-width:767px) {
    .style-2 .fd-item-media span {font-size: 50px; color: rgba(255, 108, 227, 1);}
    .bullet-list .fd-item-media span {font-size: 30px; color: rgba(70, 209, 255, 1);}
    .style-5 .icon-star {font-size:20px;}
    .masthead-small {height: 100px;}
    .masthead-medium {height: 200px;}
    .masthead-large {height: 300px;}
}
@media (min-width:768px) {
    .style-2 .fd-item-media span {font-size: 75px; color: rgba(255, 108, 227, 1);}
    .bullet-list .fd-item-media span {font-size: 50px; color: rgba(70, 209, 255, 1);}
    .style-5 .icon-star {font-size:35px;}
    .masthead-small {height: 150px;}
    .masthead-medium {height: 250px;}
    .masthead-large {height: 350px;}
}

@media (min-width:992px) {
    .masthead-small {height: 200px;}
    .masthead-medium {height: 300px;}
    .masthead-large {height: 400px;}
}

@media (min-width:1200px) {
    .masthead-small {height: 250px;}
    .masthead-medium {height: 350px;}
    .masthead-large {height: 450px;}
}

