


body {
    margin: 0;
    padding: 0;
    font-family: helvetica;
    background-image: url(applelogo.svg);
    background-repeat: no-repeat;
    background-position: center;
    /* background-size: cover; */
    box-shadow: inset 0 0 0 2000px rgba(255, 255, 255, .8);
}



h1 {
    font-size: 36pt;
    color: white;
    font-weight: bold;
}

h2 {
    font-size: 18pt;
    color: white;
    font-weight: bold;
}

p {
    margin: 0;
    padding: 0;
}


body, html {
    margin: 0;
    padding: 0;
}

.modellenbutton {
    color: #282829 !important;
    background-color: white !important;
}


header {
    margin-top: 150px;
}

header h1 {
    color: black;
    font-size: 60pt;
    text-align: center;
}

header h2 {
    color: black;
    font-size: 32pt;
    margin-top: -25px;
    text-align: center;
}

.scrollknoppenwrapper {
    width: 99%;
    margin: auto;
}

.scrollknoppen {
    display: inline-block;
    width: 250px;
    height: fit-content;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 20pt;
    border-radius: 10px;
    padding: 7px 0 5px 0;
    box-shadow: 0 0 10px black;
    text-decoration: none;
    color: black;
    margin: 0 1.5% 0 1.5%;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.scrollknoppen:hover {
    transform: scale(1.2);
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

#iphone4sectie {
    scroll-margin-top: -600px;
}

#iphone10sectie {
    scroll-margin-top: -725px;
}

#iphone13sectie {
    scroll-margin-top: 250px;
}

#iphone16sectie {
    scroll-margin-top: -500px;
}


#iphone2gimage img {
    border: 2px solid black;
    border-radius: 35px;
    float: left;
    width: 30%;
    margin: 7% 0 0 10%;
    height: auto;
}


#iphone2gtekst {
    background-color: #282829;
    float: right;
    width: 22%;
    height: 400px;
    margin: 8% 20% 0 0;
    color: white;
    text-align: center;
    border-radius: 35px;
    height: fit-content;
    padding-bottom: 1%;
}


#iphone2gtekst p {
    font-size: 18pt;
    width:80%;
    margin: auto;
}

#iphone4tekst {
    background-color: #282829;
    width: 30%;
    height: 400px;
    color: white;
    text-align: center;
    border-radius: 35px;
    height: fit-content;
    padding-bottom: 1%;
    margin: 5% 0 0 10%;
    display: inline-block;
    clear: both;
    float: left;
}

#iphone4tekst p {
    font-size: 18pt;
    width:90%;
    margin: auto;
}

#iphone4image img {
    width: 30%;
    clear: both;
    margin: 5% 0 0 13%;
    border: 2px solid black;
    border-radius: 35px;
}


#iphone6image img {
    float: left;
    width: 30%;
    margin: 5% 0 0 10%;
    height: auto;
    clear: both;
}

#iphone6tekst {
    background-color: #282829;
    float: right;
    width: 22%;
    height: 400px;
    margin: 12% 20% 0 0;
    color: white;
    text-align: center;
    border-radius: 35px;
    height: fit-content;
    padding-bottom: 1%;
}

#iphone6tekst p {
    font-size: 18pt;
    width:80%;
    margin: auto;
}

#iphone10tekst {
    background-color: #282829;
    width: 30%;
    height: 400px;
    color: white;
    text-align: center;
    border-radius: 35px;
    height: fit-content;
    padding-bottom: 1%;
    margin: 5% 0 0 10%;
    display: inline-block;
    clear: both;
    float: left;
}

#iphone10tekst p {
    font-size: 18pt;
    width:90%;
    margin: auto;
}

#iphone10image img {
    width: 30%;
    clear: both;
    margin: 5% 0 0 13%;
    /* border: 2px solid black;
    border-radius: 35px; */
}

#iphone13image img {
    /* border: 2px solid black;
    border-radius: 35px; */
    float: left;
    width: 30%;
    margin: 2% 0 0 10%;
    height: auto;
    clear: both;
}

#iphone13tekst {
    background-color: #282829;
    float: right;
    width: 22%;
    height: 400px;
    margin: 4% 20% 0 0;
    color: white;
    text-align: center;
    border-radius: 35px;
    height: fit-content;
    padding-bottom: 1%;
}

#iphone13tekst p {
    font-size: 18pt;
    width:80%;
    margin: auto;
}

#iphone16tekst {
    background-color: #282829;
    width: 30%;
    height: 400px;
    color: white;
    text-align: center;
    border-radius: 35px;
    height: fit-content;
    padding-bottom: 1%;
    margin: 5% 0 0 10%;
    display: inline-block;
    clear: both;
    float: left;
}

#iphone16tekst p {
    font-size: 18pt;
    width:90%;
    margin: auto;
}

#iphone16image img {
    width: 25%;
    clear: both;
    margin: 5% 0 0 17%;
    /* border: 2px solid black;
    border-radius: 35px; */
}



#navsectie {
    scroll-margin-top: 1000px;
}











