@charset "UTF-8";
/* CSS Document */
body {
	margin-top:8.5%;
}

.checkbutton {
background-color: #79be37;
    border-radius: 5vw;
    padding: 4%;
    padding-left: 7%;
    padding-right: 7%;
    border: solid #709e44;
    color: white;
}

.spooklink{
    color:black;
    font-weight: bold;
    font-size: 1rem;
}
.spooklink:hover{
    color:green !important;
    font-weight: bold;
}
.checkbutton:hover {
background-color: #93d553;
    border-radius: 5vw;
    padding: 4%;
    padding-left: 7%;
    padding-right: 7%;
    border: solid #709e44;
    color: white;
        outline:none;
    text-decoration: none;
}
.checkbutton:active {
background-color: #93d553;
    border-radius: 5vw;
    padding: 4%;
    padding-left: 7%;
    padding-right: 7%;
    border: solid #709e44;
    color: white;
    outline:none;
    text-decoration: none;
}
.checkbutton:focus {
background-color: #93d553;
    border-radius: 5vw;
    padding: 4%;
    padding-left: 7%;
    padding-right: 7%;
    border: solid #709e44;
    color: white;
    outline:none;
    text-decoration: none;
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999999999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.availabilityform {
      padding: 10%;
  padding-top:5%;
  padding-bottom:5%;
}
/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
padding:3%;
  border: 1px solid #888;
  width: 60%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: gray;
  float: right;
  font-size: 28px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}




.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ffffff00;
}
.navi a:active{
color:white !important;
    
}
.bookpackage{
    padding:10%;
    padding-top:0%;
}

.seasonalpopup{
    width: 11%;
    height: 29%;
    position: fixed;
    margin: 1.5%;
    right: 0;
    bottom: 0;
    background-color: black;
}
.nativityflier {
        margin-top: 2%;
    margin-bottom: 5%;
    margin-left: 20%;
    margin-right: 20%;
    width: 60%;
    box-shadow: 0px 0px 10px 1px #d6d6d6;
}
.spectacular {
	margin-left:9%;
	margin-bottom: 5%;
	text-align:center;
}
.vincenzos{
color:black; font-weight:bold;
    font-size: 1rem;
}
.vincenzos:hover{
color:gray !important;
font-weight:bold;
}
.weddingsocial {
    text-align:center;
}
.weddingsocial .fa{
       margin-left: 5%;
    margin-right: 5%; 
}
.weddingreviews{
    display: grid;
    grid-template-columns: 33% 33% 33%;
    padding-left:10%;
    padding-right:10%;
}
.weddingreviews img{
    padding:20%;
}
.mobile {
	display:none;
}
.spectacular-text{
	margin-left:9%;
}

.colors .tab {
	background-color:#9abe88 !important;
}
.colors .tab .tablinks:active {
	color:black !important;
}
.colors .tab:active {
	background-color: white;
}


.navbar-brand {
    background-image: url(../Images/Reptacular-Logo-White.png);
    background-size: auto 101%;
    background-repeat: no-repeat;
    padding-left: 10%;
    width: 180px;
    height: 143px;
}
.fixed-top {
    position: absolute;
    top: 0;
    right: 5%;
    left: 5%;
    z-index: 1030;
}
.mr-auto, .mx-auto {
    margin-right: 0px!important;
    margin-left: 0px!important;
	width: 100%;
}
.nav-item {
    margin-bottom: 5%;
    margin-top: 5%;
    margin-left: 1.5%;
    margin-right: 1.5%;
}
.nav-link{
	color: white!important;
}
.nav-link:hover{
	color: white!important;
}
#myVideo {
  width: 100%;
  height: 100%;
}
.home-text{
	text-align: center;
	margin:5%;
    display: grid;
	grid-template-columns: 40% 60%;
}
.packages{
	text-align: center;
	padding: 5%;
  background-image: linear-gradient(#709e44, darkgreen);

}
.card-img-top.card {
    margin-left: -4%;
    min-width: 33.3333%;
    display: flex;
    flex: 1 0 0;
    -ms-flex: 1 0 0;
    width: 108%;
}
.learn-more{
	margin-bottom: 4%;
}
.MeetAnimals{
	width:100%;
}
.footer{
	background-color: #709e44;	
	color: white;
	padding: 1%;
	display: grid; 
	grid-template-columns: 80% 20%;
	align-items: center;
}

.footer .fa {
	    padding: 11px !important;
    font-size: large !important;
    width: 40px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    /* margin: 5px 2px; */
    border-radius: 50%;
}
.footer a {
    color: white;
    padding: 1%;
    font-size: small;
}
.footer a:hover {
    color: white;
    text-decoration:none !important;
	opacity:.7;
}
#header {
}
h1 {
	margin-bottom: 3%
}
.container {
  position: relative;
  width: 50%;
}

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

