@charset "UTF-8";
/* CSS Document */



@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@500&display=swap');

/* body */

body
{
	width: 80%;
	background-image: /*url("images/coffee beans background.jpg"); */
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

/* body*/


/* menu list start*/

table {
	border-collapse: collapse;
	border: 3px solid #000;
	margin: 20px auto;
		
}

th {
	border-collapse: collapse;
	border: 3px solid #000;
	background-color: indianred;
	font-weight: bold;
	padding: 5px 10px;
		
}

tr:nth-of-type(odd) {
	background-color: #DADADA;
	
}

td {
	padding: 5px 10px;
	border-collapse: collapse;
	border: 3px solid #000;
	
	
}






/* menu list end*/


/* forms*/

input[type=text], select, textarea {
  width: 100%;
  padding: 10px;
  border: 2px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 6px;
  resize: vertical;
}

input[type=submit] {
  background-color: indianred;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: red;
}

.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
  text-align:left;
}

/* forms end*/





#social-image{
	
	width: 10%;
	display: inline-flex;
	padding-bottom: 10px;
	
}

/* header start */

header 
{
	
	width: 100%;
	height: 100px;
	position: relative;
}

#header-content 
{
	width: 80%; /* 960px = 70% */
	margin: 0 auto;
	position: relative;
}

#header-content img 
{
	height: 100px;
	z-index: 100;
	position: absolute;
	padding: 0px;
}

/* header end */



/* nav start */

nav 
{
	width: 125%;
	font-family: 'Caveat', cursive;
	font-size: 1.875em; /* 30px / 16px */
	text-align: center;
	position: absolute;
	bottom: 0;
	border-top:3px double #FFF;
	border-bottom: 3px double #FFF;
	
}

nav ul
{
	display: block;
	background-color: brown;
	color: #fff;
	padding: 32px;
}

nav ul li
{
	display: inline;
	list-style-type: none;
	margin: 0 9.375%; /* 30px / 320px */
	

}

nav ul li a 
{
	color: #fff;
	text-decoration: none;
}

nav ul li a:hover 
{
	border-bottom: 2px solid #fff;
}

/* nav end */


main {
	width: 83.3333333%; /* 800px / 960px */
	margin: 0 auto;
	padding: 30px 20.8333333%; /* 200px / 960px */
	overflow: hidden;
	background-color: floralwhite;
}
	

main img {
	
	width: 120%; 
}


main h4 {

	font-size: 1.625em; /* 26px / 16px */
	font-family: 'Caveat', cursive;
}


p 
{
	font-size: 1em; /* 16 / 16 */
	color: #000;
   font-family: 'Caveat', cursive;
    font-weight: 300;
	margin-bottom: 16px;
	line-height: 180%;
}


/* box start */	
	
section
{
	width: 60.4166667%; /* 580px / 960px */
    height: 340px;
    text-align: center;
}

section a 
{
    background-color: #034001;
    padding: 15px 33.3333333%; /* 30px / 960px */
    color: #fff;
    font-family: 'Caveat', cursive;
    font-weight: 700; 
    font-size: 1.25em; /* 20px / 16px */
    text-decoration: none; 
   	display: block
}

section img 
{
	
	opacity: 1;
	width: 100%;
	height: auto;
	transition: 1s ease;
	
}

section:hover img 
{

	opacity: .5;
	
}

.discover-content 
{
	
	position: absolute;
	top: 95%;
	left: 588px; 
	transition: .5 ease;
}


section:hover .discover-content 
{
	
	transform: scale(1.25);
	
}


aside {
	width: 33.3333333%; /* 320px / 960px */
}


aside h1 
{
	color: #034001;
	font-family: 'Caveat', cursive;
    font-weight: 700;
	font-size: 1.875em; /* 30px / 16px */
	margin-bottom: 16px;
    text-transform: uppercase;
}

aside p 
{
	font-size: 1.125em; /* 18px / 16px */
	line-height: 150%;
	font-family: 'Caveat', cursive;
    font-weight: 300;
	margin-top: 10px;
	margin-bottom: 0;
}
	
#wrapper-trails 
{
	width: 100%;
	padding: 60px 0;
	background-color: #f0ebe8/*#f4f3f0*/;
	overflow: hidden;
}

