*{ box-sizing: border-box; }

body{
	font-family: 'Lato', sans-serif;

}

h1{
	text-shadow: -6px 0px 10px rgba(0, 0, 0, 0.75);
}

.bold{
	font-weight: 700;
}

/* Video */
.bg-video, .bg-video2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
}
.ytp-title{
	display: none!important;
}
.player-container{
	  position: absolute;
	  /*top: 0;
	  left: 0;*/
	  width: 100%;
	  padding-top: 56.5%;
	  height: auto;
	  z-index: -2;
}



@media only screen and (min-width: 600px) {
	.player-container iframe{
		pointer-events: none;
	}
}

.player-container2{
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: auto;
	  z-index: -2;
}
.bg-video2{
	position: relative;
	width: 100%;
	height: 54vh;
	overflow: hidden;
	display: flex;
	align-content: center;
}

.bg-video3{
	position: relative;
	width: 100%;
	height: 40vh;
	overflow: hidden;
	display: flex;
	align-content: center;
}

.bg-video2.no-max-height{
	max-height: unset;
}
.bg-video2.vertical-center{
	display: flex;
    align-items: center;
    align-content: center;
}
.bg-video2 .player-container{

}

.bg-video3.no-max-height{
	max-height: unset;
}
.bg-video3.vertical-center{
	display: flex;
    align-items: center;
    align-content: center;
}
.bg-video2 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*pointer-events: none;*/
}

.bg-video3 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.bg-video #player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.bg-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
}

.muted{
	background: url('../img/mute.png')center center no-repeat;
	background-size: 100%;
	height: 50px!important;
	width: 50px!important;
	border:none;
	right: 15px;
	bottom: 15px;
	position: absolute!important;
}

.unmuted{
	background: url('../img/unmuted.png')center center no-repeat;
	background-size: 100%;
	height: 50px!important;
	width: 50px!important;
	border:none;
	right: 15px;
	bottom: 15px;
	position: absolute!important;
}

.lodgevid .muted{
	bottom: 45px;
}

.lodgevid .unmuted{
	bottom: 45px;
}


.muted:active, .muted:focus, .unmuted:active, .unmuted:focus{
	background-color: transparent; 
}
/* NAV */

.nav-wrapper{
	display: flex;
}

nav{
	background: #fff;
	position: fixed;
	z-index: 99;
	height: 100px;
	padding: 1rem;	
}

nav li a {
	color:#879a9f;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}
.n-brand{
	position: relative;
	display: block;
}
.aclass {
	color:#879a9f;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 1em;
}

nav ul a.btn, nav ul a.btn-large, nav ul a.btn-small, nav ul a.btn-large, nav ul a.btn-flat, nav ul a.btn-floating{
	margin-left:0;
	margin-right:0;
}

.sidenav li>a.btn, .sidenav li>a.btn-large, .sidenav li>a.btn-small, .sidenav li>a.btn-large, .sidenav li>a.btn-floating{

    color: rgba(0,0,0,0.87);
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    padding: 0 32px;
}

.sidenav li>a.btn:hover, .sidenav li>a.btn-large:hover, .sidenav li>a.btn-small:hover, .sidenav li>a.btn-large:hover{
	background: #fff;
	color: #26a69a;
	font-size: 1em;
}

.dropdown-trigger,  .btn2:hover, .btn2:active,  .btn2:focus{
	background: #fff;
	color:#879a9f;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	border:0;
	box-shadow: none;
	text-transform: none;
	font-size: 1em;
}

.btn2:hover,  .btn2:active, .btn2:focus{
	color: #26a69a;
	font-size: 1em;
}

nav li a:hover,  nav li a:active, nav li a:focus{
	color: #26a69a;
}
.dropdown-content{
	top:4em!important;
}

.dos{
	top:12em!important;
}
.dropdown-content li>a, .dropdown-content li>span{
	color: #879a9f;
}
ul .d-flex{
	display: flex !important;
}
ul .n-menu-center{
	justify-content: center !important;
	align-items: center !important;
}
ul .n-menu-right{
	justify-content: right !important;
	align-items: center !important;
}
.space-between{
	justify-content: space-between !important;
}
.spanish{
	margin-right: 10px;
}
nav ul .icon-container{
	padding: 0 5px;
}

li a i.n-menu-icon{
	font-size: 28px;
	color: #879a9f;
}

li a i.n-menu-icon:hover{
	color: #26a69a;
}





/* INDEX */

.vidact{
	height: 80%;
	overflow: hidden;
	position: relative;
}
.vidact *{
	position: relative;
	height: 100%;
}

.homevid{
	z-index: -99;
}

.showsm{
	display: none;
}

/* ABOUT */

#about-hero{
	background: url('../img/about.jpg') top center no-repeat;
	background-size: cover;
	width: 100%;
	height: 480px;
	display: flex;
	align-items: center;
	margin-bottom:30px;
}

