/* ============================================================
	Replace me with the Actual Design
============================================================ */
@import url('https://fonts.googleapis.com/css?family=Alfa+Slab+One&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');

html,
body {
	font-family: 'Open Sans', sans-serif;
	--action-color: #f97304;
}

a {
	color: #08f;
}
a:visited {
	color: #7cafd7;
}

.generic__alerts {
	padding: 1em;
	text-align: center;
	background-color: var(--action-color);
	color: white;
	_font-family: 'Alfa Slab One', sans-serif;
	font-size: 15px;
}
.generic__alerts a{
	color: white;
    text-decoration: underline;
	transition: 0.3s;
}
.generic__alerts a:hover{
	color: #003a67;
}


.header {
	max-width: 960px;
	margin: 0 auto;
}

/*
.module {
	max-width: 960px;
	margin: 0 auto;
}
*/

.module.page-headers {
	margin: 0;
}
.body__layout__home .feeds__type__events {
	margin: 0;
}

.hero__callout  {
	background-color: black;
}
.body__layout__home .hero__callout {
	background: black url("/images/hero.jpg") no-repeat top center;
	background-size:cover;
}

.topbar {
	background-color:rgba(0, 0, 0, 0.8);
	position:relative;
}

.topbar__logo {
	width: 30%;
	padding: 1.5vw;
}

.topbar__logo a,
.topbar__logo img {
	display: block;
}

.topbar__logo img {
	width:100%;
}

.topbar__nav {
	position:absolute;
	top:0;
	right:0;
	height:100%;
	z-index: 200;

	color:white;
	font-family: 'Alfa Slab One', cursive;
	font-size: 120%;
}

.topbar__nav .nav {
	position: absolute;
	top: 100%;
	right: 0;
	display: none;
}
.topbar__nav__open .nav {
	display: block;
}

.topbar__nav-hamburger {
	cursor: pointer;
	_padding: 0.8em 2em 0.7em 2em;
	padding: 0.75vw;
}

.topbar__nav-hamburger .material-icons {
	font-size: 200%;
	font-size: 3vw;
	vertical-align: middle;
	margin-right: 0.25em;
}

/*
.topbar__nav-hamburger-text {
	text-transform: uppercase;
}
*/

.nav__list {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.8);
	left: -100%;
	top: 0;
	width: 300px;
}

.nav__item__level-1 {
	display: block;
}

.nav__link,
.nav__link:visited {
	color: white;
	text-align: right;
	text-transform: uppercase;
	padding-left: 2em;
	padding-right: 2em;
}

.nav__item:hover > .nav__link,
.nav__item__current > .nav__link {
	background-color: #f97304;
}

.hero__words {
	text-align:center;
	padding: calc(7vw + 2em) calc(12vw + 2em);
}

.hero__words img {
	display:inline-block;
	width:100%;
	height:auto;
}

.hero__calltoaction {
	font-family: 'Alfa Slab One', cursive;
	text-align:center;
	font-size: 24px;
	letter-spacing: 2px;
	margin:2em 0;
	color:white;
	text-transform:uppercase;
	line-height: 1.1em;

}

.hero__calltoaction-wrapper:hover {
	background-color:#003a67;
}

.hero__calltoaction-wrapper {
	padding:.3em .8em;
	background-color:#f97304;
	display:inline-block;
	transition:background-color .3s ease;
}

.hero__calltoaction a {
	color:white;
}

.ammeneties {
	 background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 45%,rgba(255,255,255,1) 100%);
	 padding-top:2em;
}

.ammeneties-wrapper {
	width:80%;
	margin:0 auto;
}

.ammenity {
	width: 25%;
    margin-left: 6%;
	 transition: all 0.3s ease;
}

.ammenity:hover {
	_transform: rotate(5deg) scaleY(1.1) scaleX(1.1);
}

.andmore {
	background-color:white;
	text-align:center;
}

.andmore img {
	width:90%;
}


.unleashadventure{
	background: transparent url(/images/adventure.jpg) center center no-repeat;
    background-size: cover;
	color:white;
	font-weight: 600;
	padding-right: 400px;
}
.unleashadventure h2{
	font-family: 'Alfa Slab One', cursive;
    font-size: 62px;
    color: white;
    font-weight: 500;
}
.unleashadventure h3{
	font-family: 'Alfa Slab One', cursive;
    font-size: 21px;
    color: white;
    font-weight: 100;
    padding-bottom: 0.5em;
    letter-spacing: 1px;
}
.unleashadventure .generic__inner{
	padding: 5.5em 1em;
	max-width: 800px;
}
.unleashadventure p{
	margin:1em 0;
}




