.body
{
	background-color: #000;
}


.hero_wrapper
{
	position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 400px;
    height: 450px;
    background-color: #fff;
	opacity: 0.8;
    border-radius: 3px;
	padding-top: 5%;
}

video#bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .6;
    background-size: cover; 
}

@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,200i,400,400i');

h1{
   font-family: 'Raleway', sans-serif;
   font-weight: 100;
   text-align: center;
   font-size: 250%;
}

p{
   font-family: 'Raleway', sans-serif;
   font-weight: 200;
   font-style: italic;
   text-align: center;
}

.center{
	text-align: center;
}


.img-circle {
	display: block;
	margin: auto;
	height: 150px;
	width: 150px;
    border-radius: 50%;
	
}