html,body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    background-color: #00002b;
}
.hero.is-info {
    background: linear-gradient(
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.5)
    ), url("../images/hayer-bg.png") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.hero .nav, .hero.is-success .nav {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.hero .subtitle {
    padding: 3rem 0;
    line-height: 1.5;
}

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

.big-text {
    padding-top: 11rem;
}

.img-white {
    filter: brightness(0) invert(1);
}

.center-element {
    margin-left: auto;
    margin-right: auto;
}

.is-partner {
    width: 256px;
}

.navbar-burger {
    color: #eb4f02;
}

@media screen and (max-width: 1023px) {
    .hero.is-info .navbar-menu {
        background-color: #0f0046;
    }
}

@media screen and (max-width: 650px) {
    .big-text {
        padding-top: 2rem;
    }
}