* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;


	

}

body {
	font-family: 'Geneva', sans-serif;
	letter-spacing: 2px;
	max-width: 960px;
	margin: auto;
	background-color: rgb(253,253,253);
	




	    
}

html {
	background-color: rgba(0,19,163, 0.1);
}

nav {
	height: auto;
	
	background-color: #fff;



}


header {
  
 
  
  
  margin: 0 auto;
  width: 73%;

 
}

.activities {
	padding: 2em;
	text-align: justify;
}



.accordion {
  font-family: 'Arial Narrow', sans-serif;
  background: linear-gradient(to right, #444, #666);
  box-shadow: 0 10px 10px -2px rgba(0,0,0,.35);
  color: lightgrey;
  cursor: pointer;
  padding: 28px;
  margin: 5px auto;
  width: 100%;
  height: auto;
  text-align: left;
  font-size: 15px;
  transition: linear 0.4s;
  min-width: 350px;
  text-transform: uppercase;

	letter-spacing: 0.2em;
	
	color: white;
	
	

}

.active, .accordion:hover {
	transition: linear 0.4s;
  background: linear-gradient(to right, #666, #444);
 
}

.accordion:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 30px 0 4px;
  background-color: rgba(236,112,14,0.2);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  color: white;
  letter-spacing: 0.1em;
	text-align: justify;
	line-height: 2em;
	color: #080B47;
	font-weight: 400;
	font-family: 'Cormorant Garamond', sans-serif;
	
	font-size: 80%;

}

.hero-image {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: url("addiction.jpg");

  /* Set a specific height */
  height: 320px;
  max-width: 73%;
  margin: 0 auto;

  /* Position and center the image to scale nicely on all screens */
  
  background-repeat: no-repeat;
  background-size: 800px;
  background-position: 80% 55%;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.3rem;
}

/* Place text in the middle of the image */
.hero-text {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  color: white;
  background-color: rgba(23,43,1,0.6);
  padding: 0.2em;
  overflow: hidden;
  font-size: 100%;
  border-top: 10px solid white;
}

.hexagons {
	width: 100%;
	background-image: linear-gradient(to right, rgba(236,112,14,0), rgba(236,112,14,1.0));
	background-size: cover;
	
	
	background-position: top;
	
	height: 72px;
	overflow: hidden;

	

}

.heximage {
	float: left;
	overflow: hidden;
}

.row {
  display: flex;
  margin: 2em auto;
  width: 90%;


}

/* Create two equal columns that sits next to each other */
.column {
  flex: 50%;
  
}

.synopsis {
	
	
	text-transform: uppercase;
	font-family: 'Garamond', sans-serif;
	letter-spacing: 0.5em;
	font-weight: 700;
	color: white;
	font-size: 110%;
	
}


.left-nav {

	max-width: 1255px;
	height: 60px;
	margin: auto;

	display: flex;
	justify-content: space-between;
	align-items: center;
	
	
}

.logo {
	margin-left: 1em;
	

}

.logosmall {
	margin-left: 0;
}

.navigation-menu {
	float: left;
	display: flex;
	align-items: center;
	min-height: 60px;
	z-index: 1;

}


.navigation-menu a {
	text-decoration: none;
	
	color: #080B47;
	text-transform: uppercase;
	font-size: 14px;
	padding: 3px 15px;
	
	transition: 0.4s;
	font-weight: 900;
	border-right: 1px solid #080B47;
	
}

.navigation-menu a:last-child {
border-right: none;
}

.navigation-menu a:hover {
	color: gray;

	
}



.menu-toggle-btn {
	float: right;
	height: 60px;
	padding-right: 10px;
	line-height: 60px !important;
	color: rgb(0,19,163);
	font-size: 26px;
	display: none !important;
	cursor: pointer;
}

@media screen and (max-width: 850px) {
	.menu-toggle-btn{
		display: block !important;
	}


	.navigation-menu {
		position: absolute;
		width: 100%;
		max-width: 290px;
		background-color: #eee;
		top: 60px;
		right: 0;
		display: none;
		padding: 20px 40px;



	}

	.navigation-menu a {
		display: block;
		margin: 30px 0;
		color: rgb(0,19,163);
		border-right: none;
		

	}


	.navigation-menu.actives {
		display: block;


	}

}

.container {
	width: 100%;
	background-color: blue;
	height: 300px;
	display: flex;
}

.leftpart {
	width: 60%;
	background-color: rgb(229,229,229);
}

.rightpart {
	width: 40%;
	background: url("hex.jpg") no-repeat;
	background-size: cover;
	background-position: right;
}

a {
	text-decoration: none;
	display: flex;
	align-items: center;
	
}


section {
	height: auto;
	padding: 1em;
	width: 96%;
	margin: auto;
}

h1 {
	color: ;
	text-transform: uppercase;
	font-size: 150%;
	text-align: center;
	text-align: center;
  position: relative;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
  color: white;
	
	
}



.content {
	
	letter-spacing: 0.2em;
	font-size: 100%;
	text-align: justify;
	line-height: 2em;
	font-weight: 400;
	width: 70%;
	padding: 1em 0;
	
	
	margin: 5em auto;
	
	
	
	color: rgba(0,0,0,0.8);
	font-size: 88%;
	border-bottom: 1px solid rgba(0,0,0,0.5);

}



figure {
	margin-bottom: 1em;


}

figcaption {
	text-align: center;
	padding: 2px;

	font-style: italic;
	color: black;

}

.mobile {
	display: none;
}

.desktop {
	width: 100%;
}

#map {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 20em;
	
	
}

