#pagina {


}

html {
    background:url('images/groene-achtergrond.png');
    width: 100%;
    height: 100%;
    background-size: cover;
}

body {
    background-color: rgb(37, 63, 48, 0.61);
    padding: 0;
    margin: 0;
}

.clear {
    clear: both;
}

* {
    box-sizing: border-box;
    font-family: 'Cormorant Garamond', serif;
    font-family: 'Lato', sans-serif;

    letter-spacing: 0px;
    word-spacing: 1px;
    font-size: 22px;
}

h1, h2, h3, h4, h5 ,h6 {
    font-family: 'Caveat', cursive;
}

h2 {
    font-size: 40px;
}

#demo {
    font-family: 'Chivo Mono', monospace;

}

.divider {
    background-image: url(images/divider.png);
    height: 60px;
    background-repeat: no-repeat;
    width: 100%;
    background-size: contain;
    background-position: center;
}

.container {
    width: 1200px;
    margin: auto;

}

.Header {
    padding: 20px;
}

.Hoofdtitel {
    text-align: center;
    color: white;
    margin: 0;
    font-size: 55px;
}

.Ondertitel {
    text-align: center;
    color: white;
    font-size: 35px;
    margin-top: -10px;
    display: block;
    font-family: 'Caveat', cursive;
}

.blok-holder {

}

.blok-row {
    display: flex;
}

/********** Aftelklok ***********/

.aftelklok {
    width: 50%;
    float: left;
    flex: 1; 
    margin: 25px;
    border-width: 28px;
    border-style: dotted;
    border-color: grey;
    border-image-source: url(images/marmer-achtergrond.png);
    border-image-repeat: stretch;
    border-image-slice: 100;
}

.aftelklok h2.trouwdatum {
    word-spacing: 10px;
}

.aftelklok h2 {
    color: #c8a176;
}

.aftelklok p {
    color: #c8a176;
}

/********** Reserveren ***********/


.rsvp{
    width: 50%;
    /*height: 200px;*/
    float: left;
    /* border: 1px dotted white; */
    flex: 1;
    margin: 25px;

}

.reserveren-label {
    color: #ffffff;
    width: 35%;
    padding: 10px;
    display: inline-block;
}

.reserveren-getal {
    width: 20%;
    background-color: transparent;
    padding: 10px;
    border: 0px;
    border-bottom: 1px dashed white;
}

.reserveren-personen {
    padding: 10px;
    color: #ffffff;
}

button {
    float: right;
    padding: 10px;
    width: 30%;
    border-radius: 10px;
    border: 0px;
    margin: 10px;
}


h2, p {
    text-align: center;
    color: #ffffff;
}

.reserveren-input {
    width: 62%;
    padding: 10px;
    background-color: transparent;
    border: 0px;
    border-bottom: 1px dashed #fff;
}

/********** Info Blok ***********/


.info-blok {
    width: 50%;
    float: left;
    /* border: 1px dotted white; */
    flex: 1;
    margin: 25px;

}

span.programma-tijd {
    width: 25%;
    display: inline-block;
    text-align: right;
    padding: 10px;
    color: #fff;
}

span.Programma-block {
    padding: 10px;
    color: #ffffff;
}

ul.list {
    color:#fff;
}

li.list-item {
    color: #ffffff;
}



/********** Huisregels ***********/

.huisregels {
    width: 50%;
    float: left;
    flex: 1;
    margin: 25px;
    border-width: 28px;
    border-style: dotted;
    border-color: grey;
    border-image-source: url(images/kraft-achtergrond.png);
    border-image-repeat: stretch;
    border-image-slice: 100;
}



