ul.menu_items .item {
	width:100%;
	min-width:100%;
	max-width:100%;
}
.section_content {
    margin: 0 10px;
    width: calc(100% - 20px);
}
h1 {
	font-size:32px;
}
h2 {
	font-size:24px;
	margin-top:20px;
}
ul.team li {
	width:100%;
	max-width:100%;
}
ul.team li img {
	width:100%;
	max-width:100%;
}
.hamburger {
	right:20px;
	top:20px;
	width:50px;
	height:35px;
	background-size: 50px auto;
}
.logo {
}