
/*
<style> /* notice that this entire line is a comment in CSS */

@media (max-width:480px){

    h1, h2, h3, h4, h5 {
        font-weight: 400!important;
    }
    
    p{
        font-size: 18px;
    }
    
    .narrow{
        width: 100%;
    }
    
    .overlay {
        background-color: rgba(14, 38, 38, 0.9);
    }
    
    .hero_title{
        font-size: 34px;
    }

}
