body {
	font-family: 'Open Sans', Arial, sans-serif;
	color: #666;
	font-size: 14px;
	line-height: 24px;
}
h1, h2, h3, h4, h5, h6 {
	color: #6e93bf;
}
h1 {
	font-size: 30px;
}

.navbar {
	margin-bottom: 0;
}
.navbar-inverse {
	background-color: #6e93be;
	border-radius: 0;
	border: none;
}
.navbar-inverse .navbar-nav>li>a {
	color: white;
}

#main-footer {
	margin-top: 2em;
	}
#main-footer img {
	margin-right: 0.5em;
	vertical-align: middle;
}
#main-footer span {
	margin-right: 4em;
}

.navBtns {
	float: right;
	margin-top: 40px;
}
.navBtns a {
	margin-left: 2em;
}
/*
#vidContainer {
	position: relative;
}
#vidBtns {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 30%;
}
#vidBtns div {
	text-align: center;
}
#vidBtns a {
	margin-bottom: 2em;
	white-space: normal;
	width: 100%;
	font-size: 1.2em;
}
#vidBtns a:hover {
	background-color: #961335;
	border-color: #961335;
}
#slogan {
	font-size: 3em;
	color: white;
	margin-bottom: 1em;
	font-weight: bold;
}
*/

#vid {
	position: absolute;
	min-width: 100%;
	height: 825px;
}

.logo {
	height: 50px;
	margin-top: 66px;	
}

#home {
	margin-top: 4em;
}
#home img {
	padding: 0 20px 20px 0;
}
#home h1 {
	margin-top: 0;
}
#navBtns {
	margin-top: 15px;
	float: right;
}
#navBtns a {
	color: white;
	margin-left: 15px;
	display: inline-block;
	opacity: 0.8;
	text-decoration: none;
}
#navBtns a:hover {
	opacity: 1;
}

#mainBtns {
	margin-top: 50px;
	float: right;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
}
#mainBtns a {
	color: white;
	margin-left: 15px;
	display: inline-block;
	opacity: 0.8;
	text-decoration: none;
}
#mainBtns a:hover {
	opacity: 1;
}

#overlay {
	height: 825px;
}
#btns {
	text-align: center;
}
#btns div {
    display:inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -4px;
}
#btns a {
	margin-bottom: 2em;
	white-space: normal;
	width: 100%;
	font-size: 1.2em;
}
#btns a:hover {
	background-color: #961335;
	border-color: #961335;
}
#slogan p {
	font-size: 4rem;
	line-height: 3rem;
	color: white;
	margin: 25% 0 2rem;
	font-weight: bold;
	text-align: center;
	background-color: rgba(0, 0, 0, .4);
	padding: 0.25em 0;
	box-shadow: 0 0 15px 15px rgba(0, 0, 0, .4);
}
