body {
    background: #ffffff;
    color: rgba(0, 0, 0, 0.87);
    font-family: Roboto, Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
}

a.nav-link {
    font-family: 'Open Sans Condensed', sans-serif;
    color: #5d5d5d;
    font-weight: 800;
    text-transform: uppercase;
}

#container {
    font-family: 'Open Sans Condensed', sans-serif;
    background: white;
    text-align: center;
}

#container p {
    line-height: 160%;
    margin: 16px 0 24px;
    font-size: 18px;
}

.subheader {
    text-align: center;
    font-family: 'Western Princess';
    font-size: 4.5vh;
}

#load {
    color: rgba(0, 0, 0, 0.4);
    text-align: center;
    font-size: 13px;
}

@media (max-width: 600px) {
    body, #container {
        margin-top: 0;
        background: white;
        box-shadow: none;
    }
}

@font-face {
    font-family: Western Princess;
    src: url(../font/Jellyka_Western_Princess_400.ttf) format("truetype");
}


.picture-container
{
    position: relative;
    height: 500px;
}

.picture-container .polaroid
{
    position: absolute;
    border: 1px solid darkgrey;
    background-color: white;
    padding: 15px 15px 60px 15px;
    box-shadow: 5px 10px 10px darkgrey;
}
.picture-container .polaroid:after
{
    content: attr(polaroid-caption);
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: calc(100% - 20px);
    padding: 10px;
    font-size: 4vh;
    text-align: center;
    font-family: 'Indie Flower', cursive;
}

.picture-container .image1
{
    /* left: 100px; */
    /* top: 100px; */
    transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
}
.picture-container .image2
{
    /* left: 200px; */
    /* top: 100px; */
    transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
}