html{

}
body{ 
background-color: black!important; 

	color:white!important;
	font-family:Lato!important;
	font-size: 1.2em!important;
	letter-spacing:2px;
}
.spectacle img{
  margin-bottom: 15px;
}
.spectacle p{
  margin-bottom: 2px;
}
.audio-background{
	background-image: url('../images/fonaudio2.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
    background-size: 400px 300px;
}
.text-background{
	background-color: rgba(0, 0, 0, 0.37)!important;
}

.table tbody>tr>td.vert-align{
    vertical-align: middle;
}

.index-col{
	margin-top: 20px;
}
.index-col h1{
	margin-bottom: 20px;
}
.index-col img{
	margin-bottom:10px;
}
a.nice-link {
  position: relative;
  color: #168dff;
  text-decoration: none!important;

}
a.nice-link:after {
  text-align: justify;
  display: inline-block;
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #3fc1ff;
  min-height: 100%;
  width: 0;
  max-width: 100%;
  background: transparent;
  -moz-transition: .3s;
  -o-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
}

a.nice-link:hover {
  color: #168dff;
}
a.nice-link:hover:after {
  width: 100%;
}
a {
  text-decoration: none;
  color: #168dff;
}
a:hover {
  color: #90bbff;
}
.catalogue{
	background-color: rgb(31, 31, 31) !important; 
}
.image-gallery img{
	margin-top: 15px;
}

.text-list dt{
	margin-top:15px;
	font-size: 1.5em;
}

.margin-list-top{

	margin-top:8px;
}

.link-list li{
	margin-top:10px;
	font-size: 1.5em;

}
.notable, .notable tr, .notable tr td { 
	border: 0px solid red;
	 padding: 0px;
	  border-spacing: 0px;
	   background-color: transparent;}

img { border: opx; }

.hvr-underline-reveal { 
   display: inline-block; 
   vertical-align: middle; 
   -webkit-transform: translateZ(0); 
   transform: translateZ(0); 
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); 
  -webkit-backface-visibility: hidden; 
   backface-visibility: hidden; 
   -moz-osx-font-smoothing: grayscale; 
   position: relative; 
   overflow: hidden; 
 } 
 .hvr-underline-reveal:before { 
   content: ""; 
   position: absolute; 
   z-index: -1; 
   left: 0; 
   right: 0; 
   bottom: 0; 
   background: #ccc; 
   height: 4px; 
   -webkit-transform: translateY(4px); 
   transform: translateY(4px); 
   -webkit-transition-property: transform; 
   transition-property: transform; 
   -webkit-transition-duration: 0.3s; 
   transition-duration: 0.3s; 
   -webkit-transition-timing-function: ease-out; 
   transition-timing-function: ease-out; 
 } 
 .hvr-underline-reveal:hover:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:active:before { 
   -webkit-transform: translateY(0); 
  transform: translateY(0); 
 } 

