
a {
	color: #A76D2E;
}
a:hover, a:active {
	color: #fff;
}
body {
	color: #fff;
	background-color: #000;
	font-family: 'Oswald', sans-serif;
	font-family: 'Lato', sans-serif;
}
h1, h3, h4, .nav-item, .smLoc {
	font-family: 'Oswald', sans-serif;
}
ul.nav-item li {
	display: inline-block;
}
.jumbotron {
	z-index: 100;
}
.center {
	text-align: center;
}
.cta {
	font-size: 22px;
	font-style: italic;
	width: 100%;
}
.jumbotron { 
	width: 900px;
	background: rgb(0, 0, 0); /* This is for ie8 and below */
	background: rgba(0, 0, 0, 0.5);
	padding-top: 20px; 
	padding-bottom: 10px; 
}
.navbar {
	border-radius: 7px;
	background: rgb(0, 0, 0);
	font-size: 18px;
}
.navbar .nav {
	float: none;
	display: inline-block;
}
.nav-link {
	padding: 0px;
	font-weight: 500;
}
.nav-link .active {
	color: #fff;
}
.smLoc {
	display: inline-block;
	color: #fff;
	vertical-align: middle;
	text-align: right;
}
.subtitles {
	font-size: 20px;
	font-weight: bold;
	color: #A76D2E;
	display: inline;
	text-shadow: 2px 2px 5px black;
}
.switch {
	justify-content: center;
}
.custom-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(167, 109, 46, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.custom-toggler.navbar-toggler {
	border-color: rgb(201, 130, 54);
} 
.centerCol {
	width: 50%;
}
.contactInfo {
	font-size: 28px;
}
.bodyCol {
	padding-bottom: 50px;
}
.fillCol {
	padding-bottom: 50px;
	max-width: 150px;
}
.bodyTitle {
	padding-bottom: 20px;
}

/* SM screens */
@media only screen and (max-width: 767px) {
	.fillCol {
		display: none;
	}
	.bodyCol {
		width: 100%;
	}
	.navbar-nav {
		padding-left: 10px;
	}
	.jumbotron { 
		width: 100%; 
	}
	.switch {
		justify-content: left;
	}
}

/* MD to SM screens */
@media only screen and (max-width: 992px) {
	.bodyCol {
		padding-bottom: 20px;
		padding-top: 10px;
	}
	.navbar-nav {
		padding-left: 10px;
	}
}

/* MD screens */
@media only screen and (min-width: 450px) {
	.topMargin {
		padding-top: 75px;
	}
}

/* LG screens */
@media only screen and (min-width: 992px) {
	.bodyCol {
		padding-bottom: 20px;
		padding-top: 10px;
	}
	.navbar-nav {
		padding-left: 15px;
	}
	.topMargin {
		padding-top: 100px;
	}
}