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




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


    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
	    
	
	   
	

    }




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


    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
	    	  
	    	  
	    	  #contact a{
	font-size: 12px;
}
	 
	    	  #about{
	 background-position: -150px top;
	 background-size: 1200px auto;
 }
 
 .about{
	
	width: 300px;
	margin-left: 30px;
	margin-top: 70px;
	margin-bottom: 70px;
}

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

}
	

	
		  .nav-custom a{
	display: inline-block;
	color: #ffffff;
	padding: 0 6px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 10px;
	letter-spacing: 4px;
}	


	   .logo-wrap{
	position: absolute;
	top: 25vw;
	left: 20px;
	text-align: center;
	width: 250px;
	z-index: 33;
	
}  	 
	  
	
    }
