.title {
	background-color: #914b82;
	color: #fff;
	font-family: "Trebuchet MS";
	font-size: 38px;
	padding: 40px 20px;
	text-align: center;
	opacity: 1;
}

body {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center top;
	font-family: "Trebuchet MS";
	font-size: 16px;
}

html, body {
	padding: 0;
	margin: 0;
}

a, a:focus, a:active {
	color: #336b81;
}

a:hover {
	color: #4699c2;
}

img {
	max-width: 100%;
}

.main-navigation {
	margin: 50px 0 30px;
}

.main-navigation ul {
	display: flex;
	justify-content: center;
	margin: 2px;
	padding: 2px;
	border-bottom: 2px solid #333;
}

.main-navigation li {
	list-style: none;
}

.main-navigation a {
	padding: 4px 15px;
	font-size: 1em;
	text-decoration: none;
	color: #333;
}

.main-navigation a:hover {
	background: #0078AA;
	color: #fff;
}

.main-navigation .active a {
	background: #73b455;
	color: #fff;
}

.container {
	width: 100%;
	max-width: 750px;
	margin: 20px auto;
	padding: 40px;
	padding-bottom: 20px;
	background: rgba(255, 255, 255, .75);
	
}

.main {
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	
}

.column {
  float: left;
  width: 48%;
  padding: 0px;
}
/*.left, .right {
  width: 50%;
}
.middle {
  width: 2%;
}*/

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.datum {
	display: flex;
	justify-content: left;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #333;
}

footer {
	background-color:  #E6C323;
	padding: 20px;
	color:  #fff;
	display: flex;
    justify-content: space-between;
    align-content: center;
}

footer-logos {
	background-color:  #C3D75E;
	padding: 20px;
	color:  #fff;
	display: flex;
    justify-content: space-between;
    align-content: center;
}


footer div {
	padding-top: 0px;
}

.footNote {
	text-align: center;
	font-size: 10px;
	margin: 5px;
}

@media screen and (max-width: 767px) {
	body {
		background-image: none!important;
	}
	.container {
		width: auto;
		padding: 10px;
		margin: 0;
	}
	.main-navigation {
		margin: 10px 0;
	}
	.main-navigation ul {
		display: block;
		margin: 3px 0;
	}
	footer,
	.main-navigation a {
		font-size: 14px;
		display: block;
	}
	footer {
		text-align: center;
	}
}