﻿body {
	/*font-family: "Gotham-Book";*/
}

.navbar-brand {
	color: #c4ae84;
	background-color: #397da0;
}

	.navbar-brand:hover {
		color: #c4ae84;
		background-color: #397da0;
	}

.sr-navbar {
	background-color: #397da0;
	/*font-family: "Industry-Demi";*/
	/*text-transform: uppercase;*/
}

	/* change the link color */
	.sr-navbar .navbar-nav .nav-link {
		color: white;
	}

.fa-home {
	color: #c4ae84;
}

	/* change the color of active or hovered links */
.sr-navbar .nav-item.active .nav-link,
.sr-navbar .nav-item:hover .nav-link {
	color: #c4ae84;
	background-color: #397da0;
}

	/* for dropdown only - change the color of dropdown */
.sr-navbar .dropdown-menu {
	background-color: #397da0;
}

	.sr-navbar .dropdown-item {
		color: white;
	}

		.sr-navbar .dropdown-item:hover,
		.sr-navbar .dropdown-item:focus {
			color: #c4ae84;
			background-color: #397da0;
		}

.sr-header {
	background-color: white;
	border-color: #c4ae84;
	border-bottom-style: solid;
	border-width: 1px;
}

.site-footer {
	background-color: #c4ae84;
}
