@media screen and (max-width:480px) {
    /* HOME */
          /* header */ 
        header{
            margin: 0% 0% 2% 0%;
            padding-bottom: 2%;    
            }  
        .logo{
            width: 25%;
            float:center;
            margin-top:1%;
            margin-left: 40%;
            position: absolute;
            }
        .nav{
            font-size:130%;
            margin-bottom: 0%;
            margin-left:0.5%;
            margin-top: 23%;
            text-indent: 0%;
            }
               
          /* formatting */         
        h3{
            font-size: 150%;
            }
        p{
            font-size: 90%;
            }    
        h2{
            font-size: 250%;
            }
        h4{
            font-size: 180%;
            }
        /* services page */
        .holder {
            position: relative;
            width: 80%;
            display: flex;
            justify-content: center;
            margin-bottom: 3%;
            }
        .image {
            display: block;
            width: 90%;
            height: auto;
            }
        .overlay {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 5%;
            right: 0;
            height: 100%;
            width: 90%;
            opacity: 0;
            transition: .5s ease;
            background-color:#273940;
            }
        .text {
            font-size: 90%;
            }
        .grid2{
            display:block;
            justify-items:center;
            }    
        
        /* request quote */
        .quote{
            font-size:150%;
            }
        .button{
            font-size:110%;
            left: 43%;
            padding:0.1em;
            }    
        /* nav bottom */
        .container{
            padding: 0%;
            margin-top: 12%;
            margin-bottom: 2%;
            display:inline-flex;
            width: 95%;
            }
        .nav2{
            display:flex;
            width:10%;
            font-size:1.2em;
            margin-top:1em;
            margin-bottom:1em;
            margin-left:0.5em;
            margin-right:2.5em;
            }
        .nav3{
            display:flex;
            width:10%;
            font-size:1.2em;
            margin-top:1em;
            margin-bottom:1em;
            margin-left:0.5em;
            margin-right:2.5em;
            }
        /* Social media links */
        .fa {
            padding: 0.5em;
            font-size: 2.5em;
            width: 2.5em;
            height: 2.5em;
            margin-top: 65%;
            }    
}