.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

.top_photo_overlay {
    position: absolute;
    width: 30%;
    font-family: 'Caveat';
    font-weight: bold;
    padding-left: 20px;
    padding-bottom: 20px;
    background-color: rgba(0, 0, 0, 0.35);
}

li:nth-of-type(even) .top_photo_overlay {
    right: 0;
    top: 20%;
}

li:nth-of-type(odd) .top_photo_overlay {
    left: 0;
    bottom: 20%;
}

.top_photo_overlay *:nth-child(2) {
    font-size: 1.4vw;
    color: white;
}

.top_photo_overlay *:first-child {
    font-size: 2.4vw;
    color: wheat;
}

html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    background: wheat;
    height: 100%;
}

p {
    line-height: 1.5;
}

nav {
    width: 100%;
    background-color: #444;
    display: flex;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    margin-top: -5px;
    position: relative;
    box-shadow: 0px 0px 31px 0px rgba(0,0,0,0.75);
    z-index: 2;
}

nav ul {
    list-style-type: none;
    padding: 0;
    margin: auto;
}

nav a {
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    cursor: pointer;
    transition: .3s background-color;
}

.navbar ul li {
    position: relative;
    float: left;
}

.navbar ul li a {
    font-size: 18px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    display: block;
}

.navbar ul li a:hover {
    background-color: #547bf5;
}

.navbar ul li ul {
    text-align: left;
    position: absolute;
    left: 0;
    background-color: #f1f1f1;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    width: 236px;
    display: none;
}

.navbar ul li ul li a {
    text-align: left;
    color: black;
    width: 204px;
    font-size: 0.9rem;
    padding: 9px 16px;
    text-decoration: none;
    border-bottom: #ddd 1px solid;
    display: block;
    transition: .3s background-color;
}

.navbar ul li ul li ul{
    left: 236px;
    top: 0;
}

.navbar ul li:hover > ul {
    display: initial;
}

.navbar ul li ul li a:hover {
    background-color:#ddd;
}

section {
    position: absolute;
    left: 0;
    display: inline-block;
    background-color: white;
    padding: 40px 40px 40px 40px;
    box-sizing: border-box;
    box-shadow: 0px 0px 31px 0px rgba(0,0,0,0.5);
    margin-bottom: 30px;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    width: 100%;
    min-height: 50rem;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
    font-family: 'Oswald', sans-serif;
}

h1 {
    text-align: center;
    margin-bottom: 5px;
}

hr {
    border: 0;
    height: 10px;
    margin-bottom: 25px;
}

hr::before {
    content: '';
    background: linear-gradient(to right, transparent, #b2b2b2, transparent);
    position: absolute;
    left: 0;
    width: 80%;
    height: 2px;
    margin: 0 10% 0 10%;
}

header, footer {
    width: 100%;
    background-color: #444;
    box-shadow: 0px 0px 31px 0px rgba(0,0,0,0.75);
}

header {
    display: flex;
    flex-direction: column;
}

footer {
    position: fixed;
    bottom: 0;
    padding: 10px 0;
    color: white;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    z-index: 20;
}

footer:after {
    display: table;
    clear: both;
    content: "";
}

footer div {
    float: left;
    width: 25%;
    text-align: center;
}

.article_aside {
    width: 100%;
    float: right;
    margin-left: 3%;
    margin-bottom: 1%
}

.tripadvisor_aside {
    float: right;
    width: 50%;
    margin-left: 20px;
    margin-bottom: 20px;
}

.article_aside_icons {
    display: none;
    margin-bottom: 40px;
}

.article_lightbox {
    pointer-events: none;
}

.welcome_ul {
    columns: 3;
    font-weight: bold;
}

.welcome_ul li {
    margin-right: 5px;
}

.map {
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 20px;
}

@media screen and (min-width: 1000px) {
    .article_aside {
        width: 50%;
    }

    .tripadvisor_aside {
        width: 20%;
    }

    .article_aside_icons {
        display: block;
    }

    .article_lightbox {
        pointer-events: auto;
    }

    header, footer {
        width: 85%;
        margin-left: 7.5%;
        margin-right: 7.5%;
    }

    nav {
        width: 85%;
        margin-left: 7.5%;
        margin-right: 7.5%;
        font-size: 1rem;
    }

    .navbar {
        margin: auto;
    }

    section {
        width: 85%;
        margin-left: 7.5%;
        margin-right: 7.5%;
    }
    
    nav a {
        padding: 14px 12px;
    }
}

.article_img {
    max-width: 100%;
    width: 100%;
    margin: auto;
    margin-bottom: 10px;
    display: block;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.article_img_sml {
    max-width: 70%;
    width: 70%;
    margin: auto;
    margin-bottom: 10px;
    display: block;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.article_img_xtrsml {
    max-width: 50%;
    width: 50%;
    margin: auto;
    margin-bottom: 10px;
    display: block;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.article_img_icon {
    max-width: 200px;
    max-height: 170px;
    margin-right: 10px;
    margin-bottom: 10px;
}

a {
    outline: 0;
}

header a {
    margin-top: 10px;
    margin-bottom: 10px;
    color: wheat;
    font-family: 'Caveat', cursive;
    text-align: center;
    display: block;
    font-size: 2em;
    font-weight: bold;
    text-decoration: none;
}

figure {
    margin-left: 0px;
    margin-right: 0px;
}

figcaption {
    font-style: italic;
    text-align: center;
}

.navbar {
    margin: auto;
}

.container  {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 7rem;
}

.contact {
    background-color: rgba(0, 0, 0, 0);
    padding: 14px 16px;
    font-size: 1rem;
    font-weight: bold;
    border: none;
    border-radius: 1.3rem;
    cursor: pointer;
    vertical-align: center;
    margin: 0.2rem 0.5rem;
    box-shadow: 0px 0px 31px 0px rgba(0,0,0,0.5);
    background-color: #444;
    transition: .3s background-color;
}

.contact-text {
    text-decoration: none;
    text-align: center;
    color: white;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
    text-shadow: 0 0px 10px rgba(0,0,0,0.5);
}

.mid {
    text-align: center;
}

.contact:hover {
    background-color: #547bf5;
    /*border: 0.2rem solid #547bf5;*/
}

.underlined {
    display: inline-block;
    padding-bottom: 0.5rem;
    border-bottom: black 2px solid;
}
