footer {
    margin-top: 100px;
    height: 50vh;
    background-image: url("https://static.igem.wiki/teams/4117/wiki/images/footerpic.png");
    background-repeat: no-repeat;
    /* background-size: cover; */
    /* background-attachment: fixed; */
    background-size: 100% 100%;
    /* background-position: 0 500px; */
}

.contact {
    display: flex;
    width: 100%;
    height: 100%;
}

footer .con {
    font-family: 'Snat';
    display: inline-block;
    font-size: 2vw;
    text-align: center;
    line-height: 200px;
    padding-left: 50px;
    width: 20%;
    height: 80%;
}

footer .info {
    font-style: italic;
    font-size: 1.2vw;
    text-align: left;
    display: inline-block;
    line-height: 32px;
    margin-top: 50px;
}

footer .info .copyright {
    font-size: 1vw;
    font-style: normal;
}

.sponsor {
    padding: 20px;
}

.row-same-height>div {
    height: 6vh;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
}
