@charset "UTF-8";
/* CSS Document */

html {background:#ededed}


/* fonts */

h1, h2, h3, h4, p{
  font-family: "proxima-nova-soft",sans-serif !important;
  letter-spacing: .03em;
  color: #555555;
  }

h4{
	font-weight:100;
	letter-spacing:.1em;
	font-size:16px;
	line-height:24px;
}

.thin{
	font-weight:200;
	letter-spacing:.08em;
}

.logo {max-width:500px;width:100%;margin-bottom:2em}


/* rule */

hr{
	   border: 0 !important;
    height: 1px !important;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0)) !important;
}

/* buttons */

.buttonLg{
	border-radius:0px;
	border: #fff thin solid !important;
	background-image:none !important;
	background-color:transparent;
	font-size:14px;
	padding-right: 50px;
	padding-left: 50px;
	margin-bottom:25px;
	height:41px;
	letter-spacing:.20em;
	-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}


.buttonLg:hover{
	color:#222;
	border:thin #ffcc00 solid !important;
	background-color:#ffcc00;
	background-repeat:repeat;
}


/* nav */

#humnav {
	background-color:transparent;
	background-repeat:repeat;
    height: 75px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5000;
	border-radius:0px;
	border: none;
	margin:0px;
}

.nav{
	height: 75px;
}


.navbar-nav > li > a {
    padding-top: 27px !important;
	padding-left:35px;
	color:#fff !important;
	letter-spacing:.25em;
}

a {
   outline: 0 !important;
}

.navbar-nav > li > a:hover {
	opacity:.65;
	-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}

#selected {
	color:#ffcc00 !important;
}

.navbar-default .navbar-toggle {
    border-color: transparent !important;
}


.navbar-toggle{
	margin-top:18px;
	}


.icon-bar{
	background-color:#fff !important;
}


footer{
	background-color:#ffcd05;
	bottom:0px !important;
	height:60px;
	width:100%;
	position:absolute;
}