body {
	margin: 0;
	font-family: 'Poppins', sans-serif;
}

a:hover {
	transition: .3s;
}

.nav {
	padding-left: 50px;
	box-shadow: 5px 0 20px 1px #000;
	position: relative;
	z-index: 99;
	background: #fbf7f4;
	border-bottom: 2px solid #ef9934;
}

.nav h1 {
	display: inline-block;
	font-family: 'Cookie', cursive;
	font-weight: 300;
	font-size: 48px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 50px;
}

.nav h1 strong {
	font-family: 'Playfair Display', serif;
	font-size: 34;
}

.nav h1 a {
	color: #eea094;
	text-shadow: 1px 1px 2px #104161, 1px 1px 1px #104161;
	text-decoration: none;
}

.nav h1 a strong {
	color: #f09635 !important;
}

.nav ul {
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}

.nav li a {
	text-decoration: none;
	color: #4d9db8;
}

.nav li a:hover {
	color: #1b5d7d;
}

.nav li {
	display: inline-block;
	padding: 10px 20px;
}

.active {
	border-bottom: 2px dotted #ccc;
}

.active a {
	color: #1b5d7d !important;
}

.topimg {
	position: relative;
	z-index: 1;
}

.topimg img {
	max-width: 100%;
}

.main {
	box-shadow: -5px 0 20px 1px #000;
	position: relative;
	margin-top: -20px;
	z-index: 99;
	padding: 50px 100px;
	background: #fbf7f4;
	line-height: 33px;
	border-top: 2px solid #ef9934;
}

.main h2 {
	font-family: 'Cookie', cursive;
	font-weight: 300;
	font-size: 48px;
	text-align: center;
	color: #eea094;
	text-shadow: 1px 1px 2px #104161, 1px 1px 1px #104161;
	padding-bottom: 20px;
}

.main p {
	padding-bottom: 30px;
	letter-spacing: .5px;
}

footer {
	text-align: center;
	font-size: 14px;
	padding: 20px;
	background: #4f90a4;
	position: relative;
	z-index: 100;
	border-top: 1px solid #000;
	color: #fff;
	letter-spacing: .5px;
}

footer a {
	color: #f6f1ed;
}

.main ul {
	margin-left: 100px;
	line-height: 43px;
}

.main a {
	color: #e87970;
	text-decoration: none;
	border-bottom: 2px dotted #ccc;
}

.main a:hover {
	color: #963d1b;
	border-bottom: 2px dotted #963d1b;
}


form {
	padding-left: 50px;
}

.formbox {
	width: 500px;
	height: 50px;
	margin-bottom: 20px;
	padding: 20px;
	border: 1px solid #ccc;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
}

.formbox2 {
	width: 500px;
	height: 250px;
	padding: 20px;
	border: 1px solid #ccc;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	margin-bottom: 20px;
}

.submit {
	width: 200px;
	height: 35px;
	font-size: 16px;
}