body {
    background-image: url("/assets/img/Website_BG.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.container {
    background-color: white !important;
}
.logo-container {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 40px;
}
.logo {
    max-width: 444px;
    margin: auto;
    display: block;
}
.navbar {
    margin-left: -15px !important;
    margin-right: -15px !important;
}
.after-nav {
    text-align:center;
}
