/* Extra Small Devices, Phones */
 @media (max-width: 480px) {
 body {
	padding-top: 70px;
}

 	.main-menu-container {
    min-height: 80px;

}

.logo {
    /* width: 360px; */
    width: 235px !important;
    margin-top: 10px; /* we're here for nature edit for logo */

}


 	 }


	/* 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;
 }

	}
