body {
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
    background: #FAFAFA !important;
}

/* Navbar */
.navbar {
    font-size: 2.8rem;
    font-family: 'Caveat', cursive;
    letter-spacing: 0.1rem;
    background: rgba(0, 0, 0, .6);
}

.navbar-nav li {
    padding-left: 2rem;
}

/* Slider Images */
.carousel {
    background-color: #ae7961;
}
.carousel-img {
    height: 100vh;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel .carousel-item {
    position: absolute;
    opacity: 0;
    transition: opacity 1.5s;
}

.carousel .carousel-item.active {
    position: relative;
    opacity: 1;
}
.carousel-caption {
    position: absolute;
    top: 25%;
    z-index: 10;
}

@media (max-width: 767px) {
    .carousel-caption {
        top: 40%;
    }
}

.carousel-caption h1 {
    font-family: 'Caveat', cursive;
    color: #FAFAFA;
    right: 0;
    left: 0;
}

.carousel-caption h3 {
    font-family: 'Caveat', cursive;
    font-size: 8vw;
}

.carousel-caption h4 {
    font-size: 4vw;
    font-weight: lighter;
}

.carousel-caption-sec a {
    color: white;
    font-family: 'Caveat', cursive;
    position: absolute;
    top: 90%;
    right: 65%;
    z-index: 10;
}

.carousel-caption-sec a:hover {
    color: white;
    text-decoration: none;
}

#carouselContent > a > span {
    font-size: 30px;
    color: black;
}

#carouselIndicatorsBottom > a > span {
    font-size: 30px;
}

/* Quote */
.narrow {
    padding: 3% 18% 1%;
    margin: 0 auto;
    background: #FAFAFA;
    font-weight: lighter;
}

.narrow h3 {
    padding: 3% 18% 1%;
    font-style: italic;
    font-weight: 300;
}

/* Jumbotron */
.jumbotron {
    background: #FAFAFA !important;
}

/* Gallery */
.gallery {
    overflow: hidden;
}

.gallery img {
    max-width: 100%;
    padding: 3% 0;
    transition: transform .5s ease-in-out;
}

.gallery img:hover {
    transform: scale(1.1);
    cursor: zoom-in;
}

/* Reservation link */
.reservation-link {
    font-family: 'Caveat', cursive;
    color: #FAFAFA;
}

@media (min-width: 200px) {
    .reservation-link {
        font-size: 2rem;
    }
    
    .carousel-caption h1 {
        font-size: 4rem;
    }
    
    .carousel-caption h3 {
        font-size: 2.5rem;
    }
    
    .carousel-caption-sec {
        font-size: 1.5rem;
    }
}

@media (min-width: 576px) {
    .reservation-link {
        font-size: 2.5rem;
    }

    .carousel-caption h1 {
        font-size: 5rem;
    }

    .carousel-caption h3 {
        font-size: 3rem;
    }

    .carousel-caption-sec {
        font-size: 1.7rem;
    }
}

@media (min-width: 768px) {
    .reservation-link {
        font-size: 3.5rem;
    }

    .carousel-caption h1 {
        font-size: 7rem;
    }

    .carousel-caption h3 {
        font-size: 4rem;
    }

    .carousel-caption-sec {
        font-size: 2rem;
    }
}

@media (min-width: 992px) {
    .reservation-link {
        font-size: 3.5rem;
    }

    .carousel-caption h1 {
        font-size: 7rem;
    }

    .carousel-caption h3 {
        font-size: 4rem;
    }

    .carousel-caption-sec {
        font-size: 2.1rem;
    }
}

@media (min-width: 1200px) {
    .reservation-link {
        font-size: 4rem;
    }

    .carousel-caption h1 {
        font-size: 14rem;
    }

    .carousel-caption h3 {
        font-size: 8rem;
    }

    .carousel-caption-sec {
        font-size: 2.5rem;
    }
}

/* About Us */
img.drawing {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.heading h3 {
    font-family: 'Caveat', cursive;
    font-size: 4rem;
}

.about-us {
    margin-top: -15%;
    padding: 10%;
}

.about-us h4 {
    font-family: 'Caveat', cursive;
    color: #1b6ca8;
    font-size: 3rem;
}

.about-us .subheading {
    color: #0a97b0;
    font-size: 2rem;
}

.about-us .row {
    margin-top: 10%;
    display: flex;
}

@media screen and (max-width: 1024px) {

    .padding-top {
        order: 1;
    }

    .about-us-img {
        order: 2;
    }
}

.about-us-img {
    text-align: center;
}

.about-us-img img {
    width: 80%;
}

.padding-top {
    padding-top: 8%;
}

/* Start Maps */
#map {
    height: 500px;
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
}

/* Footer */
.contact {
    background: white;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-right: 0;
}

.socials h6 {
    font-size: 1.4rem;
}

.socials {
    font-size: 1.3rem;
    padding-top: 3%;
}

.links a {
    padding: 5%;
}

footer {
    padding: 2%;
}

/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/
