/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/




    /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
        

        
        
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {
	    

	

    }
    
    /*==========  Non-Mobile First Method  ==========*/



    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
	 
	 
	 
	  #contact a{
	font-size: 11px;
}
	 
	  #about{
	 background-position: -200px top;
	 background-size: 1200px auto;
 }
 
 .about{
	
	width: 300px;
	margin-left: 20px;
	margin-top: 50px;
	margin-bottom: 70px;
}

.about p{
	
	font-size: 16px;
	line-height: 18px;
	

}
	    
	    
	  .nav-custom a{
	display: inline-block;
	color: #ffffff;
	padding: 0 2px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 9px;
	letter-spacing: 3px;
}	
	  
	  
	  
	   .logo-wrap{
	position: absolute;
	top: 25vw;
	left: 20px;
	text-align: center;
	width: 200px;
	z-index: 33;
	
}  
	   
	    
	}
	
    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        
        
     
        
    }


   