body {
	min-height: 100%;
	margin: 0;
	padding: 0;
}

#wrapper {
	font-family: droid-serif, serif;
	font-weight: 400;
	font-style: normal;
	color: #001b33;
	min-height: 98vh;
}

p {
	color: #e1e1e0;
	padding-top: 0.5rem;
}

a {
	text-decoration: none;
	color: #001b33;
}

#footer {
	height: 100px;
	width: 100vw;
	bottom: 0;
	position: fixed;
}

#footer p {
	color: #e1e1e0;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	font-size: 0.8rem;
	text-transform: uppercase;
	padding-top: 0.5rem;
}

#footer p a {
	text-decoration: none;
	color: #001b33;

}

@media screen and (max-width: 1199px) {


	@media screen and (max-width: 1024px) and (orientation: landscape) {

		#footer {
			position: unset;
		}

	}

	@media screen and (max-width: 991px) and (orientation: landscape) {

		#footer {
			position: unset;
		}


	}

	@media screen and (max-width: 991px) {}

	#footer {
		position: unset;
	}

}

@media screen and (max-width: 767px) {}