@charset "utf-8";


body {
    background-color: #95C8ED;
    padding: 20px;
    font-family: Arial;
}

h1{
	font-size: 50px;
	text-align: center;
	margin-top: 200px;
	margin-left: 100px;
	margin-right: 100px;
	color: white;
	
}

h2{
	font-size: 30pt;
	font-family:  Cambria, "Hoefler Text";
	color: white;
		
}

.topnav {
  overflow: hidden;
  background-color: #95C8ED;
}

.topnav a {
	float: right;
	color: white;
	text-align: center;
	padding-top: 14px;
	padding-right: 80px;
	padding-left: 80px;
	padding-bottom: 14px;
	text-decoration: none;
	font-size: 17px;
	background-color: #0F4D98;
}
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #828282;
  color: white;
}

@media screen and (max-width: 900px) {
    .column {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}






