*,
*:before,
*:after {
	margin: 0;
	padding: 0;
}

p {
	font-family: "Baloo 2", sans-serif;
}

body {
	text-align: center;
}

.wrapper {
	width: 1400px;
	margin: 0 auto;	
}

header {
	height: 12vh;
	background-color: #6BC1C1;
	width: 100%;
	z-index: 12;
	position: fixed;
}

.logo {
	float: left;
	width: 10%;
	padding-top: 10px;
}

.logo img {
	width: 70px;
}

nav {
	float: right;
	line-height: 12vh;
}

.wrapper a {
	text-decoration: none;
	letter-spacing: 1pt;
	font-size: 17pt;
	font-family: "Baloo 2", sans-serif;
	font-weight: bolder;
	color: #efe9cb;
	padding: 0 30px;
	position: relative;
}

nav a:after {
	content: "";
	position: absolute;
	height: 2px;
	width: 0;
	background-color: #efe9cb;
	transition: 0.4s;
	left: 0;
	bottom: -3px;
}

nav a:hover:after {
	width: 100%;
}

.banner-area {
	width: 100%;
	height: 88vh;
	position: absolute;
	top: 12vh;
	background-color: #363a3a;
}

.backbutton {
	float: left;
	padding: 50px 0 0 95px;
	box-sizing: border-box;
	position: relative;
	animation: bb 1s;	
}

@keyframes bb {
	from {
		right: -30px;
		opacity: 0%;
	}
	to {
		right: 0px;
		opacity: 100%;
	}
}

.backbutton img {
	width: 115px;
}

.banner-area h4 {
	text-align: left;
	margin-top: 95px;
	font-size: 58pt;
	font-family: Crimson Pro, serif;
	color: #efe9cb;
}

.banner-area p {
	text-align: left;
	width: 600px;
	margin-top: 15px;
	font-size: 16pt;
	font-family: "Baloo 2", sans-serif;
	color: #efe9cb;
	line-height: 19pt;
	word-spacing: 2pt;
}

.textrg {
	animation: fadeIn 1s;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.textrg {
	padding: 50px 150px 0 0px;
	box-sizing: border-box;
	float: left;
}

.slideshow-container {
	float: left;
}

.slideshow-container img {
	max-width: 300px;
	margin-top: 150px;
	box-sizing: border-box;
}

.bottom p {
	display: flex;
}

.bottom a {
	text-decoration: none;
	color: #efe9cb;
	font-size: 15pt;
	float: left;
	padding: 125px 0px 20px 95px;
	box-sizing: border-box;
}

.bottom a:hover {
	text-decoration: underline;
	color: #efe9cb; 
}

footer {
	position: relative;
	top: 739px;
	height: 171px;
	background-color: #5b6b6b;
	width: 100%;
}

.site {
	display: flex;
}

footer p {
	color: #efe9cb;
	font-size: 12pt;
	float: left;
	padding: 10px 0 30px 95px;
	margin-top: 20px;
	font-family: "Baloo 2", sans-serif;
	letter-spacing: 0.8pt;
}

.site p:hover {
	text-decoration: underline;
}

#efe9cb;
#363a3a;
#5b6b6b;