#wrapper-trails h2 
{
    color: #034001;
    font-size: 2em; /* 32px / 16px */
    text-align: center;
   font-family: 'Caveat', cursive;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px;
}

	
	
	
#trail-content 
{
	width: 40%; /* 960px = 70% */
	margin-left: auto;
	margin-right: auto;
	
	
}
	
.trail-box {
	width: 83.3333333%; /* 800px / 960px */
	text-align: center;
    display: inline-block;
    background-size: 100%;
	opacity: .7;
	transition: opacity 3s;
	
}

	
	
	
	
.trail-box:hover {
	
	opacity: 2.0;

}


.trail-box:first-of-type {
	margin-right: auto;
}

.trail-box:last-of-type 
{
	margin-left: auto;
}

.trail-box h3 
{
	color: firebrick;
	font-family: 'Caveat', cursive;
    font-weight: 700;
	font-size: 2.1875em; /* 35px / 16px */
	margin: 18px 0 12px;
}

.trail-box p 
{
	font-size: 1.5625em; /* 25px / 16px */
	margin-bottom: 24px;
	font-family: 'Caveat', cursive;

}

.trail-box h1 
{
	color: firebrick;
	font-family: 'Caveat', cursive;
	font-weight: 700;
	font-size: 2.5em; /* 40px / 16px */
	text-transform: uppercase;
	
	}	
	
/* box end */		
	

/* footer start */	
	
footer 
{
	background-color: brown;
	width: 118.125%; /* 1134px / 960px */
	padding: 12px 3.4375%; /* 33px / 960px */
	margin: 0 auto;
	font-family: 'Caveat', cursive;	
	color: white;
	overflow:hidden;
	text-align: center;

}


footer img {
	
	width: 10.4166667%; /* 100px / 960px */
	
}
	



#footer-left h4,
#footer-right h4 
{
	font-size: 1.375em; /* 22px / 16px */
	color: white;
	
}


#footer-left p,
#footer-right p 
{
	font-size: 0.625em; /* 10px / 16px */
	color: white;
	
}

#footer-left,
#footer-right 
{
	width: 31.25%; /* 300px / 960px */
	color: white;
	
}

#footer-left 
{
		float: left;
	    color: white;
	    text-align: center;
		font-size: 2.5em; /* 40px / 16px */
}
#footer-center
{
	clear: both;
	font-size: 0.75em; /* 12px / 16px */
	color: white;
	text-align: center;
}



#footer-right 
{
	width: 31.0416667%; /* 298px / 960px */
	font-size: 2.5em; /* 40px / 16px */
	float: right;
	color:white;
	text-align: center;
}
	
/* footer end */	
	
	
/* --------- SLIDESHOW --------- */


#slideshow-wrapper {
	
	width: 125%;
	height: 590px;
	
}


#slideshow {
	
	width: 100%;
	height: 585px;
	overflow: hidden;
	white-space: nowrap;
	
}


#slideshow img {
	
	width: 100%;
	height: 100%;
	
	
}


.rectangle {
	
	display: inline-block;
	background-color: #f0ebe8;
	width: 3.75%; /* 36px / 960px */
	height: 5px;
	margin-right: 17.1875%; /* 55px / 320px */
	
	
}


#rectangle-nav {
	
	margin-top: -50px;
	text-align: center;
}	
	
	
	
/* --------- Media Query Tablet ----------- */

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

/* header start */

header 
{
	
	width: 100%;
	height: 100px;
	position: relative;
}

#header-content 
{
	width: 100%; 
	margin: 0 auto;
	position: relative;
}

#header-content img 
{
	height: 40px;
	z-index: 100;
	position: absolute;
	padding: 20px;
}

/* header end */



/* nav start */

nav 
{
	width: 124%;
	font-family: 'Caveat', cursive;
	font-size: 1.875em; /* 30px / 16px */
	text-align: center;
	position: absolute;
	bottom: 0;
	border-top:3px double #FFF;
	border-bottom: 3px double #FFF;
	
}

nav ul
{
	display: block;
	background-color: brown;
	color: #fff;
	padding: 32px;
}

