body {
    background: url(/img/securityfestbg-2020.png) no-repeat center center fixed;
    /*background-size: cover;*/
}

.vertical-center {
    display: flex;
    align-items: center;
}

.center-image {
    margin: auto;
}

.logo-image {
    width: 400px;
    height: 190px;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.navbar-nav li a {
    line-height: 35px;
}

.headline-support {
    margin: 0px;
}

.addeventatc {
    z-index: 9 !important;
}

footer {
    background-color: #fff;
}

.background-fade {
    /*background: linear-gradient(to right, rgba(255,255,255,0.6) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.6) 100%);*/
    background-color: #fff;
}

.footer-action {
    background: none;
}

.vertical-center {
    display: flex;
    align-items: center;
}

.min-height-250 {
    min-height: 250px;
}

.list-group-item:first-child {
    padding-top: 0;
}

.list-group-item {
    border: none;
}
