/* !
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE) */
.carousel-item {
    height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

section {
    padding: 150px 0;
}

.navbar {
    background-color: #EFD434;
    -webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.46);
    -moz-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.46);
    box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.46);
}

h1 {
    font-family: 'Bebas Neue', cursive;
    font-feature-settings: normal;
    color: #282828;
    letter-spacing: 18px;
    text-indent: 0;
}

p {
    font-family: 'Open Sans', sans-serif;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 0%;
    position: relative;
    height: 1;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 500px;
    width: 100%;
    position: relative;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bolder;
}
