body {
	background-color:#000000;
	}

#wrap {
	width:80%; 
	margin-right:auto; 
	margin-left:auto; 
	background-color:#000000;
	}

	a:link {
   color: #bd10e0;
   text-decoration:none;
}

a:visited {
   color: #bd10e0;
   text-decoration:none;
}
a:hover {
   color: #7e63a8;
   text-decoration:none;
}
#banner {background-image:url(../images/header.png); 
    background-repeat: no-repeat;        
    position: relative; 
	background-size: cover;       
    width: 100%;
	height:300px;            
    margin-left: auto;      
    margin-right: auto;
	padding-top:5%;
	text-align:center; 
}
h1 {
		font-family: "TitilliumWeb-Regular";
		font-size:72px;
		color:#ffffff;
	}
	
h2 {
		font-family: "TitilliumWeb-Bold";
		font-size:24px;
		color:#7e63a8;
	}
	
h3 {
		font-family: "TitilliumWeb-Bold";
		font-size:14px;
		color:#000000;
	}
	
h4 {
		font-family:  "TitilliumWeb-Regular";
		font-size:20px;
	}
	
p {
		font-family: "TitilliumWeb-Regular";
		font-size:14px;
		line-height:18px;
	}

.intro {
	font-size:24px;
	line-height:35px;
	margin:auto;
	}


.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


#footer1
{
width: 100%;
background-color:#000000;
}

.footer1_box
{
  font-family: Arial, Helvetica, sans-serif;
  width: 270px;
  height: 50px;
  font-size:11px;
  color:#ffffff;
  display: inline-block;
  padding:2%;
  vertical-align:middle;
}

.social {
	height:28px;
	float:left;
	vertical-align:top;
	margin-left:10px;
}

@media screen and (max-width: 1024px) {
  
h1 {
		font-family: "TitilliumWeb-Regular";
		font-size:30px;
		color:#ffffff;
	}
}