html, body {
	margin:0;
	padding:0;
	height:100%
}
.parent-container {
	position: relative;
	min-height:100%;
	overflow:hidden;
}
.video-container video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	/*width: auto;
	height: auto;*/
	z-index: -100;
	transform: translateX(-50%) translateY(-50%);
}
.welcome {
	display: flex;
	min-height:100vh;
	justify-content:center;
	align-items:center;
	text-align:center;
}
.row {margin-right: 0px !important;margin-left: 0px !important;}
.navbar {margin-top: 20px!important;}
#branding .logo {margin-right: 10px;width: 100%;}
#branding .logo, #branding .logo-text {display: inline-block;vertical-align: middle;}
.nav > li > a {padding: 14px 30px !important; font-size: 14.5px !important;}
.feature {
  text-align: center;
}
  .feature i {
    font-size: 48px;
    font-size: 3em;
    color: #fd0000;
    display: inline-block;
    margin-bottom: 20px; }

  .feature .feature-title {
    font-size: 20px !important;
    font-size: 1.25em;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fd0000;
    font-weight: 400;
}
  .feature .feature-sub-title {
    font-size: 20px !important;
    font-size: 1.25em;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #ff6600;
    font-weight: 700;
}    
.border_grey {
    /*min-height: 300px;*/
    border: 1px solid #999;
    -webkit-box-shadow: 0 0 5px 3px #D9D9D9;
    box-shadow: 0 0 5px 3px #D9D9D9;
    -webkit-border-radius: 15px 0 15px 0;
    border-radius: 15px 0 15px 0;
    line-height: 20px;
    background-color: #fff6;
    margin-top: 225px;
	width: 100%;
	float: left;
}
.border_greys {
    /*min-height: 150px;*/
    border: 1px solid #999;
    -webkit-box-shadow: 0 0 5px 3px #D9D9D9;
    box-shadow: 0 0 5px 3px #D9D9D9;
    -webkit-border-radius: 15px 0 15px 0;
    border-radius: 15px 0 15px 0;
    line-height: 20px;
    background-color: #fff6;
    margin-top: 400px;
	width: 100%;
	float: left;
}

.col-md-12 p {
	font-size: 14px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color:#333;
}

/* controls */

.margin_top {
	margin-top: 300px !important;
}
.margin_top2 {
	margin-top: 310px !important;
}
.font-normal {
	font-weight: normal !important;
}