
body{
	background-color:#c9cb9a;
	font-family: Arial, Helvetica, San-serif;
	font-size: 20px;
}

/*--------------------------------------------HEADER--------------------------------------------*/

h1{
	font-family: Helvetica;
	font-size:50px;
	text-align:left;
	float:left;
	margin:0px;
}

h2{
	text-align:center;
}

.nav{
/*no bullet point*/
	list-style-type: none;
	text-align:center;
	background:black;
	color: white;
	display: block;
	height:40px;
	padding:10px;
	clear:both;
/*navigation bar options wrap to second line*/
	flex-wrap: wrap;
}

.navi{
	display:inline;
	padding:20px;
}

.nav a{
	color: white;
}

.nav a:focus{
	outline:dashed;
}

.navi:hover a{
  background-color : #7cc272;
  color: #333;
  font-weight: bold;
}

.btn{
	list-style-type: none;
	margin-left:-40px;
}

.btn a{
	background-color:black;
	color: white;
	padding:8px;	
	border-radius:4px;
	display:block;
	text-align: center;
	margin:20px auto;
	width:200px;
	clear:both;
}

.btn_1:hover a{
  background-color : #7cc272;
  color: #333;
  font-weight: bold;
}

.btn_2:hover a{
  background-color : #7cc272;
  color: #333;
  font-weight: bold;
}

/*--------------------------------------------FOOTER-------------------------------------------*/
.footer {
	background: grey;
	display:grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto auto;
	grid-auto-flow: column;
}

.footer a {
	color:black;
}

/*-------------------------------------------HOMEPAGE------------------------------------------*/
/*--------------------------Main body----------------------------*/
.body-part{
	text-align:center;
	background:#D5CF69;
	padding:10px;
	border:solid;
}

/*responsive image*/
#cover{
	max-width:100%;
	height:auto;	
}

.motto{
	font-family: Arial black;
	font-size: 30px;
	background-color:white;
	text-shadow: #FC0 1px 0 10px;
	padding:20px;
	margin:50px;
}

.list{
	list-style-type: none;
	margin-left:-40px;
	font-size: 24px;
	font-style: italic;
	text-decoration: underline;
}

#catch{
	font-size:40px;
	font-family: calibri;
	text-decoration:underline;
}

/* ----------------------------Collabs & Blogs ------------------------*/
.blog_collab{
	/*keep things in the middle*/
	margin:auto;
	text-align:center;
	display:grid;
	
	gap:5px 10px;
	max-width:100%;
	height:auto;
}

.blog_collab a{
	background-color:black;
	color: white;
	padding:8px;	
	border-radius:4px;
	display:block;
	text-align: center;
	margin:20px auto;
	width:200px;
	clear:both;
}

.button1:hover a{
  background-color : #7cc272;
  color: #333;
  font-weight: bold;
}

.button2:hover a{
  background-color : #7cc272;
  color: #333;
  font-weight: bold;
}

.image1{
	display:block;
  width:100%;
  height:auto;
}

/*------------------------------------------ABOUT US------------------------------------------*/
/*--------------------Video and introduction-----------------------*/

/*responsive video and map embedded*/
.iframe-container{
  position: relative;
  margin:auto; /*keeps video and map in the middle of the page*/
  padding-bottom: 56.25%; 
  /*keeps video responsive and proportional*/
  width:100%;
  height: auto;
}

.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

.intro{
	margin:auto; /*keeps text in the middle of the page*/
	text-align:center;
	padding:20px;
	max-width: 600px;
	font-size:19px;
	color:brown;
}

.hrs{
	margin:auto;
	padding:30px;
	width:60%;
	background:white;	
}
/*-------------------------------------------CONTACT US------------------------------------------*/
/*----------------------- address-----------------------------*/

.address{
	margin:auto;
	max-width:100%;
	background:white;	
	font-size:24px;
	font-weight:bold;
	padding:10px;
	
}

.social_media {
	margin:auto;
	display:grid;
	justify-items: center;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 5px 10px;
	max-width:100%;
	height:auto;
	cursor: pointer;

}

/*-------------------------------------------MENU------------------------------------------*/

.menu {
	display:grid;
	grid-auto-flow:row;
	grid-template-rows: 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	margin:20px auto;
}
.options{
	
	text-align:center;
	background:#D5CF69;
	padding:10px;
	border:solid;
	display:grid;
	font-size:35px;
	font-family:Arial black;
	color:black;
/*place item in the center of the grid*/	
	align-items: center;
  justify-content: center;
}


#menu_download {
	background-color:black;
	color: white;
	padding:8px;	
	display:block;
	text-align: center;
	margin:20px auto;
	width:200px;
	clear:both;
	text-decoration:none;
	
}
/*-------------------------------------------GALLERY------------------------------------------*/
/*------------------------slideshow---------------------------*/

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}

/* Hide the images by default */
.mySlides {
    display: none;

}

/*responsive slide images */
.slides {
	max-width:100%;
	height:auto;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}
