body {
	background-color: #cadbe7;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	margin: 0;
	
}

.logo-img {
  width: 80%;
	max-width: 500px;
	padding-bottom: 40px;
}

.main-title {
	color: #224798;
	font-family: "NeueAachenPro";
	font-size: 50px;
	letter-spacing: .05rem;
	font-weight: 500;
	text-decoration: none;
}

.title {
	color: #224798;
	font-family: "NeueAachenPro";
	font-size: 35px;
	letter-spacing: .05rem;
	font-weight: 500;
	text-decoration: none;
}

.header {
	margin-top: 10px;
	min-width: 100%;
	padding-bottom: 40px;
}

.contact-info {
	color: black;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-weight: 500;
	text-decoration: none;
}

hr {
	border: 2px dashed #CA3726;
	margin-left: 25%;
	margin-right: 25%;
}

iframe {
	padding-bottom: 40px;
	min-width: 50%;
	min-height: 50%;
}


.content-bottom-background {
	display: inline-block;
	margin: 0;
	padding: 0;
	padding-top: 5%;
	display: flex;  
	flex-flow: row wrap;
	text-align: center;
}

.main {
	padding-left: 10%;
	padding-right: 10%;
	text-align: center;
	min-width: 80%;
}

a:link {
  color: black;
  text-decoration: none;
}

a:visited {
  color: black;
  text-decoration: none;
}

a:hover {
  color: #224798;
  transition: color 0.5s;
  text-decoration: none;
}

a:active {
  color: #224798;
  transition: color 0.5s;
  text-decoration: none;
}

@font-face {
  font-family: NeueAachenPro;
  src: url(fonts/NeueAachenProBold.TTF);
  font-weight: bold;
}