.events {
	background: black url("/images/dirt-texture.jpg") no-repeat top center;
	background-size:cover;
	margin-left:-5px;
	position:relative;

}
.events__h1 {
	position: absolute;
	top:0;
	top:-.3em;
	width: 100%;
	overflow: hidden;

	color:white;
	font-family: 'Alfa Slab One', cursive;
	font-size: 21.7vw;
	text-transform:uppercase;
}

.events__full-details img {
    max-width: 100%;
    height: auto;
}

.event-wrapper {
    text-align: center;
    padding-top: 300px;
    padding-top: 19vw;
    _margin-top: 5em;
}

.event {
	vertical-align: top;
	font-family: 'Raleway', sans-serif;
	display:inline-block;
	background-color:white;
	width:38%;
	margin:3em;
	padding:1em;
}

.event__name {
	font-family: 'Alfa Slab One', cursive;
	font-size:2.2em;
	color:#f97304;
	display: block;
	padding:.5em 0em 1em 0em;
	margin:.5em;
	border-bottom:2px solid black;
	text-transform:uppercase;
}
.event__name:visited {
	color:#f97304;
}

.event__date {
	font-size:1.8em;
}

.event__time {
	font-size:1.5em;
}

.event__description {
	font-size:1em;
	text-align:left;
	line-height:1.2em;
	padding:2em
}

.event__learnmore,
.event__learnmore:visited {
	font-family: 'Alfa Slab One', cursive;
	font-size:1.4em;
	letter-spacing:1px;
	padding:.3em .8em;
	background-color:#f97304;
	display:inline-block;
	margin:1em;
	color:white;
	text-transform:uppercase;
	transition:background-color .3s ease;
}

.event__learnmore:hover {
	background-color:#003a67;
}

.events__date {
    border:none;
    display: block;
    float: left;
    font-weight: bold;
    margin-right: 2em;
    padding: 0.125em 0;
    width: 3.5em;
    text-align: center;
    background-color:#003a67;
    color:white;
}

.events__title,
.events__title:visited {
	color:#f97304;
	font-family: 'Alfa Slab One', cursive;
	font-size:2em;
	letter-spacing:1px;
	text-transform:uppercase;
}

.events__item {
    margin-bottom: 1.7em;
    border-bottom: 2px solid orange;
    padding-bottom: 2em;
    width: 100%;
}

/*
.allriders {
	background: black url("/images/allriders.jpg") no-repeat bottom center;
	background-size:cover;
	margin-left:-5px;
	min-height:500px;
}
*/

.webaccessability img{
    height: 39px;
    margin-top: 1em;
}

.affiliates{
	background: transparent url("/images/cloudymap.jpg") center center no-repeat;
	background-size: cover;
}

.affiliates__text {
		font-family: 'Alfa Slab One', cursive;
		font-size: 70px;
		color: white;
		text-align: center;
		padding-top: 40px;
		padding-bottom: 55px;
		padding-left: 5px;
		padding-right: 5px;
}

.affiliate_box__wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	padding-bottom: 3em;
}

.generic__3up .generic__part {
	width: 44%;
	max-width:496px;
    _width: 30%;
    background-color: white;
    border: 8px solid #f97304;
    margin: 30px 15px;
	min-width: 305px;
}
img.rock {
    height: 150px;
}


.affiliate_logo1 {
	text-align: center;
	margin-top: -75px;
}

.affiliate_logo2 {
	text-align: center;
	margin-top: -37px;
	padding-bottom: 21px;
}
.affiliate_logo3 {
	text-align: center;
	margin-top: -72px;
}

.landscape {
	max-width: 100%;
}
.affiliates_description {
	font-size: 16px;
	text-align:left;
	padding:1.35em;
}
.affiliates_reservations{
	font-family: 'Raleway';
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
}

.affiliates_call{
	font-size: 35px;
	font-weight: bold;
	text-align: center;
}

.affiliates.hidden {
    display: none;
}

