body{
	background-color:#3a5f97;
}
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%);
    background: url(images/renasail.jpg) no-repeat;
    background-size: cover; 
}
.outer{
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.inner{
	display:inner-block;
	text-align: center;
}
.large{
	font-family: 'Roboto', sans-serif;
	color: d084cf;
	font-size:1.4em;
}
.larger{
	font-family: 'Roboto', sans-serif;
	color: b65bb5;
	font-size: 2em;
}
.footer {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1rem;
	background-color:#D1DDE7;
	text-align: center;
	filter:alpha(opacity=80); /* IE */
	-moz-opacity:0.8; /* Mozilla */
	opacity: 0.8; /* CSS3 */
}
.social{
	width: 40px;
	height: 40px;
	padding: 0 10px;
}

@media (max-width: 599px) {
	.social{
		width: 40px;
		height: 40px;
		padding: 0 5px;
	}
	.inner{
		width:70%;
	}
	.logo{
		width:100%;
	}
}