.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #1A4F00;
}
.tourgrid {
	display:grid;
	grid-template-columns: 55% 45%;
	align-items: center;
	margin-bottom:3%;
}

.container:hover .overlay {
  opacity: .9;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.events{
	display: grid; 
	grid-template-columns: 50% 50%;
		padding-top: 3%
}
.weddinggrid{
    display: grid;
    grid-template-columns: 50% 50%;
    width: 79vw;
    margin-left: 5vw;

}
.event-text{
	padding:10%;
	text-align: center;
	padding-top: 18%;
}
h5 {
    font-size: 200%;
    padding-bottom: 5%;
}
.animal-image {
    display: block;
    width: 114%;
    height: auto;
    margin-left: -7%;
}

*{
  margin:0;
  padding:0;
}

/*
Width of image : 500;
Width of hovered image: 500
Width of unhovered image: 25x;
Width of container : 500 + 50*4 = 700px;
Default 700/5 : 140px;
*/
.camels {
	display:grid;
	grid-template-columns: 55% 45%;
	align-items: center;
	margin-bottom:3%;
}

.accordian{
  width: 100%;
  height: 100%;
  overflow:hidden;
	margin-bottom:5%;
}
.accordian ul{
  
}
.accordian li{
  position: relative;
  display:block;
    width: 14.6%;
  float: left;
  
  border-left: 1px solid #888;
  -webkit-box-shadow: 0 0 25px 10px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 25px 10px rgba(0,0,0,0.5);
  
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}


.accordian ul:hover li{
  width: 15.6%;
}

.accordian ul li:hover{
    width: 37%;
}

.accordian li img{
  display: block;
}

.image_title{
  background: rgb(4 116 22 / 50%);
  position:absolute;
  left:0;
  bottom:0;
  width:289%;
}

.image_title a{
  display: block;
  color: #fff;
  text-decoration: none;
  padding:20px;
  font-size:x-large;
	text-align:left;
}


/* Center website */
.main {
  margin: auto;
}



.row {
  margin: 10px -16px;
}

/* Add padding BETWEEN each column */
.row,
.row > .column {
  padding: 8px;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  display: none; /* Hide all elements by default */
}

/* Clear floats after rows */ 
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.content {
  background-color: white;
  padding: 10px;
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}


.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}
.accordion2 {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active {
  background-color: #fff;
  color: black !important;
}
.cows {
	display:grid;
	grid-template-columns: 60% 40%;
	align-items: center;
	padding-bottom:3%;
}
.accordion:hover {
  background-color: #fff;
  color: #ffffffc7 !important;
}
.accordion2:hover {
  background-color: #fff;
  color: #ffffffc7 !important;
}
.btn:hover{
	  color: #ffffffc7 !important;
}
.active:hover {
  background-color: #fff;
  color: black !important;
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #709e44;
	color: white !important;
	    margin-top: 0px;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
	color: white !important;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #698d48;
	color: white !important;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #5c7c3e;
	color: white !important;
	
}
.tab a {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
	color: white !important;
}

/* Change background color of buttons on hover */
.tab a:hover {
  background-color: #698d48;
	color: white !important;
}

/* Create an active/current tablink class */
.tab a.active {
  background-color: #5c7c3e;
	color: white !important;
}
.tabcontent.active {
	display: block !important;
}

.tabcontent:not(.active) {
display: none !important;
}

/* Style the tab content */
.tabcontent {
  display: none;
    padding: 5%;
    background-color: white;
  border: 1px solid #ccc;
  border-top: none;
}



#map {
        height: 400px;
        /* The height is 400 pixels */
        width: 100%;
        /* The width is the width of the web page */
      }