.about1{
	background: url('../img/about1.jpg') top center no-repeat;
	background-size: cover;
	width: 100%;
	height: 500px;
}


.about2{
	background: url('../img/about2.jpg') top center no-repeat;
	background-size: cover;
	width: 100%;
	height: 500px;
}

.about3{
	background: url('../img/about3.jpg') top center no-repeat;
	background-size: cover;
	width: 100%;
	height: 500px;
}

.gear{
	background: url('../img/gear.jpg') top center no-repeat;
	background-size: cover;
	width: 100%;
	height: 500px;
}

/* FAQ */

#faq-hero{
	background: url('../img/faq.jpg') top center no-repeat;
	background-size: cover;
	width: 100%;
	height: 420px;
	display: flex;
	align-items: center;
	margin-bottom:30px;
}

.faq1{
	background: url('../img/faq1.jpg') top center no-repeat;
	background-size: cover;
	width: 100%;
	height: 500px;
}

.faq2{
	background: url('../img/faq2.jpg') top center no-repeat;
	background-size: cover;
	width: 100%;
	height: 500px;
}

.faq3{
	background: url('../img/faq3.jpg') top center no-repeat;
	background-size: cover;
	width: 100%;
	height: 500px;
}

.faq4{
	background: url('../img/faq4.jpg') top center no-repeat;
	background-size: cover;
	width: 100%;
	height: 500px;
}
/* FISHING */
h3{
	font-weight: 700;

}

#slider {
	min-height: 30rem;
	max-height: 40rem;
}

.hero h1 {
	color: #fff;
	margin: 0 auto;
	font-family: 'Playfair Display', serif;
	font-size: 5em;
	text-align: center; 
}

.otheract{
	font-size: 4em!important;
}
.separador{
		border-bottom: 2px solid #000;
		width: 130px;
}


a i {
	color: rgba(0,0,0,0.7);
	-webkit-transition: color 0.8s; /* Safari */
    transition: color 0.8s;
}

a i:hover {
	color: #637a68;
}

h3{
	font-size: 2em;
}

#fishing-hero{
	background: url('../img/hero-fishing.jpg') top center no-repeat;
	background-size: cover;
	width: 100%;
	height: 420px;
	display: flex;
	align-items: center;
	margin-bottom:30px;
}

.spacing{
	margin:30px 0;
}

.box-container{
	margin-top:10%;
}

.fishing1{
	background: url('../img/fishing1.jpg') top center no-repeat;
	background-size: cover;
	width: 100%;
	height: 500px;
}

.fishing2{
	background: url('../img/fishing2.jpg') top center no-repeat;
	background-size: cover;
	width: 100%;
	height: 500px;
}

.vidfish{
	padding-left: 0!important;
}


.vidx3{
	margin:0;
	padding: 30px 0;
}



/* FISHING RECORDS */
#fishingr-hero{
	background: url('../img/frecords.jpg') top center no-repeat;
	background-size: cover;
	width: 100%;
	height: 420px;
	display: flex;
	align-items: center;
	margin-bottom:30px;
}
/*  THE LODGE */

h4{
	font-weight: 700;
	font-size: 1.5em;
}


.whitet{
	color:#fff;
}

#lodge-hero{
	background: url('../img/the-lodge.jpg') top center no-repeat;
	background-size: cover;
	width: 100%;
	height: 420px;
	display: flex;
	align-items: center;
	margin-bottom:30px;
}

.lodge1{
	background: url('../img/lodge1.jpg') top center no-repeat;
	background-size: cover;
	width: 100%;
	height: 500px;
}

.lodge2{
	background: url('../dist/room5.jpg') top center no-repeat;
	background-size: cover;
	width: 100%;
	height: 500px;
}

.lodge3{
	background: url('../dist/cabin.jpg') top center no-repeat;
	background-size: 100%;
	width: auto;
	height: 100%;
}

.separadorw{
		border-bottom: 2px solid #fff;
		width: 130px;
}

#video{
	background-color: #000;
	height: 200px;
}

.videocont{
	height: 33em;
	overflow: hidden;

}

.vidabout{
	height: 52em!important;

}

.vidcabal{
	height: 58em!important;

}
.margintop{
	margin: 2em 0 0 0;
}

.padding0{
	padding: 0 1em 0 0!important;
}

.room{
	margin-bottom: 2em!important;
}

/* OTHER ACTIVITIES */

#activities-hero{
	background: url('../img/hero-activities.jpg') top center no-repeat;
	background-size: cover;
	width: 100%;
	height: 480px;
	display: flex;
	align-items: center;
	margin-bottom:30px;
}

.other1{
	background: url('../img/horse-riding.jpg') top center no-repeat;
	background-size: cover;
	width: 100%;
	height: 500px;
}

