html{
	font-family: 'Raleway', sans-serif;
}
h1,h2,h3,h4,h5,h6,p {
	font-family: 'Raleway', sans-serif;
}
.navbar {
    background-color: rgba(255,255,255,0.2);
}
a {
	font-family: 'Raleway', sans-serif;
	color: #585858;
}
a:focus, a:hover {
    color: #bfa720;
    text-decoration: none;
}
.nav>li>a:focus, .nav>li>a:hover {
    background-color: rgba(255,255,255,0.4);;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: rgba(255,255,255,0.4);;
}
.navbar-brand {
    color: #585858;
}
.navbar-brand:hover {
    color: #585858;
}
.hero {
	color: #e6e6e6;
	padding-top: 100px;
	background-color: #ffd8a7;
	min-height: 300px;
	background-image: url("../images/bghero.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;
}
.hero-logo {
	max-width: 400px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #000; /* Changes regular toggle color */
}