html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif;
  font-weight: 400;
  line-height: 1.4;
  background: #000;
  color: white;
  text-shadow: 0px 0px 4px #000000;
}

a {
  color: #429dff;
  text-decoration: none;
  transition: all .3s;
}

a:hover {
  color: #007bff;
  text-decoration: none;
  transition: all .3s;
}

#vidCont {
  z-index: -1;
  opacity: .3;
  position: fixed;
  top: -50px;
  width: 100%;
}

@media (min-width:1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1400px;
  }
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(255,255,255,0.15);
}

#program-wrapper {
  background: rgba(48,48,48,0.6);
  box-shadow: 2px 2px 25px #000000;
}

#program-wrapper ul {
  font-size: 18px;
  text-shadow: 0px 0px 5px #000000;
}

@media (min-width: 768px) {
  #program-wrapper ul {
    font-size: 17px;
    line-height: 1.6;
  }
}

@media (min-width: 992px) {
  #program-wrapper ul {
    font-size: 19px;
  }
}

/* Text Styling */

p {
  font-weight: 400;
  font-size: 18px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

@media (min-width: 1200px) {
  p {
    font-size: 20px;
  }
}

.text-theme {
  color: #ff0000;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.3;
  text-shadow: 0px 0px 4px #000000;
}

h1, .h1 {
  font-size: calc(24px + 1.5vw);
}

@media screen and (min-width:1600px) {
  h1, .h1 {
    font-size: 48px;
  }
}

h2, .h2 {
  font-size: calc(20px + 1.1vw);
}

@media screen and (min-width:1600px) {
  h2, .h2 {
    font-size: 38px;
  }
}

h3, .h3 {
  font-size: calc(18px + 1vw);
}

h4, .h4 {
  font-size: 19px;
}

@media (min-width: 576px) {
  h4, .h4 {
    font-size: calc(15px + .9vw);
  }
}

@media screen and (min-width:1600px) {
  h4, .h4 {
    font-size: 28px;
  }
}

.intro-hp {
  font-family: 'Nothing You Could Do', serif;
  font-size: calc(15px + 2vw);
  line-height: 1.5;
}

/* Button Styling */

.btn:not(:disabled):not(.disabled) {
  background-color: rgb(188,0,0);
  transition: all .3s;
  box-shadow: none;
  border-width: 0px;
  border-radius: 5px;
  font-weight: 700;
  text-shadow: 1px 1px 1px black;
}

.btn:not(:disabled):not(.disabled):hover {
  background-color: rgb(255,0,0);
  transition: all .3s;
}

.signup-but {
  text-shadow: 1px 1px 1px black;
  font-size: 18px;
  border-radius: 5px !important;
  transition-timing-function: ease !important;
  transition: all .7s !important;
  border: double 6px black;
}

@media (min-width: 576px) {
  .signup-but {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .signup-but {
    padding: 10px 40px;
    font-size: 36px;
  }
}

.signup-but:hover {
  transition: all .7s !important;
  transform: scale(1.05,1.05) !important;
}

/* Contact Page */

#myContact .table-hours {
  font-size: 16px;
}

#myContact .table td, .table th {
  border-top: 1px solid rgba(0,0,0,0.1);
}

#myContact .table thead th {
  border-bottom: 2px solid rgba(0,0,0,0.1);
}

#myContact .social-networks a {
  font-size: 30px;
  color: #ffffff;
  transition: 0.2s;
  background: #323232;
  border-radius: 4px;
  width: 42px;
  margin: 0 5px;
}

#myContact .social-networks a:hover {
  text-decoration: none;
}

#myContact .youtube:hover {
  color: #ef1a1a;
}

#myContact .facebook:hover {
  color: #0077e2;
}

#myContact .instagram:hover {
  color: #ff00e6;
}

/* Form Styling */

#form .get-started-fields {
  width: 96%;
  margin: 10px auto;
  display: block;
  border: none;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 8px;
  background: #eee;
  border: 0;
  border: 1px solid transparent;
  box-shadow: inset 0 2px 3px rgb(0 0 0 / 10%);
}

#form .get-started {
  color: white;
  display: block;
  width: 96%;
  margin: 10px auto;
  padding: 8px 20px;
  background-color: #0a42ff;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.3;
  border: none;
  border-radius: 5px;
  transition: all .3s;
}

@media (min-width: 576px) {
  #form .get-started {
    font-size: 32px;
  }
}

#form .get-started:hover {
  background-color: #2F5EFF;
  transition: all .3s;
}

#form .bg-form {
  padding: 10px;
  border-radius: 10px;
  background: #1e1e1e;
}

#form .nospam {
  font-size: 15px;
}

/* Back To Top Button */

#btop-but:before {
  position: absolute;
  content: "";
  background: rgb(0,0,0);
  width: 25px;
  height: 25px;
  top: 2px;
  right: 2px;
  z-index: -1;
}

#btop-but {
  position: fixed;
  bottom: 2px;
  right: 5px;
  font-size: 34px;
  line-height: 30px;
  height: 35px;
  z-index: 9999;
  transition: all .3s;
  opacity: .5;
}

#btop-but a {
  color: #b40000 !important;
}

