body {
      margin-left: 0px;
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 0px;
      background-color: #e5e5e5;
      }    

.header {
    height:105px;
    padding-top: 12px;
	padding-bottom: 12px;
}

@font-face {
    font-family: "majbold";
    src: url("fonts/Majesti-Banner-Bold.otf");
    font-weight: bold
}

@font-face {
    font-family: "majlight";
    src: url("fonts/Majesti-Banner-Light.otf");
    font-weight: light
}

@font-face {
    font-family: "athelasreg";
    src: url("fonts/Athelas-Regular.woff");
    font-weight: regular
}

h1 {
    font-family: "majbold", times;
    color: #41393d;
    font-size: 50px;
    text-align: center;

}

h2 {
    font-family: "majbold", times;
    color: #41393d;
    font-size: 24px;
}

.container1 {
  position: relative;
  text-align: left;
  color: white;
}

.container2 {
  position: relative;
  text-align: left;
  color: white;
}

.container3 {
  position: relative;
  text-align: left;
  color: white;
}

.container4 {
	position: relative;
	text-align: left;
	color: red;
}

.top-left {
  font-family: "majbold", times;
	word-spacing: 9px;
  color: #BD202E;
  background-color: rgba(215,228,194,.6);
  font-size: 5vw;
  position: absolute;
  padding-left: 2vw;
  padding-top: 1vw;
  top: 4vw;
  left: 24vw;
  right: 0vw;

}

.res-top-left {
  font-family: "majbold", times;
  color: #BD202E;
  background-color: rgba(215,228,194,.6);
  font-size: 4.2vw;
  position: absolute;
  padding-left: 2vw;
  padding-top: 1vw;
  top: 4vw;
  left: 24vw;
  right: 0vw;
}

.reserv {
	width:50%;
display:block;
	margin-left: auto;
  margin-right: auto;
}

.hrl-top-left {
  font-family: "majbold", times;
	word-spacing: 9px;
  color: #BD202E;
  background-color: rgba(215,228,194,.6);
  font-size: 4.2vw;
  position: absolute;
  padding-left: 2vw;
  padding-top: 1vw;
  top: 4vw;
  left: 24vw;
  right: 0vw;
}

.abouttext {
	font-family: "majlight", times;
	color: #BD202E;
  background-color: rgba(215,228,194,.6);
  font-size: 2.5vw;
  position: absolute;
  padding-left: 2vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
  padding-right: 1.5vw;
  top: 4vw;
  left: 24vw;
  right: 0vw;
}

.main-content h2 {
    font-family: "majbold", times;
    color: #41393d;
    font-size: 24px;
        text-align: center
}

.main-content p {
    font-family: "athelasreg", times;
    color: #41393d;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

p {
    font-family: "athelasreg", times;
    color: #41393d;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
    
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.topmenu {
    height: 43px;
}

ul {
  font-family: "majlight", times;
  font-size: 20px;
  list-style-type: none;
  margin: 0;
  padding: 0px;
  overflow: hidden;
  background-color: #41393d;
}

.active {
  background-color: #be1e2d;
}

li {
  float:left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 10px 20px;
  text-decoration: none;
}

/*-----footer-----*/
.wrapper {
	height: 38px;
}

footer {
	width: 100%;
	background-color: #41393d;
	padding-top:2px;
	
}

footer nav {
	float:right;
}

footer nav ul li {
	display: inline-block;
	margin-left: px;
	list-style: none;
}

footer nav ul li a {
	font-size: 14px;
}

