@import url("https://use.typekit.net/kam3evo.css"); 
html, body{
    margin: 0;
    cursor:context-menu;
}
@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;
    }
    h1{
        font-family: lust-script-fine,sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 50px;
        text-align: left;
		color: white;
		margin-left: 10px;
    }
    h2{
        font-family: 'Montserrat', sans-serif;
        font-weight: 100;
        font-size: 30px;
        font-style: italic;
        margin-left: 5px;
		color: black;
    }
    h3{
        font-family: 'Montserrat', sans-serif;
        font-weight: 10;
        font-size: 25px;
        text-align: end;
        margin-right: 10px;
		color: white;
    }
    img{
        width: 150px;
        margin-left: 100px;
        border-radius: 3%;
		transition: transform .2s; 
    }
    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: 20px;
        margin-left: 40px;
		color: black;
		margin-right: 10px;
    }
    footer{
        padding: 30px;
        background-color: #90A38C;
        margin: 0;
        border: 0;
        display: flex;
        justify-content: right;
        flex-direction: row;
    }
    body{
        background-color: black;
    }
    a:hover{
        color: white;
    }
   img:hover{
        transform: scale(1.2);
    }
  #mockup{
  	background-color: #FCFCEF;
  }
  
  #mcba{
  	background-color: #F0F2DF;
  }
  
  .mcba{
  	border-radius: 3%;
	transition: transform .2s; 
	width: 75%;
	margin-left: 40px;
  }
}
@media screen and (min-width:640px){
h1{
    font-family: lust-script-fine,sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 100px;
    text-align: left;
    margin-right: 80px;
    color: white;
}
h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 60px;
    font-style: italic;
    margin-left: 10px;
    color: white;
}
h3{
    font-family: 'Montserrat', sans-serif;
    font-weight: 10;
    font-size: 40px;
    text-align: end;
    margin-right: 20px;
    color: white;
}
h4{
    font-family: contralto-big, sans-serif;
    font-weight: 10;
    font-size: 40px;
    margin-left: 10px;
}
p{
    font-family: contralto-small, sans-serif;
    font-weight:normal;
    font-size: 25px;
    margin-left: 40px;
    color: black;
}
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;
}
footer{
    padding: 30px;
    background-color: #90A38C;
    margin: 0;
    border: 0;
    display: flex;
    justify-content: right;
    flex-direction: row
}
#legalmentions, #legalmentions2{
    font-size: 15px;
}
img{
    width: 200px;
    margin-left: 300px;
    border-radius: 3%;
	transition: transform .2s;     
}
  body{
  	background-color: black;
  }
  
  
 img:hover{
        transform: scale(1.2);
    }
  #mockup{
  	background-color: #FCFCEF;
  }
  
  #mcba{
  	background-color: #F0F2DF;
  }
  
  .mcba{
  	border-radius: 3%;
	transition: transform .2s; 
	width: 50%;
	margin-left: 90px;
  }
}