

body 	{ background-color: #FFFFFF;
	}


img	{
    max-width: 100%;
    height: auto;
	}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  align-items: center; 
}

.page {
  display: flex;
  flex-wrap: wrap;
}

.section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu {
	width: 100%;
  	padding: 5;
}

.header {
	width: 100%;
  	padding: 5;
}

.column {
  float: left;
  display: flex;
  justify-content: center;
  width: 20%;
  padding: 5px;
  valign: bottom;
  
}


.textblock {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10;

}

.thumbnail {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10;
}





/* Mobile Styles */
@media only screen and (max-width: 400px) {


  .title {
	font-family: 'Red Hat Text', sans-serif;
	font-size: 24px;
	color: #0A3075;
	}

.links {
	font-family: 'Red Hat Text', sans-serif;
	font-size: 14px;
	color: #0A3075;
	}


.copy {
	font-family: 'Red Hat Text', sans-serif;
	font-size: 13px;
	color: #333333;
	}


a:link   { color: #0A3075; 
	text-decoration: none; 
	}

a:visited  { color: #0A3075; 
	text-decoration: none;
	}

a:hover  { color: #CCCCCC; 
	text-decoration: none; }

a:active  { color: #0A3075; 
	text-decoration: none;
	 }

}


/* Tablet Styles */
@media only screen and (min-width: 401px) and (max-width: 960px) {
  .title {
	font-family: 'Red Hat Text', sans-serif;
	font-size: 30px;
	color: #0A3075;
	}

.links {
	font-family: 'Red Hat Text', sans-serif;
	font-size: 15px;
	color: #0A3075;
	}


.copy {
	font-family: 'Red Hat Text', sans-serif;
	font-size: 14px;
	color: #333333;
	}

a:link   { color: #0A3075; 
	text-decoration: none; 
	}

a:visited  { color: #0A3075; 
	text-decoration: none;
	}

a:hover  { color: #CCCCCC; 
	text-decoration: none; }

a:active  { color: #0A3075; 
	text-decoration: none;
	 }

}


/* Desktop Styles */
@media only screen and (min-width: 961px) {
  .title {
	font-family: 'Red Hat Text', sans-serif;
	font-size: 48px;
	color: #0A3075;
	}

.links {
	font-family: 'Red Hat Text', sans-serif;
	font-size: 17px;
	color: #333333;
	}


.copy {
	font-family: 'Red Hat Text', sans-serif;
	font-size: 16px;
	color: #333333;
	}

a:link   { color: #0A3075; 
	text-decoration: none; 
	}

a:visited  { color: #0A3075; 
	text-decoration: none;
	}

a:hover  { color: #CCCCCC; 
	text-decoration: none; }

a:active  { color: #0A3075; 
	text-decoration: none;
	 }
}