@font-face {font-family: ByShey;
            src: url(../content/911Fonts.com_CenturyGothicRegular__-_911fonts.com_fonts_mhpY.ttf);
    }
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: ByShey, sans-serif;
    font-style: normal;
    font-weight: 400;
}

a {
    text-decoration: none;
    color: black;
    cursor: pointer;
    font-size: 1rem;
}

.Btn {
    color: white;
    background-color: #262025;
    padding: 0.6rem 2.2rem;
    font-weight: bold;
    font-size: 1.1rem;
    border-radius: 100px;
}

.Btn-small {
    color: white;
    background-color: #FAA8BF;
    padding: 0.2rem 1rem;
    font-size: 16px;
    border-radius: 100px;
}

.Btn-open {
    color: white;
    border: 2px solid #FAA8BF;
    padding: 0.2rem 1rem;
    font-size: 16px;
    border-radius: 100px;
}

h1 {
    font-size: 1.7rem;
    font-weight: 800;
}

h2 {
    font-size: 1.2rem;
}

.navbar .current {
    color: #262025;
}

.omgeving {
    font-size: 16px;
    color: #ACACAC;
}

h3 {
    color: #414141;
}

p{
    font-size: 1.05rem;
    color: #727272;
}

.link {
    color: #FAA8BF
}

.statusnaam, .statusemail, .statusbericht {
    color: red;
}

@media (min-width: 1400px){
    p {
        font-size: 1.1rem;
    }
    h2 {
        font-size: 1.5rem;
    }
    h1 {
        font-size: 1.9rem;
    }
    a {
        font-size: 1.1rem;
    }
    h3 {
        font-size: 1.3rem;
    }
}
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 1rem;
    position: relative;
    height: 5.2rem;
}

header .instagram, header .facebook{
    width: 27px;
}

header .logo {
    width: 17rem;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.logo.responsivelogo {
    display: none;
}

/* header responsive */
@media (max-width: 715px){
    header .logo {
        display: none;
    }
    header {
        justify-content: center;
        height: 2rem;
    }
    header .socials {
        margin-right: 1rem;
    }
    header .instagram, header .facebook{
        width: 23px;
        margin-left: 0.3rem;
    }
    .logo.responsivelogo {
        display: block;
        width: 12rem;
        margin: 0.5rem auto;
    }
}

.navbar {
    background-color: #faa8bf;
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
    position: sticky;
    top: 0;
    z-index: 10;
}

.navbar a {
    color: white;
    margin: 0 1.3rem;
}

.navbar .mid .Btn {
    margin-right: 4rem;
}

.burger {
    position: absolute;
    right: 2rem;
    width: 30px;
    cursor: pointer;
    display: none;
}

.line1, .line2, .line3 {
    height: 3px;
    width: 100%;
    background-color: white;
    margin-bottom: 6px;
}

.responsive {
    height: 100vh;
    width: 100%;
    background-color: #FAA8BF;
    display: none;
    flex-direction: column;
    align-items: center;
    padding-top: 2rem;
    position: fixed;
    z-index: 10;
    top: 0;
    align-items: center;
    justify-content: center;
}
.responsive.toggle {
    display: flex;
}
.responsive a{
    color: white;
    padding: 0.6rem 0;
    font-size: 1.2rem;
    width: 100%;
    text-align: center;
}
.responsive .current {
    background-color: #262025;
}
.responsive a:hover {
    background-color: #262025;
}
.cross {
    cursor: pointer;
    margin-top: 2rem;
    position: absolute;
    bottom: 45px;
}
.cross i {
    font-size: 2rem;
}
.responsive .Btn {
    width: 80%;
    position: absolute;
    top: 100px;
}
.resLogo {
    position: absolute;
    background-color: white;
    top: 0;
}
.resLogo img {
    width: 200px;
}
@media (max-width: 880px) {
    .navbar .left a, .navbar .right a {
        display: none;
    }
    .burger {
        display: inline-block;
    }
    .navbar.toggle .burger {
        position: absolute;
        top: 1rem;
        right: 2rem;
    }
    .navbar .mid .Btn {
        margin-right: 0;
    }
}


/*BANNER*/
.banner {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #FFEFF1;
}

.banner h1 {
    font-weight: bold;
    color: #262025;
    z-index: 2;
    font-size: 1.4rem;
    text-align: center;
}

.hartje1 {
    position: absolute;
    top: 50px;
    right: 35%;
    width: 60px;
    opacity: 0.3;
    transform: rotate(-15deg);
}

.hartje2 {
    position: absolute;
    top: 25px;
    right: 3rem;
    width: 80px;
    opacity: 0.3;
    transform: rotate(5deg);
}

/*FOOTER*/
footer {
    width: 100%;
    background-color: #646464;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 2rem;
    padding: 1.5rem 1rem;
}

footer p {
    color: rgb(184, 184, 184);
}
.footerleft img {
    width: 300px;
}

footer h2 {
    color: white;
    margin-bottom: 1rem;
}

.footermid .email a {
    display: flex;
    align-items: center;
}

.footermid .email p {
    margin-left: 8px;
    color: #FAA8BF;
}

.footermid p {
    margin: 5px 0;
}

.footerright .instagram, .footerright .facebook {
    width: 30px;
    margin-bottom: 5px;
}

.footerimg img{
    width: 130px;
}
.footerimg {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 10px;
    column-gap: 10px;
}

footer .links {
    grid-column: 1 / 4;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-self: start;
    padding: 0 1rem;
}
footer .links h3 {
    margin: 1rem 0;
    color: white;
    font-family: ByShey, sans-serif;
    font-size: 22px;
}
footer .links a {
    margin: 1rem 0;
    margin-left: 7px;
    color: rgb(184, 184, 184);
    font-size: 16px;
}
footer .links ul li {
    list-style-type: none;
    margin-bottom: 8px;
}
footer .links a:hover {
    text-decoration: underline;
}
footer .links i {
    font-size: 20px;
    color: rgb(184, 184, 184);
}
@media (max-width: 1034px) {
    footer {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    footer h2 {
        text-align: center;
        margin-top: 2rem;
    }
    .footerright {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 1000px) {
    .navbar a {
        margin: 0 0.8rem;
    }
}
@media (max-width: 610px) {
    footer .links {
        grid-template-columns: 1fr;
    }
    footer .links h3 {
        text-align: center;
    }
}
@media (max-width: 422px) {
    .footerimg {
        grid-template-columns: repeat(2, 1fr);
    }
    .burger {
        right: 1rem;
    }
    .footerleft img{
        width: 13rem;
    }
}