body::before {
    display: block;
    content: '';
    height: 60px;
    word-break: break-word;
}

.bg-light {
    background-color: #aec0ab!important;
}

.bg-primary {
    background-color: #d2d8d1!important;
}

.bg-primary, .btn-primary {
    background-color: #d2d8d1!important;
    border-color: #5f121f!important;
    color: #5f121f!important;
}

body, a, .nav-link, .text-light, .list-group-item {
    color: #5f121f!important;
}

.dtv-logo-header {
    height: 60px;
    width: 60px;
}

.dtv-logo-show-case {
    height: 240px;
    width: 426px;
    margin-top: 70px;
    margin-bottom: 70px;
    margin-left: 100px;
}

.list-group-item {
    word-break: break-word;
}

#map {
    width: 300px;
    height: 200px;
    border-radius: 10px;
}

@media(min-width: 768px) {
    .news-input {
        width: 50%;
    }
}