* {
  font-family: Verdana;
}
body {
  /*background-color: black;*/
  /*color: white;*/
}

header a:link, header a:visited, header a:active, header a:hover, header a:focus {
  color: black;
}
header .logo {
  padding-top: 10px;
}
header .logo h1 {
  font-size: 1.9rem;
  /*color: white;*/
  margin-top: 10px;
  letter-spacing: 1px;
  opacity: 0.8;
}
header .dropdown-menu {
  /*background-color: black;*/
  /*color: white;*/
}
header .dropdown-item {
  /*color: white;*/
}
header .dropdown-item:focus {
  background: inherit;
  color: inherit;
}
header .navbar-dark .navbar-nav .nav-link {
  /*color: white;*/
}

section {
  margin-bottom: 50px;
}
section a:link, section a:visited, section a:active, section a:hover {
  color: gold;
}
section h2 {
  font-size: 28px;
  text-align: center;
}

footer {
  font-size: 14px;
}
footer a:link, footer a:hover, footer a:visited, footer a:focus {
  color: #ffd700;
}

/*
table tbody {
  display: block;
  overflow: auto;
  height: 400px;
  width: 100vw;
}
*/
.table thead tr {
  /*border: 1px solid black;*/
}
.table thead tr th, .table th {
  /*border-top: 1px solid black;*/
  /*border-bottom: 1px solid black;*/
  border: 0;
  font-size: 30px;
  transition: 1s all;
}
.table tbody tr td, .table td {
  /*border-top: 1px solid black;*/
  /*border-bottom: 1px solid black;*/
  font-size: 25px;
}

.table.stickied {
  /*position: fixed;*/
  position: absolute;
  background-color: white;
  /*overflow: hidden;*/
  z-index: 1;
  margin: 0;
  /*letter-spacing: 5px;*/
  /*font-size: 15px;*/

}
.table.stickied th {
  vertical-align: bottom;
  font-size: 20px;
  transition: 1s all;
  padding: 5px;
}


label {
  margin-bottom: 0.2rem;
}

.classy {
  font-family: 'Crimson Text', serif;
}

#myHero {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-attachment: scroll;
  overflow: hidden;
}
#myHero video {
  /*min-width: 100%;*/
  min-height: 100%;
  position: relative;
  z-index: 1;
  width: 100%;
  min-width: 600px;
  max-width: 1700px;
  margin: 0px auto;
  display: block;
}
#myHero .bg-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
}

.gallery-slider {
  color: white;
}
.gallery-thumbs .swiper-wrapper {
  width: 50%;
  text-align: center;
}

.carousel {
  height: 300px;
}
.rounded-circle {
  margin: 0 auto;
  display: block;
}

.btn-plans {
  margin: 10px auto;
  display: block;
  width: 200px;
}
.btn-plans-bronze {
  background-color: #CD7F32;
  color: white;
}
.btn-plans-silver {
  background-color: silver;
  color: white;
}
.btn-plans-gold {
  background-color: gold;
  color: white;
}

.btn-gold, .btn-gold:link, .btn-gold:visited, .btn-gold:active, .btn-gold:focus {
  color: black;
  background-color: #ffd700;
  border-color: #ffd700;
  outline: 0;
  box-shadow: none;
}
.btn-gold:hover {
  color: black;
  /*background-color: #727b84;*/
  /*border-color: #6c757d;*/
}
.btn-gold-header {
  padding: 10px;
  background: none !important;
  color: gold !important;
  margin: 0 auto;
  font-size: 30px;
  display: block;
  width: 400px;
}
.btn-gold-header:hover, .btn-gold-header:active, .btn-gold-header:focus {
  background: gold !important;
  color: black !important;
}

.btn-google:link, .btn-google:visited {
  margin: 0 auto;
  display: block;
  color: #535a60;
  /*height: 30px;*/
  /*line-height: 40px;*/
  background-color: white;
  padding: 0;
}
.btn-google img {
  margin-top: -4px;
}

.featurette-divider {
  border: 0;
  height: 10px;
}

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
  cursor: pointer;

  /*background-color: white;*/
  /*border-radius: 7px;*/
  /*height: 40px;*/
}
.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}
.custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #464a4c;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;



  /*padding: 0 15px;*/
  /*background-color: gold;*/
  /*border-top-right-radius: 6px;*/
  /*border-bottom-right-radius: 6px;*/
  /*display: block;*/
  /*position: absolute;*/
  /*right: 0;*/
  /*top: 0;*/
  /*color: black;*/
  /*height: 40px;*/
  /*line-height: 40px;*/
}
.custom-file-control:lang(en)::before {
  content: "Browse";
}
.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #464a4c;
  background-color: gold;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 0 .25rem .25rem 0;
}
.custom-file-control:lang(en)::after {
  content: attr(data-content);
}

[disabled] {
  opacity: 0.8;
  cursor: not-allowed;
}

.bg-shadow {
  background:
     /*a circle shadow around the image */
    /*radial-gradient(#ffffff00, #0000ff00, black),*/
    linear-gradient(to top, transparent 99%, black 100%),
     /*a line shadow to the left the image */
    linear-gradient(to left, transparent 99%, black 100%),
     /*a line shadow to the right the image */
    linear-gradient(to right, transparent 99%, black 100%),
     /*a line shadow to the bottom the image */
    linear-gradient(to bottom, transparent 99%, black 100%)
     /*the image */
}
.bg-shadow img {
  position: relative;
  width: 100%;
  z-index: -1;
  display: block;
}

.class-header h2 {
  text-align: left;
}
.class-header p {
  /*text-align: left;*/
}
.class-enroll {
  margin: 10px 0;
  padding: 10px;
  border: 1px solid white;
  /*background-color: white;*/
  /*color: black;*/
}
.class-enroll h3 {
  text-align: center;
}
.class-enroll p {
  text-align: center;
  font-size: 14px;
}
.class-body {
  background-color: white;
  color: black;
  position: relative;
  z-index: 1;
  padding: 10px 60px;
  margin-bottom: 50px;
}
.class-body a:link, .class-body a:visited, .class-body a:active, .class-body a:focus {
  color: black;
}
.class-body .class-row {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid black;
}
.class-body .class-row:last-child {
  border-bottom: 0;
}
.class-body .class-row .class-image a:before {
  content: url('/assets/img/play-icon.svg');
  height: 60px;
  width: 60px;
  top: 20px;
  left: 60px;
  opacity: .5;
  z-index: 0;
  display: block;
  position: absolute;
}
.lesson-navigation .lesson-navigation-center {
  text-align: center;
}
.lesson-navigation .lesson-navigation-right {
  text-align: right;
}
.lesson-body {
  margin-bottom: 100px;
}
.lesson-body h3 {
  font-size: 80px;
}
.alert-danger {
  color: white;
  background-color: #e21629;
  border-color: #e21629;
}

@media print {
  .invoice, .invoice p, .invoice td, .invoice th {
    color: black;
  }
  .invoice .invoice-box {
    width: 100%;
    display: block;
  }
  .invoice .invoice-box:after {
    display: table;
    content: '';
    clear: both;
  }

  .invoice .invoice-box-left {
    float: left;
    width: 370px;
  }
  .invoice .invoice-box-hidden {
    display: none;
  }
  .invoice .invoice-box-right {
    float: right;
    width: 370px;
  }

  html, body {
    width: 1024px;
  }
  body {
    margin: 0 auto;
  }
}