html, body {
    font-family: 'Montserrat', sans-serif;
    height: 100%;
}

.navbar-toggler {
    border: none;
    outline: none!important;
}

.navbar-brand img {
    height: 100px;
    margin: 15px 0;
}

.nav-item {
    position: relative;
}

.nav-item a {
    display: table;
}

.nav-item:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background-color: rgba(0,0,0,.5);
    -webkit-transition: all .5s cubic-bezier(.26,.82,.76,1.06);
    -o-transition: all .5s cubic-bezier(.26,.82,.76,1.06);
    -moz-transition: all .5s cubic-bezier(.26,.82,.76,1.06);
    transition: all .5s cubic-bezier(.26,.82,.76,1.06);
}

.nav-item:hover:after {
    width: 0;
}

.background-color {
    background-color: #701b30;
    padding: 25px;
}

.page-heading {
    padding: 25px!important;
}

.mt-30 {
    margin-top: 30px;
}

h1 {
    font-weight: 700;
    color: #fff;
    line-height: 30px;
    font-size: 30px;
    text-shadow: 2px 2px 8px #333;
}

.imprint-logo {
    height: 50px;
    width: auto;
}

p, ul {
    color: #5d677b;
}

a {
    word-wrap: break-word;
}

a .fas,
a:visited .fas {
    color: #19226c;
}

a:hover .fas,
a:focus .fas,
a:active .fas {
    color: #701b30;
}

@media only screen and (min-width: 768px) {
    .background-color {
        padding: 50px;
    }
    h1 {
        font-size: 48px;
        line-height: 50px;
    }
    .nav-item:hover:after {
        width: 100%;
    }
}
