@charset "utf-8";

nav {
	font-family: 'Roboto', sans-serif; }

#navbarSupportedContent a:link, a:visited {
	color: black;
	text-decoration: none; }

#navbarSupportedContent a:hover {
	color: #1A6BA7; }

grey {
	color: #D8D8D8; }

body { 
	color: #1A6BA7;
	background: #FBE7D4;
	font-family: 'Roboto', sans-serif; }

.header {
	position: relative;
	text-align: center; }

.centered {
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center; }

.button {
	background-color: #1A6BA7;
	border: none;
	color: #FBE7D4;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 16px; }

button:hover {
	color: #0996AF; }

* {
	box-sizing: border-box; }

#container {
	width: 62.5%;
	margin: 1.25% auto; }

img {
	padding-bottom: 0.3%;
	padding-top: 0.3%; }

#main a:link, a:visited {
	color: #1A6BA7; }

#main a:hover {
	color: #0996AF;
	text-decoration: none; }

.row {
	margin: 8px -16px; }

.row,
.row > .column {
	padding: 8px; }

.column {
	float: left;
	width: 50%; }

.row:after {
	content: "";
	display: table;
	clear: both; }

.content {
	background-color: #CDCDCD;
	padding: 10px; }

@media screen and (max-width: 900px) {
	.column {
		width: 50%; } }

@media screen and (max-width: 600px) {
	.column {
		width: 100%; } }

footer {
	background: #FFBF6E;
	font-family: 'Roboto', sans-serif; }

.mafoot {
	margin-left: 19%;
	padding-top: 0.5%;
	padding-bottom: 0.5%; }