.video__block {
	background: url("/images/videobackground.jpg") no-repeat top center;
	background-size:cover;
}
.video_container{
	padding:2em;
	max-width: 1300px;
	margin:0 auto;
	padding-bottom: 6em;
}
.video__block h2{
	font-family: 'Alfa Slab One', cursive;
	font-size: 70px;
	color: white;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 55px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: 100;
}
.video_content{
	display:flex;
	justify-content: space-between;
}
.video__desc{
	width:45%;
	background-color: rgba(0, 0, 0, 0.3);
	color:white;
	font-size: 18px;
    line-height: 1.2em;
    padding: 2em;
}
.video__desc .startbutton {
    margin: 0;
    margin-top: .5em;
}
.video__desc .hero__calltoaction{
	text-align:left;
}
.video_iframe{
	width:50%;
}


/* Video Banners */

.module.video-banners {
	margin: 0;
}
.body__layout__home .module.video-banners {
	background: url("/images/videobackground.jpg") no-repeat top center;
	background-size: cover;
}

.module.video-banners .generic__inner {
	padding: 2em;
	max-width: 1300px;
	margin: 0 auto;
	padding-bottom: 6em;
}

.module.video-banners h2 {
	color: white;
	font-family: 'Alfa Slab One', cursive;
	font-size: 70px;
	font-weight: 100;
	text-align: center;
	padding: 40px 5px 55px 5px;
}

.video-banners__content__has-desc {
	display: flex;
	justify-content: space-between;
}

.video-banners__content__has-desc .video-banners__desc {
	width: 45%;
	background-color: rgba(0, 0, 0, 0.3);
	color: white;
	font-size: 18px;
    line-height: 1.2em;
    padding: 2em;
}

.video-banners__content__has-desc .video-banners__embed {
	width: 50%;
}

.module.video-banners .generic__link-button {
	margin-top: 1em;
	margin-bottom: 1em;
}


/* Logos */

.module-logos__items {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 1em;
}

.module-logos__item-link {
	display: block;
}

.module-logos__item-image {
	display: block;
	width: 100%;
	height: auto;
}


.allriders img {
	display: block;
	height: auto;
	width:100%;
}

.footer {
	font-family: 'Alfa Slab One', cursive;
	letter-spacing: 1px;
	background-color:#023d67;
	padding:3em 0;
	color:white;
}

.footer__name {
	font-size:2em;
	text-transform:uppercase;
}

.footer__designer,
.footer__designer:visited {
	font-family: 'Open Sans', sans-serif;
	color:#f97304;
}

/* Typography */

.cms-content {
	font-family: 'Raleway', sans-serif;
	font-size:1.4em;
	line-height:1.5em;
	color:#494949;
}

.cms-content strong {
	font-weight: bold;
	color: #1d2b36;
}


.cms-content h1,
.cms-content h2,
.cms-content h3 {
	font-family: 'Alfa Slab One', cursive;
	letter-spacing:1px;
	color:#003a67;
}

.cms-content h1 {
	text-transform:uppercase;
	font-size:2em;
	line-height:1em;
}

.generic__link-button,
.generic__link-button:visited {
	font-family: 'Alfa Slab One', cursive;
	text-align:center;
	font-size:2em;
	letter-spacing: 2px;
	margin:.5em 0;
	color:white;
	text-transform:uppercase;
	padding:.3em .8em;
	background-color:#f97304;
	display:inline-block;
	line-height: 1.1em;
	transition:background-color .3s ease;
}
.generic__link-button:hover {
	background-color:#003a67;
}

.cms-content ul,
.cms-content ol {
    list-style-type: disc;
    margin: 1em 0;
    padding-left: 3em;
    color: #494949;
    font-size:.9em;
}

.fb3__field-input {
	padding:1em;
	background-color:white;
	border-radius:10px;
}

.forms .generic__inner {
	background-color:#ebebeb;

	padding:3em;
	font-size:1.3em;
}

.forms__form-item-header {
	font-family: 'Alfa Slab One', cursive;
	font-size:1.5em;
	margin-bottom:1em;
	color:#003a67;
	text-transform:uppercase;
}

.fb3__button,
.fb3__button:visited {
	font-family: 'Alfa Slab One', cursive;
	text-align:center;
	font-size:2em;
	letter-spacing: 2px;
	margin:.5em 0;
	color:white;
	text-transform:uppercase;
	padding:.3em .8em;
	background-color:#f97304;
	display:inline-block;
	line-height: 1.1em;
	transition:background-color .3s ease;
	border-style:none;
	border:none;
}

.fb3__button:hover {
	background-color:#003a67;
}

.startyouradventure {
	background-color:#002540;
	padding:1em 0;
}

.black-overlay {
	height:100%;
	width:100%;
	background-color:black;
}

