

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.block{
    padding: 140px 0px;
}

.navbar-inner .container{
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.navbar-inner li a{
	font-weight: bold;
	height: 18px;
}
.navbar-inner li a:hover{
	text-shadow:  0px 1px 10px #FFDDD4;
}
.navbar-inner .nav-collapse{
	float: right;
}

body{
	font-family: 'Droid Sans', sans-serif;
}

.hero-unit{
	background-color: #F3F3F3;
}

.hero-unit h1{
	font-size: 34px;
	margin-bottom: 10px;
	color: #c5261b;
}

.hero-unit p{
	font-size: 16px;
	line-height: 2em;
}

.btn{
	font-weight: bold;
}
.btn:hover{
	font-weight: bold;
	color: #c5261b;
}

.hero-unit img{
	margin-top: 10px;
}

.page-header{
	color: #c5261b;
}

.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%;
}