#buttonsDiv {
  margin-bottom: 20px; }

.adminBtn {
  float: right;
  margin-left: 5px; }

/* Dropdown Button */
.dropbtn {
  background-color: white;
  color: black;
  padding: 14px;
  margin-top: 6px;
  font-size: 18px;
  cursor: pointer;
  border-style: solid;
  border-width: 0px 1px 0px 1px;
  border-color: #b8a66b; }

/*The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block; }

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  /*min-width: 160px;*/
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  width: 100%;
  text-align: center; }

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 18px; }

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #b8a66b;
  color: white;
  text-decoration: none; }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block; }

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropbtn:hover {
  background-color: #b8a66b;
  color: #ffffff; }

.slideBackground {
  /*background-size: 100% 100%;
  background-repeat: no-repeat;
  background:url(img/Capture.PNG) fixed;*/
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  transition-duration: 2s; }

#overlayBlackBackground {
  background-color: black;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  opacity: 0.5; }

#top-left {
  top: 0;
  left: 0;
  position: absolute;
  padding: 15px 0px 0px 25px; }

#top-mid {
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
  padding: 15px 0px 0px 0px; }

#top-right {
  top: 0;
  right: 0;
  position: absolute;
  padding: 15px 25px 0px 0px; }

#mid-left {
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  position: absolute;
  padding: 0px 0px 0px 25px; }

#mid-mid {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute; }

#mid-right {
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  position: absolute;
  padding: 0px 25px 0px 0px; }

#bot-left {
  left: 0;
  bottom: 0;
  position: absolute;
  padding: 0px 0px 15px 25px; }

#bot-mid {
  left: 50%;
  bottom: 0;
  position: absolute;
  padding: 0px 0px 15px 0px; }

#bot-right {
  bottom: 0;
  right: 0;
  position: absolute;
  padding: 0px 25px 15px 0px; }

#textsWrapper {
  font-family: 'Montserrat', sans-serif;
  color: white;
  font-size: 40px; }

body {
  font-family: 'Montserrat', sans-serif !important; }

#actionMessage {
  margin-top: 40px; }

#navbar {
  background-color: white !important;
  border-color: white !important; }

#mainContainer {
  width: 80% !important; }

.rowBtn {
  width: 90px; }

#headerNav {
  width: 80% !important; }

#slidesTable td {
  width: 50px !important; }

#slidesTable th {
  width: 80px !important; }

.slideShowDiv {
  position: absolute; }

/*# sourceMappingURL=style.css.map */
