*
{
    font-family: 'Gruppo', cursive;
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
    font-size: 100%;
    background-color: #85B09A;
}

#container {
    min-height: 100%;
}
#main {
     overflow:auto; 
    padding-bottom: 100px;

}

#footer {
    background-color: #85B09A;
    position: relative;
    height: 100px;
    margin-top: -100px;
    clear: both;
    font-size: 1em;
    text-align: center;
    color: 	#002147;
}
#logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 50px;
    height: auto;
    width: 50vw;
    max-width: 400px;
    min-width: 20px;
   
}
#companyTitle{
    font-size:  10em;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px; 
    font-size: 5vmax;
    font-weight: lighter;
    color: 	#002147;
}
#oxford {
    background-color: 	#002147;
}
#cambridge {
    background-color: #85B09A;
}