/* Change text on upload button for contact form*/
.en-upload-button {
    border: 1px;
    border-style: solid;
    border-radius: 5px;
    background-color: white;
    padding: 5px 10px;
}

/*Team sites move headings inward */
@media only screen and (min-width: 600px){
    .side-spacing-team {
        margin-left: 10%;
        margin-right: 10%;
    
    }
}
@media only screen and (max-width: 599px){
    .side-spacing-team {
        margin-left: 1%;
        margin-right: 1%;
    
    }
    #team_h2 { 
        text-align: center;
    }
}

/* Professors site heading */
#professoren {
    color: #e1474d;
    font-size: 2.5em;
    margin: 40px 0;
}