.logo-small{
    position: absolute;
    left: 5vh;
    top: 5vh;
    height: 15vh;
}

.margin{
    height: 20vh;
}

.contact-box{
    width: 90%;
    height: 10vh;
    display: flex;
    cursor: pointer;
    text-decoration: none;
    align-items: center;
    transition: 0.5s;
    border-radius: 20px;

    border: solid transparent 5px;
}

.contact-box:hover{
    border: solid white 5px;
}

.contact-img{
    height: 90%;
    margin-left: auto;
    margin-right: 2vw;
}

.contact-label{
    font-family: jockey;
    color: #c7e2ffc0;
    font-size: 3rem;
    text-align: center;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    margin-right: auto;
}

.logo-contact{
    width: 20vw;
    margin-top: 1.5%;
}

.exco-flex{
    display: flex;
    height: 50%;
    width: 90%;
    justify-content: center;
    /* align-items: center; */
}

.exco-holder{
    width: 30%;
    display: flex;
    flex-direction: column-reverse;
}

.exco-name{
    font-family: jockey;
    color: #FFFFFF;
    font-size: 2rem;
    text-align: center;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.exco-role{
    font-family: jockey;
    color: #CFBBBB;
    font-size: 1rem;
    text-align: center;
    margin-bottom: 0.5rem;
}

.fill-remaining{
    flex: 1;
    object-fit: cover;
}