/* Default font styles*/

* {
  font-size: 20px;
}
h1 {
  font-size: 50px;
}

a:hover {
  text-decoration: none;
}


.top-bar-style {
  padding-left: 200px;
  padding-right: 200px;
}

.ibt-container {
  background-color: lightblue;
  padding-bottom: 100px;
  padding-top: 100px;
  padding-left: 200px;
  padding-right: 200px;
}

.verticle-center {
  position: relative;
  top: 50%;
  transform: translateY(85%);
}

/*.horizontal-center {*/
  /*width: 1080px;*/
  /*margin: 0 auto;*/
/*}*/

.nav-bar-stay-top {
  position: fixed;
  z-index: 999;
  height: 120px;
  width: 100%;
  opacity: 0.9;
  background-color: white;
}

.position-div {
  position: absolute;
  left: 50%;
  top: 26%;
  right: 5%;
  padding: 25px;
  background-color: white;
  opacity: 0.8;
}

.training-info-box {
  height: 250px;
  padding: 25px;
}

.contact-fix-bottom {
  position: fixed;
  bottom: -5;
  right: 0;
  margin-right: 10%;
  border-radius: 5px;
  padding: 15px;
  color: tomato;
  font-size: 22px;
  background-color: white;
}

.video-player {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 1080px;
  height: 810px;
}

.img-gallery {
  max-height: 1000px;
  max-width: 750px;
}

/* Gallery Modal Styles */
.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1000px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 75px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 70px;
  background-color: rgba(0, 0, 0, 0.8);
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/* General Margin Styles */
.margin-sm {
  margin: 5px;
}

.margin-sm-left {
  margin-left: 5px;
}

.margin-sm-right {
  margin-right: 5px;
}

.margin-md {
  margin: 10px;
}

.margin-lg {
  margin: 15px;
}

.page-footer {
  background-color: white;
  height: 56px;
}

div.footer-font-size,
div.footer-font-size > span,
div.footer-font-size > a {
  font-size: 12px;
}

div.footer-font-size {
  padding: 20px;
}

/* Old Computers with smaller resolutions */
@media (min-width: 1281px) and (max-width: 1440px) {
  .position-div {
    position: absolute;
    left: 50%;
    top: 14%;
    right: 5%;
    padding: 25px;
    background-color: white;
    opacity: 0.8;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .position-div {
    padding: 25px;
    position: inherit;  }
}

/* Tablet Styles */
@media (min-width: 971px) and (max-width: 1024px) {
  .video-player {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 640px;
    height: 360px;
  }
  .position-div {
    padding: 25px;
    position: inherit;
  }

  div.footer-font-size,
  div.footer-font-size > span,
  div.footer-font-size > a {
    font-size: 10px;
  }
}

@media (min-width: 751px) and (max-width: 970px) {
  .top-bar-style {
    padding-left: 100px;
    padding-right: 100px;
  }
  
  .ibt-container {
    padding-bottom: 50px;
    padding-top: 50px;
    padding-left: 100px;
    padding-right: 100px;
  }
  
  .position-div {
    padding: 25px;
    position: inherit;
  }

  .video-player {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 426px;
    height: 240px;
  }

  div.footer-font-size,
  div.footer-font-size > span,
  div.footer-font-size > a {
    font-size: 10px;
  }
}

/* Phone Styles */

@media only screen and (max-width: 750px) {
  .top-bar-style {
    padding-left: 25px;
    padding-right: 25px;
  }
  
  .ibt-container {
    padding: 25px;
  }
  
  .position-div {
    padding: 25px;
    position: inherit;
  }

  .video-player {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 426px;
    height: 240px;
  }

  div.footer-font-size,
  div.footer-font-size > span,
  div.footer-font-size > a {
    font-size: 8px;
  }
}