﻿/*Reset Styling*/

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list], ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}


/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
   scroll-behavior: auto;
  }
  
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/*Reset Styling*/



/*My Code*/

* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #eee;
}


/*All Pages*/

.page-title {
  width: 100%;
  margin: 0 auto;
  height: fit-content;
  display: block;
  background-color: #006600;
  text-align: center;
}

.page-title h2  {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 150%;
  color:ghostwhite;

}

nav {
  width: 100%;
  height: 60px;
  background-color:#20411B;
  position: fixed;
  z-index: 1000;
}

ul {
margin:0 10px;
}

ul li {
  list-style: none;
  display: block;
  float: left;
  line-height: 60px;
  position: relative;
}

ul li a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  font-family: arial;
  color:ghostwhite;
  padding: 0 20px;
}

ul li a:hover {
  color:darkseagreen;
}

ul li ul {
  display: none;
  width: 180px;
  margin: 0 auto;
  background-color: #20411B; 
  padding: 8px 12px;
  float: left;
  position: absolute;
  border-radius: 0 0 8px 8px;
}

ul li:hover ul {
  display: inline-block;
}

@media only screen and (min-width: 1000px) {

  ul li ul  {
    width: 220px;
  }
  
  ul li a {
    font-size: 18px;
  }

}


/*header Picture*/

.index-banner   {
  width: 100%;
  margin: 0 auto;
  height: calc(100vh - 500px);
  padding: 50px 5px 5px 5px;
  background-image: url(../images/sights/day3.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: table;

}

.vertical-center    {
  display: table-cell;
  vertical-align: middle;
}

.index-banner  a {
  text-decoration: none;
}

.index-banner h1{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 80px;
  color: #20411B;
  font-weight: 800;
  font-style: italic;
  line-height: 150%;
  text-align: center;
  text-shadow: 5px 5px 8px #fff;
}

.index-banner h2{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 40px;
  color: #20411B;
  font-weight: 900;
  line-height: 150%;
  text-align: center;
  text-shadow: 5px 5px 8px #fff;
}

.index-banner h3{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  color: #20411B;
  font-weight: 800;
  font-style: italic;
  line-height: 40px;
  text-align: center;
  text-shadow: 5px 5px 8px #fff;
}


  .wrapper {
      width: 1000px;
      margin: 0 auto;
      overflow:hidden;
  }
    
  .index-banner h1{
    font-size: 80px;
    line-height: 140%;
  }

    .index-banner h2{
    font-size: 40px;
    line-height: 150%;
  }




/*Index Page*/


.check  {
  margin: 12px auto 20px;
  height: fit-content;
  padding: 5px 8px;
  border:darkred 4px groove;
  border-radius: 7px;
  text-align: center;
}

.check h3 {
  color: #AD2D2C;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: bold;
  font-style:normal;
  text-transform: uppercase;
}

.check h2 {
  color:#20411B;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 600;
  font-style: normal;
}


.check p  {
  color:#20411B;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
}

.item			{
	width:100%;
	margin:10px auto;
	padding:0 10px;
	overflow:hidden;
}

.index-item   {
  width: 47.5%;
  margin: 5px 10px;
  height: fit-content;
  display: block;
  float:left;
  overflow: hidden;
  background-color: lightgreen;
  border: #20411B 3px groove;
  border-radius: 10px;
}

.index-item  a {
  text-decoration: none;
}


.showcase   {
  width: 98%;
  margin: 5px 10px;
  height: fit-content;
  display: block;
  float:left;
  overflow: hidden;
  border: #20411B 3px groove;
  border-radius: 10px;
}

.showcase h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size:40px;
  color:#20411B;
  font-weight: 800;
  line-height: 150%;
  text-align: center;
}


.showcase h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size:30px;
  color:#20411B;
  font-weight: 800;
  line-height: 150%;
  text-align: center;
  text-decoration:none}
.showcase a	{
	text-decoration:none;
}


.showcase h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size:24px;
  color:#20411B;
  font-weight: 800;
  line-height: 150%;
  text-align: center;
  text-decoration:none}
