body,
html {
    height: 100%;
    margin: 0;
}

.background-image {
    background-image: url('images/background.jpg');
    background-size: cover;
    background-position: center;
    height: 100%;
    margin: 0;
    padding: 0;
    transition: background-image 300ms ease-in 200ms;
}

.navbar {
    background-color: transparent !important;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.navbar-item {
    color: white !important;
}

.centered-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

