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

@media (max-width:480px){

    h1, h2, h3, h4, h5 {
        font-weight: 400!important;
    }
    
    .overlay {
        background-color: rgba(14, 38, 38, 0.9);
    }
    
    .hero {
        font-size: 42px!important; 
        width: 100% !important;
    }
    
    .hero-title{
        width: 100%;
        font-size: 44px;
        font-weight: 300!important;
        
    }
    
    .team-member-img{
        min-height: 250px;
    }
    
    .footer-logo {
        min-height: 120px;
        width: 150px;
    }
    
    p{
        font-size: 18px;
    }
    
    .portfolio_image {
        min-height: 200px;
    }

}
