.img-nav{
  background-color:rgba(140,140,140,1);
  height:50px;
}

.gallerycontainer{
  min-height:100vh;padding:0px!important;overflow:hidden;
}
.gallerycontainer h1{
  font-family:"Gugi", sans-serif;
}


.img-navitem:first-child{border-right:solid 2px rgba(255,255,255,1)}
.img-navitem:last-child{border-left:solid 2px rgba(255,255,255,1)}
.img-navitem{
  border-bottom:solid 2px rgb(50,50,50);
  color:#FFF;
  height:50px;
  font-family:"Gugi", sans-serif;;
  cursor:pointer;
  transition: all 0.3s;
}
.img-navitem:hover{
  background-color:rgb(230,230,230);
  color:#000;
}

.img-image{
  /* background-color: rgb(200,200,200); */
  padding:10px;
}
.img-image img{
  width:100%;border-radius:4px;cursor:pointer;
  box-shadow: 2px 2px 8px rgba(0,0,0,0.12);
  height:100%;
  /* border:solid 3px rgb(200,200,200) */
}

#img-videos{text-align: center;}
#img-videos iframe{width:100%;height:400px;border:none!important}
