@charset "UTF-8";

/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
	height:100%;
	width:100%;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
	font-family: 'Roboto Condensed', Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	color: #000;
	height:100%;
	width:100%;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding:0 15px 25px;
}
h1, h2 {
	color:#7b013a;
}
p {
	font-size:14pt;
	line-height: 2em;
	color: #404040;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color:#7b013a;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color:#7b013a;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	color:#404040;
	text-decoration: none;
}
.pink {
	background:#efb0cd;
}
.grey {
	background:#fafafa;
}
.col-lg-3, .col-lg-6 {
	padding-bottom:35px;
}
.col-lg-12 {
	margin-bottom:35px;
	padding-top: 25px;
}
.col-lg-3 img, .col-lg-6 img, .col-lg-12 img {
	max-width: 600px;
}
/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.containers {
	position:relative;
	width:auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
/*	max-width: 1260px; a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 320px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	background-color: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
	padding-top: 100px;
}

/* ~~the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo~~ */
.header {
	background-color: #6F7D94;
	width: 100%;
	height:10%;
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/
.content {
	margin:0 auto;
	padding: 10px 0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width:auto;
	max-width: 1260px;
}
.contained {
	margin:0 auto;
	padding: 10px 0;
	width:auto;
	max-width: 1260px;
}
/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

a.navbar-brand img {
	width: 60%;
}
.navbar {
	background:#ffffff;
}
.navbar-nav {
	margin:20px 0;
	padding:0;
}
.navbar-nav li a:link, .navbar-nav li a:visited {
	color:#7b013a;
	text-decoration: none;
	padding: 0 0 0 27px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16pt;
}
.navbar-nav li a:hover, .navbar-nav li a:active, .navbar-nav li a:focus {
	color:#efb0cd;
	text-decoration: underline;
}
div#homemast {
	height:100%;
	width:100%;
	background: url("../img/homemast.jpg") no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-top: 500px;
	margin:-50px auto 0;
}
#homemastcontent {
	background: #efb0cd;
	opacity: 0.85;
	margin:0 auto;
	padding: 25px 0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width:auto;
}
#homemastcontent h1 {
	padding-top:15px;
	color:#7b013a;
	font-weight: bold;
}
#homemastcontent p {
	line-height: 2.25em;
}
#ramhorn img {
	width: 80%;
	max-width: 250px;
}
#prefoot {
	margin:0 auto;
	padding-top: 25px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width:auto;
	padding-bottom:250px;
}
/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	background-color: #000000;
	color: #ffffff;
	width:100%;
	height:269px;
	position:absolute;
	bottom:0;
}
.footer h2, .footer h3, .footer h4, .footer h5, .footer h6, .footer p {
	margin-top: 0;
	padding:0 15px 15px;
	color: #ffffff;
	line-height: 1em;
}
#facebook {
	text-decoration: none;
	color: #ffffff;
}
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.disclaimer {
	font-size:12pt;
	line-height: 1.25em;
}
.underline {
	text-decoration:underline;
}
.center	{
    width:100%;
    text-align:center;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
	display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
	visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *	`contenteditable` attribute is included anywhere else in the document.
 *	Otherwise it causes space to appear at the top and bottom of elements
 *	that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *	`:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

@media print,
	   (-webkit-min-device-pixel-ratio: 1.25),
	   (min-resolution: 1.25dppx),
	   (min-resolution: 120dpi) {
	/* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
	*,
	*:before,
	*:after,
	*:first-letter,
	*:first-line {
		background: transparent !important;
		color: #000 !important; /* Black prints faster:
								   http://www.sanbeiji.com/archives/953 */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
	 * Don't show links that are fragment identifiers,
	 * or use the `javascript:` pseudo protocol
	 */

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	/*
	 * Printing Tables:
	 * http://css-discuss.incutio.com/wiki/Printing_Tables
	 */

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}
@media only screen and (max-width: 1199px) {
	div.col-lg-3 {
		float: left;
		width: 25%;
	}
@media only screen and (max-width: 1098px) {
	div.col-lg-3 {
		float:none;
		width: 100%;
	}
	.col-lg-3, .col-lg-6, .col-lg-12 {
	text-align: center;
}
	#prefoot {
		margin:0 auto;
		padding-bottom:756px;
	}
	.footer {
		height:775px;
		text-align: center;
	}
}
@media only screen and (max-width: 637px) {
	.navbar-brand {
		padding: 15px 0 15px 15px;
		width: 81%;
	}
	.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li {
		padding:15px 0;
		width: 90%;
		text-align: center;
	}
	div#homemast {
		background: url("../img/homemast.jpg") no-repeat center bottom; 
		padding-top: 0px;
	}
	#homemastcontent p {
		line-height: 1.75em;
	}
	#prefoot {
		margin:0 auto;
		padding-bottom:756px;
	}
	.footer {
		height:775px;
		text-align: center;
	}
}
@media only screen and (max-width: 400px) {
	.navbar-brand {
		padding: 19px 0 0 15px;
		font-size: 18px;
		line-height: 20px;
		width: 81%;
	}
	.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li {
		padding:15px 0;
		width: 90%;
		text-align: center;
	}
	div#homemast {
		height:100%;
		width:100%;
		background: url("../img/homemast.jpg") no-repeat center bottom; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		padding-top: 0px;
		margin:-50px auto 0;
	}
	#homemastcontent {
		background: #efb0cd;
		opacity: 0.85;
		margin:0 auto;
		padding: 25px 0;
		min-height: 100%;
		height: auto !important;
		height: 100%;
		width:auto;
	}
	#homemastcontent h1 {
		padding-top:15px;
		color:#7b013a;
		font-weight: bold;
	}
	#homemastcontent p {
		line-height: 1.75em;
	}
	#prefoot {
		margin:0 auto;
		padding-top: 25px;
		min-height: 100%;
		height: auto !important;
		height: 100%;
		width:auto;
		padding-bottom:756px;
	}
	.footer {
		height:775px;
		text-align: center;
	}
	.footer h2, .footer h3, .footer h4, .footer h5, .footer h6, .footer p {
		margin-top: 0;
		padding:0 15px 15px;
		color: #ffffff;
		line-height: 1em;
	}
}