/* Extra Small Devices, Phones */
 @media (max-width: 480px) {
 body {
	padding-top: 70px;
}	
 	
 	.main-menu-container {
    min-height: 80px;

}

.logo {
    /* width: 360px; */
    width: 165px !important;
    margin-top: 5px;
    
}
 	
 	
 	 }
 	 
 
	/* Small Devices, Tablets */
	@media only screen and (min-width : 768px){
 
	}
 
	/* Medium Devices, Desktops */
	@media only screen and (min-width : 992px){
 
  body{
 	padding-top: 180px;
 }
 
 
	}
 
	/* Large Devices, Wide Screens */
	@media only screen and (min-width : 1200px){
 
 body{
 	padding-top: 180px;
 }
 
	} 	 