a,
a:hover,
a:focus {
  color: #000;
}

ul{
  list-style-type: none;
}

li:hover{
  text-decoration: underline;
}


header{
  margin-bottom: 40px;
}

body{
  font-family: Helvetica, Sans-Serif;
}

.logo{
  position: fixed;
  left: 0px;
  bottom: 0px;
}

.logo img{
  width: 100%;
}

.navi{
  list-style-type: none;
}

.navi li:hover{
  cursor: pointer;
}

.inline-spance{
  margin-right: 20px;
}

.item-name{
  width: 50%;
}

.item-name:hover{
  cursor: pointer;
}

.artist-time{
  float: right;
}

.artist-time:hover{
  text-decoration: underline;
}

.artists-container{
  position: absolute;
  z-index: 1;
  width: 70%;
}

.container-header{
  margin-bottom: 10px;
}

.filterORP{
  display: inline-block;
  min-width: 10%;
  margin-left: 30%;
  cursor: pointer;
  text-align: center;
}

.filterORP:hover{
  text-decoration: underline;
}

#alph-sort{
  display: inline-block;
}

#alph-sort:hover{
  cursor: pointer;
}

#chro-sort{
  display: inline-block;
  float: right;
}

#chro-sort:hover{
  cursor: pointer;
}

.archive-item{
  margin-left: 15px;
}

.artist-title,
.artist-bio,
.artist-site{
  margin-bottom: 10px;
}

.about,
.collect,
.conllect,
.one-room-practice{
  width: 60%;
}

.news{
  margin-bottom: 255px;
  min-width: 600px;
  overflow: scroll;
}

/*.galleria{
  min-width: 700px;
  width: 50%;
  height: 600px;
}

.galleria-theme-classic{
  background: #fff;
}*/

.one-room-practice .item-name {
  width: 50%;
}

.img{
  image-orientation: from-image;
  display: table-row;
  max-width: 60%;
  max-height: 600px;
  margin-bottom: 30px; 
}