
body {
  font-family: "Arial";
  font-color: black;
}

em {
	color: maroon;
	font-style: normal;
}
h1, h2, h3, h4, h5 {
  font-family: "Garamond";
  text-rendering: optimizelegibility;
  font-weight: 800;
  color: #004080;
}

h1 {
  margin-top: 5px;
  margin-bottom: 10px;

  font-size: 2.5em;
  text-decoration: none;
  /*margin-left: 100px;*/
  text-align: center;
}

h1 img {
  width: 87px;
  height: 43px;
}

h2 {
  background-image: url(../images/ff.gif);
  background-position: left;
  background-repeat: no-repeat;
  text-decoration: underline;
  padding-left: 90px;
  margin-left: -90px;
}
h3 {
	padding-top: 1em;
	padding-bottom: .5em;
}

.section {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  /* border-top: solid 1px maroon; */
  border-bottom: solid 1px maroon;
}

.section p {
  /*text-align: justify;*/
  text-decoration: bold;
  line-height: 125%;
}

.section p img {
  float: right;
}

.underline {
  text-decoration: underline;
}

.gallery {
  text-align: center;
}

.gallery img {
  border: solid 1px blue;
  width: 115px;
  margin: 7px;
}

#header {
  width: 700px;
  margin-left: auto;
  margin-right: auto;

}

#main {
  max-width: 700px;
  text-justification: full;
  margin-left: auto;
  margin-right: auto;
}

/* reservation system */

.s1
  {
  color: black;
  font-family: verdana;
  font-size: 11px;
  }

.title
  {
  color: white;
  font-family: verdana;
  font-size: 11px;
  font-weight: bold;
  padding: 3px;
  background-color: rgb(5, 81, 68);
  }

.openRoom
  {
  color: black;
  width: 110px;
  height: 110px;
  padding: 5px;
  background-color: #CCCCCC;
  border: 1px black solid;
  }

.takenRoom
  {
  color: black;
  width: 110px;
  height: 110px;
  padding: 5px;
  background-color: #EBEBEB;
  border: 1px black solid;
  }

.openCabin
  {
  color: white;
  width: 110px;
  height: 110px;
  padding: 5px;
  background-color: #660000;
  border: 1px black solid;
  }

.takenCabin
  {
  color: black;
  width: 110px;
  height: 110px;
  padding: 5px;
  background-color: #D8C2C7;
  border: 1px black solid;
  }

.header
  {
  color: white;
  font-family: verdana;
  font-size: 11px;
  font-weight: bold;
  padding: 3px;
  background-color: rgb(5, 81, 68);
  }

.details
  {
  color: black;
  font-family: verdana;
  font-size: 11px;
  padding: 3px;
  border: 1px black solid;
  background-color: rgb(245, 245, 245);
  }
  
.CALheader
  {
  color: white;
  font-family: verdana;
  font-size: 14px;
  font-weight: bold;
  background-color: #556B2F;
  width: 107px;
  padding: 20px 10px;
  transition: background-color 0.5s ease;
  }
  
  .CALheader:hover, .CALheader:focus {
       background-color: #004080;
  }

.CALdetails
  {
  color: black;
  font-family: verdana;
  font-size: 11px;
  padding: 3px;
  border: 1px black solid;
  width: 90%;
  background-color: rgb(245, 245, 245);
  width: 107;
  height: 107;
  }

.CALDayDetails
  {
  color: white;
  font-family: verdana;
  font-size: 11px;
  font-weight: bold;
  padding: 3px;
  background-color: rgb(5, 81, 68);
  width: 107;
  height: 107;
  }  

#amounts {
	margin-left: 40px;	
}
#total {

	font-size: 1.5em;
}