@font-face {
	font-family: Ambroise_light;
	src: url("/fonts/ufonts.com_ambroise-light-opentype.otf");
}

@font-face {
	font-family: Freight_book;
	src: url("/fonts/ufonts.com_freight-sans-book-sc-opentype.otf");
}
body {
	background-image: url("/img/background2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	margin-bottom: 0px;
}

.container {
	width: 100%
}

.top {
	height: 80vh;
	width: 100%;
}

.bottom-wrapper {
	margin: 5%;
}

.bottom-1 {
	width: 365px;
	float: left;
	margin-top: -8px;
}

#title {
	font-family: Ambroise_light;
	color: white;
	font-size: 45px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline-block;
	padding-left: 10px;
}

.bottom-2 {
	width: 380px;
	min-width: 380px;
	float: left;
}

#description {
	color: white;
	margin-top: 12px;
	font-family: Freight_book;
	font-size: 18px;
	line-height: 1.3em;
	opacity: 0.7;
}

.bottom-3 {
	float: right;
	padding-top: 15px;
}

#email {
	text-align: right;
	color: white;
	font-family: Freight_book;
	font-size: 13px;
	opacity: 0.7;
	text-decoration: none;
	border: 2px solid white;
	border-radius: 4px;
	padding: 8px;
}

#email:hover {
	background-color: white;
	color: #666666;
}

@media (max-width: 760px) {
	.bottom-3 {
		float: left;
	}
	.bottom-2 {
		clear: left;
	}
}

@media (max-width: 530px) {
	.bottom-2 {
		width: 350px;
		min-width: 350px;
		padding-right: 3%;
	}
	.bottom-3 {
		clear: left;
		padding-top: 5px;
		padding-bottom: 5%;
	}
	.top {
		height: 70vh;
	}
}

@media (max-width: 450px) {
	.bottom-2 {
		width: 250px;
		min-width: 250px;
		padding-right: 2%;
	}
}



@media (max-height: 700px) {
	.top {
		height: 400px;
	}
}

@media (max-height: 600px) {
	.top {
		height: 300px;
	}
}

@media (max-height: 530px) {
	.top {
		height: 250px;
	}
}

@media (max-height: 480px) {
	.top {
		height: 150px;
	}
}

@media (max-height: 400px) {
	.top {
		height: 50px;
	}
}