nav ul li
{
	display: inline;
	list-style-type: none;
	margin: 0 9.375%; /* 30px / 320px */
	

}

nav ul li a 
{
	color: #fff;
	text-decoration: none;
}

nav ul li a:hover 
{
	border-bottom: 2px solid #fff;
}

/* nav end */


main {
	width: 93.75%; /* 900px / 960px */
	margin: 0 auto;
	padding: 30px 5.20833333%; /* 50px / 960px */
	overflow: hidden;
	background-color: floralwhite;
}
		
main h4 {

	font-size: 1.625em; /* 26px / 16px */
	font-family: 'Caveat', cursive;
}


p 
{
	font-size: 1em; /* 16 / 16 */
	color: #000;
   font-family: 'Caveat', cursive;
    font-weight: 300;
	margin-bottom: 16px;
	line-height: 180%;
}


/* box start */	
	
section
{
	width: 60.4166667%; /* 580px / 960px */
    height: 340px;
    text-align: center;
}

section a 
{
    background-color: #034001;
    padding: 15px 33.3333333%; /* 30px / 960px */
    color: #fff;
    font-family: 'Caveat', cursive;
    font-weight: 700; 
    font-size: 1.25em; /* 20px / 16px */
    text-decoration: none; 
   	display: block
}

section img 
{
	
	opacity: 1;
	width: 100%;
	height: auto;
	transition: 1s ease;
	
}

section:hover img 
{

	opacity: .5;
	
}

.discover-content 
{
	
	position: absolute;
	top: 95%;
	left: 588px; 
	transition: .5 ease;
}


section:hover .discover-content 
{
	
	transform: scale(1.25);
	
}


aside {
	width: 33.3333333%; /* 320px / 960px */
}


aside h1 
{
	color: #034001;
	font-family: 'Caveat', cursive;
    font-weight: 700;
	font-size: 1.875em; /* 30px / 16px */
	margin-bottom: 16px;
    text-transform: uppercase;
}

aside p 
{
	font-size: 1.125em; /* 18px / 16px */
	line-height: 150%;
	font-family: 'Caveat', cursive;
    font-weight: 300;
	margin-top: 10px;
	margin-bottom: 0;
}
	
#wrapper-trails 
{
	width: 100%;
	padding: 60px 0;
	background-color: #f0ebe8/*#f4f3f0*/;
	overflow: hidden;
}

#wrapper-trails h2 
{
    color: #034001;
    font-size: 2em; /* 32px / 16px */
    text-align: center;
   font-family: 'Caveat', cursive;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px;
}

	
	
	
#trail-content 
{
	width: 70%; /* 960px = 70% */
	margin-left: auto;
	margin-right: auto;	
	
}
	
.trail-box {
	width: 83.3333333%; /* 800px / 960px */
	text-align: center;
	display: inline-block;
   background-size: 100%;
	opacity: .7;
	transition: opacity 3s;
	
}

	
	
	
	
.trail-box:hover {
	
	opacity: 2.0;

}


.trail-box:first-of-type {
	margin-right: auto;
}

.trail-box:last-of-type 
{
	margin-left: auto;
}

.trail-box h3 
{
	color: firebrick;
	font-family: 'Caveat', cursive;
    font-weight: 700;
	font-size: 2.1875em; /* 35px / 16px */
	margin: 18px 0 12px;
}

.trail-box p 
{
	font-size: 1.5625em; /* 25px / 16px */
	margin-bottom: 24px;
	font-family: 'Caveat', cursive;

}

.trail-box h1 
{
	color: firebrick;
	font-family: 'Caveat', cursive;
	font-weight: 700;
	font-size: 2.5em; /* 40px / 16px */
	text-transform: uppercase;
	
	}	
	
/* box end */		
	

/* footer start */	
	
footer 
{
	background-color: brown;
	width: 97.2916667%; /* 935px / 960px */
	padding: 12px 14.4375%; /* 33px / 960px */
	margin: 0 auto;
	font-family: 'Caveat', cursive;	
	color: white;
	overflow:hidden;
	text-align: center;

}


footer img {
	
	width: 21.25%; /* 300px / 960px */
	
}
	



