<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-color: #ffd018;
	position: relative;
}

a {
	border: 0 none;
	text-decoration: none;
}

h1 {
	font-family: 'Raleway', sans-serif;
	margin-left: 1%;
}

h2 {
	font-family: 'Raleway', sans-serif;
	margin-left: 2%
}

h3 {
	font-family: 'Raleway', sans-serif;
	margin-left: 3%
}

h4 {
	font-family: 'Raleway', sans-serif;
	margin-left: 4%
}

p {
	font-family: 'Roboto Slab', serif;
}

a:link {
	color: #0000FF;
}

a:visited {
	color: #BB00BB;
}

a:hover {
	color: #E79E19;
}

a:active {
	color: #FF0000;
}

a img {
	border: none;
}

#titlelogo {
	width: auto;
	display: inline-block;
	margin-left: 12%;
	margin-right: auto;
}

#SocialMedia {
	width: auto;
	float: right;
	margin-top: 15px;
	margin-right: 30px;
}

#SocialMedia img:hover {
	background-color: white;
}

#SocialMedia img:active {
	background-color: gray;
}

#NavBar {
	width: 75%;
	margin-left: 10%;
	margin-right: auto;
	z-index: 100;
	position: relative;
}

#NavBar li {
	display: inline-block;
	padding: 20px;
	border-radius: 5px;
	z-index: 100;
}

.wrapButton {
	text-align: center;
}

button {
	height: 50px;
	width: 150px;
	border-radius: 25px;
	background-color: #CCCCCC;
}

button:hover {
	color: white;
	background-color: #555555;
}

button:active {
	background-color: black;
}

.specialh1 {
	font-family: 'Lobster', cursive;
	text-align: center;
}

.white {
	-moz-box-shadow:    3px 3px 5px 2px #111;
	-webkit-box-shadow: 3px 3px 5px 2px #111;
	box-shadow:         3px 3px 5px 2px #111;

	background-color: white;
	color: black;
	border: 1px solid white;
}

.white:hover {
	-moz-box-shadow:    none;
	-webkit-box-shadow: none;
	box-shadow:         none;
	
	background-color: black;
	color: white;
	border: 1px solid gray;	
}

.black {
	background-color: black;
	color: white;
	border: 1px solid gray;
}

.black:hover {
	background-color: gray;
	color: black;
	border: 1px solid gray;
}

#footer {
	width: 75%;
	height: 150px;
	padding: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -10px;
	background-color: #EEEEEE;
	position: relative;
}

#titlefoot {
	width: 150px;
	margin-left: 30%;
}

#footer .column {
	float: left;
	width: 16.6%;
}

.divide {
	background: gray;
	border: 0;
	height: 10px;
	margin-top: -0.5px;
	position: relative;
	z-index:20
}

#content {
	background-color: white;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 5px;
	width: 75%;
	height:auto;
	min-height: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -17px;
	overflow: auto;
	position: relative;
	z-index: 10;
}

#beeframe {
	padding: 1px;
	width: 200px;
	height: 150px;
	border: 1px solid black;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: 15px;
	margin-right: 20px;
}

#content p {
	padding-left: 3%;
	text-indent: 2em;
}</pre></body></html>