body{
  background-color: #AAAAAA;
}

div{
}
.hiddenContainer{
  margin-top: 25px;
  display: none;
}

table{
}
.headerTable{
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 120%;
}
.sliderTable{
  margin-top: 150px;
  margin-left: auto;;
  margin-right: auto;;
  margin-bottom: 25px;
}

th{
}
.headerTable-entry{
  color: white;
  padding: 20px;
}

td{
}
.sliderSub{
  text-align: center;
  font-size: 150%;
  color: white;
}
.sliderTable-entry{
  padding: 20px;
}

a{
  color: white;
}
a:link{
  text-decoration: none;
  color: white;
}
a:visited:{
  text-decoration: none;
  color: white;
}
a:hover{
  text-decoration: none;
  color: black;
}
a:active{
  text-decoration: none;
  color: white;
}
.sliderSub-link:hover{
  color: white;
}
#contactLink{
  color: black;
}
#contactLink:hover{
  text-decoration: underline;
}
#peterBaronLink{
  color: black;
}

button{
  color: white;
  background: none !important;
  border: none;
  padding: 0 !important;
}
button:hover{
  color: black;
}
button:focus{
    outline: 0 !important;
}

p{
  margin-left: 20%;
  margin-right: 20%;
}
.textCaption{
  font-weight: bold;
  font-size: 110%;
}
.textQuote{
  font-style: italic;
  font-size: 85%;
  text-align: right;
}

/* BOOTSTRAP */
.carousel-inner{
    max-height: 350px;
    max-width: 500px;
}