@charset "utf-8";

@media screen and(max-width:480px){
	body{
		line-height: 1;
		color:  #222222;
		width: 100vw;
	    }
	
    nav{
		width: 100%;
		height:auto;
	    }
	
    #block2{
		padding: none;
	    }
	
	#block3{
		width: 100%;
	    }
}


    #catchcopy{
	     text-align: center;
         }

    .k{
	     display: flex;
	     flex-wrap: wrap;
	     -webkit-justify-content: center;	
         margin-left: 5%; 
         }

    .photo1,.photo2,.photo3,.photo4,.photo5,.photo6,.photo7,.photo8{
	     margin: 10px;	
         }

    #estimates{
	     background: #F8FF00;
	     text-align: center;
	     padding: 20px;
	     width: 300px;
	     margin: 30px;
	     box-shadow: 3px 3px 2px #006400;
         }
	
    #info{
	    /*display: flex;
	    flex-wrap: wrap;
	    -webkit-justify-content: center;*/
        margin-left: 32%;
        }	
	
