.attraction_post_content {margin-to: 10px}


.attraction-sidebar {
    margin:0 auto 10px auto;
}
.attraction-sidebar {
    width:330px !important;
}
@media(max-width: 764px){
    .attraction-sidebar {
        width: 100%;
    }
}

.bff-nav-wrapper {
    background: rgb(34, 34, 34);
}

.navbar-brand a,
.navbar-brand {
    font-size: 50px;
    font-family: "Jost", ariel;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 3px;
    text-shadow: 2px 2px darkgrey;
    color: rgb(34, 34, 34) !important;
}
@media(max-width:576px){
    .navbar-brand a,
    .navbar-brand {
        font-size: 30px;
    }
}

.bg-primary {background-color:#00a8f3 !important}