body {
	font-family: 'Avenir LT Std 35 Light';
}
/**-- HOME SECTION **/
#home-section {
	background: url(../img/home-backgrnd.png) no-repeat;
	background-color: #000;
	background-size: cover;
	display: block;
}
#home-section .navbar-brand {
	padding: 0;
	height: auto;
}
#home-section {
}
#home-section .navbar-brand img {
	padding: 0;
	margin-top: 20px;
	margin-bottom:10px;
	width: 100px;
}
#home-section .navbar-default {
	background: none;
	color: #fff;
	border: none;
}
#home-section .navbar a {
	color: #fff;
	text-transform: uppercase;
}
#home-section .navbar-nav a:hover {
	background-color: #000;
	font-weight: bolder;
}
 @media (min-width: 768px) {
#home-section .navbar-nav {
	float: right;
	margin-top: 20px;
}
#home-section .navbar-nav {
	border-bottom: 1px solid #fff;
}
}


#home-section #wrapper-tagline{
	height:100%;
	/*border:1px solid red;*/
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
#home-section #tagline {
	width:300px;
	height:190px;
	margin:auto;
	display:block;
	text-align:left;
}
#home-section #tagline h1 {
	letter-spacing: 5px;
	display:block;
	margin:2px;
}
#header-nav {
	margin: 0;
}
/**--. **/

/**-- ABOUT **/
#aboutus{
background:url(../img/bg-about.jpg) no-repeat;
	background-color: #fff;
	background-size: cover;
	display: block;
	padding-top:10px;
	padding-bottom:10px;
}
/**--. **/

#support-row{
	color:#a8a9ad;
}
#sosmed li a{
	color:#a8a9ad;
}