h2 {
    font-family: "Legend", Helvetica, Arial, serif;
    font-size: 50px;
    margin: 0;
}

/**** CAROUSEL ****/
.carousel-inner .item img {
    width: 80%;
    height: 800px;
    margin: auto;
}

.carousel-indicators li, .carousel-indicators .active {
    height: 22px;
    width: 22px;
    margin-left: 10px;
}

.carousel-caption {
    font-size: 38px;
    font-family: Viner Hand Itc, Helvetica, Arial, serif;
    padding-bottom: 50px;
}
/**** END CAROUSEL ****/

/**** TEXT BLOCKS ****/
.primary-block {
    background-color: #fcf6d5;
    color: #171717;
    padding-right: 35px;
}

.secondary-block {
    background-color: #af9e88;
    color: #171717;
    padding-left: 35px;
}

.primary-block-text-col {
    padding-left: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.secondary-block-text-col {
    padding-right: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.primary-block-title,
.secondary-block-title {
    text-align: left;
    margin-bottom: 35px;
}

.primary-block-text,
.secondary-block-text {
    font-family: Viner Hand Itc, Helvetica, Arial, serif;
    font-size: 28px;
    text-align: left;
}

.secondary-block-title,
.secondary-block-text {
    text-align: right;
}
/**** END TEXT BLOCKS ****/

.gradient-block {
    min-height: 100px;
    background: linear-gradient(#fcf6d5, #ffffff);
}

/**** INSTA BLOCK ****/
.insta-block {
    padding-top: 30px;
    padding-left: 35px;
    text-align: left;
    font-family: "Legend", Helvetica, Arial, serif;
    font-size: 62px;
    color: #000000;
    line-height: 100px;
    background: linear-gradient(#fcf6d5, #ffffff);
}

.insta-block .maj-s {
    font-size: 86px;
}

.insta-title {
    margin-left: 50px;
    text-shadow: 3px 2px #aaaaaa;
}
/**** END INSTA BLOCK ****/

/**** COMPLEMENT BLOCKS ****/
.complement-block {
    /*background-color: #ffffff;*/
    color: #171717;
    text-align: left;
    padding: 20px 100px 20px 100px;
    font-family: Viner Hand Itc, Helvetica, Arial, serif;
    font-size: 2.4rem;
}

.complement-block h2::first-letter {
    font-size: 82px;
}

.complement-block-subtitle {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Set the size of the div element that contains the map */
#map {
    height: 400px;
    /* The height is 400 pixels */
    width: 50%;
    /* The width is the width of the web page */
}

@media screen and (max-width: 768px) {
    .complement-block {
        padding: 20px 20px 20px 20px;
    }

    #map {
        height: 400px;
        /* The height is 400 pixels */
        width: 80%;
        /* The width is the width of the web page */
    }
}

/**** END COMPLEMENT BLOCKS ****/

@media screen and (max-width: 1400px) {
    .carousel-inner .item img {
        height: 600px;
    }
}

@media screen and (max-width: 991px) {
    .carousel-inner .item img {
        height: 200px;
    }

    .carousel-indicators li {
        height: 16px;
        width: 16px;
    }

    .carousel-caption {
        font-size: 20px;
        padding-bottom: 40px;
    }

    .primary-block-title,
    .secondary-block-title {
        font-size: 38px;
        margin-bottom: 20px;
    }

    .primary-block-text,
    .secondary-block-text {
        font-size: 14px;
    }

    .insta-block {
        font-size: 34px;
    }

    .insta-block .maj-s {
        font-size: 52px;
    }

    .insta-title {
        text-shadow: 2px 1px #aaaaaa;
    }

    .complement-block h2 {
        font-size: 38px;
    }

    .complement-block h2::first-letter {
        font-size: 54px;
    }

    .address1,
    .tel {
        font-size: 18px;
    }

    .address2 {
        font-size: 16px;
    }
}