#footer-left h4,
#footer-right h4 
{
	font-size: 1.375em; /* 22px / 16px */
	color: white;
	
}


#footer-left p,
#footer-right p 
{
	font-size: 1.375em; /* 22px / 16px */
	color: white;
	
}

#footer-left,
#footer-right 
{
	width: 31.25%; /* 300px / 960px */
	color: white;
	
}

#footer-left 
{
	width: 31.25%; /* 300px / 960px */
	font-size: 1.0em; /* 16px / 16px */
	float: right;
	color:white;
	text-align: center;
}
#footer-center
{
	clear: both;
	font-size: 1.25em; /* 20px / 16px */
	color: white;
	text-align: center;
}



#footer-right 
{
	width: 31.25%; /* 300px / 960px */
	font-size: 1.0em; /* 16px / 16px */
	float: right;
	color:white;
	text-align: center;
}
	
/* footer end */	
	
	
/* --------- SLIDESHOW --------- */


#slideshow-wrapper {
	
	width: 146%;
	height: 560px;
	
}


#slideshow {
	
	width: 170%;
	height: 585px;
	overflow: hidden;
	white-space: nowrap;
	
}


#slideshow img {
	
	width: 50%;
	height: 90%;
	display: inline-block;
	
	
}


.rectangle {
	
	display: inline-block;
	background-color: #f0ebe8;
	width: 3.75%; /* 36px / 960px */
	height: 5px;
	margin-right: 17.1875%; /* 55px / 320px */
	
	
}


#rectangle-nav {
	
	margin-top: -50px;
	text-align: center;
}	
		
	
	
	
	
	
	
	
}
	
	
	
/* --------- Media Query Smart Phone ----------- */