.contact {
	  display: grid;
  grid-template-columns: 50% 50%;
}

.frontpage {
	  display: grid;
  grid-template-columns: 49.5% 1% 49.5%;
}

.mapped{
	padding-top:5%;
padding-left:10%;
	padding-right:10%;
}
.page{
	padding-top:5%;
padding-left:10%;
	padding-right:10%;
	padding-bottom:5%;
}


.content h4 {
	 padding-top:2%;
}

.content p {
	 text-align:left;
	padding-left:2%;
	padding-right:2%;
}
.btn {
	color:white;
}

.fa-facebook {
    background: #3b5998;
    color: #fff;
}
.fa {
    padding: 15px !important;
font-size: xx-large !important;
	width: 60px;
    height: 60px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
}
.fa-instagram {
    background: #E1306C;
    color: #fff;
}
.links a {
    color: white;
}
.links a:hover {
    color: white;
	font-weight:bold;
	text-decoration:none;
}
.fa-facebook:hover{
	color:#ffffffd1 !important;
}
.fa-instagram:hover{
	color:#ffffffd1 !important;
}
h3{
	text-align:center;
}
.birthdayparties {
	display:grid;
	grid-template-columns: 50% 50%;
	align-items: center;
	padding-left:10%;
	padding-right:10%;
}

.frontpage-logo{
    color: white;
    margin-top: 1vw;
    text-align: center;
    width: 16vw;
    margin-left: 41.5vw;
    z-index: 99;
    position: fixed;
}

.frontpage-text{
	color:white;
	margin-top: 39%;
	display:grid;
	grid-template-columns: 50% 50%;
	text-align: center;
}
.frontpage-logo h2 {
    font-size: 2rem;
    text-shadow: 2px 2px 4px #487220;
    margin-top: -9%;
    text-align: left;
    padding: 5%;
}

.zoomimages{
	display:grid;
	grid-template-columns: 16.6% 16.6% 16.6% 16.6% 16.6% 16.6%;
	width: 80%;
	margin-left:10%;
	margin-right:10%;
}
.zoomimages img{
	padding: 2%;
}

.packagespage p {
	padding-left:10%;
	padding-right:10%;
}
.packagespage h3{
	text-align:center;
	color:#709e44;
	font-size: 200%;
	padding-left:10%;
	padding-right:10%;
}
.packagespage h4{
	text-align:center;
	color:#709e44;
	font-size: 150%;
	padding:2%;
}

.edventure-packages{
    display: grid;
    grid-template-columns: 50% 50%;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 2%;
    padding-bottom: 0%;
	align-items: center;
}
.edventure-packages h4{
	text-align:left;
}
.edventure-packages img{
width: 100%;
	padding:8%;
	padding-top: 4%;
    padding-bottom: 4%;
}
.edventure-packagesr h4{
	text-align:right;
}

