@charset "utf-8";
/* CSS Document */

body{
	padding:0;
	margin: 0;
}


#wrapper{
	position:absolute;
	top:0;
	left:0;
	width:100%;
}

.header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:30%;
	opacity:.65;
	z-index: 999;
	background: #000000;
background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(237, 221, 83, 0) 100%);
	display: flex;
}

.menu{
	position:relative;
	margin:40px auto;
	width:50%;
	height:40px; 
	display: flex;
	justify-content: space-between;
	gap:20px;
}

.menu a{
	font-family:'Inter', sans-serif;
	color:#FFFFFF;
	font-size: 1.2em;
	z-index: 999;
	text-decoration: none;
	flex-basis:150px; 
	text-align: center;
	transition: all .4s ease;
	padding:8px;
	border:1px solid transparent;
}

.menu a:hover{
	border: 1px solid white;
}

.homelogo{
	position:absolute;
	top:30px;
	left:45px;
	width:12%;
	z-index: 9999;
}

.socialmedia{
	position:absolute;
	top:30px;
	right:30px;
	width:5%;
	display: flex;
	justify-content: space-between;
	gap:20px;
	z-index: 9999; 
}

.background{
	position:relative;
	width:100%;
	height:600px;
	display: block;
	z-index: 998;
}

.homecontent{
	position: relative;
	margin:60px auto;
	width:100%;
	text-align: center;
}

.homecontent h1{
	font-family: 'Domine', serif;
	font-size: 1.8em;
	color:#222222;
}

.homecontent h2{
	font-family: 'Domine', serif;
	font-size: 1.5em;
	color:#222222;
}

.homecontent p{
	font-family: 'Inter', sans-serif;
	font-size: .9em;
	color:#222222;
}

.homeflex{
	position:relative;
	margin:40px auto;
	width:75%;
	display: flex;
	justify-content: space-between;
	gap:40px;
	align-items: center;
}

.homebox{flex-basis:50%;}

.lowersection{
	position:relative;
	margin:100px auto;
	padding-top: 75px;
	width:100%;
	text-align:center;
	border-top:3px solid #222;
	background-color: #f8f4e8;
	padding-bottom: 100px; 
	text-decoration:none;
}

.lowersection a:link{
	text-decoration: none;
}

.lowersectionheading{
	position:relative;
	margin:10px auto;
	width:90%; 
}

.lowersection h1{
	font-family: 'Domine', serif;
	font-size: 1.8em;
	color:#222222;
}

.lowersection h2{
	font-family: 'Domine', serif;
	font-size: 1.5em;
	color:#222222;
}

.lowersection p{
	font-family: 'Inter', sans-serif;
	font-size: .9em;
	color:#222222;
}

.lowerflex{
	position:relative;
	margin:0 auto;
	width:80%;
	display: flex;
	justify-content: space-between;
	gap:20px;
}

.lowerbox{
	flex-basis:30%;
	height:450px;
	border-bottom: 2px solid #222222;
}

.textarea{
	position:relative;
	margin:10px auto;
	width:96%;
	min-height:135px; 
}

.hmbtn{
	position:relative;
	margin:0 auto;
	width:50%;
	padding:8px;
	text-align: center;
	background-color: #3cbab9;
	border:.5px solid #3cbab9;
	font-family: 'Inter', sans-serif;
	font-size:.9em;
	color:#EFEFEF;
	transition: all .5s ease;
}

.hmbtn:hover{
	background-color:#FFFFFF;
	color:#222222;
	border: .5ps solid #3cbab9;
}


.footer{
	position:relative;
	margin:-100px auto;
	width:100%;
	height:350px;
	border-top:8px solid #222222;
	background-color:#01658b;
}

.footer a:link{
	text-decoration:none;
	color:#FFFFFF;
}

.footerflex{
	position:relative;
	margin:20px auto;
	width:75%;
	display: flex;
	justify-content: space-between;
	gap:20px;
	align-items: center;
}

.footerbox1{flex-basis: 50%; text-align:center;}
.footerbox2{flex-basis: 50%;}

.footer h2{
	font-family: 'Domine', serif;
	font-size: 1.5em;
	color:#FFFFFF;
}

