.big-header.hero {
    background-image: url("/img/ekralia.jpg");
    background-size: cover;
}

.big-header.hero .hero-body {
    background-color: rgba(0,0,0, 0.4);
}

.small-header.hero {
    background-image: url("/img/winter.jpg");
    background-size: cover;
}

.small-header.hero .hero-body {
    background-color: rgba(0,0,0, 0.3);
}

h1.title,h2.subtitle {
    font-family: 'Lily Script One', cursive;
    color: white;
}

.hero .navbar {
    background-color: rgba(0,0,0, 0.8);
}

div.yr iframe {
    height: 290px;
    margin: auto;
}

figure img {
    max-width: 400px;
}