@import url("https://use.typekit.net/kam3evo.css"); 
html, body{
    margin: 0;

}
@media screen and (max-width:640px){
    header{
        padding: 45px;
        background-color: #9794F2;
        margin: 0;
        border: 0;
        display: flex;
        justify-content: right;
        flex-direction: row;
    }
    a{
        justify-content: right;
        text-decoration: none;
        font-family: contralto-small, sans-serif;
        font-weight: 600;
        color: black;
        font-size: 10px;
        margin-left: 10px;
    }
    footer{
        padding: 30px;
        background-color: #90A38C;
        margin: 0;
        border: 0;
        display: flex;
        justify-content: right;
        flex-direction: row;
    }
    h3{
        font-family: contralto-big, sans-serif;
        font-weight: 10;
        font-size: 35px;
        text-align: left;
        margin-left: 5px;
    }
    h4{
        font-family: contralto-big, sans-serif;
        font-weight: 10;
        font-size: 25px;
        margin-left: 5px;
    }
    p{
        font-family: contralto-small, sans-serif;
        font-weight:normal;
        font-size: 15px;
        margin-left: 20px;
    }
    img{
        width: 50px;
        margin-left: 5px; 
    }
    h2{
        font-family: contralto-big, sans-serif;
        font-weight:bold;
        font-size: 18px;
        text-align: right;
        margin-right: 15px;
        font-style: italic;
        margin-left: 15px;
    }
   a:hover{
        color: white;
    }
}
@media screen and (min-width:640px){
#legalmentions, #legalmentions2{
    font-size: 15px;
}
header{
    padding: 45px;
    background-color: #9794F2;
    margin: 0;
    border: 0;
    display: flex;
    justify-content: right;
    flex-direction: row;
}
a{
    justify-content: right;
    text-decoration: none;
    font-family: contralto-small, sans-serif;
    font-weight: 600;
    color: black;
    font-size: 25px;
    margin-left: 30px;
}
footer{
    padding: 30px;
    background-color: #90A38C;
    margin: 0;
    border: 0;
    display: flex;
    justify-content: right;
    flex-direction: row;
}
h3{
    font-family: contralto-big, sans-serif;
    font-weight: 10;
    font-size: 40px;
    text-align: left;
    margin-left: 10px;
}
h4{
    font-family: contralto-big, sans-serif;
    font-weight: 10;
    font-size: 30px;
    margin-left: 10px;
}
p{
    font-family: contralto-small, sans-serif;
    font-weight:normal;
    font-size: 25px;
    margin-left: 40px;
}
img{
    width: 75px;
    margin-left: 15px; 
}
h2{
    font-family: contralto-big, sans-serif;
    font-weight:bold;
    font-size: 20px;
    text-align: right;
    margin-right: 15px;
    font-style: italic;
    margin-left: 15px;
}
   a:hover{
        color: white;
    }
}