
body { background: url(../images/pey-berland.jpg) no-repeat center center fixed; 
    background-size: cover; 
    
    }

 #logo img{
    height: 100px;
}

#logo{
    margin-top: 1%;
    margin-left: 0.5%;
    float: left;
   
}
.container{
    display:flex;
    flex-flow: row wrap;
    justify-content: space-around;
    width: 70%;
    margin: 12% 0 0 12%;
}
.header{
    display: flex;
    justify-content: flex-end;
    width: 90%;  
}
ul.menu {
    display:flex;
    flex-flow: row wrap;
    width: 30%;
    justify-content: space-around;
    list-style: none;
    padding: 10px;
    background-color:#d6cfc2;
    color:#bc8e38;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  }
 article {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #bc8e38;
    width: 40%;
    background-color: #d6cfc2;
    padding: 2rem;
 }
 .aside {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 2em;
    color: brown;
    font-weight:bold;
 }
  
@media all and (max-width: 480px){
    ul.menu{
        flex-direction: column;
    }
   
}
@media all and (max-width: 760px){
    ul.menu{
        justify-content: space-around;}
    }
      
.infobar{
    background-color:#000;
    height:28px;
    line-height:28px;
    right:20px;
    position:fixed;
    bottom:0px;
    left:20px;
    z-index:999999999;
    text-align:center;
    color:#ddd;
    border-radius:10px 10px 0px 0px;
    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    text-shadow:0px 0px 1px #ccc;
    font-family: Arial, Helvetica, sans-serif;
}
span#description{
    text-shadow:1px 1px 1px #000;
    display:none;
}
span#loading{
    display:none;
    padding-right: 30px;
    background:transparent url(../loading.gif) no-repeat center right;
}
#thumbsWrapper{
    overflow:hidden;
    position:fixed;
    height:80%;
    width:80%;
    left:10%;
    right:0px;
    bottom:5%;
    
}
#content{
   
   position:absolute;
   top:13%;
   height:70%;
   width:50%;
   left:28%;
   background-color:rgba(255, 255, 200, 0);
   overflow-y:scroll;
   display:none;  
}
#content img{
    float:left;
    margin:2px;
    cursor:pointer;
    opacity:0.4;
    filter:Alpha(opacity=40);
}
.placeholder{
    float:left;
    clear:both;
    width:100%;
    height:30px;
}
#panel{
    background-color:#222;
    width:100%;
    position:fixed;
    bottom:0px;
    left:0px;
    right:0px;
    height:0px;
    text-align:center; 
    
}
#panel img{
    cursor:pointer;
    position:relative;
    border:1px solid #000;
    -moz-box-shadow:0px 0px 10px #111;
    -webkit-box-shadow:0px 0px 10px #111;
    box-shadow:0px 0px 10px #111;
    display:none;
}

#wrapper{
    position:relative;
    margin:40px auto 0px auto;
}
a#next,
a#prev{
    width:40px;
    height:40px;
    position:fixed;
    cursor:pointer;
    outline:none;
    display:none;
    background:#aaa url(../nav.png) no-repeat top left;
}
a#next:hover, a#prev:hover{
    background-color:#fff;
}
a#next{
    right:0px;
    top:50%;
    margin-top:-20px;
    background-position: 0px 0px;
}
a#prev{
    left:0px;
    top:50%;
    margin-top:-20px;
    background-position: 0px -40px;
}

