html {
    overflow-y: scroll;
    height: 101%;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font: bold;
}

.navbar-brand {
    margin: 0;
    max-width: 100%
}

.navbar-brand img {
    height: 72px;
    max-width: 100%;
    display: block;
}


a:link, a:visited {
  color: dimgray;
  padding: 5px;
  text-decoration: none;
  display: inline-block;
}
    
a:hover, a:active {
  opacity: 0.5;
}

.content {
    text-align: center;
    clear: both;
    margin-top: 12px;
}
    
.section {
    position: relative;
    margin: 5px auto;
    width: 50%;
    max-height: 400px;
}

.section a {
    padding: 0;
    opacity: 1;
    position: relative;
}

.section h2 {
    font-size: 1.5em;
    font-weight: bold;
}
    
.section a:link h2, .section a:visited h2 {
    opacity: 0;
}

.section a:hover h2 {
    opacity: 1;
    color: #fff;
}

.section a:hover::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(82, 78, 101, 0.7);
}

.section a::after {
    position: absolute;
    top: 0;
    left: calc(50% - 50px);
    border-top: 0px solid white;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    content: "";
    display: block;
    -webkit-transition: border-top-width .3s ease-in-out;
    -moz-transition: border-top-width .3s ease-in-out;
    transition: border-top-width .3s ease-in-out;
}
    
.section a:hover::after {
    border-top-width: 15px;
}

.section h2 {
    position: absolute;
    top: 42%;
    width: 100%;
    text-align: center;
}

.section img {
    width: 100%;
    max-height: 400px;
}

.footer {
  /*color: 524e65; needs # to work correctly */
  opacity: .4;
  font-family: "Times New Roman", Times, serif;
  font: bold;
}

#carouselCaptions {
    margin-top: 5px;
}

.carousel-inner {
    background-color: rgba(82, 78, 101, 0.7)
}

.carousel-indicators {
    display: none;
}

.carousel-caption {
    bottom: 0;
    padding-bottom: 5px;
    right: 0;
    left: 0;
    width: 100%;
}

.carousel-item img {
    width: auto;
    max-height: 288px;
    height: 288px;
    display: block;
    margin: 15px auto 97px;
}

.carousel-item h3,
.carousel-item h4,
.carousel-item h5,
.carousel-item h6 {
 font-size: 1.35rem;
 margin-top: .5em;
}

.gallery {
    margin-top: 10px;
    text-align: center;
}

.gallery button {
    border: none;
    background: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.gallery .image {
    height: 50px;
    margin: 2px;
}

.aboutHeader {
    text-align:center;
    background-color: rgba(82, 78, 101, 0.7); 
    margin-top: 5px;
    padding: 10px 0;
}

.aboutHeader img {
    margin: 5px;
    max-width: 90%;
}

.container-fluid-small img{
    border:solid rgb(91, 81, 95) 1px;
}
.p1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 80%;
  font-weight: lighter;
}
.p2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 120%;
  font-weight: lighter;
}