/* --------- trips --------- */

/* language select*/
.language-select {
    top: 0px;
}

/* content */
.content {
    margin-top: 250px;
}

.content .img-responsive {
    width: 100%;
}
.content .img-responsive,
.content .textcontent {
    padding: 3rem;
}

.textcontent {
    background-color: #F7F7F7;
    margin: 1em!important;
}

.textcontent-img {
    top: 40px;
    left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 30px 25px 0;
    border-color: transparent #f7f7f7 transparent transparent;
    position: absolute;
    opacity: 0;
}

.content .row h4 {
    font-size: 3rem;
}
.content .row p{
    font-size: 3rem;
}
.image-overlay {
    background-color: #ffffffc2;
    position: absolute;
    bottom: 0px;
    margin: 2rem;
    padding: 1rem;
    font-weight: bold;
}


/* tablet */
@media (min-width: 768px) {

    /* font size */
    .content .row h4 {
        font-size: 2rem;
    }
    .content .row p{
        font-size: 2rem;
    }
    .content .img-responsive,
    .content .textcontent {
        padding: 2rem;
    }
}

/* desktop */
@media (min-width: 992px) {

    /* font size */
    .content .row h4 {
        font-size: 1rem;
    }
    .content .row p{
        font-size: 1rem;
    }
    .content .img-responsive,
    .content .textcontent {
        padding: 1rem;
    }

    /* content */
    .content {
        margin-top: 170px;
        margin-left: 10%;
        margin-right: 10%;
        width: 80%;
    }
    .image-overlay {
        margin: 1rem;
    }

    .textcontent-img {
        opacity: 1;
    }
}