*,
*:before,
*:after {
	margin: 0;
	padding: 0;
}

html {
  scroll-behavior: smooth;
}

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;
}

nav 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;
}

a:after {
	content: "";
	position: absolute;
	height: 2px;
	width: 0;
	background-color: #efe9cb;
	transition: 0.4s;
	left: 0;
	bottom: -3px;
}

a:hover:after {
	width: 100%;
}

.banner-area {
	width: 100%;
	height: 88vh;
	position: absolute;
	top: 12vh;
	background-image: url('images/BGcontact.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	text-align: center;
}

.banner-area h1 {
	padding-top: 170px;
	font-size: 70pt;
	font-family: Crimson Pro, serif;
	color: #363a3a;
	position: relative;
	animation: comingsoon 0.5s;
	box-sizing: border-box;	
}

@keyframes comingsoon {
	from {
		bottom: -30px;
		opacity: 0%;
	}
	to {
		bottom: 0px;
		opacity: 100%;
	}
}

footer {
	position: relative;
	top: 568px;
	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;
}
