@font-face {
    font-family: "PP Hatton";
    src: url("PPHatton-Regular.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "PP Hatton";
    src: url("PPHatton-Medium.otf");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "PP Hatton";
    src: url("PPHatton-Ultralight.otf");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "PP Hatton";
    src: url("PPHatton-UltralightItalic.otf");
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: "TT Commons";
    src: url("TT\ Commons\ Regular.otf");
    font-weight: normal;
    font-style: normal;
}

body {
    color: black;
}

a.bb {
    text-decoration: none;
    color: black;
}

nav {
    background: url("nav_back.gif") no-repeat center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}

header {
    margin: 0;
    padding: 0;
}

#about {
    background-color: rgba(184, 179, 171, 0.7);
}

#menus {
    background-color: rgba(104, 106, 106, 0.7);
}

#contact {
    background-color: rgba(64, 65, 67, 0.7);
    font-family: "TT Commons";
}

.heading-2 {
    font-family: "PP Hatton";
    font-size: 5em;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    margin: 0;
    padding-top: 1.2em;
    padding-bottom: .5em;
}

p {
    text-align: center;
    font-family: "TT Commons";
    font-weight: normal;
    font-weight: 300;
    font-size: 2rem;
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 2em;
    padding-bottom: 2em;
}

p.small {
    font-size: 1.5em;
}

#logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 15%;
    margin-top: 15%;
    margin-bottom: 25%;
    opacity: 50%;
}

@media screen and (min-width: 2560px) {
    #logo {
        max-width: 100%;
    }
}

@media screen and (max-width: 850px), (max-width: 1000px) and (orientation: landscape) {
    #logo {
        max-width: 15%;
        margin-top: 10%;
    }
}

@media screen and (orientation: portrait) {
    #logo {
        max-width: 20%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin-top: 0;
    }
}

ul.menu {
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

li.menu {
    float: left;
    font-family: "PP Hatton";
    font-size: 5em;
    font-weight: normal;
    font-style: normal;
    margin-right: 5%;
    margin-left: 5%;
    margin-top: 0;
    margin-bottom: 0;
}

@media screen and (max-width: 1150px) {
    li.menu {
        font-size: 3em;
        margin-left: 1.5%;
        margin-right: 1.5%;
    }
}

@media screen and (max-width: 600px) {
    li.menu {
        font-size: 1.5em;
        margin-left: 1.5%;
        margin-right: 1.5%;
        margin-top: 5%;
    }
}

li.menu a {
    display: block;
    text-align: center;
    padding: 16px;
    color: black;
    text-decoration: none;
}

li.menu a:hover {
    color: white;
}

#menus div {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .5em;
    justify-content: center;
    width: 180px;
    height: 75px;
    line-height: 75px;
    border-radius: 50%;
    text-align: center;
    border: .03em solid black;
    font-family: "PP Hatton";
    font-size: 2.5em;
}

#contact ul {
    list-style-type: none;
    overflow: hidden;
}

#contact li {
    float: left;
    font-family: "TT Commons";
    font-size: large;
}

.divreg {
    font-family: "TT Commons";
    font-size: 2em;
}

@media screen and (max-width: 800px) {
    .divreg {
        text-align: center;
        margin-bottom: 15%;
    }
}

#booking {
    position: fixed;
    bottom: 1em;
    right: 1em;
    width: 150px;
    height: 150px;
    line-height: 150px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    background: #C30000;
    font-family: "TT Commons";
}

#booking a {
    color: white;
    font-size: 1.5em;
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}

@media screen and (max-width: 1150px) {
    #booking {
        width: 90px;
        height: 90px;
        line-height: 90px;
    }
    
    #booking a {
        font-size: 1em;
    }
}

@media screen and (min-width: 2560px) {
    #booking {
        width: 300px;
        height: 300px;
        line-height: 300px;
    }
    
    #booking a {
        font-size: 3em;
    }
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    font-family: "PP Hatton";
    font-size: 5em;
    margin-top: -50px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: black;
}

.next {
    right: -10%;
}

.prev {
    left: -10%;
}

@media screen and (max-width: 1150px) {
    .next {
        right: 0%;
    }
    
    .prev {
        left: 0%;
    }
}


/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  margin-bottom: 10%;
}

/* Hide the images by default */
.mySlides {
  display: none;
}