body {
    font-family: 'Open Sans', sans serif;
    font-size: 32px;
}

h1, h2, h3, h4, h5, h6, .header-text, .card-header {
    font-family: 'Raleway', sans serif;
    font-weight: 300;
}

.bold-header-text {
    font-weight: 500;
    border-bottom-width: 5px;
}

h1 {
    font-size: 100px;
    margin-bottom: 50px;
    padding-bottom:10px;
}

h2 {
    font-size: 52px;
    margin-bottom: 50px;
    padding-bottom:10px;
}

h4 {
    font-size: 32px;
}

p {
    font-size: 24px;
}

mark {
  background-color: #FFFF66;
}

.middle-text {
    font-size: 28px;
}

.large-text {
    font-size: 32px;
}

.overlined {
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: #333;
    padding-top: 20px;
}

.underlined {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #333;
}

.pretty-boxed {
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    border-style: dashed;
    border-width: 2px;
    border-color: #333;
}

.pretty-underlined {
    padding-bottom: 3px;
    border-bottom-style: dashed;
    border-bottom-width: 2px;
    border-bottom-color: #333;
}

.step {
/*    text-align:center;*/
    width: 1200px;
    font-size: 24px;
}

.impress-enabled .step {
    margin: 0;
    opacity: 0.3;
    transition: opacity 1s;
}

.impress-enabled .fully-transparent {
    opacity: 0;
}

.impress-enabled .non-transparent {
    opacity: 1;
}

.impress-enabled .step.active {
    opacity: 1;
}

.impress-enabled .substep {
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition:    all 1s;
  -ms-transition:     all 1s;
  -o-transition:      all 1s;
  transition:         all 1s;
}

.impress-enabled .substep-active {
  opacity: 1!important;
}

.impress-enabled .substep-visible {
  opacity: 0;
}

.impress-enabled .substep.present {
  opacity: 0.5;
  color: rgb(100, 135, 195);
}


.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,50,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding-left: 20px;
  padding-right: 10px;
  border: 1px solid #888;
  width: 15%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Add Animation */
@keyframes animatetop {
  from {top: -300px; opacity: 0}
  to {top: 0; opacity: 1}
}

/* Small schedule table */
.schedule-table {
  border-collapse: separate;
  font-size: 12px;
}

.schedule-header th {
  padding-left: 5px;
}

.schedule-rows td {
  width: 50px;
  height: 25px;
  margin: 3px;
  padding: 5px;
  background-color: #3498DB;
}

.schedule-rows .active {
  background-color: #ED553B;
}

.schedule-rows td:first-child {
  background-color: transparent;
  text-align: right;
  position: relative;
}

/* Customise some of bootstrap classes */
.card-header {
  font-size: 1.75rem;
}

/* Classes to customize width */
.max-width-1600 {
  max-width:1600px;
}

.max-width-1200 {
  max-width:1200px;
}
