/**************************************/
/********* CSS FOR UVART.PHP **********/
/**************************************/

/************** GLOBAL ****************/
div {
    flex-direction: column;
    justify-content: center;
}

/************** HEADER ****************/
.shortInfo {
    font-family: 'Abel', sans-serif;
    border: none;
    height: 100%;
    width: 75%;
    color: white;
    text-align: center;
    background: #383838;
    margin-left:auto;
    margin-right:auto;
    padding: 0px 0px 10px 0px;
}

.shortInfo h1 {
    font-size: 60px;
    padding-top: 40px;
    margin: 0px;
}

.shortInfo p {
    padding: 0px;
    margin: 0px;
}

/************** PROFILES ****************/

.containerSplit {
    background-color: whitesmoke;
    display: flex;
    margin-left:auto;
    margin-right:auto;
}

.containerProfiles {
    font-family: 'Abel', sans-serif;
    height: 100%;
    width: 75%;
    background: #383838;
    color: white;
    margin-left:auto;
    margin-right:auto;
    opacity: 0.95;
}

.containerProfiles a {
    color: white;
}

.left-half {
    flex: 1;
    padding: 10px 5px 0px 10px;
}

.right-half {
    flex: 1;
    padding: 10px 10px 0px 5px;
}

.profileBox {
    padding: 10px 10px 10px 10px;
    background-color: #75a09f;
    margin-bottom: 10px;
}

.profilePic {
    float: left;
    padding: 0px 15px 0px 0px;
}

.profileText {
    line-height: 1.5;
    padding: 0px 0px 5px 10px;
}