.startbutton {
	margin:.5em;
}

@media only screen and (max-width: 1200px) {
	.video_content,
	.video-banners__content__has-desc {
		flex-direction: column-reverse;
	}
	.video__desc,
	.video-banners__content__has-desc .video-banners__desc {
		width: 100%;
	}
	.video_iframe,
	.video-banners__content__has-desc .video-banners__embed {
		width: 100%;
		padding-bottom: 2em;
	}
	.video__desc .hero__calltoaction,
	.module.video-banners .generic__link-button {
		text-align: center;
	}
}

@media only screen and (max-width: 888px) {
	.unleashadventure {
		padding-right: 0;
	}
	.unleashadventure .generic__inner {
		max-width: 100%;
		text-align:center;
	}
}

@media only screen and (max-width: 700px) {
	.affiliates_call{
		font-size: 25px;
		font-weight: bold;
		text-align: center;
	}
	.video__block h2,
	.module.video-banners h2 {
		font-size: 50px;
	}

	.affiliates__text {
		font-family: 'Alfa Slab One', cursive;
		font-size: 50px;
		color: white;
		text-align: center;
		padding-top: 40px;
		padding-bottom: 55px;
		padding-left: 5px;
		padding-right: 5px;
	}

	.affiliate_box__wrapper {
		width: 100%;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 600px) {
  	.event {
		display: block;
		width: 100%;
		margin-left: 0;
	}
	.affiliate_logo1 {
		text-align: center;
		margin-top: 0px;
 	}

 	.affiliate_logo2 {
		text-align: center;
		margin-top: 0px;
		padding-bottom: 21px;
 	}
	 .affiliate_logo3 {
		text-align: center;
		margin-top: 0px;
	}

	.landscape {
		width: 100%;
	}
	.generic__2up .generic__part {
		width: 90%;
		min-width: 90%;
	}
	.video__block h2, 
	.module.video-banners h2 {
		font-size: 37px;
	}

}


@media all and (max-width: 1050px) {
	.event__name {
		font-size:1.8em;
	}
}

@media all and (max-width: 850px) {
	.body__layout__home .event {
		display: block;
		margin:0 auto;
		width: 95%;
		
	}

	.event__name {
		font-size:1.7em;
	}

	.events {
   		padding-bottom:2em;
	}
	
	.ammeneties-wrapper {
		width: 95%;
	}

}

@media all and (max-width: 767px) {
	
	
	.topbar__logo {
		width: 50%;
		padding: 2vw;
	}
	
	.topbar__logo {
		width:100%;
	}

	.topbar__nav-hamburger {
		padding: 1vw 0.75vw;
	}
	
	.topbar__nav-hamburger .material-icons {
		font-size: 4vw;
	}

	.hero__calltoaction {
  		margin: 1em;
  	}

  	.ammeneties {
	 background:white;
	}

  	
}

@media all and (max-width: 650px) {
	.hero__words {
		padding: calc(7vw + 2em) 0;
	}
	
	.hero__calltoaction,
	.startbutton {
        font-size: 21px;
  	}
  	.ammenity {
	 	width:100%;
	 	margin-left:0;
	}
	.cms-content h1 {
		font-size:10vw;
	}

	/*
	.content-areas__content img {
		width:100%;
		float:none;
	}
	*/
}

@media all and (max-width: 550px) {
	/* Verticalize amenities */
	.unleashadventure h2 {
		font-size: 48px;
	}
}

/*
Fix events margin
*/


.dynamic-nav-expanded {
	background-color: transparent;
}

.dynamic-nav__heading,
.dynamic-nav__link {
    padding: 0.5em 2em;
}

.dynamic-nav__link {
	color: white;
}
.dynamic-nav__link:hover {
	background-color: #f97304;
}

/*
.dynamic-nav-forward {
	color: #f97304;
}
*/
.dynamic-nav__link:hover + .dynamic-nav-forward {
	color: white;
}
.dynamic-nav-forward:hover {
	background-color: #f97304;
	color: white;
}

.dynamic-nav__heading .dynamic-nav-back:hover::before,
.dynamic-nav-expanded .dynamic-nav__list-item.has-children .dynamic-nav-forward:hover::before {
	background-color: #f97304;
}

@media all and (max-width: 767px) {
	.topbar__nav {
		position: static;
	}
	
	.topbar__nav-hamburger {
		display: none;
	}
	
	.topbar__nav__open .nav {
		display: none;
	}
	
}

