body {
    margin: 0px;
    padding: 0px;
    background: black;
    font-family: "Open Sans", "sans-serif";
    color: white;
}

a {
    color: white;
    text-decoration: underline;
    font-weight: bold;
}

img {
    max-width: 100%;
    height: auto;
}

.container-fluid {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

h2 {
    font-family: "Oswald", "sans-serif";
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: white;
}

.row {
    margin: 0;
}

.hero {
    background: url(media/background_1.jpg) no-repeat;
    background-size: cover;
    /*background-attachment: scroll;*/
    background-position: center center;
    text-align: center;
    min-height: 100vh;
    padding: 16em 1.5em 1.5em 2em;
}

.hero h1 {
    display: none;
}

.hero h2 {
    font-size: 16px;
    text-shadow: 1px 1px black;
    padding: 1em;
    letter-spacing: 0.1em;
    line-height: 1.5em;
}

@media (min-width: 992px) {
    .hero {
        padding: 20em 1.5em 1.5em 2em;
    }
    .hero h2 {
        font-size: 20px;
        padding: 6em 4em 4em 4em;
    }
}

.chillin {
    background: url(media/background_2.jpg) no-repeat;
    background-size: cover;
    text-align: center;
    padding: 2em;
}

.chillin h2 {
    margin-bottom: 1em;
}

@media (min-width: 768px) {
    .chillin {
        padding: 3em 0em;
    }
}

@media (min-width: 992px) {
    .chillin {
        padding: 6.5em 12em;
    }
}

.getting-there {
    background: url(media/background_3.jpg) no-repeat;
    background-size: cover;
    padding: 2em;
}

@media (min-width: 768px) {
    .getting-there {
        padding: 3em 0em;
    }
}

@media (min-width: 992px) {
    .getting-there {
        padding: 6.5em 6em;
    }
}

.getting-there input,
.getting-there input:disabled {
    background: #092E3E;
    opacity: 0.8;
    border: 1px solid #092E3E;
    border-radius: 0;
    color: white;
    margin-bottom: 1em;
}

.getting-there button {
    border: 0;
    border-radius: 0;
    color: #125367;
    padding-left: 2em;
    padding-right: 2em;
    text-transform: uppercase;
    font-weight: bold;
}

.getting-there button:focus {
    outline: none;
}

.internet {
    padding: 2em;
    background: url(media/background_4.jpg) no-repeat;
    background-size: cover;
    text-align: center;
}

@media (min-width: 768px) {
    .internet {
        padding: 3em 0em;
        overflow: hidden;
    }
    .internet img {
        margin-bottom: -220px;
    }
    .internet h2 {
        margin-top: 5em;
    }
    .internet .internet__text {
        text-align: left;
    }
}

@media (min-width: 992px) {
    .internet {
        padding: 6.5em 6em;
    }
    .internet img {
        margin-bottom: -270px;
    }
}

.must-see {
    padding: 2em;
    background: url(media/background_5.jpg) no-repeat;
    background-size: cover;
    text-align: center;
}

@media (min-width: 768px) {
    .must-see {
        padding: 3em 0em;
    }
    .must-see .must-see__text {
        text-align: left;
    }
}

@media (min-width: 992px) {
    .must-see {
        padding: 6.5em 6em;
    }
}

.attractions {
    padding: 2em;
    background: url(media/background_6.jpg) no-repeat;
    background-size: cover;
    text-align: center;
}

@media (min-width: 768px) {
    .attractions {
        padding: 3em 0em;
    }
}

@media (min-width: 992px) {
    .attractions {
        padding: 6.5em 6em;
    }
}

.sleep {
    padding: 2em;
    background: url(media/background_7.jpg) no-repeat;
    background-size: cover;
    text-align: center;
}

@media (min-width: 768px) {
    .sleep {
        padding: 3em 0em;
    }
    .sleep .sleep__text {
        text-align: left;
    }
    .sleep h2 {
        margin-top: 2.5em;
    }
}

@media (min-width: 992px) {
    .sleep {
        padding: 6.5em 6em;
    }
}

.trivia {
    padding: 2em;
    background: url(media/background_8.jpg) no-repeat;
    background-size: cover;
    text-align: center;
}

@media (min-width: 768px) {
    .trivia {
        padding: 3em 2em;
    }
}

@media (min-width: 992px) {
    .trivia {
        padding: 6.5em 6em;
    }
}

.latest-photos-header img {
    width: 100%;
}

.latest-photos {
    padding: 2em;
    background: white;
    text-align: center;
}

footer .row {
    background: #191A19;
    padding: 1em 2em 0em 2em;
}
    footer p {
        font-size: 1.2rem;
    }

.follow-us {
    text-align: right;
}

.follow-us img {
    height: 18px;
    margin-right: 3px;
    margin-left: 3px;
}

.follow-us a {
    text-decoration: none;
    font-weight: normal;
}

.powered-by img {
    height: 30px;
    margin-left: 5px;
}

.bounce {
    text-align: center;
    width: 4rem;
    position: absolute;
    left: 50%;
    margin-left: -2rem;
    bottom: 2rem;
}

@media (min-width: 40rem) {
    .bounce {
        display: block;
        bottom: 3rem;
    }
}

.bounce-wrapper {
    margin: 0 auto;
}

.bounce-arrow {
    background: url('media/bounce-arrow.png') no-repeat 50% 0;
    height: 3.5rem;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-top: -25px;
    margin-left: -25px;
    width: 50px;
    -webkit-animation: bounce 1s infinite;
    -moz-animation: bounce 1s infinite;
}

@-moz-keyframes bounce {
    0% {
        bottom: 5px;
    }
    25%,
    75% {
        bottom: 15px;
    }
    50% {
        bottom: 20px;
    }
    100% {
        bottom: 0;
    }
}

@-webkit-keyframes bounce {
    0% {
        bottom: 5px;
    }
    25%,
    75% {
        bottom: 15px;
    }
    50% {
        bottom: 20px;
    }
    100% {
        bottom: 0;
    }
}

.bounce span {
    color: #fff;
    margin-top: 1rem;
    display: block;
}