.header{
	background-color: #332131;
	color: #ffffff;
	font-weight: bold;
	font-size: 17px;
	position: relative;
}

.header a{
	color: #ffffff;
	font-weight: bold;
	font-size: 17px;
}

.sub-header{
	background-color: #ffffff;
	color: #ffffff;
	font-size: 17px;
}

.sub-header img{
	padding: 12px;
}

.row-color{
	background-color: #ffffff;
}

#sidebar{
	background-color: rgba(51, 32, 49, 0.5);
	position: absolute;
	right: 0;
	z-index: 1000;
	width: 100%;
	padding: 0px 10px 10px 10px;
}

#sidebar h3{
	text-align: center;
	color: #ffffff;
	font-size: 24px;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	font-weight: bold;
	padding: 18px;
	margin-top: 30px;
	margin-bottom: 30px;
}

#sidebar input{
	border-radius: 7px;
	height: 44px;
	margin-top: 5px;
}

#sidebar .submit{
	background: transparent;
	border: 1px solid #fff;
	margin: 10px 0;
	width: 100%;
	color: #fff;
	font-size: 18px;
}

.sidebar-text{
	color: #ffffff;
	font-size: 17px;
	font-style: italic;
}

#intro{
	background-image: url("../img/London_Banner_Changed.jpg");
	background-size:cover;
	/*background-attachment: fixed;
	background-position: center center;
	/*min-height: 500px;*/
	text-align: left;
	color: #ffffff;
	font-weight: bold;
	font-size: 24px;
	position: relative;
	min-height: 350px;
}

.padding-top{
	padding: 10px 0px 0px 0px;
}

.padding-top-bottom{
	padding: 20px 0px 20px 0px;
}

.margin-bottom-reduced{
	margin-bottom: 5px;
}

h1{
	color: #E2864E;
	font-size: 24px;
	padding-bottom: 10px;
}

.footer h2{
	color: #ffffff;
	font-size: 27px;
}

.footer-text-orange{
	color: #EC8B50 !important;
}

p{
	font-size: 15px;
	color: #353535;
}

.register-input-text{
	font-size: 13px;
	color: #ffffff;
	margin-top: 28px;
}

.footer{
	background-color: #332131;
}

.footer p{
	font-size: 12px;
	color: #ffffff;
}

ul{
	margin-left: 2.1rem;
	font-size: 15px;
}

@media only screen and (max-width: 40em) {
	#sidebar{
		position: static;
	}
	} /* max-width 640px, mobile-only styles, use when QAing mobile issues */


/*Old CSS*/

#intro img{
/*margin-top: 100px;*/
padding: 3.2em 0;
}

.custombutton {
	background-color:#5AD102;
	font-weight:bold;
	padding: 10px 20px 10px 20px;
	padding-left:20px;
	padding-right:20px;
}

.bullets {
	line-height:35px;
	padding-top:20px;
}

.that {
	text-align: center;
	line-height:25px;
	padding-top:50px;
}

.secondmain {
	background-color: #ebebeb;
	height:auto;
}

.third-main {
	background-color: #000000;
}
#secondmain {
	background-color: #ebebeb;
}