/* General website */

body {
	margin: 0;
	padding: 0;
	font-family: "Raleway", sans-serif !important;
}

.hidden {
	display: none !important;
}

html, body {
	height: 100%;
	overflow: hidden;
}

* {
	-webkit-overflow-scrolling: touch;
}

#page {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: auto;
}

a:hover {
	color: #f26c4f !important;
	text-decoration: none !important;
}


/* Navigation Bar */

.navBarDiv {
	height: 70px;
	background-color: white !important;
	padding: 0px;
}

#navigationBar {
	width: 100%;
	position: fixed;
	background-color: white !important;
	border-bottom: 1px solid lightgrey;
	z-index: 10;
}

#nameHeader {
	float: left;
	margin-top: 10px;
}

#nameHeader a {
	text-decoration: none;
	color: black;
	font-family: 'Raleway', sans-serif !important;
	color: #232527;
	font-size: 30px;
	font-weight: Bold;
	letter-spacing: -0.05em;
	line-height: 1.2em;
	text-decoration: none;
}

#navBarItemDiv {
	float: right;
}

#navBarItemDiv li {
	font-size: 17px;
	margin: 2px 30px 0px 30px;
	font-family: "Helvetica";
	color: #9da0a4;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: .425rem !important;
	padding-bottom: .425rem !important;
}

.navbar button {
	float: right;
}


/* Responsive navigation bar */

@media only screen and (max-width: 991px) {

	/* Custom NavigationBar should be shown */

	#responsiveNavBar {
		display: block;
	}

	#regularNavBar {
		display: none;
	}
}

#responsiveNavBar {
	display: none;
}
#responsiveNavBar h1 {

	margin: 0;
	padding: 0;
	width: 210px;
	position: relative;
}

#responsiveNavBar {
	background-color: white;
}

#responsiveNavDiv li {
	width: 65px;
}

#responsiveNavDiv li a {
	color: white;
}

#responsiveNavDiv li a:hover {
	color: #f26c4f;
}

.navbar button {
	float: right;
}

.navbar button:focus {
	outline:0;
}


/* Footer */

#footer {
	margin-top: 30px;
	text-align: center;
	background-color: #315b9d;
	height: 235px;
	width: 100%;
}

#contact {
	margin-top: 60px;
	width: 376px;
	margin-left: auto;
	margin-right: auto;

	display: flex;
	flex-flow: row;
}

.social {
	flex: 1 0 20%;

	width: 92px;
	height: 92px;
	float: left;
	background-color: #242d37;
	margin-left: 2px;
}

.social img {
	margin: 0 auto;
	width: 45px;
}

#copyright {
	color: white;
	width: 100%;
	text-align: left;
	position: relative;
	top: 205px;
	margin-bottom: 0;
}


@media only screen and (max-width: 850px) {

	/* Remove the copyright label */
	#copyright {
		display: none;
	}

	#contact {
		width: 330px;
	}
	.social {
		width: 80px;
		height: 80px;
	}
	.social img {
		width: 35px;
	}
}

/* Page Description */

#pageDescription {
	width: 100%;
	height: 97px;
	background-color: #315b9d;
	margin-top: 70px;
}

#pageDescription h1 {
	color: white;
	height: 44px;
	position: relative;
	top: 25px;
}
