@charset "UTF-8";
@import url('https://fonts.cdnfonts.com/css/artbrush');
@import url('https://fonts.cdnfonts.com/css/spongition');
/* CSS Document */

/* Some normalizing stuff */

/** Prevent iOS text size adjust after orientation change, without disabling user zoom. */

html {
  -ms-text-size-adjust: 100%; 
  -webkit-text-size-adjust: 100%;
}

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/*default image settings */
img {
	border: 0;
	max-width:100%;
	height:auto;
}

/* The following makes padding and borders not be added to width site wide */
* {
  box-sizing: border-box;
}

.clear {
	clear:both;
}
.clearafter:after,
header:after,
nav:after,
section:after,
.contain:after
{
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

/* End normalizing stuff */


body {
	font-family: 'Spongition', sans-serif;
    font-weight:300;
	font-size:20px;
	color:#000;
	margin:0 0 0 0;
	position:relative;
}
p { 
	line-height: 1.6em;
}
a {
	color:#1c2754;
}
a:visited {
	color:#1c2754;
}
a:active {
	color:#1c2754;
}
a:hover {
	color:#600;
}

h1 {
    font-family: 'ArtBrush', sans-serif;
    font-size:3.2em;
    text-align: center;
	width:100%;
	margin:0px;
    padding:30px 0;
	position:relative;
}
h2 {
	font-size:2.2em;
	font-weight:800;
    line-height: 1.4em;
}
h3 {
	font-size: 1.6em;
	font-weight:700;
    color:#8e0808;
}
h4 {
    font-family: 'ArtBrush', sans-serif;
    font-size:2em;
    text-align: left;
	width:100%;
	margin:0px;
    padding:20px 0;
	position:relative;
}


header {
    background:url("../images/hero.jpg") no-repeat;
    background-position:center center;
    background-size:cover;
	width:100%;
	margin:0px auto;
    padding-bottom:100px;
}
.header-logo {
	background:url("../images/barnbg.jpg") no-repeat #8e0808;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    text-align: center;
    padding: 20px 0px 100px 0;
    position:relative;
}
.header-logo img {
    width: 23%;
}
.header-contact {
    position: absolute;
    top:20px;
    right:10%;
    z-index: 500;
}
.header-contact a {
    color:#fff;
    text-decoration: none;
    font-size:2em;
    font-weight:bold;
}

nav {
	background:url("../images/barnbg.jpg") no-repeat #8e0808;
    background-size:cover;
	color:#fff;
	text-align: center;
    font-weight:600;
}

main {
	width:100%;
	padding:0;
	position: relative;
}
section {
	width:100%;
	position: relative;
}
.contain{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	position: relative;
}

.fullpage {
	width:100%;
	margin:0 auto;
}
.col-half {
	width: 50%;
	float: left;
}
.col-third {
	width: 33.33%;
	float: left;
}
.col-fourth {
	width: 25%;
	float: left;
}
.col-twothirds {
	width: 66.66%;
	float: left;
}
.col-threefourths {
	width: 75%;
	float: left;
}

.pad-left {
	padding-left: 4%;
}
.pad-right {
	padding-right: 4%;
}
.pad-top {
	padding-top: 30px;
}
.pad-bottom {
	padding-bottom: 30px;
}
.pad-all {
	padding: 30px 4%;
}


.barnbg {
	background:url("../images/barnbg.jpg") no-repeat #8e0808;
    background-size:cover;
    color:#fff;
}

.grayarea {
    background:#dedede;
    padding:50px 0 50px 5%;
}

.amenities {
    width: 40%;
    margin: 80px 5%;
    float:left;
    border:12px solid #000;
    border-radius:22px;
    padding: 20px;
    color:#8e0808;
}
.amenities img {
    width:30%;
    float:left;
    margin:-80px 5% 0 -8%;
    background:#fff;
}
.amenities h2 {
    width:70%;
    float:left;
}
.amenities ul {
    margin: 30px 0 0 20%;
    color:#000;
}
.pageimg {
	border:12px solid #fff;
	box-shadow: 3px 3px 12px #555;
}
.imgright {
	float:right;
	margin-left:10px;
}
.imgleft {
	float:left;
	margin-right:10px;
}

.list {
	margin:30px 0 30px 30px;
	padding:0px;
	font-size:1em;
}
.list li{
    display: list-item;
    list-style: none;
	background:url(../images/bullet.png) 0px 3px no-repeat;
	padding:5px 5px 5px 33px;
	margin: 10px 0;
}	


.olsteps {
  clear: both;
  list-style: none;
  padding-left: 2%;
}
.olsteps li {
  margin: 2em 0;
  padding-top: 8px;
  padding-left: 8%;
  display: block;
  position: relative;
  counter-increment: inst;
}
.olsteps li::before {
  content: counter(inst);
  
  background: rgba(134, 16, 16, 1);
  color: #fff;
  
  font-weight: 700;
  font-style: italic;
  text-shadow: 1px 1px rgba(134, 16, 16, 0.5);
  
  border-radius: 0 0.675em 0.675em 0;
  font-size: 1.5em;
  text-align: center;
  
  left: 0;
  top: 0;
  height: 1.35em;
  width: 1.35em;
  position: absolute;
  
  transition: all 0.2s ease-in-out;
  
  z-index: -1;
}
@media (min-width: 33em) {
  .olsteps li:before {
    border-radius: 50%;
    font-size: 1.5em;
    height: 1.35em;
    margin-left: 2.5%;
    padding-left: 0;
    padding-top: 0;
    top: -0.15em;
    width: 1.35em;
    z-index: -1;
  }
}
hr {
	border: 0;
    height: 1px;
	margin:40px 0;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

q {
  quotes: "“" "”" "‘" "’";
}
q::before {
    content: open-quote;
}
q::after {
    content: close-quote;
}


.ctr {
	text-align:center;
}

.unfloatcenter {
    float:none;
    margin:0 auto;
}
.nowrappy {
    white-space: nowrap;
}

.c2a, .c2a:visited, .c2a:active {
	display:inline-block;
	background:#900;
	padding:20px 30px;
    border:4px solid #fff;
	border-radius:5px;
	color:#ffffff;
	text-decoration: none;
	font-size:1.4em;
    margin:30px 0;
}
.c2a:hover {
	color:#ffffff;
	background:#c00;
}

address {
	font-size:1.2em;
	font-style:normal;
	margin:40px 0;
}

.formstyle fieldset {
	width:100%;
	border:none;	
	border-radius: 5px;
	margin:20px auto 0 auto;
	background:#cccccc;
}
.formstyle legend {
	font-size:22px;
	font-weight:bold;
	color:#000;
	margin:20px 0;
}
.formstyle div {
	margin:10px;
	text-align:left;
}
.formstyle label {
	font-size:16px;
	font-weight:bold;
	float:left;
	margin:12px 1% 0 0;
	width:25%;
}
.formstyle .submit {
	text-align:center;
}

.unoCme {
	display:none;
	visibility: hidden;
}

input {
	border:1px solid #000;
	color:#333;
	font-size:16px;
	font-family:tahoma,arial,sans-serif;
	border-radius: 5px;
	margin-top:8px;
	padding:10px;
	width:74%;
}
textarea {
	border:1px solid #000;
	color:#333;
	font-size:16px;
	font-family:tahoma,arial,sans-serif;
	border-radius: 5px;
	margin-top:8px;
	padding:10px;
	width:74%;
	height:120px;
}
select {
	border:1px solid #000;
	color:#333;
	font-size:16px;
	font-family:tahoma,arial,sans-serif;
	border-radius: 5px;
	margin-top:8px;
	padding:10px;
	width:auto;
	cursor:pointer;
}
input[type="radio"], input[type="checkbox"]{
    width:auto;
}
.button{
	background-color: #2f2e2c;
	border:none;
	color:#fff;
	font-size:16px;
	cursor:pointer;
	width:auto;
	padding:2% 4%;
}
.button:hover{
	background-color: #b4282e;
	color:#fff;
	cursor:pointer;
	width:auto;
}

video {
    width:100%;
	position:absolute;
	z-index:0;
}
video.fillWidth {
	width: 100%;
}
.vidcontainer {
	position:relative;
	width:100%;
	height:auto;
}


.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/* this class can be added to iframes for responsive results, compatible from mid 2021 on */
.video-iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.google-maps {
	position: relative;
	padding-bottom: 40%; 
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


footer {
    background:#8e0808;
    color:#ccc;
	font-size:.8em;
	width:100%;
	margin:0 auto;
	padding:30px 5%;
}
footer a, footer a:visited, footer a:active {
    color:#ccc;
}
footer a:hover {
    color:#fff;
}
#credit {
	width:300px;
	float:right;
	text-align:right;
}



@media (max-width: 960px) {
    .amenities {
        width: 40%;
        margin: 80px 5%;
        float:left;
    }
    .amenities img {
        width:50%;
        float:none;
        margin:-80px 5% 0 -15%;
    }
    .amenities h2 {
        width:100%;
        text-align: center;
        float:none;
        font-size:1.4em;
    }
    .amenities ul {
        margin: 30px 0 0 10%;
    }
    .header-contact {
        top:10px;
        right:10%;
    }
    .header-contact a {
        font-size:1.5em;
    }

}
@media (max-width: 719px) {
    h1 {
        font-size:2.2em;
        padding:30px 4%;
    }
    h2 {
        font-size:1.4em;
    }
    h3 {
        font-size: 1.2em;
    }
    h4 {
        font-size:1.2em;
        text-align: center;
        line-height: 1.2em;
    }

    header {
        padding-bottom:50px;
    }
    .header-logo {
        padding: 20px 0px 70px 0;
    }
    .header-logo img {
        width: 33%;
    }	
    
    .amenities {
        width: 90%;
        margin: 80px 5%;
        float:none;
    }
    .amenities img {
        width:50%;
        float:none;
        margin:-80px 5% 0 -15%;
    }
    .amenities h2 {
        width:100%;
        text-align: center;
        float:none;
        font-size:1.4em;
    }
    .amenities ul {
        margin: 30px 0 0 10%;
    }
    
    .header-contact {
        top:10px;
        right:10%;
    }
    .header-contact a {
        font-size:1.2em;
    }

    .col-half {
		width: 100%;
		float: none;
	}
	.col-third {
		width: 100%;
		float: none;
	}
	.col-fourth {
		width: 100%;
		float: none;
	}
	.col-twothirds {
		width: 100%;
		float: none;
	}
	.col-threefourths {
		width: 100%;
		float: none;
	}
	#credit {
		width:100%;
		float:none;
		text-align: center;
		padding:4%;
	}
}
