@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;
    }
  	a:hover{
		color: white;
    }
    h1{
        font-family: contralto-big, sans-serif;
        font-weight: 900;
        font-style: normal;
        font-size: 35px;
        text-align: center;
        margin-right: 5px;
    }
    h2{
        font-family: contralto-big, sans-serif;
        font-weight: 100;
        font-size: 35px;
        font-style: italic;
        margin-left: 5px;
    }
    h3{
        font-family: contralto-big, sans-serif;
        font-weight: 10;
        font-size: 25px;
        text-align: end;
        margin-right: 10px;
    }
    img{
        width: 300px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 3%;
        display: flex;
	     transition: transform .2s; 
    }
    img:hover{
        transform: scale(1.2);
    }
    h4{
        font-family: contralto-big, sans-serif;
        font-weight: 10;
        font-size: 30px;
        margin-left: 5px;
    }
    p{
        font-family: contralto-small, sans-serif;
        font-weight:normal;
        font-size: 15px;
        margin-left: 40px;
    }
    footer{
        padding: 30px;
        background-color: #90A38C;
        margin: 0;
        border: 0;
        display: flex;
        justify-content: right;
        flex-direction: row;
    }
    video, source{
        display: block;
        margin: auto;
        width: 95%;
        height: auto;
    }   

}
@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;
}
  a:hover{
		color: white;
    }
h1{
    font-family: contralto-big, sans-serif;
    font-weight: 100;
    font-size: 35px;
    text-align: center;
    margin-right: 20px;
}
img{
    width: 350px;
    display: block;
    margin-left: auto;
    margin-right: auto;
	transition: transform .2s;
}
img:hover{
    transform: scale(1.4);
	border-radius: 3%;
}
p{
    font-family: contralto-small, sans-serif;
    font-weight:normal;
    font-size: 20px;
    margin-left: 300px;
    margin-right: 300px;
    text-align: justify;
}
footer{
    padding: 30px;
    background-color: #90A38C;
    margin: 0;
    border: 0;
    display: flex;
    justify-content: right;
    flex-direction: row;
}
#legalmentions, #legalmentions2{
    font-size: 15px;
}
video, source{
    display: block;
    margin: auto;
}
}