#logo
{
   max-height: 100px;
   display: inline-block;
}

.nav-item
{
   font-size: 18px;
}

@media( max-width: 812px )
{
   #logo
   {
      max-height: 75px;
      display: inline-block;
   }

   .nav-item
   {
      font-size: 14px;
   }
}

.logo-background-color
{
   background-color: white;
}

.media-search-background-color
{
   background-color: #FFBA00;
}

.site-section
{
   text-align: center;
   padding-top: 10px;
   padding-bottom: 10px;
}

#contentList
{
   overflow-y: auto;
   height: 850px;
}

.row
{
   margin: 0;
   padding: 10px;
}

.messageTitle
{
   font-size: medium;
   font-style: normal;
   font-weight: bold;
}

.btn
{
   margin: 5px;
}

a, a:hover, a:visited
{
   text-decoration: none;
}

.text-color
{
   color: black;
}

.header-color
{
   background-color: #895353;
}

.background-color
{
   background-color: #EEEFF3;
}

.page-link, .page-link:link, .page-link:visited, .page-link:hover, .page-link:active
{
   text-decoration: none;
   color: #405172;
}

.greenbar
{
   background-color: #D3B8B8;
}

.btn, btn:link, btn:visited, btn:hover, .btn:active, .btn:focus
{
   background-color: #895353;
   border: none;
   color: white;
   margin: 3px;
   padding: 5px 10px;
   text-align: center;
   text-decoration: none;
   display: inline-block;
   font-size: 16px;
   border-radius: 6px;
   outline: none !important;
   box-shadow: none !important;
   font-weight: normal;
}

.item .img-container
{
   position: relative;
}

.item .text-container-top
{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 75%;
   color: white;
   text-align: center;
}

.item .text-container-bottom
{
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 25%;
   color: white;
   text-align: center;
}

.item .collection-name
{
   font-size: 0.8rem;
   font-weight: bold;
}

.item .title
{
   font-size: 1.0rem;
   font-weight: bold;
}

.item .image-title
{
   font-size: 1.4rem;
   font-weight: bold;
}

.item .broadcast-date
{
   font-size: 0.9rem;
}

.item .author
{
   font-size: 0.9rem;
   font-weight: bold;
}

.item .location-name
{
   font-size: 0.9rem;
   font-weight: bold;
}

.item .description
{
   font-size: 0.9rem;
}

.footer-home-link, .footer-home-link:hover, .footer-home-link:visited
{
   text-decoration: none;
   color: white;
}

.footer
{
   border-top: 10px solid #895353;
   background-color: #F7F0F0;
   color: black;
}

.footer-link, .footer-link:hover, .footer-link:visited
{
   text-decoration: none;
   color: black;
}

.header-line
{
   width: 75%;
   margin: 0.7em auto;
   overflow: hidden;
   text-align: center;
}

.header-line:before, .header-line:after
{
   content: "";
   display: inline-block;
   width: 50%;
   margin: 0 0.5em 0 -55%;
   vertical-align: middle;
   border-bottom: 1px solid;
}

.header-line:after
{
   margin: 0 -55% 0 0.5em;
}

#eventAboutList
{
   height: 250px;
   overflow-y: scroll;
}

#eventAboutList p, a, a:hover, a:focus
{
   color: white;
}

.playerSize
{
   margin: 0 auto;
   width: 100%;
   max-width: 854px;
   height: auto;
}

.playerSize img
{
   width: 100%;
   max-width: 854px;
   height: auto;
}

.carousel-indicators li
{
   width: 10px;
   height: 10px;
   background-color: gray;
   border-radius: 100%;
}

.carousel-indicators
{
   bottom: -40px;
}