
@media screen and (min-width: 576px) {
    .jumbotron {
        padding: 2rem 1rem;
    }
}

.breadcrumb {
    background-color: white;
    margin-bottom: 0px;;
    padding-left: 3px;
    padding-right: 3px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 300;
    line-height: 1.2;
}

h2, .h2 {
    font-size: 28px;
}
h3, .h3 {
    font-size: 24px;
}
h4, .h4 {
    font-size: 19px;
}

h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
    font-size: 65%;
}
h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777;
}

hr {
    margin-top: 24px;
    margin-bottom: 24px;
}

#map-area-wrapper .popover {
    max-width: 350px;
}

#map-area-wrapper .popover-body {
    padding: 0px;
}

#map-area-wrapper h5, h6 {
    font-weight: bold;
}

.map_img_block img {
    max-width: 300px;
}

@media screen and (min-width: 0px) and (max-width: 575px) {
    .page_header {
        font-size: 26px;
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 22px;
    }

    #map-area-wrapper {
        width: 95%;
        height: 1000px;
        max-height: 65vh;
    }

    .nav_search_text {
        font-size: 16px;
    }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
    .page_header {
        font-size: 32px;
    }

    #map-area-wrapper {
        width: 95%;
        height: 1000px;
        max-height: 65vh;
    }

    .nav_search_text {
        font-size: 16px;
    }    
}
@media screen and (min-width: 768px)  {
    .page_header {
        font-size: 32px;
    }

    #map-area-wrapper {
        width: 100%;
        height: 1000px;
        max-height: 85vh;
    }
}

@media screen and (min-width: 0px) and (max-width: 400px) {
    .card_spot_block {
        
    }
}
@media screen and (min-width: 401px) and (max-width: 800px) {
    .card_spot_block {
        min-width: 30rem;
        max-width: 400px;
    }
}
@media screen and (min-width: 801px)  {
    .card_spot_block {
        min-width: 20rem;
        max-width: 351px;
    }
}

.img_spot_main {
    max-height: 75vh;
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 2;
    }
}

@media (min-width: 768px) {
    .card-columns {
        column-count: 3;
    }
}

@media (min-width: 992px) {
    .card-columns {
        column-count: 4;
    }
    .home_card_columns {
        column-count: 3;
    }
    .spot_view_photo_card_columns {
        column-count: 3;
    }
}

@media (min-width: 1200px) {
    .card-columns {
        column-count: 4;
    }
    .home_card_columns {
        column-count: 6;
    }
    .spot_view_photo_card_columns {
        column-count: 3;
    }
}
