html,
body {
	height: auto;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 1.42857143;
	color: #333;
}

.container {
	padding: 50px 90px;
	width: auto;
}

h1,
h2,
h3,
h4 {
	font-weight: bold;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1em;
}

a {
	color: #4682B4;
	text-decoration: none;
}

.nav_active_border {
	border: 2px solid white;
	border-radius: 15px;
}

@media screen and (max-width: 768px) {
	h2 {
		font-size: 1.4em;
	}
}