.showcase a	{
	text-decoration:underline;
}

.index-item h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size:30px;
  color:#20411B;
  font-weight: 800;
  line-height: 150%;
  text-align: center;
}

.weekly-events	{
	width:100%;
	margin:0 auto;
	overflow:hidden;
}

.weekly-title	{
	width:100%;
	margin:10px auto;
	text-align:center;
}

.weekly-title h2  {
  font-family: Arial, Helvetica, sans-serif;
  font-size:30px;
  color:#20411B;
  font-weight: 800;
  line-height: 190%;
  text-align: center;
}


.weekly   {
  width: 32%;
  margin:3px ;
  height: fit-content;
  float:left;
  background-color: #339933;
  padding: 20px 10px;
  text-align: center;
  border-radius: 15px;
  overflow:hidden;
}

.weekly-centre  {
  width: 80%;
  margin: 0 auto;
  height: fit-content;
  padding: 20px 10px;
  text-align: center;
  background-color: #99ff69;
  border-radius: 15px;
  border: #20411B 3px solid;
}

.weekly h4  {
  font-family: Arial, Helvetica, sans-serif;
  font-size:30px;
  color:#20411B;
  font-weight: 800;
  line-height: 150%;
  text-align: center;
}

.weekly p  {
  font-family: Arial, Helvetica, sans-serif;
  font-size:20px;
  color:#20411B;
  font-weight: 800;
  line-height: 150%;
  text-align: center;
}



/* Responsive layout - makes a one column-layout instead of a two-column layout */
@media (max-width: 800px)   {

	.wrapper	{
	width:100%;
	padding:0 10px;
	overflow:hidden;
	}
	
	
	.index-banner h1{
	font-size:30px;
	}
	
	
	.index-banner h2{
	font-size:22px;
	}
	
	.flex-container {
	width:100%;
	}
	
	.check h3  {
	font-size: 18px;
	}
	
	.check{
		margin:10px 15px;
	}

	
	.index-item   {
	width:100%;
	margin:10px auto;
	}
	
	.slides		{
	display:none;
	}

	.weekly	{
	width:100%;
	}


}


/*Index Page*/


/*Art*/


.art-top	{
	width:100%;
	margin:10px  auto 0; 
	padding:10px 0;
	overflow:hidden;

}

.art-picture	{
	width:50%;
	margin:0 auto;
	float:left;
	padding:10px 10px;
	overflow:hidden;	  
	height: fit-content;
	  display: block;
	  border:thick #20411b groove;

}

.art-title {
  width: 100%;
  margin: 0 auto 12px;
  height: fit-content;
  display: block;
  background-color: #006600;
  text-align: center;
}

.art-title h2  {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 36px;
  line-height: 150%;
  color: ghostwhite;

}

.thanks {
  width: 50%;
  margin: 0 auto;
  display: block;
  padding: 15px 10px;
  float:left;
  overflow:hidden;
  
}

.thanks p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
  color: #20411B;
}


.winner h2  {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 150%;
  color: #20411B;
  text-align: center;
}

.picture h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  color: #20411B;
  text-align: center;
}

.winning-title	{
	width:100%;
	margin:15px auto;
	padding:10px 15px;
	overflow:hidden;
	text-align:center;
}

.winning-title h2	{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 150%;
  color: #20411B;
	
}

.gallery	{
	width:100%;
	margin:0 auto;
	overflow:hidden;
}

.intro  {
  width: 100%;
  margin: 2px auto;
  padding: 10px 5px;
  border: #20411B 3px groove;
  border-radius: 10px;
}

.intro h2  {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  color: #20411B;
  text-align: center;
}

.guide  {
  width: 100%;
  margin: 3px auto;
  display: block;
  padding: 5px 10px;
}

.guide p  {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 150%;
  color: #20411B;
  text-align: center;
  }

.instructions   {
  width: 100%;
  margin: 20px auto 0;
  display: block;
  padding: 5px 10px;
  text-align: center;
  border: #20411B 2px solid;
  border-radius: 20px;

}
.instructions h2  {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 150%;
  color: #20411B;
  text-align: center;
  text-decoration: none;
}


