html{
    height: 100%;
    width: 100%;
}
body {
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: whitesmoke;
    font-family: 'Varta', sans-serif;
    font-weight: 400;
}

a{
    color: inherit;
}

a:visited{
    color: inherit;
}

.flex{
    display: flex;
}

.topContact hr{
    border: 1px solid #242424;
    width: 85%;
}

.topbar{
    background-color: bisque;
    align-items: center;
    background-image: url("../img/Mobile/BuitenLinks.jpg");
    background-size: cover;
    background-position: center;
    flex-direction: column;

    min-height: 250px;
}

#infoLogo{
    background-color: #f5f5f5;
    flex-direction: column;
}

.logo img{
    max-width: 100%;
    border-radius: 3%;
}

.logo{
    width: 95%;
    margin: 2em 0;
    justify-content: center;
}

.topContact{
    width: 90%;
    background: rgba(242, 210, 189, 0.5);
    margin: 2rem;
    border-radius: 3%;
    font-size: large;
    justify-content: center;
    text-align: center;
    align-items: center;
    flex-direction: column;
    line-height: 1.4em;
    padding: 0.5em 0;
    font-weight: 600;
}

.topinfo{
    padding: 0.25em 0;
}

#topMap{
    display: none;
}

.meldingRegio{
    padding:2rem 0;
    background-color: burlywood;
    text-align: center;
    display:none;
    font-size: x-large;
    font-weight: bolder;
}

#over_ons{
    justify-content: space-between;
    border-top:1px solid black;
}

span.overons{
    padding: 0.4em 0;
    font-weight: 600;
}

#over_text{
    width: 100%;
    padding:1rem;
    flex-direction: column;
}

#over_image{
    display:none;
}

#Menu{
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.rijsttafel{
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.reverse{
    flex-direction: row-reverse;
}

.head{
    width: 100%;
    justify-content: center;
    align-self: center;
    padding: 2rem 0;
    font-size: x-large;
    color: whitesmoke;
    background-color: #242424;
}

.foto{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 50%;
    min-height: 330px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.items{
    width: 90%;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0.6rem 0;
    align-content: center;
}
.gerecht{
    width: 65%;
    padding: 0.5rem 0;
    flex-wrap: wrap;
}
.prijs{
    width: 25%;
    align-self: center;
}

.naam{
    width: 100%;
    font-weight: 600;
    padding: 0.4rem 0;
    border-bottom: 1px solid #c2b0b0;
}

#MenuFoto{
    background-image: url("../img/Mobile/Menu.jpg");
    display: none;
}

#RijstTafelFoto1{
    background-image: url("../img/Mobile/Interieur1.jpg");
    display:none;
}
#RijstTafelFoto2{
    background-image: url("../img/Mobile/Gerechten2.jpg");
    display:none;
}
#RijstTafelFoto3{
    background-image: url("../img/Mobile/Rijsttafel.jpg");
    display:none;
}
#RijstTafelFoto4{
    background-image: url("../img/Mobile/BuitenRechts.jpg");
    display:none;
}

#footer{
    background-color: #242424;
    padding:1em 0.5em;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    flex-wrap: wrap;
}

#footContacts{
    display: flex;
    flex-direction: column;
    padding: 0.7em;
    margin-bottom: 1em;
    line-height: 1.3em;
    border-radius: 3%;
    background-color: rgba(255, 250, 240, 0.75);
    font-weight: 600;
}

#footMap iframe{
    width: 100%;
    height: 250px;
}

.voorbehoud{
    width: 100%;
    color: whitesmoke;
    text-align: center;
    font-size: smaller;
}

.kop{
    font-weight: 800;
    font-style: italic;
}

/*Desktop*/
@media screen and (min-width: 1024px) {
    #MenuFoto{
        background-image: url("../img/Desktop/Menu.jpg");
        display:block;
    }
    
    #RijstTafelFoto1{
        background-image: url("../img/Desktop/Interieur1.jpg");
        display:block;
    }
    #RijstTafelFoto2{
        background-image: url("../img/Desktop/Gerechten2.jpg");
        display:block;
    }
    #RijstTafelFoto3{
        background-image: url("../img/Desktop/Rijsttafel.jpg");
        display:block;
    }
    #RijstTafelFoto4{
        background-image: url("../img/Desktop/BuitenRechts.jpg");
        display:block;
    }

    #over_image{
        width: 50%;
        justify-content: center;
        background-image: url("../img/Desktop/Garuda.jpg");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
    }
    .topbar{
        background-color: bisque;
        justify-content: space-evenly;
        background-image: url("../img/Desktop/BuitenLinks.jpg");
        background-size: cover;
        background-position: center;
        flex-direction: row;
        min-height: 420px;
    }

    #over_text{
        width: 45%;
        font-size: larger;
        text-align: center;
        padding: 3rem 1rem;
        justify-content: center;
    }
    #over_ons{
        background-image: none;
        background-color: initial;
        opacity: 1;
    }
    #infoLogo{
        flex-direction: row;
    }

    span.overons{
        padding: 0.7em 0;
    }

    .items{
        width: 50%;
    }

    .logo{
        width:50%;
    }

    .topContact{
        width: 40%;
        font-size: x-large;
        height: 100%;
        line-height: 1.6em;
    }
/*
    #topMap{
        width: 22%;
        display: flex;
        justify-content: center;
    }

    #topMap iframe{
        height: 220px;
        width: 90%;
    }
*/
    #footer{
        justify-content: space-around;
        flex-direction: row;
        color: whitesmoke;
    }

    #footContacts{
        background-color: initial;
        justify-content: space-evenly;
        font-size: larger;
    }

    #footMap iframe{
        width: 600px;
        height: 300px;
    }

    .voorbehoud{
        text-align: start;
    }
}