body { background-color: #000000; 

	}


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: flex-end;
  align-items: flex-start;
}

.menu {
	display: flex;
	justify-content: flex-end;
  	align-items: flex-end;
  	flex-direction: column;
	padding: 10;
}

.menuimg {
	width: 60%;
	display: flex;
	justify-content: flex-start;
  	align-items: flex-start;
  	flex-direction: column;
	padding: 10;
}


.textblock {
  width: 100%;
  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: 'Cinzel', serif;
	font-size: 14px;
	color: #CCCCCC;
	}

.links {
	font-family: 'Cinzel', serif;
	font-size: 12px;
	color: #CCCCCC;
	}


.copy {
	font-family: 'Cinzel', serif;
	font-size: 12px;
	color: #CCCCCC;
	}

.small {
	font-family: 'Cinzel', serif;
	font-size: 8px;
	color: #CCCCCC;
	}

a:link   { color: #CCCCCC; 
	text-decoration: none; 
	}

a:visited  { color: #CCCCCC; 
	text-decoration: none;
	}

a:hover  { color: #FFFFFF; 
	text-decoration: none; }

a:active  { color: #CCCCCC; 
	text-decoration: none;
	 }

}


/* Tablet Styles */
@media only screen and (min-width: 401px) and (max-width: 960px) {
  .title {
	font-family: 'Cinzel', serif;
	font-size: 24px;
	color: #CCCCCC;
	}

.links {
	font-family: 'Cinzel', serif;
	font-size: 16px;
	color: #CCCCCC;
	}


.copy {
	font-family: 'Cinzel', serif;
	font-size: 16px;
	color: #CCCCCC;
	}

.small {
	font-family: 'Cinzel', serif;
	font-size: 9px;
	color: #CCCCCC;
	}

a:link   { color: #CCCCCC; 
	text-decoration: none; 
	}

a:visited  { color: #CCCCCC; 
	text-decoration: none;
	}

a:hover  { color: #FFFFFF; 
	text-decoration: none; }

a:active  { color: #CCCCCC; 
	text-decoration: none;
	 }

}


/* Desktop Styles */
@media only screen and (min-width: 961px) {
  .title {
	font-family: 'Cinzel', serif;
	font-size: 34px;
	color: #CCCCCC;
	}

.links {
	font-family: 'Cinzel', serif;
	font-size: 18px;
	color: #CCCCCC;
	}


.copy {
	font-family: 'Cinzel', serif;
	font-size: 16px;
	color: #CCCCCC;
	}

.small {
	font-family: 'Cinzel', serif;
	font-size: 10px;
	color: #CCCCCC;
	}

a:link   { color: #CCCCCC; 
	text-decoration: none; 
	}

a:visited  { color: #CCCCCC; 
	text-decoration: none;
	}

a:hover  { color: #FFFFFF; 
	text-decoration: none; }

a:active  { color: #CCCCCC; 
	text-decoration: none;
	 }
}