html,
body,
header,
/*#intro {*/
/*    height: 100%;*/
/*}*/

#intro {
    /*background: url("../assets/two-brown-and-white-rabbit-figurines-2156261.jpg")no-repeat center;*/
    height: 100vh;
    width: 100%;
    background: url("../assets/wooden_bg2.jpg")no-repeat center;
    background-position: center 56px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

.navbar {
    background-color: lavenderblush;
}

.navbar-default {
    background-color: lavenderblush;
    /*border-color: #E7E7E7;*/
}

.navbar-brand {
    font-size: 45px !important;
    color: #6f42c1;
    font-family: 'Cabin Sketch', cursive;
}

/* Link */
.navbar-nav > li > a {
    font-size: 20px;
    color: #6f42c1 !important;
    font-family: 'Life Savers', cursive;
}

.navbar-nav > li > a:hover,

.navbar-nav > li > a:focus {
    color: mediumblue !important;
}


.picture-container
{
    position: relative;
    /*background-color: lightgrey;*/
    height: 800px;
}

.picture-container .polaroid
{
    position: absolute;
    border: 1px solid darkgrey;
    background-color: white;
    padding: 15px 15px 60px 15px;
    box-shadow: 5px 10px 10px rgba(0, 0, 0, .7);
}

.picture-container .polaroid:after
{
    content: attr(polaroid-caption);
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: calc(100% - 20px);
    padding: 10px;
    font-size: 30px;
    text-align: center;
    font-family: 'Indie Flower', cursive;
}

.picture-container .image1
{
    left: 150px;
    top: 200px;
    transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
}



