body {
	background: #333333
}

.nopadding {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.heading {
	position: fixed;
	z-index: 100;
	background-color: white;
	margin:0;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	width: 100%;
	vertical-align: middle;
	border-bottom: 2px solid #800080;
}

.headinglogo {
	margin-top: 11px;
}

.banner {
	width: 100%;
	margin-top: 39px;
	
}

.bannerdiv {
	width: 100%;
	position: absolute;
	z-index: -5;
}

h1 {
	font-family: 'Raleway', sans-serif;
	font-size: 40px;
	font-weight: 800;
	text-align: center;
	color: white;
	margin-top: 135px;
	margin-bottom: 105px;
}
@media only screen 
and (max-width : 400px) {
h1 {
	font-family: 'Raleway', sans-serif;
	font-size: 30px;
	font-weight: 800;
	text-align: center;
	color: white;
	margin-top: 115px;
	margin-bottom: 85px;
}
}

.text1 {
	margin-top: 40px;
	text-align: center;
	font-size: 36pt;
	font-weight: bold;
	color: #333333;
	font-family: Helvetica, Arial, sans-serif;
	line-height:40px;
}

@media only screen 
and (max-width : 400px) {
.text1 {
	margin-top: 40px;
	text-align: center;
	font-size: 26pt;
	font-weight: bold;
	color: #333333;
	font-family: Helvetica, Arial, sans-serif;
	line-height:40px;
}
}

span {
	color:#800080;
}

.text2 {
	margin-top: 40px;
	text-align: justify;
	font-size: 16px;
	color: #333333;
	font-family: Helvetica, Arial, sans-serif;
}

.bgwhite {
	background-color: white;
}

form {
	padding: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #d1b8d6;
	border: 1px solid #ca80e5;
}

button {
	margin-bottom: 30px;
	padding: 5px 10px 5px 10px;
	color:#ffffff;
	background-color: #8b17b4;
	font-size: 20px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	border: 1px solid #8b17b4;
	border-radius: 3px;
}

button:hover {
	margin-bottom: 30px;
	padding: 5px 10px 5px 10px;
	color:#8b17b4;
	background-color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	border: 1px solid #8b17b4;
	border-radius: 3px;
}

.form-check-label {
	margin-right: 6px;
	font-size: 14px;
}

.btn {

	height: 20px;
	width: 20px;
	border: 2px solid #8b17b4;
}

.glyphicon {
    font-size: 14px;
    top: -4px;
    right: 7px;
}

.btn span.glyphicon {    			
	opacity: 0;				
}
.btn.active span.glyphicon {				
	opacity: 1;				
}

.red {
	color: red;
}

.form-control {
	margin-top: 2px;
}

.text-label {
	font-size: 18px;
}

.vidcontainer {
	padding-bottom: 85px;
	padding-top:90px;
	width: 100%;
}

video {
	width: 100%;
}

.sideimg {
	width:90%;
	height: 10%;
	margin-top: 60px;
	display:block;
    margin-left: auto;
    margin-right: auto;
}

.imgcontainer {
	margin-top: 140px;
}
