#hero{
    background: url('./img/free-vector-blue-polygon-background.jpg');
    background-position-x: center;
    background-size: cover;
    height: 680px;
}

#hero .navbar.is-transparent{
    background-color: transparent;
}

.service-buttons{
    justify-content: center !important;
}

.logos:before{
    content: '';
    position: absolute;
    width: 50%;
    left: 25%;
    top: 0;
    border-top: 1px solid #ebebeb;
}

#contact {
    background-image: url('./img/contact_banner.jpg');
    background-size: cover;
}

@media screen and (max-width: 1023px){
    .navbar-menu a.has-text-white{
        color: #4f4f4f !important;
    }
    .navbar-menu a.has-text-white:hover{
        color: #3273dc !important;
    }
}