body {
	font-size: 17px;
	font-family: Verdana;
	margin: 0;
	min-height: 100vh
}
.white-bg {
	color: #ffffff;
	height: 23vh;
	width: 100%;
}
.header-container {
	background-color: #ffffff;
	opacity: 0.9;
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 19vh;
	width: 100%;
	margin: 0px;
	padding: 15px 0px 15px 0px;
	position: fixed;
	box-shadow: 0px 7px 6px -2px rgba(0,0,0,0.74);
	-webkit-box-shadow: -7px 7px 6px -3px rgba(0,0,0,0.74);
	-moz-box-shadow: 0px 7px 6px 0px rgba(0,0,0,0.74);
}
.header-img {
	height: 10vh;
}
.link-top {
	color: #979996;
	font: 16px verdana;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
	margin-right: 10%;
}
.link-top:hover {
	color: #1a5844;
}
.big-container-1 {
	background-image: linear-gradient(to top, #979996 15%, #1a5844 100%);
	height: 68vh;
	padding: 40px 0px 30px 50px;
	margin: 0px;
}
a {
	color: black;
}