@font-face {
    font-family: 'Scala-Sans-Regular';
    src: url("scala-sansregular.otf") format("opentype");
}

body {
    background-color: #FBDDE0;
    font-family: 'Scala-Sans-Regular';
    text-align: center;
}

.logo img {
    max-height:70vh; 
    min-height:300px; 
    height:100%;
}

.contact {
    margin-top: 1vh;
    font-size: 3vh;
}
@media screen and (max-height: 500px) {
    .contact {
        margin-top: 4px;
        font-size: 12pt;
    }
}

.contact div {
    margin-bottom: 0.8vh;
}

.contact a {
    color: #3E4F78;
    text-decoration: none;
}

.contact img {
    vertical-align: middle;
    height: calc(0.4em + 0.8vh);
    min-height:8px; 
}