.ponytable {
	margin-left: 10%;
	padding-right: 10%;
	text-align: center;
	margin-bottom: 3%;
	border:1px;
}
.ponytable th {
	background-color:#709e44;
	color:white;
	width: 20%;
	padding: 0.5%;
}
.ponytable tr:nth-child(odd) {
	background: #ececec;
}
.ponytable td {
	padding:0.5%;
}
.faq .accordion:hover {
	backgound-color:#709e44 !important;
}
.faq .accordion.active {
	backgound-color:#709e44 !important;
}
.sticky-bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 2vw !important;
    background-color: #006d08;
    opacity: .7;
    color: white;
    text-align: center;
    padding: 4vh;
}
.frontpage-venue {
    background-image: url(../Images/camelentrance.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-left: 10%;
    width: 50vw;
    height: 100vh;
		position:fixed;
}
.frontpage-events {
    background-image: url(../Images/JennAang.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-left: 10%;
    width: 50vw;
    height: 100vh;
	margin-left: 50vw;
	position:fixed;
}
.frontpage-events-link{
	    width: 50vw;
    height: 100vh;
	margin-left: 50vw;
		position:fixed;
		z-index: 9;
}
.frontpage-venue-link{
	    width: 50vw;
    height: 100vh;
		position:fixed;
	z-index: 9;
}
.frontpage-stick {
	    background-color: #709e44;
    width: 1vw;
    height: 100vh;
    position: fixed;
    margin-left: 49vw;
    z-index: 9;
}
.instagram {
	width: 90vw;
	margin-left: 5vw;
}

.mountains {
    background-image: url("../Images/mountains.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100vw;
    height: 30vw;
	background-position: center;
}
a:hover {
	text-decoration: none;
}
.emailcall {
	padding-top: 3%;
	color: #709e44 !important;
	font-size: 150%;
	text-align: center;
}

.emailcall a {
		color: #709e44 !important;
	font-weight: 600;
	font-size:100%;
}
.emailcall a:hover {
		color: #46642D !important;
	font-weight: 700;
}
.faq {
    padding: 5%;
	padding-top:0%;
}

.faq p {
	padding-left:10%;
	padding-right:10%;
	text-align: center;
}
.faq h3{
	text-align:center;
	color:#709e44;
	font-size: 200%;
	padding-left:10%;
	padding-right:10%;
}
.faq h4{
text-align: center;
    color: #709e44;
    font-size: 150%;
    padding-top: 5% !important;
    padding-bottom: 2% !important;
    padding: 10%;
}

		ul, li {
  list-style-type: none;
}
		.navi {
    background-color: white;
    width: 100%;
    color: black;
			    height: 128px;
    top: 0px;
    position: fixed;
			z-index: 99999;
			    -webkit-box-shadow: 0 1px 9px hsl(0deg 0% 0% / 66%);
    box-shadow: 0 1px 9px hsl(0deg 0% 0% / 66%);
		}
		.navi a {
			color: black;
			    font-size: 1.1vw;
		}
		.navi a:hover{
			text-decoration: none;
		}
.navi-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
	margin-bottom: 1rem;
    margin-top: 1rem;
}



.navi-list li:not(.centered-logo) {
  flex: 1 0 auto;
  text-align: center;
}
		.dropdown-item:active {
			background-color: #13800c !important;
		}
				.dropdown-item:hover {
			background-color: #f4f4f4;
		}

	.eventspage .navi {
    background-color: black !important;
}
	.eventspage .navi a {
		color: white;
}
	.eventspage .navi .dropdown-menu a {
		color: black;
}
.eventspage .tab {
	background-color:#9abe88 !important;
}
.eventspage .tab .tablinks:active {
	color:black !important;
}
.eventspage .tab:active {
	background-color: white;
}
.pages {margin-top: 128px;}

.animals-packages{
    display: grid;
    grid-template-columns: 20% 80%;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 2%;
    padding-bottom: 0%;
	align-items: center;
}
.animals-packages h4{
	text-align:left;
}
.animals-packages img{
width: 100%;
	padding:8%;
	padding-top: 4%;
    padding-bottom: 4%;
}
.animals-packages-left{
    display: grid;
    grid-template-columns: 80% 20%;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 2%;
    padding-bottom: 0%;
	align-items: center;
}
.animals-packages-left h4{
	text-align:left;
}
.animals-packages-left img{
width: 100%;
	padding:8%;
	padding-top: 4%;
    padding-bottom: 4%;
}








@media only screen and (orientation : portrait){
	
.frontpage-stick {
    background-color: #709e44;
    width: 100vw;
    height: 1vh;
    position: fixed;
    margin-left: 0vw;
    z-index: 9;
    margin-top: 49.5vh;
}
.nativityflier {
    width: 100%;
    margin-left:0%;
    margin-right:0%;
}

.checkbutton {
    background-color: #709e44;
    border-radius: 5vw;
    padding: 4%;
    padding-left: 7%;
    padding-right: 7%;
    border: solid #709e44;
    font-size: 36px;
    color: white;
}
.checkbutton:hover {
    background-color: #709e44;
    border-radius: 5vw;
    padding: 4%;
    padding-left: 7%;
    padding-right: 7%;
    border: solid #709e44;
    font-size: 36px;
    color: white;
}
.modal-content{
    width:100%;
}
.modal{
    padding-top:0;
}
	.checkbutton:active {
    background-color: #709e44;
    border-radius: 5vw;
    padding: 4%;
    padding-left: 7%;
    padding-right: 7%;
    border: solid #709e44;
    font-size: 36px;
    color: white;
}
.checkbutton:focus {
    background-color: #709e44;
    border-radius: 5vw;
    padding: 4%;
    padding-left: 7%;
    padding-right: 7%;
    border: solid #709e44;
    font-size: 36px;
    color: white;
}
	.weddingsocial {
    padding-bottom:10%;
}
	
.frontpage-logo {
    color: white;
    margin-top: 38vh;
    text-align: center;
    width: 22vh;
    margin-left: 4vw;
    z-index: 99;
    position: fixed;
}
	
.frontpage-venue {
    background-image: url(../Images/camelentrance.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center -41px;
    padding-left: 10%;
    width: 100vw;
    height: 50vh;
    position: relative;
}
	
	.frontpage-events {
    background-image: url(../Images/JennAang.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-left: 10%;
	background-position: center top;
    width: 100vw;
    height: 50vh;
    margin-left: 0vw;
    position: fixed;
}
	
	.frontpage-text .h21 {	
font-size: 22pt !important;
    margin-bottom: 39vh;
    padding: 3vh;
    padding-left: 25vh;
    background-color: #006d08;
    height: 11vh;
    position: fixed;
    top: 0;
    width: 100%;
    margin-top: 39vh;
	}
	
		.frontpage-text .h22 {	
    font-size: 22pt !important;
    margin-bottom: 0vh;
    padding: 3vh;
    padding-left: 4vh;
    background-color: #006d08;
    height: 11vh;
    position: fixed;
    bottom: 0;
    width: 100%;
	}
	
.sticky-bottom {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    font-size: 2vw !important;
    background-color: #006d0800;
    opacity: .7;
    color: white;
    text-align: center;
    padding: 0vh;
}
	
	.frontpage-text {
    color: white;
    margin-top: 39vh;
    display: grid;
    grid-template-columns: 100%;
    text-align: center;
}
	.event-text {
			grid-area: type;
	}
	
	.image {
  grid-area: image;
}
	
	.events{
	grid-template-columns: 100%;
		grid-template-areas: 
			'image'
			'type';
}
		.edventure-packages{
	grid-template-columns: 100% !important;
		grid-template-areas: 
			'image'
			'type';
}
		.edventure-text {
			grid-area: type;
				padding-bottom: 10% !important;
	}
	.animals-packages-left{
			grid-template-columns: 100% !important;
		grid-template-areas: 
			'image'
			'type';
	}
		.animals-packages{
			grid-template-columns: 100% !important;
		grid-template-areas: 
			'image'
			'type';
	}
	
	.edventure-image {
  grid-area: image;
    padding-left: 0% !important;
    padding-right: 0% !important;
}
	
	.slideshow-container {
		grid-area: image;
	}
	
	.animal-type{
		grid-area: type;
		text-align: center !important;
		padding-bottom: 10%;
		padding-top:2%;
	}
		.animal-type h4{
		text-align: center !important;
	}
	.animals-packages img {
		padding: 0 !important;
	}
		.animals-packages-left img {
		padding: 0 !important;
	}
	.mySlides img {
			padding: 0 !important;	
	}
	.animal-type p {
		padding:0 !important;
	}

	.footer {
	grid-template-columns: 100%;
	}
	.footer-social {
		text-align: center !important;
	}
	.event-text {
		padding-top: 10% !important;
	}
	.emailcall {
		padding: 10%;
		padding-top:0%;
	}
	.weddinggrid {
		display: block;
    padding-bottom: 10%;
	}
	.birthdayparties {
		display: block;
		padding:0;
	}
	
	.birthdayparties img {
		    padding: 10%;
    padding-top: 2%;
	}
	.edventure-packages h4 {
		text-align:center !important;
	}
	.cows {
	display:block;
		grid-template-columns: 100%;}
	
	.cows img {
    padding: 10% !important;
    padding-top: 5% !important;
	}
	
	.cows ul {
    text-align: center;
    padding-bottom: 5%;
    padding-left: 0 !important;
	}
	
		.camels {
	display:block;
	grid-template-columns: 100%;
	padding-bottom: 5%;
	}
	
	.camels img {
	padding: 10% !important;
    padding-top: 5% !important;
	}
			.tourgrid {
	display:block;
	grid-template-columns: 100%;
	padding-bottom: 5%;
	}
		.tourgrid img {
	padding: 10% !important;
    padding-top: 5% !important;
	}
	.contact {
		display: block;
	}
	.mapped {
		padding-bottom: 10%;
	}
	.home-text{
	grid-template-columns: 100%;
				grid-template-areas: 
			'type'
			'image';
	}
	.spectacular-text{
		margin-left:0;
				padding-left: 10%;
		padding-right: 10%;
	}
	.spectacular {
		margin-left:0;
		padding-left: 10%;
		padding-right: 10%;
	}
	.frontpage-venue-link {
width: 100vw;
height: 50vh;
}
	.frontpage-events-link {
width: 100vw;
height: 50vh;
margin-top: 50vh;
margin-left: 0;
}
	.desktop {
		display:none;
	}
	.mobile {
		display: block;
	}
	.cards {
		    background-color: #fff;
    border-radius: 1em;
    overflow: hidden;
    margin: 5%;
		margin-bottom: 10%;
	}
	.cards h2 {
	color: #709e44;
		padding: 3%;
	}
	.instagram h1 {
		margin-top:5%;
	}
	.accordion {
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 20px;
  transition: 0.4s;
		    background-color: #5c7c3e;
    color: white !important;
}

	.accordion:hover {
background-color: #5c7c3e;
				outline:0;
		    color: white !important;
}
	
	.accordion:focus 
	{
		outline:0;
		    color: white !important;
	}
		.accordion2 {
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 20px;
  transition: 0.4s;
		    background-color: #5c7c3e;
    color: white !important;
}

	.accordion2:hover {
background-color: #5c7c3e;
				outline:0;
		    color: white !important;
}
	
	.accordion2:focus 
	{
		outline:0;
		    color: white !important;
	}

.panel {
  padding: 0;
  display: none;
  background-color: white;
  overflow: hidden;
}
	.tab {
	margin: 0;
		border:0;
	}
	.tab button {
	width: 100%;
	}
		.a button {
	width: 100%;
	}
	
	.dropdown-arrow::after {
		display: inline-block;
    margin-left: 1.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
	
	.navi-list li {
		width: 100%;
	}

.overlays {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #709e44;
  overflow-y: auto;
  transition: 0.5s;
}

.overlays-content {
  position: relative;
  top: 15%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlays a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
		color:white;
  display: block;
  transition: 0.3s;
}

.overlays a:hover, .overlays a:focus {
  color: #f1f1f1;
}

.overlays .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

		.hamburger .accordion2 {
		background-color:#709e44;
		font-size: 36px;
	}
	
			.hamburger .panel .tab .tablinks {
		font-size: 36px;
	}
	.hamburger .active {
		background-color: #698d48;
	}
	.contact {
		background-image: linear-gradient(#709e44, darkgreen);
	}
	.pages {
		background-image: linear-gradient(white, white) !important;
	}
	.emailcall {
	padding-left: 4% !important;
	padding-right: 4% !important;

}
	.page img {
		width:100% !important;
		margin-left: 0% !important;
	}
	.ponytable {
margin-left: 0%;
padding-right: 0%;
margin-bottom: 10%;
width: 100%;
font-size: 9pt;
}
	
	.tablinks {
		width:100%;
	}
.weddingreviews {
    grid-template-columns: 100%;
}
.weddingreviews img{
    padding-top:0%;
}

@media screen and (max-height: 450px) {
  .overlays {overflow-y: auto;}
  .overlays a {font-size: 20px}
  .overlays .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
	}}
