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




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


    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
	    
	    
	    
	   
			

    }




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

   
    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
	  #contact a{
	font-size: 13px;
}
	 
	    	  #about{
	 background-position: left top;
	 background-size: 1200px auto;
 }
 
 .about{
	
	width: 350px;
	margin-left: 50px;
	margin-top: 90px;
	margin-bottom: 70px;
}

.about p{
	
	font-size: 17px;
	line-height: 20px;
	

}


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

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

    }

   