/*$seasalt achtergrond: rgba(247, 247, 247, 1);*/
/*$lion donker beige: rgba(195, 157, 99, 1);*/
/*$eerie-black tekst: rgba(31, 31, 31, 1);*/
/*$silver grijze tekst: rgba(192, 192, 192, 1);*/

/*!* SCSS RGB *!*/
/*$light-blue: rgba(185, 225, 227, 1);*/
/*$columbia-blue: rgba(169, 199, 214, 1);*/
/*$lemon-chiffon: rgba(252, 246, 197, 1);*/
/*$misty-rose: rgba(253, 215, 213, 1);*/
/*$pearl: rgba(233, 227, 195, 1);*/
/*$misty-rose: rgba(255, 219, 217, 1);*/
/*$cherry-blossom-pink: rgba(229, 170, 175, 1)*/

.titel {
    font-size: 100px;
    color: rgba(229, 170, 175, 1);
    text-shadow:
    -2px -2px 0 rgba(169, 199, 214, 1),
    2px -2px 0 rgba(252, 246, 197, 1),
    -2px 2px 0 rgba(255, 219, 217, 1),
    2px 2px 0 rgba(185, 225, 227, 1);
}

.korteLijn {
    width: 20%;
    height: 10px;
    margin-top: 0.5em;
    margin-bottom: 1em;
    margin-left: 40%;
    background-color: rgba(229, 170, 175, 1);
}

.achtergrond {
    background-color: rgba(247, 247, 247, 1);
    min-height: 30em;
}

.tekstGrijs {
    color: rgba(192, 192, 192, 1);
    font-size: 20px;
}

.tekstGrijsklein {
    color: rgba(192, 192, 192, 1);
    font-size: 15px;
}

.tekstRoos {
    color: rgba(229, 170, 175, 1);
}

.button1 {
    background-color: rgba(229, 170, 175, 1);
    color: rgba(247, 247, 247, 1);
    padding: 10px 24px;
    font-size: 16px;
    border: 1;
    border-color: rgba(229, 170, 175, 1);
}
.button1:hover {
    background-color: transparent;
    color: rgba(229, 170, 175, 1);
    border: 1;
    border-color: rgba(229, 170, 175, 1);
}
.button2 {
    background-color: transparent;
    color: rgba(229, 170, 175, 1);
    padding: 10px 24px;
    font-size: 16px;
    border: 1;
    border-color: rgba(229, 170, 175, 1);
}
.button2:hover {
    background-color: rgba(229, 170, 175, 1);
    color: white;
}
.button3 {
    background-color: rgba(169, 199, 214, 1);
    color: white;
    padding: 10px 24px;
    font-size: 16px;
    border: 1;
    border-color: rgba(169, 199, 214, 1);
}

h1 {
    font-family: "Hiragino Mincho Pro";
    opacity: 1;
    font-size: 40px;
}

p {
    font-family: "monospace";
    opacity: 1;
}

.cardgroupBackground {
    background-color: rgba(247, 247, 247, 1);
}

h2 {
    color: rgba(169, 199, 214, 1);
}

h3{
    font-size: 20px;
    font-family: "Hiragino Mincho Pro";
}
h4{
    color: rgba(229, 170, 175, 1);
}

.cardBackground {
    background-color: rgba(247, 247, 247, 1);
    border: none;
}

.tekstZwart {
    color: rgba(31, 31, 31, 1);
}

.beige {
    color: rgba(169, 199, 214, 1);
}

.achtergrondfoto {
    background-image: url("../images/cupcakes2 kopie.jpeg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    /*min-height: 40em;*/
    /*max-height: 20em;*/
    background-attachment: fixed;
}
.tekstlinks{
    text-align: left;
}
.korteLijnlinks {
    width: 20%;
    height: 10px;
    margin-bottom: 1em;
    background-color: rgba(229, 170, 175, 1);
}

.cardonder{
    border: none;
}
.achtergrondfoto2 {
    background-image: url("../images/cupcakes2.jpeg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    /*min-height: 40em;*/
    /*max-height: 20em;*/
}
.cardroos{
    background-color: rgba(229, 170, 175, 1);
}
.tekstwit{
    color: white;
}
body
{
    overflow-x: hidden;
}