html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  background: rgb(0,0,0);
  background-image: url(../../assets/img/umac-body-bg.jpg);
  background-attachment: fixed;
  background-size: 100%;
  background-repeat: no-repeat;
  color: #e0e0e0;
  text-align: left;
  text-shadow: 1px 1px 1px black;
}

p {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.website-shadow {
  box-shadow: 0px 0px 30px rgb(0,0,0);
}

a:hover {
  color: #0056b3;
  text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.3;
  text-shadow: 1px 1px 2px black;
}

/* Text Styling */

h1, .h1 {
  font-size: calc(24px + 1.15vw);
  color: #ff0000;
}

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

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

@media (min-width: 992px) {
  .h2, h2 {
    font-size: 33px;
  }
}

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

@media (min-width: 1200px) {
  .h3, h3 {
    font-size: 30px;
  }
}

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

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;
  }
}

h5, .h5 {
  font-size: calc(12px + .8vw);
}

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

h6, h6 {
  font-size: 16px;
}

@media (min-width: 768px) {
  h6, h6 {
    font-size: 18px;
  }
}

.att-text {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 1px 1px 2px black;
}

@media (min-width: 768px) {
  .att-text {
    font-size: 40px;
    line-height: 1.2;
  }
}

@media (min-width: 992px) {
  .att-text {
    font-size: 48px;
    line-height: 1.0;
  }
}

@media (min-width: 1200px) {
  .att-text {
    font-size: 60px;
    line-height: 1.0;
  }
}

.att-text-sm {
  font-family: inherit;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.3;
  color: #ff0000;
  text-shadow: 1px 1px 2px black;
}

@media (min-width: 768px) {
  .att-text-sm {
    font-size: 26px;
  }
}

@media (min-width: 992px) {
  .att-text-sm {
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  .att-text-sm {
    font-size: 34px;
  }
}

.att-text-sub {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  text-shadow: 1px 1px 2px black;
}

@media (min-width: 992px) {
  .att-text-sub {
    font-size: 28px;
    font-weight: 700;
  }
}

@media (min-width: 1200px) {
  .att-text-sub {
    font-size: 34px;
    font-weight: 700;
  }
}

/* Button Styling */

.btn:not(:disabled):not(.disabled) {
  color: #fff;
  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;
  color: #fff;
}

.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: rgb(255,0,0);
  border: none;
  box-shadow: none;
}

.btn-primary:hover {
  color: #fff;
  background-color: inherit;
  border: none;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000;
}

.signup-but {
  text-shadow: 1px 1px 1px black;
  font-size: 18px;
  border-radius: 10px !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;
}

.benefits-list {
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.3;
}

@media (min-width: 992px) {
  .benefits-list {
    font-size: 22px;
  }
}

.day-font {
  font-size: 15px;
  color: #fff;
}

@media (min-width: 992px) {
  .day-font {
    font-size: 14px;
  }
}

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

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

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

.signature-hp {
  font-size: 30px;
  font-family: 'Nothing You Could Do';
  transform: rotate(-3deg);
  height: 10px;
}

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

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

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

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

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

.cal-date {
  padding: 15px;
  color: white;
  background: #d20000;
  border-radius: 4px;
  font-size: 40px;
  font-weight: 700;
  line-height: 26px;
  width: 70px;
}

.cal-month {
  font-size: calc(23px + .2vw);
}

iframe {
  border: none;
  box-shadow: none;
  overflow: hidden;
}

.fa-li {
  font-size: 22px !important;
  color: #00b800 !important;
  top: -3px;
}

@media (min-width: 992px) {
  .fa-li {
    font-size: 25px !important;
  }
}

.promise-list {
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.4;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .promise-list {
    font-size: 22px;
  }
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 2.5px solid rgb(40,40,40);
  border-style: groove;
}

#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: black;
}

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

#btop-but:before {
  position: absolute;
  content: "";
  background: rgba(0,0,0,0.9);
  width: 28px;
  height: 29px;
  top: 3px;
  right: 1px;
  z-index: -1;
  border-radius: 4px;
}

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

#btop-but a {
  color: rgba(255,0,0,0.4) !important;
}

.scroll-margin {
  scroll-margin: 80px;
}

@media (min-width: 992px) {
  .scroll-margin {
    scroll-margin: 40px;
  }
}

#womens-sd-vid .modal-content {
  background: #191919;
  border: 1px solid #000;
}

#womens-sd-vid .modal-body {
  padding: 0;
}

#womens-sd-vid .modal-header {
  border-bottom: none;
}

#womens-sd-vid .close {
  font-size: 28px;
  color: #fff;
  text-shadow: 0 1px 0 #000;
  opacity: .8;
  border: solid 2px;
  border-radius: 25px;
  padding: 0px 7px;
  margin: -5px -5px -5px auto;
}

#womens-sd-vid .close:hover {
  opacity: .6;
}

#mma-vid .modal-content {
  background: #191919;
  border: 1px solid #000;
}

#mma-vid .modal-body {
  padding: 0;
}

#mma-vid .modal-header {
  border-bottom: none;
}

#mma-vid .close {
  font-size: 28px;
  color: #fff;
  text-shadow: 0 1px 0 #000;
  opacity: .8;
  border: solid 2px;
  border-radius: 25px;
  padding: 0px 7px;
  margin: -5px -5px -5px auto;
}

#mma-vid .close:hover {
  opacity: .6;
}

