

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

li {
	margin-bottom: 20px;
}

.topnav {
	background: white;
	z-index: 2;
	width: 100%;
	top: 0;
	left: 0;
	position: fixed !important;
}

.content-wrapper {
	/* These styles are required for the "scroll-over" effect */
	position: absolute;
	top: 49px;
	left: 0;
	width: 100%;
	z-index: 1;
	background: white;
}

.topnav a {
	float: left;
	display: block;
	color: #000000;
	background: #a6766d;
	text-align: center;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 16px;
	padding-right: 16px;
	text-decoration: none;
	font-size: 18px;
	margin-right: 1px;
}

.topnav a:hover {
	background-color: #a6766d;
	color: black;
}

.topnav a.active {
	background-color: #f4b083;
	color: black;
}

.topnav .icon {
	display: none;
	height: 49px;
	font-size: 42px;
	background-color: #a6766d;
	width: 100%;
	cursor: pointer;
	padding-left: 14px;
}

.bigImage {
	display: block;
}

.smallImage {
	display: none;
}

.big {
	display: block;
}

.small {
	display: none;
}

@media screen and (max-width: 700px) {
	.big {
		display: none;
	}
	.small {
		display: block;
	}
	.bigImage {
		display: none;
	}
	.smallImage {
		display: block;
	}
}

@media screen and (max-width: 850px) {
	.topnav a {
		background-color: #f4b083;
		display: none;
	}
	.topnav a.active {
		background-color: #a6766d;
	}
	.topnav .icon {
		display: block;
	}
	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
	}
}

.twoParts {
	display: inline-block;
	vertical-align: top;
	max-width: 46%;
	min-width: 300px;
	padding: 1.5%;
	margin-bottom: 20px;
}

.content-head_start {
	font-size: 42px;
	margin-bottom: 40px;
	vertical-align: center;
}

.content {
	font-size: 18px;
	margin-bottom: 40px;
}

.img {
	width: 100%;
	height: auto;
}

.onePart {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	min-width: 300px;
	padding-left: 1.5%;
	margin-bottom: 20px;
}

.footer {
	max-width: 100%;
	margin-top: 40px;
	padding: 20px;
	margin-bottom: 40px;
	background-color: #a6766d;
	font-size: 18px;
	line-height: 1.2em;
}

.footer a:link {
  text-decoration: none;
  color: black;
}

.footer a:visited {
  text-decoration: none;
  color: black;
}

.footer a:hover {
  text-decoration: none;
  color: black;
}

.footer a:active {
  text-decoration: none;
  color: black;
}

.marginTop20 {
	margin-top: 20px;
}

button {
	border: none;
	text-decoration: none;
	font-size: 16px;
	cursor: pointer;
	background-color: #1f8dd6;
	color: white;
	padding: 0.5em 2em;
	border-radius: 5px;
}

.myform {
	min-width: 300px;
	max-width: 400px;
	width: 98%;
	margin-left: 2%;
	margin-bottom: 40px;
}

.pure-form input[type],
textarea {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	padding: 5px 0px 8px 8px;
	border: 1px solid #000000;
	width: 95%;
	box-shadow: none;
	font-size: 100%;
	margin-bottom: 20px;
	border-radius: 5px;
}

.pure-form input[type]:focus,
textarea:focus {
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	padding: 5px 0px 8px 8px;
	border-radius: 5px;
	border: 1px solid rgba(81, 203, 238, 1);
	margin-bottom: 20px;
}


.embed-container {
  position: relative; 
  padding-bottom: 56.25%; /* ratio 16x9 */
  height: 0; 
  overflow: hidden; 
  width: 90%;
  height: auto;
  margin-left: 1.5%;
}
.embed-container iframe {

  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}
/* ratio 4x3 */
.embed-container.ratio4x3 {
  padding-bottom: 75%;
}
