/* Font Styles */


       
/* General Styles */ 

body {
	background: 			#ffffff;
}

.txtCenter {
	text-align:				center;
}

.txtJustify {
	text-align: 			justify;
}

#top-text {
	padding:			0px 20px 0px 20px;
}

#top-text h1 {
	text-align:				center;
	width:					100%;
}

p {
	font-family: Helvetica;
	color: #000000;
	font-size: 1em;
	line-height: 1.75em;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

#top-text p {
	text-align:				center;
}

h1 {
	font-family: Helvetica;
	color: #000000;
	font-size: 38px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

h2 {
	font-family: Helvetica;
	color: #000000;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

h3 {
	font-family: Helvetica;
	color: #000000;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

h4 {
	font-family: Helvetica;
	color: #000000;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

a {
	font-family:	Helvetica;
}

#header {
	margin-top:		20px;
	margin-bottom: 	20px;
}



.highlight {
	font-weight: bold;
}

/* Navigation */

.navbar {
	background:		#ffffff;
	min-width:		320px;
	padding:		10px 50px 10px 50px;
	position:		relative;
	display: 		block;
}

.nav-item > a {
	font-size:  1.1em;
	color: #111111 !important;
	padding-right:  10px !important;
	padding-left: 10px !important;
}

a:hover,{
	color: #000 !important;	
}

a.nav-link:hover {
	color: #888 !important;
	border-bottom: solid 1px #888;
}

/* Details */

#details {
	background:				#9fc4ef;
	padding:				35px 0px 35px 0px;
	color:					#fff;
}

#details h4 {
	color:					#fff;
	font-family: 			Helvetica;
	font-size:				35px;
}

#details p {
	color:					#fff;
	font-size:				16px;
	font-family: 			Helvetica;
	line-height:			2em;
	margin-top: 			25px;
}

#details .address p {
	color:					#fff;
	font-size:				16px;
	line-height:			25px;
	margin-top: 			25px;
	font-family:			Helvetica;
}

#details a, #details a:visited {
	color:					#fff;
}

#details a:hover {
	color:					#888;
	text-decoration: 		none;
}

#details > .address > p > a, #details > .address > a:visited {
	font-weight:			bold;
	font-family:			Helvetica;
	font-size:				14px;
}

#details img {
	width:					100px;
}




/* Footer */


#footer {
	background: 			#e1e1e1;
	padding:				10px 0px 10px 0px;
}

#footer > .container > .row > p {
	font-family: 			Helvetica;
	font-size:				12px;
	color:					#111;
}

.masthead {
  height: 100vh;
  min-height: 200px;
  background-image: url('../images/Millstrood-header.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 15px;
  display: none;
  font-size: 15px; background: #010080; border: 5px solid #010080; font-family: Helvetica;
}