/*
Theme Name: Artsy Tours
Theme URI: https://www.artsy.tours
Author: Emma Burt
Description: A theme for Artsy Tours
Version: 1.0
*/

body {
    background-color: #FFF;
}

.container {
    max-width: 1100px;
}

h1, h2, h3, h4 {
    font-family: "Playfair Display", serif;
}

p {
    font-family: "Raleway", sans-serif;
}

.text-center {
    text-align: center;
}

.gallery {
    height: 300px;
}

.gallery .col-12 {
    background-size: cover;
}

.gallery .col:first-child .col-12 {
    background-image: url(https://images.pexels.com/photos/139396/lavender-flowers-blue-flowers-purple-139396.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2);
}

.gallery .col:nth-child(2) .col-12 {
    background-image: url(https://images.pexels.com/photos/15869416/pexels-photo-15869416/free-photo-of-woman-walking-in-old-town.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2);
}

.gallery .col:last-child .col-12 {
    background-image: url(https://images.pexels.com/photos/2849223/pexels-photo-2849223.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2);
}

.hydrated {
    margin-right: 10px;
}