	/* CSS reset */
body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,th,td { 
    margin:0;
    padding:0;
}


* {
  box-sizing: border-box;
}

@import url("https://fonts.googleapis.com/css2?family=Celtic+Hand:wght@400;700&display=swap"); /* import font */

body {	width: 100%;
  		margin: 0 ; 
  		font-family: Helvetica, sans-serif;  
	}

#home_bg	{ background-image: url("Island12.png"); background-size: cover ;
			}
 #home_bg section	{ border: none; 
					}

#maintext 	{
			width: 80%;
			margin: 10em auto 0;
			padding: 1.5em 0;
			text-align: justify;
			font-size: 1.1em;
			}
h3.subhead	{line-height: 0;
			margin-top: 1.5em;
			margin-bottom: 0;
			}

section {width: 100%; 	
		float: left; 
		border: solid 1px #dedede; 
		border-radius: 20px; 
		margin: 0.5em 0;
		padding-bottom: 1em; 		}

 p{ width: 65%; 
		margin: 1em ;
		float: left;	
		position: relative; top: 1em;
		line-height: 1.5em;

		}


figure 	{float: right;
		width: 25%;
		text-align: center;
		font-size: 80%;
		line-height: 1.3em; 
		}


img		{	width: 80%;
			border: solid 1px #fff;
			border-radius: 20px;
			margin-top: 2em;

		}

p.buy a		{ font-size: 1em; 
		float: right;
		color: #406040;
		border: solid 1px #406040;
		border-radius: 20px;
		padding: 0.5em;
		}

p.buy a:link
			{text-decoration:none;
			background: #eeefee;
			}
p.buy a:visited
			{text-decoration:none;
			}
p.buy a:hover
			{text-decoration:none;
			background: #a0c0a0;
			color: #ffffff;
			}

/**************REVIEW link******************/

.revbook	 a	{font-size: 1.2em; 
			width:25%;
			float: right;
					text-align: left;
			clear: both;
			margin: 1.5em;
			text-decoration: none;		
			}

.revbook a p	{line-height: 1.2em;
			width: 100%;}

.revbook a img	{position: relative;
				left: 15%;
				max-width: 100%;

				}


@media screen and (max-width: 992px)
	{
		.revbook a	 { width: 90%;
					float: left;
					font-size: 1.2em;
					}

		.revbook a img	{max-width: 50%;
						}
	}
		
.revbook a:link
	{text-decoration: none; color: #405040;
	}
.revbook a:visited
	{text-decoration: none; color: #405040;
	}
.revbook a:hover
	{text-decoration: none; color: #204020;
	}
.revbook a:active
	{text-decoration: underline; color: #204020;
	}


/*************************************************/

#maintext h1, h2, h3, h4
			{
				color: #405040;
				text-align: left;
				padding-left: 0.5em;
				line-height: 1.2em; 
			}

blockquote p 	{width: 60%; 
			padding: 0 1em; 
			margin: 0;
			font-family: Times, serif;
			font-size: 0.95em;
			line-height: 1.2em;
			}
	

@media screen and (max-width: 992px)
	{	
		blockquote	{width: 90%;	
					padding: 0 3em 0 0;
					}
	}

.CH		{font-family: Celtic Hand;
		}

			
.thanks 
			{font-size: 1.5em; 
			font-family: Times, serif; 
			}
	

@media screen and (max-width: 1440px)
{
	#maintext
	{font-size: 1em; 
	}

	section p {width: 100%;
			padding-right: 2em;
			line-height: 1.7em;
			}
	.thanks 
			{font-size: 1.5em; 
			text-align: center;
			}

}



@media screen and (max-width: 600px)
{
	#maintext
	{font-size: 0.85em; 
	line-height:1.5em;
	hyphens: auto;
	}

section p {width: 100%;
		padding-right: 3em;
		line-height: 1.5em;
		}

#home_bg	{ background-image: none;
			}
#home_bg section	{ border: none;
					}
}




	 a:link
	{text-decoration: none; color: #000;
	}
	a:visited
	{text-decoration: none; color: #000;
	}
	a:hover
	{text-decoration: underline; color: #00a;
	}
	a:active
	{text-decoration: underline; color: #00a;
	}









.book	{
			border-radius: 0;		
		}

@media screen and (max-width: 1440px)
{	
	figure	{float: none;
			width: 50%; 			
			}

	img	{			
			max-width: 60%; 
			border: solid 1px #fff;
			border-radius: 20px;
		}


}


@media screen and (max-width: 600px)
{
	figure	{float: none;
			}
	
	img	{max-width: 100%; 	
		border: solid 1px #fff;
		border-radius: 20px;
		}


}

/* header */

.header {
background-image: url("Banner.jpg");
background-size: 100% 100%; 

  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);  position: fixed; top: 0;
  width: 100%; height: 8em;
  z-index: 3;
}

.header ul {
  margin: 0;
  padding-top: 20px;
  list-style: none;
  overflow: hidden;
}

	@media screen and (max-width: 992px)
	{	
		.header	{
			height: 7em;
				}

		.header ul{
			background-color: #fff;				
				}
	}

.header li a {
  display: block;
 padding: 20px;
border-radius: 25px;
  text-decoration: none;
  color: #405040;
}



.header li a:hover,
.header .menu-btn:hover {
 background-color: #b17e71;
 color: #fff;
}

	@media screen and (max-width: 992px)
	{	
		.header li a:hover,
		.header .menu-btn:hover	
				{
				 background-color: #fed4a9;
				color: #405040;
				}
	}


.header .logo {
  display: block; 
  margin-left: 2%;
  float: left;
  font-family: 'Celtic Hand' , sans-serif;
  font-size: 2.5em; 
  color: #405040;
  padding: 30px 20px;
  text-decoration: none; 
}

@media screen and (max-width: 992px)
	{
	.header .logo {
  		display: block; 
 		 margin-left: 2%;
  		float: left;
		}

	}


/****************** menu ****************/

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: hand;
  display: inline-block; float: right;  
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative; right: 3em;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 20em;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 992px) {
  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 30px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }


}





footer
{ position: relative; top: 2em; clear: both;

height: 2em;

font-family: Verdana, Arial, sans-serif; 
font-size: 1em; text-align: center;
}

footer ul { padding-top: 1em;
		}






	@media screen and (max-width: 992px)
		{
			footer li {margin-top: 1.3em ; }

			footer ul {padding-top: 2em;
					}

		}

	@media screen and (max-width: 600px)
		{	
			footer { height: 15em;
					font-size: 0.85em;
					}

			footer ul {padding-top: 1em;
					}

			footer li {margin-top: 0.5em; }

		}
	



footer #credit		{position: relative;
				top: 3em;
				padding-bottom: 1em;
				text-align: center;
				font-size: 0.75em;
				}

	@media screen and (max-width: 992px)
		{
			footer #credit {position: relative;
						top: 4em;
						}
		}

	@media screen and (max-width: 600px)
		{				
			footer #credit {position: relative;
						top: 2em;
						font-size: 0.65em;

						}
		}