@charset "utf-8";
/* CSS Document */

.masthead {
 display: table;
 width: 100%!important;
 height: auto;
 padding: 100px 0;
 text-align: center;
 color: white;
 background: url("../img/ddewislen/menu-bg.jpg") no-repeat bottom center scroll;
 background-color: black;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
}

#logo {
    position: absolute;
    top: 1em;
    right: 2em;
}


.menu img {
     /* background: rgba(255,255,255,0.6); */
    transition: 0.25s;
    transform: scale(1,1);
    opacity: 0.6;
    /* width: 90%; */
    /* height: 90%; */
    border-radius: 5px;
    padding: 0px;
}

.block, .small-block{
 margin-bottom: 0.8em;
}



@media only screen and (max-width: 768px) {
   .menu img {
     background: rgba(255,255,255,0.9);
    opacity: 0.9;
    }

}

.menu img:hover{
 transform: scale(1.1,1.1);
 opacity:1;
}
