#gorgo-menu-top {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    height: 300px;
    z-index: 1000;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.logo {
    text-align: center;
    height: 75px;
    padding-top: 10px;
}

.logo img {
    height: 75px;
}

.gorgo-menu-flex {
    display: flex;
    align-content: center;
    justify-content: center;
    gap: 25px;
	margin-top: 10px;
}

.gorgo-menu-flex span {
    display: block;
}

.gorgo-menu-flex img {
    display: block;
    width: auto;
    height: 20px;
}