/* base */
html, body {
	font-family: 'Raleway', sans-serif;
	background: #222222;
	color: rgba(0,0,0,.8) !important;
}

/* header */
header {
	background: #efefef;
}
.navbar {
	border-radius: 0;
	background: transparent;
}
.navbar-brand {
	font-size: 32px;
	font-weight: 900;
	color: rgba(0,0,0,.8) !important;
}
.navbar-brand small {
	font-size: 16px;
	display: block;
	position: relative;
	top: -8px;
}
.navbar ul {
	text-transform: uppercase;
	font-weight: 600;
	line-height: 65px;
	font-size: 90%;
}
.navbar-nav .nav-item+.nav-item {
    margin-left: 1.5rem;
}
@media(max-width:991px) {
	.navbar-nav .nav-item+.nav-item {
		margin-left: 0;
	}
	.navbar li {
		line-height: 30px;
	}
	.navbar-toggler {
		margin-top: 20px
	}
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .active>.nav-link:focus, .navbar-light .navbar-nav .active>.nav-link:hover, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.active:focus, .navbar-light .navbar-nav .nav-link.active:hover, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .nav-link.open:focus, .navbar-light .navbar-nav .nav-link.open:hover, .navbar-light .navbar-nav .open>.nav-link, .navbar-light .navbar-nav .open>.nav-link:focus, .navbar-light .navbar-nav .open>.nav-link:hover {
	color: #ebb223 !important;
}
.top-bar {
	width: 100%;
	background: #212121;
	padding: 5px 0;
	color: white;
}
.collapse.in {
	display: inline-block !important;
}

/* page */
section#page-container {
	padding: 0;
}
#page-title-bar {
	background: #ebb223;
	color: white;
	padding: 25px;
}
#page-title-bar h1 {
	font-size: 230%;
	margin: 0;
	text-transform: uppercase;
}

/* headings */
.fancy {
	margin-bottom: 15px;
	padding-bottom: 1px;
	display: table;
    white-space: nowrap;
    overflow: hidden
}
.fancy:after {
    border-top: 3px solid;
    border-color: white;
    content: "";
    display: table-cell;
    position: relative;
    top: 0.5em;
    width: 100%;
    left: 1.5%;
}
.fancy-dark:after {
	border-color: #373a3c;
}
.headline {
	font-weight: 600;
	font-size: 110%;
}

/* text */
a, a:visited, a:hover, a:focus, a:active, a:focus:hover {
	color: #ebb223;
}
.btn {
	color: white !important;
}

/* listings */
.sidebar-right {
	padding-left: 30px;
}
.sidebar-left {
	background: white;
	border-radius: 0 0 2px 2px;
	padding-bottom: 5px;
}
.a-listing {
	background: white;
	padding-bottom: 10px;
	border-radius: 0 0 2px 2px;
}
@media(max-width:991px) {
	.sidebar-right {
		padding-left: 15px;
	}
}

/* images */
.img-portrait {
	width: 100%;
	max-width: 300px;
}

/* footer */
footer {
	color: white;
	padding: 0;
}
footer .top-half {
	background: #323232;
	padding: 55px 0 45px;
}
footer .copyright {
	background: #222222;
	padding: 20px 0;
}
footer .fa-stack-2x {
	color: black;
}

@media(max-width:767px) {
	#page-title-bar h1 {
		font-size: 160%;
	}
}

/* snowday banner */
#snowdayBanner {
    background-color: #323232;
    padding: 8px 16px;
    text-align: center;
    color: #fff;
}
#snowdayBanner p {
    margin-bottom: 0;
}