/* font-family: 'Diplomata SC', cursive;
font-family: 'Marko One', serif;
font-family: 'Bigshot One', cursive; */

body {
    background-image: url('../img/bg_1200.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.navbar {
    background-color: red;
}

.jumbotron,
.album {
    background-color: rgba(0, 0, 0, 0)
}

.jumbotron .container,
.album .container {
    background-color: rgba(255, 255, 255, 0.8)
}

.old {
    font-family: 'Diplomata SC', cursive;
}

.old-white-shadow {
    font-size: 3rem;
    text-shadow: 2px 2px #fff;
}

.old-red {
    color: red;
    text-shadow: 2px 2px #fff;
    font-size: 4rem;
}

.bigshot {
    font-family: 'Bigshot One', serif;
    font-size: 3rem;
}

.prize-awarded {
    font-family: 'Marko One', serif;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: red;
}

@media only screen and (max-width: 900px) {
    .old-red,
    .old-white-shadow {
        font-size: 2rem;
    }
}