@font-face {
		font-family: "Fajardo";
		src: url("Fonts/Fajardo.ttf");
}
@font-face {
		font-family: "Kalos";
		src: url("Fonts/Kalos.ttf");
}
p {
	font-family: Kalos;
}
.title {
	font-family: Kalos;
	font-size: 70px;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 25px;
}
.subhead {
	font-family: Kalos;
	font-size: 50px;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 0;
	padding: 0;
}
.wrapper {
	text-align: center;
	width: 960px;
	margin: 0 auto;
	position: relative;
}
.img-wrapper {
	position: relative;
	width: 100%;
}
.btn-next {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	display: flex;
	align-items: center;
}
.btn-previous {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	display: flex;
	align-items: center;
}
.img-margin {
	margin-top: 45px;
}
.a-margin {
	margin-top: 20px;
	margin-bottom: 20px;
}
.p-margin {
	margin-bottom: 20px;
}
.p-footer {
	font-size: 20px;
}
.text {
	font-size: 30px;
}
.footer-margin {
	margin-top: 30px;
	margin-bottom: 15px;
}
hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.link {
	font-family: Kalos;
	font-size: 30px;
	text-decoration: none;
	color: grey;
	margin: 15px;
}
.footer-link {
	font-family: Kalos;
	text-decoration: none;
	color: grey;
	margin: 0px;
}