/* STYLES FOR TEMPORARY CHRISTMAS BANNER REMOVE WHEN NO LONGER NEEDED */
#temporaryChristmasBanner {
	text-align: center;
	border: 2px solid #B50000;
	text-transform: none;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 15px 0px;
	border-radius: 5px;
	box-shadow: 2px 2px 5px #a7a7a7a7;
	font-size: 16px;
	color: #000000;
}

#temporaryChristmasBanner > .boldText {
	font-weight: bold;
}
/* ------------------------------------------------------ */
#temporary_maintenance {
	text-align: center;
	font-size: 250%;
	text-transform: none;
	color: #e7e7e7;
	background-color: firebrick;
	position: fixed;
	top: 0;
	z-index: 10000;
	margin-bottom: 20px;
	width: 100%;
}
body {
	font-family: sans-serif;
	font-weight: 300;
}
.mainContainer {
	padding-bottom: 55px;
}
/*----------------------------NAVBAR----------------------------*/
.navbar h1 {
	font-family: 'HelveticaMed', sans-serif;
	font-weight: 400;
	color: #fff;
	display: inline-block;
}

.navbar-default {
	background-color: white;
	border: none;
	border-radius: 0px;
	box-shadow: 6px 6px 10px rgba(0,0,0,.4);
	padding-bottom: 15px;
	margin-bottom: 0px;
}
.logo {
	position: absolute;
	width: auto;
}
@media (max-width: 990px){
	.logo {
		position: absolute;
		width: auto;
	}
}
@media (max-width: 720px){
	.logo {
		position: absolute;
		width: auto;
	}
}
.cart-icon {
	float: right;
	width: 45px;
	margin-top: 1.5%;
	color: black;
}
@media (max-width: 720px){
	.cart-icon {
		float: none;
		width: 45px;
		margin-top: 1.5%;
		color: black;
	}
}
/*----------------------------FOOTER----------------------------*/
.footer-info {
	display: flex;
	justify-content: center;
	box-shadow: 0 -4px 8px #e0e0e0;
}

.footer-info .building-image {
	width: 50%;
	display: inline-block;
	position: relative;
}

.footer-info .footer-info-container {
	width: 50%;
	display: inline-block;
	position: relative;
	margin-top: 30px;
}

.footer-info .building-image img {
	width: 85%;
	height: auto;
}

.footer-info .footer-info-container img {
	width: 33%;
	height: auto;
}

.footer-info .footer-info-subcontainer {
	display: flex;
	flex-wrap: wrap;
	max-width: 600px;
	margin-top: 10px;
	margin-left: 10px;
}

.footer-info .footer-info-subcontainer .footer-info-subheading {
	font-size: 17px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: bold;
	color: #345D80;
}