.footer p{
	font-family: 'Inter', sans-serif;
	font-size: 1em;
	color:#FFFFFF;
}


/*CSS for tours page*/

.subbkgrnd{
	position:relative;
	margin:0 auto;
	width:100%;
	height:650px;
	display: flex;
}

#tours{	
	background-image: url("Backgrounds/ToursDesk.jpg");
	background-position:top,left;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: cover;
}

.subbkgrnd h1{
	position:relative;
	margin:auto;
	font-family: 'Domine', serif;
	font-size: 2.5em;
	color:#FFFFFF;
	text-shadow:2px 2px 3px #000000;
}

.sublogo{
	position:absolute;
	top:10px;
	left:20px;
	width:15%;
	z-index: 9999;
}

.subcontent{
	position:relative;
	margin:50px auto;
	width:90%;
	text-align: center;
	padding-bottom: 150px;
}

.text{
	position:relative;
	margin:0 auto;
	width:80%;
}

.subcontent h2{
	font-family: 'Domine', serif;
	font-size: 1.5em;
	color:#222222;
}

.subcontent p{
	font-family: 'Inter', sans-serif;
	font-size: .9em;
	color:#222222;
	
}
/*End Css for tours page*/


/*CSS for foodie tours*/

#foodie{	
	background-image: url("Backgrounds/FoodieDesk.jpg");
	background-position:top,left;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: cover;
}

.subbkgrnd h1{
	position:relative;
	margin:auto;
	font-family: 'Domine', serif;
	font-size: 2.5em;
	color:#FFFFFF;
	text-shadow:2px 2px 3px #000000;
}

.fees{
	position:relative;
	margin:0 45%;
	width:25%;
	text-align: left;
}

/*End CSS for Foodie Tours*/

/*CSS for Contact Page*/

#contact{	
	background-image: url("Backgrounds/Contact.jpg");
	background-position:top,left;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: cover;
}

 

/*End CSS for Contact Page*/




#sidebar{display: none;}
.mobvideo{display: none;}



@media screen and (max-width:1440px){
	
.homeflex{width:85%;}
.homecontent h2{font-size: 1.3em;}
	
.footerflex{width:80%;}	
	
/*CSS for tours page*/
	
.subbkgrnd{ 
	width:100%;
	height:550px;
}
	
.fees{
	position:relative;
	margin:0 40%;
	width:25%;
	text-align: left;
}

}

@media screen and (max-width:1366px){
	
.homecontent h1{
	font-family: 'Domine', serif;
	font-size: 1.5em;
	color:#222222;
}

.homecontent h2{
	font-family: 'Domine', serif;
	font-size: 1.2em;
	color:#222222;
}

.homecontent p{
	font-family: 'Inter', sans-serif;
	font-size: .9em;
	color:#222222;
}
	
.lowersection h1{
	font-family: 'Domine', serif;
	font-size: 1.5em;
	color:#222222;
}

.lowersection h2{
	font-family: 'Domine', serif;
	font-size: 1.3em;
	color:#222222;
}

.lowersection p{
	font-family: 'Inter', sans-serif;
	font-size: .9em;
	color:#222222;
}
	
.footer h2{
	font-family: 'Domine', serif;
	font-size: 1.3em;
	color:#FFFFFF;
}

.footer p{
	font-family: 'Inter', sans-serif;
	font-size: .95em;
	color:#FFFFFF;
}
	
/*CSS for tours page*/
	
.subbkgrnd{ 
	width:100%;
	height:500px;
}
	
.subcontent{width:95%;}

	
	
}

@media screen and (max-width:1280px){
	
.subbkgrnd{ 
	width:100%;
	height:400px;
}
	
	
	
}


@media screen and (max-width:1180px){
	
.menu a{ 
	font-size: 1em; 
	flex-basis:150px; 
}
	
.homeflex{width:90%;}
.lowerflex{width:90%;}
.footer img{width:60%;}	
.footerflex{width:85%;}
	
}