.instructions button  {
  width: 200px;
  margin: 0 auto;
  display: inline-block;
  border: #20411B 2px solid;
  float: none;
  border-radius: 20px;
  background-color:#339933;
  font-size: 24px;
  color: ghostwhite;
  float: none;
}


.signup		{
	width:100%;
	margin:0 auto;
	
}

.signup h2	{
	  font-family: Arial, Helvetica, sans-serif;
	  font-size: 30px;
	  font-weight: 300;
	  line-height: 150%;
	  color: #20411B;
	  text-align: center;

}

.signup h3	{
	  font-family: Arial, Helvetica, sans-serif;
	  font-size: 20px;
	  font-weight: 300;
	  line-height: 150%;
	  color: #20411B;
	  text-align: center;

}

.legend {
  width: 100%;
  margin: 0 auto ;
  height: fit-content;
  display:block;
  text-align: center;
}

.legend h2  {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 36px;
  color: #20411B;
}

.legend button1   {
  width: 30%;
  margin: 10px 10px 10px 20px;
  float:left;
  background-color: #536CA5;
  font-size: 24px;
  text-align: center;
  color: ghostwhite;
  height: fit-content;
  display: block;
  border-radius: 10px;
}

.legend button2   {
  width: 30%;
  margin: 10px 10px;
   float:left;
 background-color:#3D985B;
  font-size: 24px;
  text-align: center;
  color: ghostwhite;
  height: fit-content;
  display: block;
  border-radius: 10px;
}



.legend button3   {
  width: 30%;
  margin: 10px 10px;
   float:left;
 background-color:#AD2D2C;
  font-size: 24px;
  text-align: center;
  color: ghostwhite;
  height: fit-content;
  display: block;
  border-radius: 10px;
}

.contact	{
	width:100%;
	margin:0 auto;
	padding:10px 15px;
	display:block;
	overflow:hidden;
}

.trustee  {
  width: 50%;
  margin: 5px auto;
  padding: 5px 10px ;
  float:left;
  text-align: center;
  overflow: hidden;
}

.trustee a  {text-decoration: none;}

.trustee button  {
  width: 60%;
  margin: 30px auto 0;
  display:block;
  border: #20411B 2px solid;
  float: none;
  border-radius: 20px;
  background-color:#339933;
  font-size: 24px;
  color: ghostwhite;
}

.trustee p  {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #20411B;
}


.trustee p1  {
  font-family: Arial, Helvetica, sans-serif;
  font-size:18px;
  color:#FF3300;
  font-weight: 900;
  line-height: 150%;
  text-align: center;
}

.committee		{
	width:50%;
	margin:0 auto;
	text-align:left;
	float:left;
	display:block;
}

.committee p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 150%;
  color: #20411B;
}


.committee h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 150%;
  color: #20411B;
}

.map	{
	width:100%;
	margin:0 auto;
	padding:10px 15px;
	overflow:hidden;
}

.map h3	{
	  font-family: Arial, Helvetica, sans-serif;
  font-size: 34px;
  font-weight: 600;
  text-align:left;
  color: #20411B;

}



/* Responsive layout - makes a one column-layout instead of a two-column layout */
@media (max-width: 800px)   {


		.thanks		{
			width:100%;
			float:left;
		}
		
		
		.art-picture {
			width:100%;
			float:left;
		}
		
		.legend button1   {
		  width: 90%;
		  margin:10px auto;
		}
		
		.legend button2   {
		  width: 90%;
		  margin:10px auto;
		}
				
		.legend button3   {
		  width: 90%;
		  margin:10px auto;
		}
							.trustee	{
		width:100%;
		overflow:hidden;
		}


		
		  .committee  {
		    width:100%;
		    margin: 0 auto;
		    float: left;
		  }
		  
		  .committee p	{
		font-size:18px
		}


}



/*Art*/


.users-title {
  width: 100%;
  margin: 0 auto;
  height: fit-content;
  display: block;
  background-color: #20411B;
  text-align: center;
}

