html {
	background-color: #006934;
}

body {
	width: 980px;
	margin: 25px auto 25px auto;
	border-radius: 15px;
	padding: 0px 15px 15px 15px;
	background-color: white;
	font-family: Comic Sans MS;
	box-shadow: 3px 3px 13px black;
}
header {
	background-image: url(Sandra_Banner.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	width: auto;
	height: 310px;
	border-radius: 15px 15px 0px 0px;
}
nav {
	text-align: center;
	margin-top: 15px;
}
nav > a {
	width: 135px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	background-color: gray;
	border-radius: 50px 15px 50px 15px;
	color: white;
}
nav > a:hover {
	background-color: white;
	color: black;
}

h1 {font-size: 200%;}
.bigtext {font-size: 150%;}
.moblie {display: none;}
.desktop {display: inline-block}
.currentpage{
	color: black;
	background: #e4e4e4;
}
.content {
	margin-top: 15px;
	text-align: center;
	overflow: auto;
}
.lsidelm{
	width: 450px;
	float: left;
	text-align: center;
}
.rsidelm{
	width: 500px;
	float: right;
	text-align: center;
}
.c1{
	width: 300px;
	height: 380px;
	display: inline-table;
	border: 1px solid black;
	text-align: center;
	border-radius: 15px;
	margin-bottom: 5px;
}
.c1 > img {
	border-radius: 15px 15px 0px 0px;
}
.c1 > p {
	margin: 0px 10px 10px 10px;
}
