/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
@import url(https://fonts.googleapis.com/css?family=Kurale|Halant:400,600|Volkhov:400italic);
/*
font-family: 'Kurale', serif; - Logo font 400
font-family: 'Halant', serif; - Body font 400 600
font-family: 'Volkhov', serif; - Headings italic 400
*/

/*
 * 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;
}

/*
 * 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;
}

/* ==========================================================================
   Styles - Mobile First Styles
   ========================================================================== */
body {
	font-family: 'Halant', serif;
	color:#5C5C5C;
	background-color: #1B2916;
}
a {
	text-decoration:none;
	color:#CC9966;
}
a:hover {
	color:#C60;
}
p {
}
strong, b {
	font-weight:600;
}
h1, h2, h3, h4, h5, h6 {
	margin:0.4em 0;
	font-family: 'Volkhov', serif;
	color:#747962;
	line-height:1.4em;
}
h1 {
	font-size:1.4em;
}
h2 {
	font-size:1.4em;
}
h3 {
	font-size:1.4em;
}
h4 {
	font-size:1.4em;
}
h5 {
	font-size:1.4em;
}
h6 {
	font-size:1.4em;
}
#wrapper {
	width:100%;
	margin:auto;
	max-width:1440px;
	height:auto;
	overflow:hidden;
}
header {
	height:auto;
	overflow:hidden;
	background:#C8C7A8;
}
.logo-head, .contact-head {
	float:left;
	clear:right;
	height:auto;
	overflow:hidden;
	padding:0.5em 0;
	font-family: 'Kurale', serif;
}
.logo-head {
	display:block;
	width:51%;
	margin-left:4%;
	text-align:left;
	font-size:1.1em;
	color:#003300;
}
.logo-head span {
	display:none;
}
.contact-head {
	display:none;
	width:30%;
	margin-right:15%;
	text-align:right;
	font-size:1.1em;
}
.contact-head a {
	text-decoration:none;
	color:#003300;
}
nav {
}
.nav { /*Class*/
	position:relative;
}
.nav ul {
	list-style:outside;
	list-style-type:none;
	padding:0;
	margin:0;
}
.nav ul li {
	display:block;
	float:left;
	width:100%;
	background:#C96;
	-webkit-transition: background 800ms ease-in-out;
	-moz-transition: background 800ms ease-in-out;
	-ms-transition: background 800ms ease-in-out;
	-o-transition: background 800ms ease-in-out;
	transition: background 800ms ease-in-out;
}
.nav ul li:hover {
	background:#C8C7A8;
}
.nav ul li a {
	display:block;
	height:100%;
	padding:0.5em 0;
	font-family: 'Halant', serif;
	font-size:1.2em;
	text-align:center;
	text-decoration:none;
	color:#333;
	border-bottom: dashed 1px #963;
}
.nav ul li:hover > a {
	color:#FFF;
}
.nav-mobile { /*Mobile menu specific*/
	display:none;
	cursor:pointer;
	position:absolute;
	top:0;
	right:0;
	height:40px;
	width:40px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background-color: rgba(0,0,0,1.0);
	background-image: url(../img/gfx/nav.svg);
	background-repeat: no-repeat;
	background-position: center center;
}
#container {
	height:auto;
	overflow:hidden;
	background:#FFFFFF;
	font-size:1.4em;
}
.full-width {
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
	padding:0;
	margin:0;
}
main {
	display:block;
	width:92%;
	padding:0 4%;
}
article header {
	background:transparent;
}
aside {
	display:block;
	width:92%;
	height:auto;
	padding:0 4%;
	padding-bottom:2%;
	background:#C96;
	color:#FFF;
}
footer {
	display:block;
	clear:both;
	padding-top:2.0em;
	background:#747962;
}
.address {
	display:block;
	width:100%;
	margin-bottom:1.0em;
	font-size:1.1em;
	text-align:center;
	color:#B9BCAD;
}
.address a {
	text-decoration:none;
	color:#FFFFFF;
}
.credit {
	display:block;
	clear:both;
	width:100%;
	height:auto;
	overflow:hidden;
	padding:1.0em 0;
	border-top:dashed 1px #A4A895;
	text-align:center;
	font-size:1.0em;
	color:#333;
	background:#C96;
}
.credit a {
	color:#FFF;
	text-decoration:none;
}
.address a:hover, .credit a:hover {
	color:#EBD8C5;
}
/*TEXT STYLES*/
.center {
	text-align:center;
}
.banner-title {
	position:absolute;
	bottom:25%;
	width:100%;
	padding:0.3em 0;
	font-family: 'Kurale', serif;
	font-size:1.3em;
	text-align:center;
	background:rgba(255,255,255,0.6);
}
.banner-strapline {
	padding:0.3em 0;
	display:block;
	clear:both;
	font-size:1.3em;
	text-align:center;
	background:rgba(255,255,3,0.4);
}
.title {
	font-family: 'Kurale', serif;
	font-size:1.5em;
}
.title-small {
	font-family: 'Kurale', serif;
	font-size:1.3em;
}
.col-ruby {
	color:#633;
}
/*IMAGE STYLES*/
.responsive {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
}
.banner {
	min-width:768px;
}
.thumb {
	width:100%;
	max-width:250px;
	height:auto;
	padding:4px 10px; /*might need to be fixed pixels so we know the scope we have to play with*/
}
.thumb-long {
	width:100%;
	max-width:500px;
	height:auto;
	padding:4px 10px; /*might need to be fixed pixels so we know the scope we have to play with*/
}
.img-right {
	float:right;
	padding-left:10px;
}
.img-350-wide {
	max-width:350px;
}
/*GOOGLE MAPS*/
#map {
	width:100%;
	height:500px;
}
/*OTHER STYLES*/
.block {
	display:block;
	clear:both;
	width:;
}
.cta {
	display:block;
	clear:both;
	width:90%;
	padding-left:5%;
	border-left:solid 6px #C96;
}
.cta .block {
	margin:0.5em 0;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (min-width: 1px) and (max-width: 767px) {
	/*mobile specific*/
	nav {
		min-height:40px;
	}
	.nav-list {
		display:none;
	}
	.nav-mobile {
		display:block;
	}
	.nav-active {
		display:block;
	}
	.nav-mobile-open {
		border-radius:5px 5px 0 0;
		-webkit-border-radius:5px 5px 0 0;
		-moz-border-radius:5px 5px 0 0;
	} /*end mobile specific*/
}
@media (min-width: 600px) {
	.contact-head {
		display:block;
	}
}
@media (min-width: 768px) {
	h1, h2, h3, h4, h5, h6 {
		text-shadow: 1px 1px 1px #C4C4C4;
	}
	h1 {
		font-size:2.4em;
	}
	h2 {
		font-size:2.2em;
	}
	h3 {
		font-size:2.0em;
	}
	h4 {
		font-size:1.8em;
	}
	h5 {
		font-size:1.6em;
	}
	h6 {
		font-size:1.4em;
	}
	.logo-head, .contact-head {
		font-size:1.4em;
		padding-bottom:0.8em;
	}
	.contact-head {
		width:41%;
		margin-right:4%;
	}
	.nav ul li {
		width:18%;
	}
	.nav ul li:first-child {
		width:10%;
	}
	.nav ul li a {
		padding:0.8em 0;
		border-bottom:none;
		border-right:dashed 1px #633;
	}
	.nav ul li:last-child a {
		border-right:none;
	}
	.banner-title {
		bottom:auto;
		top:10%;
		width:auto;
		padding:0.3em 0.6em;
		font-size:2.2em;
		text-align:left;
	}
	.banner-strapline {
		position:absolute;
		bottom:10%;
		right:0;
		padding:0.3em 0.6em;
		clear:none;
		font-size:1.5em;
		text-align:right;
		background:rgba(255,255,255,0.6);
	}
}
@media (min-width: 1024px) {
	.logo-head span {
		display:inline-block;
	}
	main {
		float:left;
		width:63%;
	}
	aside {
		float:left;
		width:23%;
		padding:0 2%;
		margin:1%;
		-webkit-border-top-left-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-bottomright: 10px;
		border-top-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
}
@media (min-width: 1200px) {
	.banner-title {
		top:7%;
		font-size:3.0em;
	}
	.banner-strapline {
		bottom:15%;
		font-size:2.0em;
	}
}
/* ==========================================================================
   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;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        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;
    }
}