.contact {
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-page {
	margin-top: 20px;
	margin-bottom: 30px;
	width: 100%;
	max-width: 700px;
	padding: 50px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	letter-spacing: 2px;



}

.contactH1 {
	width: 100%;
	margin-bottom: 10px;
	margin-top: 40px;
	text-transform: uppercase;
	font-size: 30px;
	color: black;
}

.contact-info {

	margin: 25px 0 0;

}

.contact-info, .contact-form {
	flex: 1;
}

.item {
	margin-bottom: 24px;
	font-size: 20px;
	color: #080B47;
}

.item a {
	text-decoration: none; 
	color: inherit;
}

.icon {
	font-size: 22px;
	color: black;

}

.fa-instagram {
	color: blueviolet;
}

.contact-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.textb {
	width: calc(50% - 4px);
	height: 50px;
	padding: 12px;
	background-color: #D3D3D3;
	border: none;
	color: #6c5352;
	margin-bottom: 20px;

}



.btn {
	width: 120px;
	height: 40px;
	margin-left: auto;
	background-color: rgb(0,19,163);
	border: none;
	color: white;
	text-transform: uppercase;
	cursor: pointer;
	transition: 0.3s linear;
}

.btn:hover {
	background-color: rgba(0,19,163, 0.8);
	
}

@media screen and (max-width: 980px){
	.contact-page {
		max-width: 800px;
		margin-top: 20px;
	}

	.contact-page h1 {
		font-size: 20px;
		margin-bottom: 40px;
	}

	.contact-info, .contact-form {
		flex: 100%;
		margin-bottom: 30px;
	}
	.contact-info {
		margin: 0;
	}

	.textb {
		width: 100%;}

	.gallery-section .image{
		flex: 33.33%;
	}


}



.gallery-section {
	width: 100%;
	padding: 30px 0;
	background: none;

}

.inner-width-gallery {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding: 0 20px;

}

.gallery-section h2 {

	text-align: center;
	text-transform: uppercase;
	color: #333;
	font-size: 140%;
	
}

.border {
	width: 180px;
	height: 1px;
	background: #333;
	margin: 1em auto;
	
}

.gallery-section .gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.gallery-section .image {
	flex: 25%;
	overflow: hidden;
	cursor: pointer;
	padding: 0.08em;
	
}

.gallery-section .image img {
	width: 100%;
	height: 100%;
	transition: 0.4s;
}

.gallery-section .image:hover img {
	transform: scale(1.1);
}


@media screen and (max-width: 480px) {
	.gallery-section .image{
		flex: 100%;
	}
}

footer {
	background-image: linear-gradient(to bottom, rgba(0,19,163,0.7), rgba(0,19,163,1));
	color: #d3d3d3;
	height: auto;
	position: relative;
	font-family: "Rajdhani", sans-serif;
	width: 100%;
	margin: 0 auto;
}

.footer-content {
	height: auto;
	display: flex;
	justify-content: space-around;
}

.footer-content h1, h2 {
	color: white;
	margin: 5px;
}


.footer-section {
	
	padding: 20px;
	
}

.about p {
	font-size: 0.8em;
	line-height: 2em;
	
}

#phone-text a{color:lightgrey; text-decoration:none;}

.contactfooter span {
	display: block;
	font-size: 0.8em;
	margin-bottom: 8px;
	margin-left: 2em;
}

.links ul li{
	list-style-type: none;
	line-height: 1em;
	text-align: center;
	;
}


.links ul a {
	display: block;
	padding: 1em;
	margin: auto;
	font-size: 0.8em;
	text-decoration: none;
	color: #d3d3d3;
	list-style-type: none;
	transition: all 0.3s;
}

.links ul a:hover {
	color: gray;
	
	transition: all 0.3s;
}

.contactform {
	margin-top: 0.8rem;
}



.contact-input:focus {
	background: rgba(255,255,255,0.9);
}

.footer-bottom {
	background: rgb(0,19,163);
	color: rgba(150,150,150, 0.8);
	height: 50px;
	width: 100%;
	text-align: right;

	padding-top: 20px;
	padding-right: 1.5em;
	font-size: 0.9em;
	border-top: 1px solid rgba(150,150,150, 0.5);

}

.btn-big {
	padding: 0.4rem 0.8rem;
	line-height: 1.3rem;
	float: right;
	background: rgba(229,145,100, 1);
}

.btn-footer {
	
	
	color: white;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	transition: all 0.3s;
}

.btn-footer:hover {
	color: white !important;
	background: rgba(229,145,100, 0.7);
	transition: all 0.3s;
}

.text-input {
	padding: 0.4rem 0.7rem;
	display: block;
	width: 100%;
	border-radius: 3px;
	outline: none;
	color: black;
	line-height: 2.2rem;
	font-size: 0.9em;

	background: rgba(255,255,255,0.4);
	margin-bottom: 10px;
	padding: 0.7rem 1.2rem;
	border: none;

}

.businesswrapper {

  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background: url(harichembackground.svg);
  background-size: cover;
  height: 100vh;
  margin: 2em auto;

  overflow: hidden;

  
  
}

.businessbackground {
	width: 100%;
  
  	background-image: linear-gradient(to bottom, rgba(255,255,255,0.7), rgba(255,255,255,0.4));
  	position: relative;
  	

}

/* background: url(cup.svg) right bottom no-repeat, url(heart.svg) left top no-repeat;
	background-size: 20%,50%; */
.business {

  text-align: justify;
  line-height: 2em;

  font-size: 100%;

}

.textarea {
	width: 100%;
	min-height: 200px;
	max-height: 400px;
	padding: 12px;
	background-color: #D3D3D3;
	border: none;
	color: #6c5352;
	margin-bottom: 20px;
	font-family: "Rajdhani", sans-serif;
}





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

	footer {
	height: auto;

	
	}

	.footer-content {
	height: auto;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	padding-left: 0;

	}

	.links {
		height: 300px;
	}

	

	.links ul li {
		width: 100%;
	}

	.about p {
		margin-left: 0;
		padding-left: 0;
	}

	.contactfooter span {
	
	margin-bottom: 0px;
	margin-left: 0em;

}

	.logosmall {
				margin-left: -4em;
	}

	.footer-section {
		height: auto;
		border-top: 1px solid rgba(150,150,150, 0.2);
	}

	.contactform {
		padding-bottom: 90px;
	}

	.footer-bottom {
	height: 3.5rem;
	margin-top: 1em;

	}

	.btn-big {
		width: 100%;
	}
}


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


  .synopsis {
  	font-size: 50%;
  }

