
/*!* Color Theme Swatches in RGBA *!*/
/*.travel-photos-of-different-landmarks-and-tourism-destinations-on-table-1-rgba {*/
/*    color: rgba(140, 78, 94, 1);*/
/*}*/

/*.travel-photos-of-different-landmarks-and-tourism-destinations-on-table-2-rgba {*/
/*    color: rgba(242, 170, 82, 1);*/
/*}*/

/*.travel-photos-of-different-landmarks-and-tourism-destinations-on-table-3-rgba {*/
/*    color: rgba(242, 213, 179, 1);*/
/*}*/

/*.travel-photos-of-different-landmarks-and-tourism-destinations-on-table-4-rgba {*/
/*    color: rgba(242, 119, 12, 1);*/
/*}*/


.achtergrondfoto {
    background-image: url("../images/achtergrond 3.jpg");
    background-repeat: no-repeat;
    background-position: center;

    background-size: cover;
    width: 100%;
    height: 100vh;
    /*min-height: 40em;*/
    max-height: 50em;
    /*background-attachment: fixed;*/
}
.achtergrondfoto2 {
    background-image: url("../images/bali.jpg");
    background-repeat: no-repeat;
    background-position: center;

    background-size: cover;
    width: 100%;
    height: 100vh;
    /*min-height: 40em;*/
    max-height: 40em;
    /*background-attachment: fixed;*/
}
.tekstachtergrondfoto{
    padding-right: 20%;
    padding-left: 20%;
    font-size:45px;
    font-family:"adelia";
    line-height:2;

}


.bgCard {
    background-color: rgba(242, 170, 82, 1);
}

.imgbordor {
    border-radius: 5px;
}
.profielfoto{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: block;
    margin: auto;
}
.legebtn:hover{
    color: white;
    background-color:rgba(140, 78, 94, 1);
}
.gevuldebtn:hover{
    color: white;
    background-color: rgb(140, 78, 120);
}

.borderi {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(140, 78, 94, 1);
}


.sizeCardgroup {
    margin-left: 10%;
    margin-right: 10%;

}

.titel {
    font-family: "Aloha Magazine - Demo Version";
    font-size: 45px;
    margin-top: 2%;
    margin-bottom: 2%;
}

.ondertitels {
    font-family: "DIN Alternate";
    font-size: 30px;
}

.tekst {
    font-family: "Avenir Next";
}


.tekstsize {
    font-size: 20px;
}

@media (min-width: 576px) {
    .paddinglinksekader {
        padding-left: 30%;
        padding-top: 9%;
        padding-bottom: 10%;
    }
}

.paddingrechtsekader {
    padding-right: 40%;
    padding-top: 13%;
}

/*dit is een class die ervoor zorgt dat je logo in de menubalk een maximale grootte krijgt */
.logo {
    max-width: 200px;
}

.btntekst {
    border-radius: 5px;
    background-color: rgba(140, 78, 94, 1);
    color: white;
    display: inline;
    font-size: 15px;
    font-family: "Avenir Next";
}

.btntekst2 {
    border-radius: 5px;
    border-style: solid;
    display: inline;
    border-color: rgba(140, 78, 94, 1);
    font-size: 15px;
    font-family: "Avenir Next";
}

@media (min-width: 576px) {
    .imgsize {
        max-width: 70%;
        margin-left: 25%;
    }
}
@media (min-width: 576px) {
    .margingtekstovermij {
        margin-left: 20%;
    }
}

.tekstwereldreis {
    padding-top: 8%;
}

.tekstonderaan{
    font-family: "DIN Alternate";
    font-size: 12px;
    word-spacing: 15px;
}
.logoonderaan{
    display: block;
    margin: auto;
}






