#header {
    background: none;
}

#starseu-header-logo {
    max-width: 100%;
    max-height: 100px;
}

.uni-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
    grid-auto-rows: 150px;
    max-width: 850px;
    margin: auto;
}

.starseu-footer-logo {
    display: none;
}

@media (min-width: 576px) {
    .uni-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .starseu-footer-logo {
        display: inline;
    }
}

@media (min-width: 992px) {
    .uni-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.uni-grid .grid-item img {
    max-width: 100%;
    max-height: 100%;
}

.uni-grid .grid-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

.uni-grid .grid-item:hover:not(.disabled),
.uni-grid .grid-item:focus {
    border-radius: 5px;
    box-shadow: 0 0px 5px 2px #144191;
    outline: none;
    background: none;
}

.uni-grid .grid-item.disabled {
    filter: grayscale(1);
    opacity: .6;
}

.starseu-footer-logo,
.eu-footer-logo {
    max-height: 3.2rem;
}

.starseu-footer-logo {
    max-height: 2.5rem
}

.m-auto {
    margin: auto;
}

footer {
    position: relative;
}

.footer {
    display: flex;
    align-items: center;
    background: #e1e1e1;
    padding-right: 10px;
    padding-left: 10px;
}

.footer-wrap {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1000px;
    padding: 1.15rem 10px;
    margin-left: auto;
    margin-right: auto;
}

.footer-logos {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.p-1 {
    padding: 1rem;
}

.select-uni-title {
    margin-top: 0;
}

.footer-bar {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    height: 10px;
}

.footer-bar * {
    width: 25%;
    height: 100%;
}

.footer-bar :nth-child(1) {
    background-color: #eb7d00;
}

.footer-bar :nth-child(2) {
    background-color: #019ee3;
}

.footer-bar :nth-child(3) {
    background-color: #c81919;
}

.footer-bar :nth-child(4) {
    background-color: #144191;
}