.users-title h2  {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 36px;
  line-height: 150%;
  color: ghostwhite;

}

.users    {
  width: 100%;
  margin: 0 auto 20px;
  height: fit-content;
  overflow: hidden;
}

.user1 ul   {
  width: 100%;
  margin:0 auto;
  height: fit-content;
  position: relative;
  text-decoration: none;
  font-size: 22px;
  text-align: center;  
  color:#20411B;
  font-family: arial;
  padding: 0 20px;
  overflow: hidden;
}

.user1 ul li {
  width: 25%;
  list-style: none;
  display: block;
  position: relative;

}

.user2 ul   {
  width: 100%;
  margin:0 auto;
  height: fit-content;
  background-color:#006600;
  position: relative;
  text-decoration: none;
  font-size: 22px;
  text-align: center;
  font-family: arial;
  color:ghostwhite;
  padding: 0 20px;
  overflow: hidden;
}

.user2 ul li {
  width: 25%;
  list-style: none;
  display: block;
  position: relative;
}

.details    {
  width: 100%;
  margin: 0 auto;
  padding: 10px 20px;
}

.details h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size:30px;
  color:#20411B;
  font-weight: 800;
  line-height: 150%;
}

.details p  {
  font-family: Arial, Helvetica, sans-serif;
  font-size:20px;
  color:#20411B;
  font-weight: 400;
  line-height: 150%;
}

.details1   {
  width: 100%;
  margin: 0 auto;
  padding: 10px 20px;
  background-color: #006600;
}

.details1 h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size:30px;
  color: ghostwhite;
  font-weight: 800;
  line-height: 150%;
}

.details1 p  {
  font-family: Arial, Helvetica, sans-serif;
  font-size:20px;
  color: ghostwhite;
  font-weight: 400;
  line-height: 150%;
}

.disclaimer {
  width: 100%;
  margin: 10px auto;
}

.disclaimer p  {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 150%;
  color: #20411B;
  text-align: center;
  }


/* Responsive layout - makes a one column-layout instead of a two-column layout */
@media (max-width: 800px)  {
	
			.user1 ul li {
		  width: 100%;
		  list-style: none;
		  display: block;
		  position: relative;
		}
		.user2 ul li {
		  width: 100%;
		  list-style: none;
		  display: block;
		  position: relative;
		}

	
}

/*Rooms*/

.dimensions   {
  width: 100%;
  height: fit-content;
  margin: 2px auto;
  padding: 3px 5px;
  display: block;
  text-align: center;
  border: #20411B 3px groove;
  border-radius: 10px;
}

.dimensions h3  {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 150%;
  color: #20411B;
}

.dimensions p  {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  color: #20411B;
}


.pictures	{
	width:100%;
	margin:0 auto;
	overflow:hidden;
}

.booking  {
  width: 100%;
  margin: 12px auto 20px;
  height: fit-content;
  padding: 5px 8px;
  border:darkred 4px groove;
  border-radius: 7px;
  text-align: center;
}

.booking h3 {
  color: red;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: bold;
  font-style: italic;
  text-decoration: underline;
  text-transform: uppercase;
}

.booking h2 {
  color:#20411B;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 35px;
  font-weight: 600;
  font-style: italic;
}

.booking h4 {
  color:#20411B;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 60px;
  font-weight: 900;
  text-decoration:blink;
}

.booking p  {
  color:#20411B;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
}




/* Responsive layout - makes a one column-layout instead of a two-column layout */
@media (max-width: 800px)   {

		.dimensions	{
	width:90%;
	margin:0 15px;
		}
		
		.dimensions p  {
		  font-family: Arial, Helvetica, sans-serif;
		  font-size: 18px;
		  font-weight: 400;
		  line-height: 150%;
		  color: #20411B;
		}

}

/*Rooms*/


/*footer*/



.footer		{
	width:100%;
	margin:0 auto;
	height:fit-content;
	background-color:#20411B;
	text-align:center;
}

.footer a	{
	text-decoration:none;
	color:#f7c548;
}

.footer p	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#F7C548;
}


.modified 	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#F7C548;
}
