@font-face {
    font-family: 'KaushanScript-Regular';
    src: url('fonts/KaushanScript-Regular.otf');
}

@font-face {
    font-family: 'FiraSans-Light';
    src: url('fonts/FiraSans-Light.otf');
}

@font-face {
    font-family: 'FiraSans-Bold';
    src: url('fonts/FiraSans-Bold.otf');
}



body {
	background-image: url('flora.jpg');

}

div#header {
	background-image: url('banner1.png');
	background-repeat:repeat;
	background-image: url('pink.jpg');
	width: 80%;
	height: 90px;
	margin-left:10%;
	padding-top: 30px;
}

div#wrapper {
	background-image: url('pink.png');
	width: 80%;
	margin-left: 10%;
}


div#main {
	width: 60%;
	padding-left: 200px;
	padding-right: 20px;
	min-height: 450px;
	display: inline-block;
	color: #ffffff;
}

div#aside {
	border-left-color: #80ff80;
	border-left-style: 5px ;
	border-left-width: 5px;
	width: 100%;
	min-height: 100%;
	display: inline-block;
	padding: 10px;
	vertical-align: top;
}

div#footer {
	padding-top: 10px;
	background-color: #666633;
	width: 80%;
	height: 60px;
	margin-left:10%;
	text-align: center;
}

h2#banner {
	font-family: 'FiraSans-Bold';
	font-size: 2.0em;
	color: #99ccff;
	text-align: center;
	text-shadow: 4px 3px red;
}

div#main p, ol, ul, h3 {
	font-family: 'FiraSans-Light';
	text-align: justify;
}

nav a {
	font-family: 'FiraSans-Bold';
	text-decoration: none;
	display: inline-table;
	border: 2px solid #80bfff;
	border-radius: 15px;
	width: 18%;
	padding: 5px;
	text-transform: uppercase;
	text-align: center;
}

nav a:visited {
	color: yellow;
}

nav a:link {
	color: #ffffff;
}

nav a:hover {
	border: 2px solid #cccccc;
	background-color: orange;
	color: black;
}

img#center {
	margin-left: 35%;
}

img#wrapleft {
	float: left;
	margin-right: 10px;
}


img#wrapright {
	float: right;
	margin-left: 10px;
}

article table {
	width: 100%;
}

article table td,th {
	font-family: 'FiraSans-Light';
	border: 1px solid #ffffff;
	padding: 5px;
	color: yellow;
}

article table tr:hover {
	background-color: purple;
	color: #000000;
}

form label {
	display: inline-block;
	min-width: 120px;
	margin-bottom: 5px;
}

form input[type=text],
form input[type=tel],
form input[type=email]
{
	display: inline-block;
	min-width: 200px;
	padding: 5px 10px;
	margin-bottom: 5px;
}

form input:focus {
	border: 3px solid #ffff00;
}

















