/**
 * @file
 * Use this CSS file to override base CSS rules
 */

/* Set default font weight to 300 for better typography in high-density screens */
/*body {
  font-weight: 300;
}*/


.logo img {
	min-width: 200px;
}

@media (max-width: 812px) {
	.logo-and-site-name-wrapper {
	    display: flex;
	    justify-content: center;
	    align-items: center;
	}

	.header-container ul.menu {
    	text-align: center !important;
  	}
	.logo img {
    	min-width: 280px;
	}
}

@media (max-width: 480px) {
	.logo img {
    	min-width: 280px;
	}	
}

}

/* Content top padding */
.content-top__section {
  padding: 39px 0 59px;
}