

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

body{
	color:#000;
}
.page-header{
	background-color:#000;
	color:white;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;

}
#section-1 h2{
		width:170px;
}
#section-2 h2{
		width:113px;
}
#section-3 h2{
		width:183px;
}
#section-4 h2{
		width:151px;
}
#section-5 h2{
		width:150px;
}
#section-6 h2{
		width:143px;
}


.nav li a {
	color:#FFF;
}
.navbar .brand {
	font-weight:800;
	background:white;
	font-size:38px;
	color:black;
	
}

.navbar-inverse .brand:hover {
	font-weight:800;
	background:white;
	font-size:38px;
	color:grey;
	
}

a{
	color:black;
	text-decoration:underline;
}

.brand{
	text-decoration:none;
}
a:hover{
	color:#666;
}

.navbar-inner {
	border:none;
}

.block {
	min-height:650px;
}

.other { height: 500px; color: #FFF; }
.other div {
position: absolute;
bottom: 0;
width: 100%;
background: #000;
background: rgba(0,0,0,0.7);
}
.other div p { padding: 10px; }

















