*{
	margin: 0px;
	padding:0px;
}
body {
	background-color: #820500;
	font-family: 'Roboto', sans-serif;
	font-size: 1.0em;
}
.medium {display: none}
.large {display: block}
.small {display: none}
html {
  overflow-y: scroll;
}
.page {
	max-width: 1000px;
	background-color: #fbffc3;
	margin: 5px auto;
	position: relative; /*anything within page will locate relative to it*/
	outline: 0px solid yellow;
	overflow-y: hidden;
	overflow-x: hidden;
	border-radius: 10px;
}
.header{
	background:#f2bc12;
	border: 3px solid #da3734;
	margin:0px auto;
	width: 100%; /*cf 99.4% in master css*/
	height: 285px;
	border-radius:10px;
}
.quote{
	float:left;
	width:95%;
	position: relative;
	text-align: center;
	text-justify:inter-word;
	color: #000;
	font-size: 1.0em;
	font-weight: normal;
	background:#ffffc1;
	margin-left: 2.5%;
	margin-top: 30px;
	border: 3px solid #da3734;
	border-radius: 5px;	
	padding: 5px; 
	outline: 0px dashed blue;
}
.graphicfb {
	width: 15%;
	font-size: 1.1em;
	border-radius: 5px;
}
.footer {
	width: 100%;
	height: 40px;
	margin: 0 auto;
	text-align: center;
	font-size: 1.0em;
	background-color: #ffffc1; 
	padding: 5px 10px 15px 0px; 
	border: 0px solid #da3734;
	border-radius: 5px;
	outline: 0px dashed blue;}
.footer p {
	color:#5d4d43;
	font-family:Tahoma;
	font-weight:normal;
	text-align:center;
}
.clear-fix { clear: both; line-height: 1px;} /*"close" off page prior to footer*/
.center {
    margin: auto;
    width: 35%;
}
@media only screen and (max-width: 768px){
.quote {
	margin-top: 30px;
	border: 3px solid #da3734;
	border-radius: 5px;	
	padding: 5px; 
	outline: 0px dashed blue;
}
.graphicfb {
	width: 10%;
	font-size: 1.1em;
	border-radius: 5px;
}
.footer {
	height: 40px;
	width: 95%;
	font-size: 1.0em;
}
.footer p {
	color:#5d4d43;
	font-family:Tahoma;
	font-weight:bold;
	text-align:center;
}
}
@media only screen and (max-width: 500px){
.quote {
	margin-top: 0px;
	border: 3px solid #da3734;
	border-radius: 5px;	
	padding: 5px; 
	outline: 0px dashed blue;
}
.graphicfb {
	width: 10%;
	font-size: 1.1em;
	border-radius: 5px;
}
.footer {
	height: 40px;
	width: 95%;
	font-size: 0.65em;
}
.footer p {color:#5d4d43;
	font-family:Tahoma;
	font-weight:bold;
	text-align:center;
}
}