body {
    hyphens: auto;
}
/* Bootstrap Navigation */
.navbar {
    -webkit-box-shadow: 0 6px 6px -6px #e30613;
    -moz-box-shadow: 0 6px 6px -6px #e30613;
    box-shadow: 0 6px 6px -6px #e30613;
}
.navbar-brand img {
    height: 100px;
    padding: 5px;
}
h1, h2, h3, h4, h5, h6 {
    color: #e30613;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
    color: #212529;
}

h1 abbr[title] {
    color: transparent;
    text-decoration: none;
    cursor: text;
}

h1 abbr[title]:before {
    color: #e30613;
    content: attr(title);
}

div#video {
    padding: 56.25% 0 0 0;
    position: relative;
}

div#video iframe {
    border: 0px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Bootstrap Carousel */
.carousel-caption {
    background-color: #e9ecef;
    color: #212529;
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
}
.carousel-indicators li {
    background-color: #212529;
}
/* Imagemap */
img {
    max-width: 100%;
    height: auto;
}

/**/
.dvz-text-truncate .card-text p:last-child {
    display: inline;
}
@media (max-width: 768px) {
    h1 abbr[title] {
        color: #e30613;
    }

    h1 abbr[title]:before {
        content: '';
    }
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\f15d";
}

a.desc:after {
    content: "\f881";
}

.sort-numerical a.asc:after {
    content: "\f162";
}

.sort-numerical a.desc:after {
    content: "\f886";
}

.sort-ordinal a.asc:after {
    content: "\f884";
}

.sort-ordinal a.desc:after {
    content: "\f160";
}