.btn-group {
    font-family: 'XoloniumRegular', "Impact", monospace;
}

.btn-block {
    font-size: 133%;
}

a img { 
  max-width:100%;
  max-height:100%;
} 								/* keep the image inside the metal-button */

h1 {
    text-align: center;
	font-family: 'XoloniumRegular', "Impact", monospace;
} 

/* The Xolonium font is available here: http://fontlibrary.org/font/xolonium
Thanks and all credits for the font go to: Severin Meyer. */

h3 {
  font-family: monospace;
  padding-left: 30px;
  padding-right: 30px;
}

object {
  display:inline;
  font-size:10px;
  color:#3F3;
  text-align:right;
}

.carousel { 
  padding-bottom: 20px; 
}

.carousel ul {
   overflow:auto;
   white-space:nowrap;
   margin:0; padding:0;
   list-style:none;
   background-color: rgba(100,127,100,0.1);
}
 
.carousel li { 
  display:inline-block;
}

figure figcaption {
 font-size: 85%;
 font-family: "Courier New", serif;
 color: rgba(100,200,100,0.6);
 text-align:center;
}

figcaption {
 display: block;
 background-color: rgba(100,200,100,0.1);
 text-align:center;
}

#riddle { 
  display: inline;
  background-color: rgba(100,200,100,0.1);
  font-family: "Courier New", serif; 
  color: rgba(100,200,100,0.9);
}

.fullwidth {
  width: 100%;
}

#img-c {
  margin-right: 5px;
  margin-bottom: 0;
  padding: 0;
}

footer {
  font-size: 25px;
  font-family: monospace;
  color:rgba(150,250,150,0.9);
  right: 0;
  bottom: 0;
  left: 0;
  background-color:rgba(150,250,150,0.2);
  text-align: center;
}

video {
  max-width: 49%;
  max-height: 50%;
  padding: 10px;
}

.back-top {
    position: fixed;
    bottom: 1px;
    right: 1px;
    padding: 0;
    margin: 0;
    display: none;
    opacity: 0.3;
    text-align: right;
}

.back-top img {
    width: 50%;
    padding: 0;
}

/*
.clicked {
  background-color: yellow;
}
*/