@charset "utf-8";

 @media only screen and (min-width: 320px) and (max-width: 1000px) {
	
.default-header nav .main-menu a {
    margin: 0px 15px;
    text-transform: none;
    font-size: 15px !important;	
}

 @media only screen and (min-width: 320px) and (max-width: 768px) {
.logo {
    margin: 10px 10px;
    text-align: center;
}
nav.align-items-center {
    margin: 0 auto;
    display: table;
}
ul.main-menu {
    margin-top: 0;
}
 }
 @media only screen and (min-width: 320px) and (max-width: 480px) {
.default-header nav .main-menu a {
    margin: 0px 5px !important;
    text-transform: none;
    font-size: 13px !important;	
}
 }
 