.other2{
	background: url('../img/hiking.jpg') top center no-repeat;
	background-size: cover;
	width: 100%;
	height: 500px;
}

.other3{
	background: url('../img/bird.jpg') top center no-repeat;
	background-size: cover;
	width: 100%;
	height: 400px;
	margin-top: 1em;
}

.other4{
	background: url('../img/stars.jpg') top center no-repeat;
	background-size: cover;
	width: 100%;
	height: 400px;
	margin-top: 1.5em;
}

.vidact{
	height: 45em;
}

.modal{
	padding: 2em;
}

/* TESTIMONIES */

#test-hero{
	background: url('../img/testi-head.jpg') top center no-repeat;
	background-size: cover;
	width: 100%;
	height: 420px;
	display: flex;
	align-items: center;
	margin-bottom:30px;
}

.slider2 {
	min-height: 30rem;
	max-height: 40rem;
}

.slider3 {
	min-height: 35rem;
	max-height: 40rem;
}

span{
	font-weight: 700;
}

/* MEME TRIPS */

#meme-hero{
	background: url('../img/meme.jpg') top center no-repeat;
	background-size: cover;
	width: 100%;
	height: 420px;
	display: flex;
	align-items: center;
	margin-bottom:30px;
}

.tiny{
	font-size:6pt!important;
}


/* Contact */


/* FOOTER */

footer{
	background: #333333;
	height: 100%;
	z-index: 20;
	margin-top:20px;

}

.footerp {
	padding-top:1em;
		color:#fff!important;
}

/* MEDIAS */

.sidenav li>a{
	margin-left: 4.5em;
}


@media only screen and (max-width: 2880px){

	.pescavid{
	height: 80vh!important;
}

.vidpescacont{
	height: 875px;
}


}

@media only screen and (max-width: 1920px){
.vidpescacont{
	height: 500px;
}

	.pescavid{
	height: 60vh!important;
}

}

@media only screen and (max-width: 1440px){
	

	.lodge3{

	height: 390px;
}

.pescavid{
	height: 31vh!important;
}


.vidpescacont{
	height: 460px;
}


}




@media only screen and (max-width: 1366px){

.videocont{
	/*height: 26em;*/
	height: 20em;
}

.pescavid{
	height: 20vh!important;
}

.pescacont{
	height: 100%!important;
}

.vidpescacont{
	height: 480px;
}

}

@media only screen and (max-width: 1280px){

.pescavid{
	height: 30vh;
}


}

@media only screen and (max-width: 1024px){

.lodge3{

	height: 278px;
}
.videocont{
	height: 100%;

}

.vidabout{
	height: 40em!important;
}

.vidcabal{
	height: 42em!important;
}

.pescavid{
	height: 15vh!important;
}

}
@media only screen and (max-width:900px){
	.sidenav .n-brand{
		margin: 2rem;
	}
}
@media only screen and (max-width: 768px){
.hidesm{
	display: none;
}
.hidesmb{
	display: none;
}
.showsm{
	display: block;
	background: url('../img/index.jpg') center center no-repeat;
	background-size: cover;
	position: fixed;
 	top: 0;
  	left: 0;
 	width: 100%;
  	height: 100vh;
  	max-height: 100%;
  	overflow: hidden;
}

.sidenav li>a{
	margin-left: 4.5em;
}



.lodge3{

	height: 300px;
	margin-top: -15px;
}

.lodge2, .lodge1{

	height: 400px;
}

.videocont{
	height: 100%;
	padding: 0;
	overflow: hidden;
}

.cabin{
	
	margin-bottom: 40px;
}

.vidx2{
	padding: 0!important;
}

.vidabout{
	height: 30em!important;
}

.vidcabal{
	height: 32em!important;
}

.pescavid{
	height: 23vh!important;
}

}


@media only screen and (max-width: 425px){

.electricity{
	margin-top: 9em;
}

#test-hero h1, 
#meme-hero h1 {
	font-size: 4em;
}

.vidabout{
	height: 18em!important;
}

.vidcabal{
	height: 18em!important;
}

.pescavid{
	height: 14vh!important;
}

.vidpescacont{
	height: 830px;
}

}

@media only screen and (max-width: 375px){

	.lodge3{

		height: 200px;
	}

	h1{
		font-size: 1em;
	}

	#test-hero h1 {
		font-size: 3em;
	}

	.vidabout{
		height: 16em!important;
	}

	.pescavid{
		height: 12vh!important;
	}

	.vidpescacont{
		height: 700px;
	}

	.bg-video2{
		height: 30vh;
	}

}

@media only screen and (max-width: 320px){
	.vidabout{
	height: 12em!important;
	}

	.pescavid{
		height: 10vh!important;
	}

}
