body {
	background-color: #6294b9;
	background-image: url(../images/updated-background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}

#wrapper {
	width: 880px;
	text-align: left;
	vertical-align: top;
	margin: 0 auto;
}

#title {
	width: 660px;
	text-align: center;
	vertical-align: top;
	margin: 0 auto;
}

#container1 {
	width: 180px;
	text-align: center;
	vertical-align: top;
	margin-top: 35px;
	margin-left: 6px;
	position: relative;
	float: left;
}

#container2 {
	width: 180px;
	text-align: center;
	vertical-align: top;
	margin-top: 35px;
	margin-left: 163px;
	position: relative;
	float: left;
}

#container3 {
	width: 180px;
	text-align: center;
	vertical-align: top;
	margin-top: 35px;
	margin-left: 163px;
	position: relative;
	float: left;
}

#container4 {
	width: 180px;
	text-align: center;
	vertical-align: top;
	margin-top: 35px;
	margin-left: 50px;
	position: relative;
	float: left;
}

#container5 {
	width: 180px;
	text-align: center;
	vertical-align: top;
	margin-top: 17px;
	margin-left: 176px;
	position: relative;
	float: left;
	clear: both;
}

#container6 {
	width: 180px;
	text-align: center;
	vertical-align: top;
	margin-top: 17px;
	margin-left: 176px;
	position: relative;
	float: left;
}

#container7 {
	width: 180px;
	text-align: center;
	vertical-align: top;
	margin-top: 38px;
	margin-left: 52px;
	position: relative;
	float: left;
}

#container8 {
	width: 180px;
	text-align: center;
	vertical-align: top;
	margin-top: 47px;
	margin-left: 50px;
	position: relative;
	float: left;
}


a:link {
	color: #0841e3;
}

a:visited {
	color: #0841e3;
}

a:hover {
	color: #000000;
}

a:active {
	color: #0841e3;
}

h1 {
	font-size: 30px;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-top: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h2 {
	font-size: 18px;
	color: #7dcdcd;
	font-weight: normal;
	margin-top: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

img {
    border: none;
}

/* Responsive update 03/26/2020 */

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

h1 {
	margin-top: 0;
}

.container {
	margin: 0 auto;
	max-width: 900px;
	width: 100%;
}

.top-bar {
	background: #000;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
	padding: 14px 40px;
	text-align: center;
}

.row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 0 auto;
	text-align: center;
}

.row--bottom {
	justify-content: space-around;
}

.site {
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	height: 280px;
	margin: 40px;
	text-align: center;
	width: 220px;
}

.row--bottom .site {
	margin-top: 0;
}

.site__title {
	background: #215c84;
	border-radius: 2px;
	font-weight: bold;
	padding: 20px 5px 10px 5px;
}

.site__logo {
	align-items: center;
	background-image: linear-gradient(to bottom, #fff, #e7f4fa);
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: center;
}

.site__link {
	background: #fff;
	border-radius: 2px;
	padding: 10px 5px 20px 5px;
}