@media only all and (max-width: 480px) {
		
	
/* header start */

header 
{
	
	width: 95%;
	height: 100px;
	position: relative;
}

#header-content 
{
	width: 100%; 
	margin: 0 auto;
	position: relative;
}

#header-content img 
{
	height: 25px;
	z-index: 100;
	position: absolute;
	padding: 25px;
}

/* header end */



/* nav start */

nav 
{
	width: 138%;
	font-family: 'Caveat', cursive;
	font-size: 0.875em; /* 14px / 16px */
	text-align: center;
	position: absolute;
	bottom: 0;
	border-top:3px double #FFF;
	border-bottom: 3px double #FFF;
	
}

nav ul
{
	display: block;
	background-color: brown;
	color: #fff;
	padding: 32px;
}

nav ul li
{
	display: inline;
	list-style-type: none;
	margin: 9 6.25%; /* 20px / 320px */
	

}

nav ul li a 
{
	color: #fff;
	text-decoration: none;
}

nav ul li a:hover 
{
	border-bottom: 2px solid #fff;
}

/* nav end */


main {
	width: 93.75%; /* 900px / 960px */
	margin: 0 auto;
	padding: 30px 3.20833333%; /* 50px / 960px */
	overflow: hidden;
	background-color: floralwhite;
}
		
main h4 {

	font-size: 1.625em; /* 26px / 16px */
	font-family: 'Caveat', cursive;
}


p 
{
	font-size: 1em; /* 16 / 16 */
	color: #000;
   font-family: 'Caveat', cursive;
    font-weight: 300;
	margin-bottom: 16px;
	line-height: 180%;
}


/* box start */	
	
section
{
	width: 60.4166667%; /* 580px / 960px */
    height: 340px;
    text-align: center;
}

section a 
{
    background-color: #034001;
    padding: 15px 33.3333333%; /* 30px / 960px */
    color: #fff;
    font-family: 'Caveat', cursive;
    font-weight: 700; 
    font-size: 1.25em; /* 20px / 16px */
    text-decoration: none; 
   	display: block
}

section img 
{
	
	opacity: 1;
	width: 100%;
	height: auto;
	transition: 1s ease;
	
}

section:hover img 
{

	opacity: .5;
	
}

.discover-content 
{
	
	position: absolute;
	top: 95%;
	left: 588px; 
	transition: .5 ease;
}


section:hover .discover-content 
{
	
	transform: scale(1.25);
	
}


aside {
	width: 33.3333333%; /* 320px / 960px */
}


aside h1 
{
	color: #034001;
	font-family: 'Caveat', cursive;
    font-weight: 700;
	font-size: 1.875em; /* 30px / 16px */
	margin-bottom: 16px;
    text-transform: uppercase;
}

aside p 
{
	font-size: 1.125em; /* 18px / 16px */
	line-height: 150%;
	font-family: 'Caveat', cursive;
    font-weight: 300;
	margin-top: 10px;
	margin-bottom: 0;
}
	
#wrapper-trails 
{
	width: 100%;
	padding: 60px 0;
	background-color: #f0ebe8/*#f4f3f0*/;
	overflow: hidden;
}

#wrapper-trails h2 
{
    color: #034001;
    font-size: 2em; /* 32px / 16px */
    text-align: center;
   font-family: 'Caveat', cursive;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px;
}

	
	
	
#trail-content 
{
	width: 70%; /* 960px = 70% */
	margin-left: auto;
	margin-right: auto;	
	
}
	
.trail-box {
	width: 83.3333333%; /* 800px / 960px */
	text-align: center;
	display: inline-block;
   background-size: 100%;
	opacity: .7;
	transition: opacity 3s;
	
}

	
	
	
	
.trail-box:hover {
	
	opacity: 2.0;

}


.trail-box:first-of-type {
	margin-right: auto;
}

.trail-box:last-of-type 
{
	margin-left: auto;
}

.trail-box h3 
{
	color: firebrick;
	font-family: 'Caveat', cursive;
    font-weight: 700;
	font-size: 2.1875em; /* 35px / 16px */
	margin: 18px 0 12px;
}

.trail-box p 
{
	font-size: 1.125em; /* 18px / 16px */
	margin-bottom: 24px;
	font-family: 'Caveat', cursive;

}

.trail-box h1 
{
	color: firebrick;
	font-family: 'Caveat', cursive;
	font-weight: 700;
	font-size: 2.5em; /* 40px / 16px */
	text-transform: uppercase;
	
	}
	
	
	.trail-box h3 {
		
		font-size: 1.375em; /* 22px / 16px */
	}	
	
/* box end */		
	

/* footer start */	
	
footer 
{
	background-color: brown;
	width: 97.2916667%; /* 935px / 960px */
	padding: 12px 14.4375%; /* 33px / 960px */
	margin: 0 auto;
	font-family: 'Caveat', cursive;	
	color: white;
	overflow:hidden;
	text-align: center;

}


footer img {
	
	width: 31.25%; /* 300px / 960px */
	
}
	



#footer-left h4,
#footer-right h4 
{
	font-size: 1.375em; /* 22px / 16px */
	color: white;
	
}


#footer-left p,
#footer-right p 
{
	font-size: 1.375em; /* 22px / 16px */
	color: white;
	
}

#footer-left,
#footer-right 
{
	width: 31.25%; /* 300px / 960px */
	color: white;
	
}

#footer-left 
{
		float: left;
	    color: white;
	    text-align: center;
}
#footer-center
{
	clear: both;
	font-size: 1.25em; /* 20px / 16px */
	color: white;
	text-align: center;
}



#footer-right 
{
	width: 31.25%; /* 300px / 960px */
	font-size: 1.0em; /* 16px / 16px */
	float: right;
	color:white;
	text-align: center;
}
	
/* footer end */	
	
	
/* --------- SLIDESHOW --------- */


#slideshow-wrapper {
	
	width: 125%;
	height: 560px;
	
}


#slideshow {
	
	width: 170%;
	height: 585px;
	overflow: hidden;
	white-space: nowrap;
	
}


#slideshow img {
	
	width: 50%;
	height: 90%;
	display: inline-block;
	
	
}


.rectangle {
	
	display: inline-block;
	background-color: #f0ebe8;
	width: 3.75%; /* 36px / 960px */
	height: 5px;
	margin-right: 17.1875%; /* 55px / 320px */
	
	
}


#rectangle-nav {
	
	margin-top: -50px;
	text-align: center;
}	
		
	
	
	
	
	
	
	
}
	
	
	
	
	
}
	

	
	
	
	
	