:root {
	-red: #FB7968;
	-orange: #F9C593;
	-yellow: #FAFAD4;
	-lightgreen: #B0D1B2;
	-green: #89B2A2;
}
body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: Baskerville, serif;
}
.containerhome {
	min-height:1000px;
	background-image: url("./img/margaretha.jpg");
	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	position: relative;
  	background-color:#FFFFFF;
}
.container {
	min-height:780px;
  	position: relative;
  	background-color:#FFFFFF;
}
.navigation {
	height:120px;
}
h1 {
	float:left;
	padding-left:40px;
	padding-top:15px;
	color:#33485D;
	letter-spacing:2px;
	font-weight:normal;
}
ul {
	text-decoration:none;
	list-style-type: none;
	float:right;
	padding-right:60px;
	padding-top:25px;
}
ul.reverse a li {
	color:#FFF;
}
li {
	display:inline-block;
	font-size:24px;
	padding-left:30px;
	color:#33485D;
}
li:hover {
	opacity:0.8;
}
.current {
	text-decoration:underline !important;
	text-underline-offset:3px;
}
.learnmore {
	padding:30px 0 80px 0;
	text-align:center;
}
.learnmore h2 {
	font-size:24px;
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	line-height:2;
	letter-spacing:2px;
	padding-bottom:30px;
	color:#33485D;
	font-weight:normal;
}
.learnmore a, .text a {
	border: 2px solid #33485D;
	border-radius:8px;
	padding:10px 20px;
	text-decoration: none;
	color:#33485D;
}
.text a {
	padding:10px 225px;
}
.learnmore a:hover, .text a:hover {
	background-color:#33485D;
	color:#FFFFFF;
}
.event {
	max-width:600px;
	margin-left:auto;
	margin-right:auto;	
	margin-bottom:25px;
	border-bottom:1px solid #33485D;
}
.event:nth-child(1) {
	border-top:1px solid #33485D;
}
.event h3 {
	font-size:20px;
	text-align:left;
	color:#33485D;
}
.event p {
	margin-top:-8px;
	font-size:18px;
	text-align:left;
	color:#33485D;
	line-height:1.6;
}
.event a {
	color:#33485D;
	font-weight:;
	text-decoration:underline;
}
.contact {
	max-width:600px;
	width:80%;
	padding-bottom:80px;
}
.contact p {
	letter-spacing:1px;
	line-height:1.8;
	color:#33485D;
	text-align:center;
	font-weight:normal;
	font-size:28px;
}
.text {
	max-width:600px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:80px;
	text-align:center;
}
.text img {
	width:100%;
	height:auto;
	border-radius:2px;
	max-width:600px;
}
.text p {
	letter-spacing:1px;
	line-height:1.8;
	font-size:18px;
  text-align: justify;
  text-justify: inter-word;
	color:#33485D;
}
.float-container {
    max-width:900px;
    margin-left:auto;
    margin-right:auto;
    margin-top:-80px;
}
.float-child {
    width: 49% !important;
    background-color:#89B2A2;
    display:inline-block;
}  
.concon {
	margin-left:auto;
	margin-right:auto;
	max-width:900px;
	text-align:center;
	padding-bottom:80px;
}
iframe {
	width: calc(100%);
	min-height:500px;
	height:auto;
}
/****/
footer {
	width:100%;
	text-align:center;
	padding-bottom:30px;
	letter-spacing: 1px;
	color: #33485D;
	font-size:19px;
}
/****/
/****/
.topnav {
  overflow: hidden;
  position: relative;
  display: none;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}
#myLinks > a {
	padding: 30px 16px;
	text-align:center;
	font-size:28px;
	color:#33485D;
}
#myLinks > a:hover {
	opacity:0.8;
}
.topnav a.icon {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.call > a {
	color:#33485D !important;
}
.active {
	letter-spacing:1px;
}
.newsletter {
	border-radius:8px;
	color:#FFFFFF;
	max-width:560px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:60px;
	padding:10px 20px 20px 20px;
}
.newsletter h4 {
	font-size:28px;
	text-align:left;
	margin: 10px 0 0 0;
	color:#33485D;
}
.newsletter p {
	letter-spacing:1px;
	line-height:1.8;
	font-size:18px;
	text-align:left;
	margin: 10px 0 10px 0;
	color:#33485D;
}
.newsletter form {
	display:inline-block;
}
#firstname, #lastname {
	border-radius:4px;
	height:32px;
	width:275px;
	font-family:Baskerville, serif !important;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#33485D;
	border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  border:solid 2px #33485D;
  box-sizing: border-box;	
  margin-bottom:10px;
}
#email {
	border-radius:4px;
	height:32px;
	width:455px;
	font-family:Baskerville, serif !important;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#33485D;
	border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  border:solid 2px #33485D;
  box-sizing: border-box;
}
#submit {
	border-radius:4px;
	height:32px;
	width:95px;
	padding-bottom:2px;
	font-family:Baskerville, serif !important;
	background-color:#FFF;
	font-size:16px;
	font-weight:bold;
	color:#33485D;
	border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  border:solid 2px #33485D;
  box-sizing: border-box;
}
.contactform {
	width:100%;
	display:block !important;
}
.contactform input, .contactform textarea {
	width:100%;
	box-sizing: border-box;
	height:30px;
	border-radius:4px;
	border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  border:solid 2px #33485D;
  font-weight:bold;
	color:#33485D;
  margin-bottom:10px;
  font-family:Baskerville, serif !important;
	background-color:#FFF;
	padding-left:10px;
	font-size:16px;
}
.contactform textarea {
	height:140px;
	padding-top:10px;
}
.contactform input[type="submit"] {
	text-align:left;
}
@media screen and (max-width: 1150px) {
	#myLinks {
		height:150vh;
	}
	.navigation {
		display: none;
	}
	.topnav {
		display: block;
	}
	.learnmore {
		padding-left:15px;
		padding-right:15px;
	}
	.text p {
		padding-left:20px;
		padding-right:20px;
	}
	.text a {
		width:100%;
		padding:10px 40px;
	}
	.text img {
		max-width:560px;
	}
	.listofevents {
		padding-left:15px;
		padding-right:15px;
	}
	.event {
		margin-bottom:20px;
	}
	.mediacon {
		padding-left:15px;
		padding-right:15px;
	}
	.containerhome {
	height:90vh;
	min-height:90vh;
	background-image: url("./img/margaretha.jpg");
	background-position: center;
  	background-repeat: no-repeat;
  	position: relative;
  	background-color:#FFFFFF;
	}
	.contact {
		width: 90%;
	}
	.contact p {
		font-size:18px;
	}
	.text img {
		border-radius: 0px;
	}
	iframe {
		min-height:200px;
	}
}
@media screen and (max-width: 675px) { 
	.newsletter {
		width:calc(92% - 30px);
	}
	.newsletter span {
		display:none;
	}
	.newsletter form {
		display:block;
		width:100%;
	}
	#email, #firstname, #lastname {
		width:100%;
		margin-bottom:10px;
	}
	#submit {
		width:100%;
		margin-bottom:10px;
		min-width:0px !important;
	}
	.newsletter h4 {
		font-size:20px;
	}
	.newsletter p {
		margin-bottom:16px;
	}
}
.reverse {
	color:#FFF;
}

