#tour .lead {
    margin: 25px auto;
}

#tour .row {
    font-size: 0.95rem;
}

#tour strong {
    font-weight: 600;
}

#tour .tour-image {
    width: 150px;
    height: 150px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(224, 207, 159, 0.67) no-repeat center center;
    background-size: 80% 80%;
}


#tour .col-12 .tour-image {
    opacity: 0.9;
    cursor: default;
}

#tour .col-12:hover .tour-image {
    opacity: 1;
    background-color: rgba(214, 195, 140, 0.67)
}

@media (max-width: 768px) {
    #tour .tour-image {
        width: 100px;
        height: 100px;
    }
}

#tour .tour-image.sorting-hat {
    background-image: url('sortinghat.png');
}

#tour .tour-image.castle {
    background-image: url('castle.png');
}

#tour .tour-image.lessons {
    background-image: url('lessons.png');
}

#tour .tour-image.activities {
    background-image: url('activities.png');
}

#tour .tour-image.clubs {
    background-image: url('clubs.png');
}

#tour .tour-image.magic {
    background-image: url('magic.png');
}

