/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *
 *= require_self
 *= require blueimp-gallery.min
 *= require bootstrap-image-gallery.min
 */

#user-notice {
  position: absolute;
  top: 0px;
  z-index: 99;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
body > .container {
  padding: 60px 15px 80px;
}
.vd-space {
  margin-left: 60px;
}
.space {
  margin-left: 20px;
}
.md-space {
  margin-left: 20px;
}
.sm-space {
  margin-left: 20px;
}
@media (min-width: 992px) {
  .vd-space {
    margin-left: 20px;
  }
  .space {
    margin-left: 45px;
  }
  .md-space {
    margin-left: 8px;
  }
  .sm-space {
    margin-left: 0px;
  }
}

.video-thumbnail {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 30px;
}

.video-thumbnail:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  content: "\f01d";
  font-family: FontAwesome;
  font-size: 100px;
  color: #444;
  opacity: 0.8;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}

.video-thumbnail:hover:before {
  color: #666;
}

.footer {
  position: absolute;
  bottom: 20px;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  text-align: center;
}
