/* Enter Your Custom CSS Here */

#fotoholder p{
  display: inline-block;
}

#fotoholder p a img{
  width: 180px;
}

#content p{
  font-size: 18px !important;
  font-family: initial !important;
  text-align: justify !important;
}

#myholder{
  position: fixed;
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

#wrapper{
  box-shadow: 0 0 50px rgba(0,0,0,1);
}

.breadcrumbs{
  display: none;
}