/* CSS Document */
.navbar {
  background: #fff; }
  .navbar .nav-item {
    font-size: 1.0rem;
    padding-right: 0.6rem; }

.dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7); }


#video-play {
  position: relative;
  min-height: 200px;
  background: url("../img/sls-bg.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 0 -300px;
  text-align: center;
  color: #fff; }

#video-play a {
  color: #fff; }

.info-header {
  width: 50%;
  margin: auto;
  border-bottom: 1px #ddd solid; }

#records img {
  margin-top: -50px; }
#records h3 {
  font-size: 1.2rem; }
#records h5 {
  font-size: 1rem; }

/*GALLERY*/
.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}


@media (max-width: 768px) {

  .mb-resp {
    margin-bottom: 1rem; }
}
