/*!
 * EX-LIBRIS
 * Copyright 2016-2068 ex-libris, Inc.
 */

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body
{
  /*
  font-family: sans-serif;
  font-size: 100%;
  margin: 10px;
  color: #ddd; */


font-family: 'Josefin Sans', sans-serif;
font-size:12px;
text-transform:uppercase;
text-decoration:none;
letter-spacing:6px;
font-weight:400;
font-style:normal;
color: #fff;

  /* background-color: #000; */

}

a { 
  color: #fff; 
  text-decoration:none;
}


/* h1{font-size:12px;letter-spacing:normal;margin:0} */


img.ri:hover {
    /* -webkit-filter: blur(0px); */  /* Chrome, Safari, Opera */
    /* filter: blur(0px); */
    filter: none; 
}
img.ri
{
  position: absolute;
  max-width: 80%;
  top: 10%;
  left: 10%;
  /* border-radius: 3px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.9); */
  -webkit-filter: blur(2.5px); /* Chrome, Safari, Opera */
  filter: blur(2.5px);  
  border: 5px solid black; 
  padding: 20px 20px; 
}

img.ri:empty
{
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (orientation: portrait) {
  img.ri {
      max-width: 90%;
  }
}

@media screen and (orientation: landscape) {
  img.ri {
      max-height: 90%;
  }
}
/*# end */
