@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
* {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
body {
	color: #000;
	font-family:'Roboto', Aerial;
	font-size: 16px;
	background-color:#FDF2E7;
	background-image: url('images/13sand.jpg');
}
a:link {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:visited {
	text-decoration:none;
}
h1 {
	color:#1D303C;
	background-color:#DBD0C5;
	padding:5px;
	padding-top:20px;
	padding-bottom:30px;
	font-size: 1.9em;
	text-align:center;
	margin-top:0px;
	margin-bottom:20px;
}
h2 {
	color:#1D303C;
	background-color:#DBD0C5;
	padding:5px;
	font-size: 1.5em;
	text-align:center;
	margin-bottom:5px;
}
h3 {
	color:#1D303C;
	padding:5px;
	font-size: 1.2em;
	text-align:center;
	margin-bottom:10px;
}

.text a:link {
	background-color:#FFF;
	text-decoration:none;
}
.text a:hover {
	background-color:#FFF;
	text-decoration:none;
	position: relative;
	top: 1px;
	left: 1px;
}
a, img {
	outline: none;
	border:none;
	color: #0C202B;
	font-weight:bold;
}
header {
	width: 100%;
}
#wrapper {
	width: 100%;
	max-width: 1000px;
	margin: auto;
	margin-top:0px;
	padding: 0%;
	background-color:#ECE1D6;
}
.panel {
	box-sizing: border-box;
	width:100%;
	margin-bottom:10px;
	padding:9px;
	text-align:justify;
}
p {
	margin: 0 0 5px;
	line-height: 1.3em;
	font-size: 1.2em;
}
footer {
	height: 50px;
	width: 100%;
	margin-top:20px;
	margin-bottom:20px;
}
footer a {
	color:#FDF1D7;
	text-decoration:none;
}
img {
	display:inline-block;
}
td {
	vertical-align:top;
}
div.desc {
	padding: 5px;
	padding-bottom:10px;
	text-align: center;
	font-size: 1.2em;
}
home {
	position:fixed;
	left:50%;
	bottom:5px;
	width:150px;
	height:70px;
	margin-left:-75px;
	z-index:9999;
	overflow:hidden;
	background-color:transparent;
}