*
{
    margin: 0;
    padding: 0;
}
@font-face
{
    font-family: Helvetica;
    src: url(Arcon-Regular.otf);
}
body
{
    font-family: Helvetica;
}
h1
{
    margin-left: 30px;
    padding-top: 30px;
}
h2
{
    margin-left: 30px;
}
p
{
    padding-left: 50px;
    padding-top: 15px;
}
a
{
    text-decoration: none;
}
#background-container
{
    background-image: url(img/backgrounds/back2.jpg);
    background-size: cover;
    width: 100%;
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 1;
}
#top-container
{
    height: 420px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
#logo
{
    position: absolute;
    top: 70px;
    left: 50%;
    margin-left: 90px;
    width: 347px;
    height: 130px;
    background-image: url(img/logo.png);
    background-size: cover;
    background-color: rgba(255,255,255,0.85);
    box-shadow: 0 0 10px white;
    border-radius: 30px;
}
#navigation
{
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -450px;
    width: 900px;
    height: 40px;
    background-color: rgba(255,255,255,0.75);
    letter-spacing: 0;
    text-align: center;
    z-index: 2;
}
.navitem
{
    display: inline-block;
    position: relative;
    width: 150px;
    height: 40px;
    letter-spacing: normal;
    color: #c23e32;
    font-size: 21px;
    text-align: center;
    line-height: 40px;
    overflow: hidden;
    vertical-align: top;
    z-index: 2;
}
.navitem:hover
{
    background-color: #c23e32;
    color: white !important;
}
.navlink
{
    display: inline-block;
    position: absolute;
    width: 150px;
    height: 40px;
    top: 0;
    left: 0;
    letter-spacing: normal;
    color: inherit;
    font-size: 21px;
    text-align: center;
    line-height: 40px;
    z-index: 3;
}
.navlink:hover
{
    background-color: white;
    color: #c23e32;
}
#bottom-container
{
    position: absolute;
    width: 100%;
    background-color: rgba(255,255,255,0.58);
    z-index: 1;
}
#content
{
    width: 900px;
    box-shadow: 0 6px 8px grey;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.85);
    padding-bottom: 30px;
    margin-bottom: 40px;
    z-index: 2;
}
#content a
{
    color: #c23e32;
}
#Content p
{
    max-width: 800px;
}
#content img
{
    width: 370px;
    height: 270px;
    box-shadow: -1px 0 6px grey;
}
.ContactBox
{
    width: 350px;
    height: 270px;
    margin: 30px 15px 30px 15px;
    border: 2px solid rgb(255, 255, 255);
    padding: 10px 10px 10px 10px;
}
.ContactBox p
{
  padding-left: 0px;
  margin-left: 0px;
}
.ContactRow
{
  padding-top: 5px;
  padding-bottom: 5px;
  height: 25px;
  margin-top: 10px;
}
.ContactRow input
{
  height: 12px;
  width: 170px;
}
.ContactRow select
{
  height: 17px;
  width: 170px;
}
.bookingComLink
{
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 5px 5px 5px 5px;
  width: 270px;
  font-size: large;
  font-weight: bold;
  border: 1px solid black;
  border-radius: 5px;
}
.slidesjs-previous {
  display: inline-block;
  margin-left:40px;
  margin-top: 15px;
  font-size: 25px;
  width: 200px;
  text-align: center;
}
.slidesjs-next {
  display: inline-block;
  margin-top: 15px;
  margin-left:420px;
  font-size: 25px;
  width: 200px;
  text-align: center;
}
.lastminute > h1{
  text-align: center;
  margin-right: 30px;
}
.lastminute > p{
  text-align: center;
  margin: 0 auto;
  padding-left: 0px;
}
