
body * {
	font-weight: lighter !important;
}

.logo img {
	max-width: 200px !important;
}

#header .main-menu {
	display: block !important;
}

#main {
	background-color: #dddddd;
	padding-top: 10px;
}

iframe {
	border: none !important;
}

@media (min-width: 1170px) {
	.container {
		max-width: 1200px;
		padding: 0px !important;
	}
}