body {
}
.recipe-bg,.title {
    background:#FBFAE5;
}

.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    top:0;
    z-index: 1030;
}
.recipe__images img {
    width:100%
}
/*

.div-top {
    position:fixed;
    left:0;
    top:0;
    height:376px;
    width:100%;
    background-image: url('../img/PageBgGlare.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top left;
}
.div-bottom {
    position:fixed;
    left:0;
    bottom:0;
    height:150px;
    width:100%;
    background-image: url('../img/PageBgTexture.png');
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-position: bottom left;
}


*/
