.main-body{
	background-color:white;
    min-height:1000px;
	}
	
	.logo-main img{
		margin:auto;
		margin-top:3%;
		margin-bottom:3%;
        width:70%;
		
		}
	
	.iconsmain{
		margin-top:2%;}
		
		.iconsmain img{
			border-radius:10px;
			margin-bottom:4%;}
		
			
			
			.iconsmain img:hover{
				-moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity:0.7;
  overflow: hidden;
  background: #000 url(../images/hoverlogo.html) no-repeat center center;
    
  
  }
  
 @media screen and (max-width: 480px) {
	 .iconsmain img{
			
			
			}
		.logo-main img{
		margin:auto;
		margin-top:15%;
		margin-bottom:15%;
            
		
		}

   
 }




 
