@charset "UTF-8";
h1 {
	font-size: 4.2em;
	text-shadow: 1px 1px #F5F5F5;
	font-family: league-gothic;
	font-style: normal;
	font-weight: 400;
	top: 0px;
	vertical-align: super;
	position: relative;
}
body {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	background-image: url(IMAGES/Mural%20of%20Unicorn%20etched%20in%20glass%20panel.jpg);
	background-size: cover;
	background-attachment: fixed;
}
h2 {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 1.7em;
	font-weight: 500;
	text-align: center;
	color: #B61C2C;
}
nav {
	background-color: rgba(0,0,0,1.00);
	color: #F5F5F5;
	text-align: center;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 40px;
	position: relative;
}
footer {
	background-color: #000000;
	color: #F5F5F5;
	margin-left: 5%;
	margin-right: 5%;
	text-align: center;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-size: x-small;
	margin-top: 5%;
	margin-bottom: 5%;
	padding-top: 5px;
	padding-bottom: 5px;
	float: none;
	position: static;
}
.asideleft {
	width: 30%;
	margin-left: 5%;
	margin-right: 2.5%;
	float: left;
	margin-top: 0%;
}
.sectionright {
	width: 55%;
	margin-left: 2.5%;
	margin-right: 5%;
	float: right;
	display: inline;
	background-color: #FDFDFD;
}
.foot {
	bottom: 0vmax;
}
header {
	text-align: center;
	padding-bottom: 50px;
}
.asideright {
	margin-left: 2.5%;
	margin-right: 5%;
	float: right;
	width: 50%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	text-align: left;
	background-color: #FDFDFD;
}
.asidefull {
	float: none;
	width: 90%;
	padding-right: o;
	text-align: center;
	background-color: #000000;
	margin-left: 5%;
	margin-right: 5%;
	border-color: #000000;
	border-style: solid;
}
a {
	color: #F5F5F5;
	font-weight: 400;
	text-decoration: none;
	margin-left: 2%;
	margin-right: 2%;
	font-size: 1.2em;
	text-shadow: 1px 1px 1px #000000;
}
atwo {
	color: #F5F5F5;
	font-weight: 400;
	text-decoration: none;
	margin-left: 2%;
	margin-right: 2%;
	font-size: 1.2em;
	text-shadow: 2px 2px 1px #000000;
}
.navHome {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.navAbout {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.navPort {
	-webkit-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.navContact {
	-webkit-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.navHome:hover {
	color: #B61C2C;
	font-weight: 500;
}
.navAbout:hover {
	color: #B61C2C;
	font-weight: 500;
}
.navPort:hover {
	color: #B61C2C;
	font-weight: 500;
}
.navContact:hover {
	color: #B61C2C;
	font-weight: 500;
}

@media (min-width: 800px) and (max-width: 1150px){
}

@media (max-width:800px){
h2 {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 1.7em;
	font-weight: 500;
	text-align: center;
}
.asideleft {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	float: left;
	margin-top: 0%;
	text-align: center;
}
.sectionright {
	width: 90%;
	margin-left: 2.5%;
	margin-right: 5%;
	float: left;
	display: inline;
	background-color: #FDFDFD;
}
body {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(IMAGES/Mural%20of%20Unicorn%20etched%20in%20glass%20panel.jpg);
}
.asideright {
	margin-left: 5%;
	margin-right: 5%;
	float: right;
	width: 80%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	text-align: left;
	background-color: #FDFDFD;
}
}

@media (min-width: 1149px){
nav {
	background-color: rgba(0,0,0,1.00);
	color: #F5F5F5;
	text-align: center;
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 40px;
	position: relative;
}
.asideright {
	margin-left: 2.5%;
	margin-right: 15%;
	float: right;
	width: 30%;
	padding-left: 2%;
	padding-right: 2%;
	text-align: left;
	background-color: #FDFDFD;
}
.asideleft {
	width: 30%;
	margin-left: 15%;
	margin-right: 2.5%;
	float: left;
	margin-top: 0%;
}
}
