@charset "utf-8";
body {
	background-image: url(../Images/bg.jpg);
	background-attachment: fixed;
	background-size: cover;
	font-family: actor;
	font-style: normal;
	font-weight: 400;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 100%;
}
header {
	text-align: center;
	margin-top: 32px;
	margin-bottom: 28px;
}
body header img {
	text-shadow: 2px 2px;
}


h1 {
	font-size: 3.8em;
	line-height: 1.1em;
	font-family: alfa-slab-one;
	font-style: normal;
	font-weight: 400;
	text-align: center;
	color: #FFFFFF;
	text-shadow: 1px 2px #020000;
}
h2 {
	font-size: 2.5em;
	text-align: center;
	font-family: alfa-slab-one;
	font-style: normal;
	font-weight: 400;
	margin-top: -5px;
	color: #431E25;
}
.asideLeft {
	width: 31%;
	float: left;
	margin-left: 5%;
	margin-top: 1px;
}
.sectionRight {
	width: 48%;
	float: left;
	margin-right: 5%;
	margin-top: 0px;
	margin-left: 7%;
	padding-top: 2.5%;
	padding-right: 2.5%;
	padding-bottom: 2.5%;
	padding-left: 2.5%;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.66) 78.75%,rgba(255,255,255,0.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.66) 78.75%,rgba(255,255,255,0.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.66) 78.75%,rgba(255,255,255,0.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.66) 78.75%,rgba(255,255,255,0.00) 100%);
	border-top-right-radius: 25px;
	border-top-left-radius: 25px;
	margin-bottom: 49px;
}
.sectionRight p {
	line-height: 1.8em;
	color: #331D26;
	font-weight: lighter;
	font-size: large;
	margin-top: 32px;
}
.sectionRight a {
	text-shadow: 0px 0px;
	color: #582127;
	text-decoration: underline;
}
.sectionRight p a:hover {
	text-decoration: none;
	color: #FFFFFF;
}





footer {
	font-size: small;
	text-align: center;
	clear: both;
	position: fixed;
	left: 0px;
	bottom: 0px;
	height: 90px;
	width: 100%;
	background-image: -webkit-linear-gradient(270deg,rgba(10,29,36,0.00) 0%,rgba(21,29,36,0.48) 22.28%,rgba(63,31,38,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(10,29,36,0.00) 0%,rgba(21,29,36,0.48) 22.28%,rgba(63,31,38,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(10,29,36,0.00) 0%,rgba(21,29,36,0.48) 22.28%,rgba(63,31,38,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(10,29,36,0.00) 0%,rgba(21,29,36,0.48) 22.28%,rgba(63,31,38,1.00) 100%);
	color: #AEB4B7;
	padding-top: 37px;
}
.sectionRight p b {
	font-size: x-large;
}
nav {
	text-align: center;
}
.navList {
	margin: 0px;
	list-style-type: none;
	overflow: hidden;
	text-align: center;
}

.navListItem a {
	text-decoration: none;
	padding-top: 16px;
	padding-right: 16px;
	padding-left: 11px;
	padding-bottom: 19px;
	display: block;
}.container-fluid .navbar-header .navbar-brand {
	font-family: alfa-slab-one;
	font-style: normal;
	font-weight: 400;
	color: #421D25;
}
.nav.navbar-nav.navList .navListItem.active a {
	background-color: #421D25;
	color: #FFFFFF;
}

.smallerbold {
	font-weight: 200;
	font-size: x-small;
}
#carousel1 {
	padding-top: 80px;
}
.item.active .carousel-caption h3 {
	color: #FFF500;
	border: none;
}
.item.active .carousel-caption p {
	color: #F8EF00;
}
.form-group .col-sm-offset-3.col-sm-9 #submitBtn {
	color: #FFFFFF;
	background-color: #421D25;
}





@media (max-width: 650px){
.asideLeft {
	width: 90%;
	float: none;
	margin-left: 5%;
	margin-top: 32px;
}


body header img {
	text-shadow: 2px 2px;
}
.sectionRight {
	width: 90%;
	margin-right: 5%;
	margin-top: 30px;
	margin-left: 5%;
	padding-top: 2.5%;
	padding-right: 2.5%;
	padding-bottom: 2.5%;
	padding-left: 2.5%;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.56) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.56) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.56) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.56) 100%);
	border-top-right-radius: 25px;
	border-top-left-radius: 25px;
	clear: left;
}
body {
	background-size: cover;
	font-family: actor;
	font-style: normal;
	font-weight: 400;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 100%;
	background-color: #000000;
}
header {
	text-align: center;
	margin-top: 4px;
}
h1 {
	font-size: 2em;
	line-height: 1.1em;
	font-family: alfa-slab-one;
	font-style: normal;
	font-weight: 400;
	text-align: center;
	color: #FFFFFF;
	text-shadow: 1px 2px #020000;
}
footer {
	font-size: small;
	text-align: center;
	clear: both;
	position: fixed;
	left: 0px;
	bottom: 0px;
	height: 42px;
	width: 100%;
	background-image: -webkit-linear-gradient(270deg,rgba(10,29,36,0.00) 0%,rgba(22,29,36,0.49) 23.83%,rgba(63,31,38,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(10,29,36,0.00) 0%,rgba(22,29,36,0.49) 23.83%,rgba(63,31,38,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(10,29,36,0.00) 0%,rgba(22,29,36,0.49) 23.83%,rgba(63,31,38,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(10,29,36,0.00) 0%,rgba(22,29,36,0.49) 23.83%,rgba(63,31,38,1.00) 100%);
	color: #AEB4B7;
	padding-top: 7px;
	padding-left: 5%;
	padding-right: 5%;
}
#carousel1 .carousel-inner {
	margin-top: -83px;
}
h2 {
	font-size: 2.5em;
	text-align: center;
	font-family: alfa-slab-one;
	font-style: normal;
	font-weight: 400;
	margin-top: 24px;
	color: #431E25;
}








}
