@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;
    }
    p{
        font-family: contralto-big, sans-serif;
        font-weight: 10;
        font-size: 20px;
        color: cadetblue;
        font-style: italic;
        margin-left: 20px;
    }
    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;
    }
    h2{
        font-family: contralto-big, sans-serif;
        font-weight: 10;
        font-size: 15px;
        margin-left: 10px;
        display: flex;
        text-align: justify;
        margin-right: 5px;
    }
   a:hover{
        color: white;
    }
  img {
		width: 50px;
  	}
}
@media screen and (min-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: 25px;
        margin-left: 30px;
    }
    footer{
        padding: 30px;
        background-color: #90A38C;
        margin: 0;
        border: 0;
        display: flex;
        justify-content: right;
        flex-direction: row;
    }
    #legalmentions, #legalmentions2{
        font-size: 15px;
    }
    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-big, sans-serif;
        font-weight: 10;
        font-size: 30px;
        color: cadetblue;
        font-style: italic;
        margin-left: 20px;
    }
    h2{
        font-family: contralto-big, sans-serif;
        font-weight: 10;
        font-size: 20px;
        margin-left: 10px;
        display: flex;
        text-align: justify;
        margin-right: 10px;
    }
   a:hover{
        color: white;
    }
  	img{
        width: 300px;
		display: block;
        margin-left: auto;
        margin-right: auto;
        border-radius: 3%;
        display: flex;
	     transition: transform .2s; 
    }
    }