body {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin: 0;
    height: 100%;
}

header {
    background-color: rgb(81, 212, 179);
    color: black;
    padding: 8%;
    position: static;
    top: 0;
    font-weight: bold;
    font-size: 20px;
}


nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    float: right;
    flex-wrap: wrap;
}

nav ul li {
    margin-right: 15px;
}

i {
    size: 35px;
}

nav a {
    color: rgb(3, 3, 3);
}

.homepic {
    justify-content: center;
    margin: 3%;
    max-width: 80%;
    height: auto;
}

.midhomepic {
    justify-content: center;
    margin-top: 3%;
    margin-bottom: 2%;
    margin-left: 10%;
    max-width: 80%;
    height: auto;
}

.kleinhomepic {
    justify-content: center;
    margin-top: 3%;
    margin-bottom: 2%;
    margin-left: 15%;
    height: auto;
}

main {
    padding: 10px;
}

.formcontainer {
    max-width: 45%;
    margin: auto;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 15px;
}

input[type=text],
input[type=email],
input[type=date],
textarea,
select {
    background: #fdfcfc;
    border: 1px solid #6b6f83;
    border-radius: 5px;
    color: #636466;
    padding: 3px;
    width: 95%;
    margin-bottom: 3px;
    box-sizing: border-box;
}

textarea {
    height: 30%;
    width: 95%;
}

.fotocontainer {
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 20px;
}

.fotocontainer img {
    width: auto;
    height: 350px;

}

.image-source {
    font-style: italic;
    color: #555; 
    font-size: 12px; 
    text-align: justify;
}
.image-sourcehome {
    font-style: italic;
    color: #555; 
    font-size: 12px; 
    text-align: center;
}

.img-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
}

#allaboutpagetext {
    font-family: sans-serif;
    font-style: normal;
    font-weight: normal !important;
}

.tips-section {
    max-width: 800px;
    margin: auto;
}

.tips-section h2 {
    color: #333;
    font-size: 28px;
    text-align: center;
}

.tips-section p {
    font-size: 16px;
    line-height: 1.5;
    color: #666;
}

.tips-section ol {
    padding-left: 20px;
    color: #333;
}

.tips-section ol li {
    margin-bottom: 10px;
}

footer {
    font-family: 'Lobster', sans-serif;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 5px;
    position: relative;
    width: auto;
    bottom: 0;
    font-size: 22px;
}

@media screen and (min-width:1401px) {
    nav ul {
        font-size: 22px;
    }

    .homepic {
        display: flex;
        margin-left: 10%;
        /* align-items: center;    */
    }

    .midhomepic {
        display: none;
    }

    .kleinhomepic {
        display: none;
    }

    /* .img-container{
        flex-direction: column;
        gap: 0;
    } */
    #hometext {
        font-size: 15px;
        margin-left: 3%;
        margin-right: 3%;
    }

    #allaboutpic {
        display: block;
    }

    #allaboutpicmid {
        display: none;
    }

    #allaboutpicklein {
        display: none;
    }
    #grootfoto{
        display: block;
    }
    #kleinfoto{
        display: none;
    }
    


}

@media screen and (min-width:1201px) and (max-width:1400px) {
    nav ul {
        font-size: 18px;
    }

    .homepic {
        display: none;
    }

    .midhomepic {
        display: block;
        justify-content: center;
    }

    .kleinhomepic {
        display: none;
    }

    .img-container {
        flex-direction: column;
        gap: 0;
    }

    #hometext {
        font-size: 18px;
    }

    #allaboutpic {
        display: block;
    }

    #allaboutpicmid {
        display: none;
    }

    #allaboutpicklein {
        display: none;
    }
    #grootfoto{
        display: block;
    }
    #kleinfoto{
        display: none;
    }
    .tips-section{
        font-size: 15px;
    }
    .tips-section p {
        font-size: 16px;
    }
    footer{
        font-size: 18px;
    }


}


@media screen and (min-width:990px) and (max-width:1200px) {
    nav ul {
        font-size: 16px;
    }

    .homepic {
        display: none;

    }

    .midhomepic {
        display: flex;
        justify-content: center;

    }

    .kleinhomepic {
        display: none;
    }

    .img-container {
        flex-direction: column;
        gap: 0;
    }

    #hometext {
        font-size: 13px;
    }

    #allaboutpic {
        display: none;
    }

    #allaboutpicmid {
        display: block;
    }

    #allaboutpicklein {
        display: none;
    }
    #grootfoto{
        display: block;
    }
    #kleinfoto{
        display: none;
    }
    .tips-section{
        font-size: 14px;
    }
    .tips-section p {
        font-size: 15px;
    }
    .formcontainer{
        font-size: 15px;
        max-width: 50%;
    }
    footer{
        font-size: 16px;
    }
   


}

@media screen and (min-width:601px) and (max-width:989px) {
    nav ul {
        font-size: 14px;
    }

    .homepic {
        display: none;

    }

    .midhomepic {
        display: none;
    }

    .kleinhomepic {
        display: block;
        justify-content: center;
    }

    #hometext {
        font-size: 13px;
    }

    .img-container {
        flex-direction: column;
        gap: 0;
    }

    #allaboutpic {
        display: none;
    }

    #allaboutpicmid {
        display: block;
    }

    #allaboutpicklein {
        display: none;
    }
    #grootfoto{
        display: block;
    }
    #kleinfoto{
        display: none;
    }
    .tips-section{
        font-size: 13px;
    }
    .tips-section p {
        font-size: 14px;
    }
    .formcontainer{
        font-size: 13px;
        max-width: 70%;
    }
    footer{
        font-size: 13px;
    }


}

@media screen and (min-width:400px) and (max-width:600px) {
    nav ul {
        font-size: 13px;
    }

    .homepic {
        display: none;

    }

    .midhomepic {
        display: none;
    }

    .kleinhomepic {
        display: none;
    }
    .image-sourcehome{
        display: none;
    }

    #hometext {
        font-size: 15px;
        width: 100%;
        box-sizing: border-box;
    }

    .img-container {
        flex-direction: column;
        gap: 0;
    }

    #allaboutpic {
        display: none;
    }

    #allaboutpicmid {
        display: none;
    }

    #allaboutpicklein {
        display: block;
    }
    #grootfoto{
        display: none;
    }
    #kleinfoto{
        display: block;
    }
    .tips-section{
        font-size: 12px;
    }
    .tips-section p {
        font-size: 13px;
    }
    .formcontainer{
        font-size: 12px;
        max-width: 100%;
    }
    footer{
        font-size: 13px;
    }

}

@media screen and (max-width:399px) {
    nav ul {
        font-size: 8px;
    }

    .homepic {
        display: none;

    }

    .midhomepic {
        display: none;
    }

    .kleinhomepic {
        display: none;
    }
    .image-sourcehome{
        display: none;
    }

    #hometext {
        font-size: 12px;
        width: 100%;
        box-sizing: border-box;
    }

    .img-container {
        flex-direction: column;
        gap: 0;
    }

    #allaboutpic {
        display: none;
    }

    #allaboutpicmid {
        display: none;
    }

    #allaboutpicklein {
        display: block;
    }
  
    #grootfoto{
        display: none;
    }
    #kleinfoto{
        display: block;
    }
    .tips-section{
        font-size: 10px;
    }
    .tips-section p {
        font-size: 11px;
    }
    .formcontainer{
        font-size: 10px;
        max-width: 100%;
    }
    footer{
        font-size: 9px;
    }

}