.business {
	column-count: 1;
	top: 5%
}

.businesswrapper {
	background-size: 300%;
	height: 220vh;
}


	
.location {
	font-size: 64%;
	width: 70%;
	left: 5.5em;
	
}


.videotour {
	font-size: 0.7em;
	margin-top: 0.4em;
	
	
}


.leftfooter {
	font-size: 70%;
}

.rightfooter {
	font-size: 45%;
	padding-top: 1em;

	text-align: center;
}
.midfooter {
	font-size: 55%;

}

.heximage {
	height: 75px;
	margin-left: 5px;
}
h1 {
	left: 48%;
}

header {
	width: 100%;
	margin: 0 auto;
}


	.hero-image {
		max-width: 100%;
	}

	.hero-text {
		font-size: 140%;
	}

	.accordion {
 
  padding: 20px;
  margin: 3px auto;
  max-width: 100%;
  height: auto;
  border: none;
  text-align: left;
  outline: none;
  font-size: 63%;
  text-transform: uppercase;
	letter-spacing: 0.2em;

}

	.panel {
		font-size: 60%;
	}

	.logo {
		height: 35px;
	}

	.content {
	
	letter-spacing: 0.1em;
	font-size: 100%;
	text-align: justify;
	line-height: 2em;
	color: #080B47;
	font-weight: 400;
	width: 90%;
	margin: 2em auto;

	

}

.logosmall {
				margin-left: -2em;
	}
}




