/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: cyan;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #333;
}
body {
  color: #fff;
  /*text-align: center;*/
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
          box-shadow: inset 0 0 100px rgba(0,0,0,.5);
  padding-top: 100px;
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
/* .inner {
  padding: 20px;
} */

.slidesContainer {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
}

.mySlides {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.scheduleTable td {
  padding-right: 20px;
}

.scheduleTable tr {
  border-top-color: #ffffff;
  border-width: 1px;
}


/*
 * Header
 */

.masthead {
  align-items: center;
  background-color: black;
  display: inline-flex;
  height: 64px;
  justify-content: space-between;
  box-shadow: 0 0 6px cyan;
  position: fixed;
  width: 100%;
  z-index: 2;
}

.masthead .glyphicon-menu-hamburger {
  font-size: 24px;
}

.masthead-brand {
  flex-grow: 1;
  padding-left: 20px;
}
.masthead-nav {
  height: 64px;
  padding: 16px 0;
}

.masthead-nav.visible-xs-inline-block {
  flex-grow: 0;
  margin-top: 12px;
  padding-right: 20px;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a,
.dropdown-menu > li > a {
  font-size: 16px;
  font-weight: bold;
  color: #fff; /* IE8 proofing */
  color: rgba(255,255,255,.75);
  border-bottom: 2px solid transparent;
  padding: 9px 15px 14px;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

.masthead-nav > .dropdown.open > a {
  background-color: transparent;
  border-color: transparent;
  color: #fff;
  font-weight: bold;
}

.masthead-nav > .dropdown.open > .dropdown-menu,
.masthead-nav > .dropdown.open .dropdown-menu {
  background-color: black;
  text-align: right;
  color: #fff;
}

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}


/*
 * Cover
 */

.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}

/*
* Front Page box
*/

.giant-callout {
  background-color: black;
  border-radius: 4px;
  box-shadow: 0 0 12px cyan;
  font-size: 5rem;
  padding: 24px;
  text-align: center;
}

button,
.button,
.btn.btn-primary,
.btn-success {
  border: none;
  border-radius: 4px;
  background-color: #03caca;
  color: black;
  text-shadow: none;
  box-shadow: 0 0 2px cyan;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn-success:hover,
.btn-success:focus {
  background-color: cyan;
  color: black;
}

.giant-callout button {
  background-color: cyan;
  box-shadow: 0 0 12px cyan;
  margin:8px;
}

.giant-callout button:hover,
.giant-callout button:focus {
  background-color: #03caca;  
}


/*
 * Footer
 */

.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.5);
}


/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    /*position: fixed;*/
    top: 0;
  }
  .mastfoot {
    /*position: fixed;*/
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    /* vertical-align: middle; */
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {
  .mastfoot,
  .cover-container {
    width: 700px;
  }
}

/* Styles for schedule page */
.enormous-schedule-pseudo-table {
  font-size: 200%;
}
.enormous-schedule-pseudo-table .row {
  margin-bottom: 0.5rem;
}

.enormous-schedule-pseudo-table .description {
  font-size: 50%;
  margin-bottom: 0.5rem;
}

/******/

.header-small {
  color: #fff;
}

hr {
  border-top: 1px dashed #8c8b8b;
  text-align: center;
}
hr:after {
  content: '@';
  display: inline-block;
  position: relative;
  top: -15px;
  padding: 0 10px;
  background: #333;
  color: #8c8b8b;
  font-size: 18px;
}

.track {
  border: 1px dotted #8c8b8b;
  padding: 0 16px 16px;
  margin-top: 16px;
  margin-bottom: 24px;
}

/* Animations */

.anim {
}

