body 	{ background-color: #FFFFFF;
	}


img	{
    max-width: 100%;
    height: auto;
	padding: 5;
	}


* {
  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%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10;
}

.header {
	width: 100%;
  	padding: 10;
}

.separator {
  width: 100%;
  background-color: #000000;
  height: 1px;
}

.content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.textblock {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10;

}

.thumbnail {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}




/* Mobile Styles */
@media only screen and (max-width: 400px) {


  .title {
	font-family: 'Baskervville', serif;
	font-size: 18px;
	color: #333333;
	}

.links {
	font-family: 'Baskervville', serif;
	font-size: 14px;
	color: #333333;
	padding-left: 10px;
     	padding-right: 20px;
	}


.copy {
	font-family: 'Baskervville', serif;
	font-size: 12px;
	color: #333333;
	}

.small {
	font-family: 'Baskervville', serif;
	font-size: 9px;
	font-style: italic;
	color: #333333;
	}

a:link   { color: #333333; 
	text-decoration: none; 
	}

a:visited  { color: #333333; 
	text-decoration: none;
	}

a:hover  { color: #CCCCCC; 
	text-decoration: none; }

a:active  { color: #333333; 
	text-decoration: none;
	 }

}


/* Tablet Styles */
@media only screen and (min-width: 401px) and (max-width: 960px) {
  .title {
	font-family: 'Baskervville', serif;
	font-size: 18px;
	color: #333333;
	}

.links {
	font-family: 'Baskervville', serif;
	font-size: 14px;
	color: #333333;
	padding-left: 10px;
     	padding-right: 10px;
	}


.copy {
	font-family: 'Baskervville', serif;
	font-size: 12px;
	color: #333333;
	}

.small {
	font-family: 'Baskervville', serif;
	font-size: 9px;
	font-style: italic;
	color: #333333;
	}

a:link   { color: #333333; 
	text-decoration: none; 
	}

a:visited  { color: #333333; 
	text-decoration: none;
	}

a:hover  { color: #CCCCCC; 
	text-decoration: none; }

a:active  { color: #333333; 
	text-decoration: none;
	 }

}


/* Desktop Styles */
@media only screen and (min-width: 961px) {
  .title {
	font-family: 'Baskervville', serif;
	font-size: 24px;
	color: #333333;
	}

.links {
	font-family: 'Baskervville', serif;
	font-size: 16px;
	color: #333333;
	padding-left: 10px;
     	padding-right: 20px;
	}


.copy {
	font-family: 'Baskervville', serif;
	font-size: 14px;
	color: #333333;
	}

.small {
	font-family: 'Baskervville', serif;
	font-size: 11px;
	font-style: italic;
	color: #333333;
	}

a:link   { color: #333333; 
	text-decoration: none; 
	}

a:visited  { color: #333333; 
	text-decoration: none;
	}

a:hover  { color: #CCCCCC; 
	text-decoration: none; }

a:active  { color: #333333; 
	text-decoration: none;
	 }
}