.navbar {
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	clear: both;
}
.toggle, [id^=drop] {
	display: none;
}
.navbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.navbar ul li {
	padding: 0 12px;
  font-family: 'Playfair Display', serif;
	font-size: 17px;
	font-weight: normal;
  text-transform: ;
  line-height: 60px;
	flex: 0 1 auto;
	display: block;
}
.navbar li a {
	display: block;
}
.navbar a {
	color: white;
	text-decoration: none;
}
.navbar a:visited {
	color: white;
	text-decoration: none;
}
.navbar a:hover {
  color: darkgray;
	text-decoration: none;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.navbar a:active {
  color: #FB8B35;
	text-decoration: none;
}


@media all and (max-width:969px) {

.navbar {
	width: 100%;
	margin: 0;
	padding: 0;
}
.toggle + a, .menu {
	display: none;
}
.toggle {
	height: 60px;
	text-align: center;
	display: block;
}
.toggle:hover {
	background-color: inherit;
}
.menuicon {
  padding: 16px;
	width: 60px;
	height: 60px;
	display: block;
}
[id^=drop]:checked + ul {
	display: block;
}
	
	
	
	
	
	
	
	
	
	
	
.navbar ul {
	display: none;
}
.navbar ul li {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: none;
	font-size: 15px;
	line-height: 54px;
	text-align: center !important;
	display: block;
}
.navbar li a {
	display: block;
}
.navbar a:hover {
	color: white;
	background-color: #FA5106;
}
.navbar a:active {
	color: inherit;
	background-color: none;
}
}





























form {
}
form h2 {
	color: white;
	text-align: center;
}
input, textarea {
	background-color: white;
	width: 100%;
	margin: 1em 0;
	padding: 1.25em;
	color: black;
	font-size: 15px;
	font-weight: 500;
	border: none;
	border-radius: 0;
}
::placeholder {
    color: gray;
    opacity: 1;
}
:-ms-input-placeholder {
    color: black;
}

::-ms-input-placeholder {
    color: black;
}



input[type="submit"] {
	background-color: #0077bb;
	width: auto;
	margin-top: 1em;
	margin-bottom: 2em;
	padding: 1.5em;
	color: white;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	cursor: pointer;
	float: right;
}
input[type="submit"]:hover {
	background-color: #00517F;
}
.hide {
	display: none;
}