@media screen and (max-width:1024px){
	
.menu a{ 
	font-size: .9em; 
	flex-basis:145px; 
}
	
.homecontent h1{
	font-family: 'Domine', serif;
	font-size: 1.3em;
	color:#222222;
}

.homecontent h2{
	font-family: 'Domine', serif;
	font-size: 1.1em;
	color:#222222;
}

.homecontent p{
	font-family: 'Inter', sans-serif;
	font-size: .99em;
	color:#222222;
}
	
.lowersection h1{
	font-family: 'Domine', serif;
	font-size: 1.3em;
	color:#222222;
}

.lowersection h2{
	font-family: 'Domine', serif;
	font-size: 1.1em;
	color:#222222;
}

.lowersection p{
	font-family: 'Inter', sans-serif;
	font-size: .9em;
	color:#222222;
}
	
.footer h2{
	font-family: 'Domine', serif;
	font-size: 1.1em;
	color:#FFFFFF;
}

.footer p{
	font-family: 'Inter', sans-serif;
	font-size: .9em;
	color:#FFFFFF;
}	

	
	
}

@media screen and (max-width:820px){
	
.menu{width:60%;}
	
.menu a{ 
	font-size: .9em; 
	flex-basis:145px; 
}
	
	.homeflex{flex-direction: column;}
	
.homecontent h1{
	font-family: 'Domine', serif;
	font-size: 1.3em;
	color:#222222;
}

.homecontent h2{
	font-family: 'Domine', serif;
	font-size: 1.1em;
	color:#222222;
}

.homecontent p{
	font-family: 'Inter', sans-serif;
	font-size: .99em;
	color:#222222;
}
	
.lowersection h1{
	font-family: 'Domine', serif;
	font-size: 1.3em;
	color:#222222;
}

.lowersection h2{
	font-family: 'Domine', serif;
	font-size: 1.1em;
	color:#222222;
}

.lowersection p{
	font-family: 'Inter', sans-serif;
	font-size: .9em;
	color:#222222;
}
	
.footer h2{
	font-family: 'Domine', serif;
	font-size: 1.1em;
	color:#FFFFFF;
}

.footer p{
	font-family: 'Inter', sans-serif;
	font-size: .9em;
	color:#FFFFFF;
}	
	
}

@media screen and (max-width:768px){
	
.menu{width:70%;}
.menu a{flex-basis: 130px;}
	
.lowerflex{flex-direction: column;}
	.lowerbox{border-bottom:none; margin-bottom: 40px;}
	
}


@media screen and (max-width:732px){
	
	.homelogo{width:25%;}	
.header{display: none;}	
.homecontent h1{
	font-family: 'Domine', serif;
	font-size: 1.1em;
	color:#222222;
}
	
	.homecontent{width:90%;}


#sidebar{
	display:block;
	background:#333333;
	position:fixed;
	width:200px;
	left:-200px;
	top:0; 
	opacity:.90;
	height:100%;
	transition: left 0.3s linear;
	z-index: 9999999;
}
	
.subbkgrnd h1{
	position:relative;
	margin:auto;
	font-family: 'Domine', serif;
	font-size: 2em;
	width:80%;
	text-align:center;
	color:#FFFFFF;
	text-shadow:2px 2px 3px #000000;
}

			
#sidebar.visible{
	left:0;
	transition: left 0.3s linear;
}
		
#sidebar-btn{
	display:inline-block;
	vertical-align:middle;
	width:40px;
	height:15px;
	cursor:pointer;
	margin:20px;
	position:fixed;
	top:45px;
	right:15px;				 
}
			
#sidebar-btn span{
	height:3px;
	background:#222222;
	margin-bottom:5px;
	display: block;
}
	
#sidebar-btn span:nth-child(2){width:75%;}
#sidebar-btn span:nth-child(3){width:60%;}
	
ul{
	margin:0;
	padding:0;				
}
		
ul li{list-style:none; padding-top:10px;}
		
ul li a{
	font-family: 'Inter', sans-serif;
	font-size:1em;
	color:#FFFFFF;
	border-bottom:.25px solid #FFFFFF;
	display:block;
	width:152px;
	padding:15px 0 15px 10px;
	text-decoration:none;				
}
	
.homelogo{
	position:absolute;
	top:10px;
	left:25px;
	width:25%;
	z-index: 9999;
}

	
.background{display: none;}
	
.mobvideo{
	position:relative;
	margin:0 auto;
	width:100%;
	display: block;
}
	
.header{display: none;}

	
}











































