
body{
    background-color: black;
}
.fixedBackground {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.darkFilter{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
}

.centerLogo{
    width: 40vw;
    position: absolute;
    left: 50%;
    margin-left: -20vw;
    top: 50%;
    margin-top: -10vw;
}
@media only screen and (max-width : 575px) {
    .centerLogo{
        width: 80vw;
        position: absolute;
        left: 50%;
        margin-left: -40vw;
        top: 50%;
        margin-top: -20vw;
    }
}


.dropdown-menu {
    background-color: transparent;
    border:none;
  }

  .dropdown-menu .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    font-weight: 400;
    color: white;
    background-color: transparent;
    border: 0;
    position: relative;
    left: -1.5rem;
  }
  .nl2br{
    white-space: pre-line;
}