body{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    background-image: url("../MEDIA/IMAGES/background_brown2.jpg");
    background-color: #ffffff;
    -webkit-background-size: cover;
}
header{
    /*background: #00795f;*/
    width: 100%;
    padding: 1px 0;
    color: #ffffff;
    text-align: center;
}
a{
    text-decoration: none;
    color: inherit;
}
nav ul{
    background-color: #005c48;
    overflow: hidden;
    color: #ffffff;
    padding: 0;
    text-align: center;
    margin: 0;
    -webkit-transition: max-height 0.4s;
    -ms-transition: max-height 0.4s;
    -moz-transition: max-height 0.4s;
    -o-transition: max-height 0.4s;
    transition: max-height 0.4s;
    border-top: 5px ridge #ffffff;
    border-bottom: 5px ridge #ffffff;
}
.menu{
    height: 10%;
    width: 10%;
}
nav ul li{
    display: inline-block;
    padding: 18px;
    font-family: Open Sans;
    font-size: 24px;
}
nav ul li a:hover{
    text-decoration: underline;
}
section{
    line-height: 1.5em;
    font-size: 0.9em;
    padding: 30px 40px 30px 40px;
    min-width: 80%;
    margin: 0 auto;
    text-align: center;
    background-color: rgba(255,255,255,.7);
}
.handle{
    width: 100%;
    background: #005c48;
    text-align: left;
    box-sizing: border-box;
    padding: 15px 10px;
    cursor: pointer;
    color: #ffffff;
    display: none;
}
@media screen and (max-width: 945px){
    nav ul{
        max-height: 0;
    }
    .showing{
        max-height: 40em;
    }
    nav ul li{
        box-sizing: border-box;
        width: 100%;
        padding: 15px;
        text-align: left;
    }
    
    .handle{
        display: block;
    }
}
.heading{
    margin: auto;
    font-family: Kunstler Script;
    font-size: 140px;
    color: #333;
    text-shadow: 0px 1px 0px rgba(255,255,255,.5);
}
.subheading{
    margin: auto;
    font-family: Kunstler Script;
    font-size: 50px;
    color: #000000;
    padding: 2px;
    text-shadow: 0px 1px 0px rgba(255,255,255,.5);
}
hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0,92,72, 0), rgba(0,92,72, 0.75), rgba(0,92,72, 0));
}

.overview-options{
    line-height: 1.5em;
    font-size: 0.9em;
    padding: 30px 40px 30px 40px;
    min-width: 80%;
    margin: 0 auto;
    background-color: rgba(255,255,255,.7);
    text-align: center;
}
.overview-options ul li a{
    display: inline;
}
.form-reservation{
    padding: 60px 80px 20px 80px;;
    background-color: #ffffff;
}
/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */  
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

input[type=number], select, textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */  
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

input[type=date], select, textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */  
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}
/* Style the submit button with a specific background color etc */
input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
    background-color: #45a049;
}

/* Add a background color and some padding around the form */
.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
    color: #ffffff;
}

.containerForm{
    width: 80%;
    margin: auto;
    text-align: center;
}
.containerForm form{
    width: 80%;
    margin: auto;
    text-align: center;
}

.centerText section{
    text-align: center;
    
}
.centerText section ul li{
    text-decoration: none;
}
.imageContainerHome{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-color: rgba(255,255,255,.7);
    z-index: 0;
}

.mySlides {
    display:none;
    border: 5px ridge #ffffff;
}