body {
	font-family: 'Montserrat', sans-serif;
}

ul {
	list-style-type: square;
}

#outer-container {
	max-width: 1500px;
	margin: 0 auto;
	border-left: 1px solid #D0D0D0; 
	border-right: 1px solid #D0D0D0;
	background-color: #e0e0e0;
}

#header {
	display: flex;
	padding: 10px 0px 10px 0px;
	font-size: 14px;
	font-weight: 600;
}

#sm-btn-container .row > div:nth-of-type(1) {
	margin-top: 15px;
}

#sm-btn-container .row > div:nth-of-type(2) {
	margin-top: 15px;

}

#navigation-header {
	background-color: rgba(51, 38, 25, 0.8);
}

#navigation-header-logo {
	width: 200px;
	height: 200px;
	background-image: url('../images/header-logo.png');
	background-repeat: no-repeat;
	background-size: contain;	
	margin-right: 25px;
}

#nav-items {
	margin-left: 5px;
}

#content-area {
	margin-top: 25px;
}

#content-area-description {
	margin-bottom: 50px;
}

#main-content-area {
	padding-top: 25px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 25px;
}

#main-content-area .title {
	text-align: center;
}

#main-content-area h2.title
{
	font-family: 'Papyrus Std';
	font-weight: 700;
}

#main-content-area .subtitle {
	font-style: italic;
}

#message-link {
	cursor: pointer;
	font-weight: bold;
	color: #98002E;
}

#contact-addr-container {
	margin-top: 30px;
}

#contact-addr-container > span:nth-of-type(1) {
	font-size: 24px;
	font-weight: 600;
}

#contact-addr-container > div:nth-of-type(1) {
	font-size: 18px;
}

#footer {
	background-color: rgba(51, 38, 25, 0.8);
	color: #f0f0f0;
}

#footer > div:nth-of-type(1) {
	margin-top: 10px;
	font-size: 14px;
	font-weight: 600;
}

#message-area {
	display: none;
	margin-top: 20px;
}

a:hover {
	color: #fec10e !important;
}

a:link, a:visited {
	text-decoration: none;
	color: #212529;
}

.branding-patch {
	float: left;
	max-width: 200px;
	height: auto;
	margin-right: 10px;
}

.phoenix-btn {
	cursor: pointer;
	width: 210px;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	background: #98002E;
	color: #ffffff !important; 
	font-weight: 500;
}

.phoenix-btn:hover {
	color: #ffffff !important;
}


.phoenix-navbar .navbar-toggler {
	border-color: rgba(224, 224, 224, 0.5);
}

.phoenix-navbar .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(224, 224, 224, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.none {
	display: none;
}

.centered {
	display: inline-block;
	float: none;
	text-align: center;
	width: 100%;
}

.nav-link {
	font-weight: 500 !important;
	color: #ffffff !important;
}

.active > .nav-link {
	color: #fec10e !important;
}

.row-margin {
	margin-bottom: 25px;
}

.widget-container {
	border: 1px solid #D0D0D0;
	margin: 10px;
}

.widget-container .header {
	background-color: #98002E;
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size:18px;
	font-weight:600;
}

.widget-doc-list .list-group-item {
	font-weight: 500;
}

.widget-doc-list .list-group-item {
	background-color: #f9f9f9;
}

.description-heading {
	color: #98002E;
	font-size: 20px;
	font-weight: 600;
	text-decoration: underline;
	margin-bottom: 15px;
}

.description-sub-heading {
	font-size: 18px;
	font-weight: 500;
	text-decoration: underline;
}

.description-content {
	margin-left: 15px;
}

.emphasized {
	font-weight: 500;
	text-decoration: underline;
}

.staff-img {
	max-width: 250px;
	height: auto;
	border: 2px solid #D0D0D0;
}

.no-see {
	position: absolute;
	left: -5000px;
}

label.error {
	margin-left: 5px;
	margin-top: 5px;
	color: #cc0000;
	font-weight: 600;
}

@media only screen and (min-width: 768px) {	
	.staff-img-container {
		margin-right: 25px;
	}
}

@media only screen and (max-width: 768px) {
	#navigation-header-logo {
		width: 125px;
		height: 125px;
	}
	
	.branding-patch {
		max-width: 125px;
	}
	
	.staff-img-container {
		margin-bottom: 10px;
	}
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
	#navigation-header-logo {
		width: 145px;
		height: 145px;
	}
	
	.branding-patch {
		max-width: 145px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {	
	#navigation-header-logo {
		width: 160px;
		height: 160px;
	}
	
	.branding-patch {
		max-width: 160px;
	}
}

@media only screen and (max-width: 1475px) {
	#header {
		background-color: rgb(51, 38, 25);
		color: #f0f0f0;
	}
	
	#header a:link, a:visited {
		text-decoration: none;
		color: #f0f0f0;
	}
	
	.min-1475-px {
		display: none;
	}
}

@media only screen and (min-width: 1475px) {
	.max-1475-px {
		display: none;
	}	
}

@font-face {
	font-family: "Papyrus Std";
    src: url("fonts/papyrus.eot");
    src: url("fonts/papyrus.eot") format("embedded-opentype"),
    url("fonts/papyrus.woff2") format("woff2"),
    url("fonts/papyrus.woff") format("woff"),
    url("fonts/papyrus.ttf") format("truetype"),
    url("fonts/papyrus.svg") format("svg");
}