html, body {
    height: 100%;
}

.bg {
    background-image: url('../img/IMG_2530.jpeg');
    height: 100%;
    width: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
h1 {
  text-shadow: 2px 2px  #bbbbbb;
  color:#FFFFFF;
  font-size:30px;
  text-shadow: 3px 6px 10px #333333;
  width:95%;
  animation:linear;
}

.menu {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 200px;
}

.menu > li > a {
  background: rgb(100, 100, 100, 0.5);;
  border-radius:5px;
  color: #fff;
  display: block;
  padding: 10px 10px;
  text-align: left;
  text-decoration: none;
}

.menu ul {
  height: 0;
  left: 2;
  opacity: 0;
  position: absolute;
  transition: all .5s ease;
  top: 35px;
  width: 100%;
  list-style-type: none;
  margin:3px;
}

.menu li:hover ul {
  height: 200px;
  opacity: 2;
  transform: translateY(0);
}

.menu ul a {
  color: #ffffff;
  display: block;
  padding: 5px 10px;
}

.mlist {
	background:rgb(200, 200, 200, 0.5);
	border-radius:5px;
	border-color:red;
	padding:7px;
	
}
.mlist:hover {
    background: rgb(255, 255, 255, 0.5);
    border-radius:5px;
	border-color:red;
	box-shadow:2px 5px 5px 2px  #333333;
	padding:7px;
}
.galery {
	box-shadow:  3px 5px 3px 3px #333333;
	border: 5px solid #ffffff;
	border-radius:5px;"
}
.galery:hover {
	box-shadow: 3px 5px 3px 3px  #aaaaaa;
	border: 5px solid #ffffff;
	border-radius:5px;"
}
