@font-face {
    font-family: "Roboto Slab";
    src: url('../fonts/RobotoSlab-Bold.ttf') format("truetype");
}

.my-gallery {
    width: 100%;
    float: left;
}
.my-gallery img {
    width: 100%;
    height: auto;
}
.my-gallery figure {
    display: block;
    float: left;
    margin: 0 5px 5px 0;
    width: 500px;
}
.my-gallery figcaption {
    display: none;
}

/* Navbar */

.bg-light {
    background-color: #fff !important;
}

.navbar-light .navbar-toggler {
    border: none;
}

.navbar {
    box-shadow: 0 5px 25px grey;
    font-family: "Roboto Slab", "Times New Roman", serif;
}

/* Header */

.header-container {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../img/header.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-block {
    text-align: center;
    width: 90vw;
    color: white;
}

.header-title {
    font-family: Montserrat;
    font-size: 5em;
}

.header-description {
    font-family: Montserrat;
    font-size: 1.7em;
    margin-bottom: 10px;
}

.header-description-small {
    font-family: Montserrat;
    font-size: 1em;
}

.header-button {
    color: white;
    background-color: #b0275b;
    border: none;
    border-radius: 25px;
    padding: 10px 80px;
    margin-top: 25px;
    font-size: 1.3em;
}

.advantages-block {
    text-align: center;
    box-shadow: 0 0 50px grey;
    border-radius: 10px;
    background-color: white;
    margin: 100px 50px;
    padding: 75px;
}

.advantages-title {
    font-family: "Roboto Slab", "Times New Roman", serif;
    color: #3C4858;
    font-size: 2.4em;
    padding-bottom: 75px;
}

.advantages-block-title {
    font-family: "Roboto Slab", "Times New Roman", serif;
    color: #3C4858;
    font-size: 1.2em;
}

.advantages-block-description {
    color: #999999;
    font-size: 1em;
    margin: 15px 0 75px 0;
}

.advantages-icon {
    font-size: 3em;
    color: #af285a;
    margin-bottom: 25px;
}

.services-block {
    text-align: center;
    box-shadow: 0 0 50px grey;
    border-radius: 10px;
    background-color: white;
    margin: -100px 50px 50px 50px;
    padding: 75px;
}

.services-title {
    font-family: "Roboto Slab", "Times New Roman", serif;
    color: #3C4858;
    font-size: 2.4em;
    padding-bottom: 10px;
}

.services-description {
    font-family: "Roboto Slab", "Times New Roman", serif;
    color: #3C4858;
    font-size: 1em;
    padding-bottom: 75px;
}

.services-block-title {
    font-family: "Roboto Slab", "Times New Roman", serif;
    color: #3C4858;
    font-size: 1.2em;
    margin: 15px 0 75px 0;
}

.services-icon {
    height: 60px;
    width: 60px;
    margin-bottom: 25px;
}

.schedule-block {
    padding: 50px 0;
    text-align: center;
    background-image: url('../img/parallax-background-1.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.gallery-block {
    text-align: center;
    padding: 75px;
}

.gallery-title {
    font-family: "Roboto Slab", "Times New Roman", serif;
    color: #3C4858;
    font-size: 2.4em;
    padding-bottom: 75px;
}

.img-resize {
    max-height: 75vh;
    padding: 0 20px;
}

.img-round {
    border-radius: 50%;
    padding: 25px;
}

.slick-prev:before, .slick-next:before {
    color: #af285a !important;
}

.comment-block {
    text-align: center;
    padding: 75px;
}

.comment-title {
    font-family: "Roboto Slab", "Times New Roman", serif;
    color: #3C4858;
    font-size: 2.4em;
    padding-bottom: 75px;
}

.comment-block-name {
    font-family: "Roboto Slab", "Times New Roman", serif;
    color: #3C4858;
    font-size: 1.5em;
}

.comment-block-date {
    font-family: "Roboto Slab", "Times New Roman", serif;
    color: #3C4858;
    font-size: 1em;
}

.comment-icon {
    padding: 20px 0;
    color: #af285a;
}

.comment-block-description {
    font-size: 1.1em;
    font-style: italic;
    padding: 0 20px 30px 20px;
}

.img-comment {
    max-width: 200px;
}

.contact-block {
    color: white;
    padding: 75px 0;
    text-align: center;
    background-image: url('../img/parallax-background-2.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-title {
    font-family: "Roboto Slab", "Times New Roman", serif;
    font-size: 2.4em;
    padding-bottom: 75px;
}

.contact-block-title {
    font-family: "Roboto Slab", "Times New Roman", serif;
    font-size: 1.5em;
    padding: 25px 0;
    text-align: left;
}

.contact-block-description {
    color: #ccc;
    font-size: 1.2em;
    padding-bottom: 10px;
    text-align: left;
}

.footer {
    text-align: center;
    padding: 25px;
    background-color: white;
}

.social-media {
    font-size: 1.5em;
    background-color: white;
    color: #af285a;
    display: inline-block;
    border-radius: 50%;
    padding: 0.5em 0.75em;
}

@media screen and (max-width: 992px) {
    .advantages-block {
        margin: 0;
        border-radius: 0;
        box-shadow: none;
    }
    .services-block {
        margin: 0;
        border-radius: 0;
    }
    .header-title {
        font-size: 3.5em;
    }
    .header-description {
        font-size: 1.2em;
    }
    .header-button {
        font-size: 1em;
        padding: 10px 60px;
    }
}

@media screen and (max-width: 769px) {
    .advantages-block {
        margin: 0;
        border-radius: 0;
        padding: 0;
    }
    .services-block {
        padding: 0;
    }
    .services-title {
        padding-top: 75px;  
    }
    .gallery-block {
        padding: 30px;
    }
    .comment-block-description {
        padding-bottom: 30px;
    }
    .comment-block {
        padding: 0;
    }
    .header-title {
        font-size: 2.5em;
    }
    .header-description {
        font-size: 1em;
    }
    .header-button {
        font-size: 1em;
        padding: 10px 60px;
    }
}

@media screen and (max-width: 1200px) {
    .img-comment {
        max-width: 150px;
    }
}