html {
  scroll-behavior: smooth; }

body {
  background-image: url("../img/BG.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; 
  font-family: "Libre Baskerville", sans-serif;}


  

header {
  position: relative; }

section {
  position: relative; }

video {
  margin: 1rem auto; }

footer{
  background-image: linear-gradient(rgba(21,53,128,0), rgb(58, 0, 0)) !important;
}

.header-divider {
  margin-top: 1rem;
  width: 100% !important;
  max-width: 1312px;
}

.header-divider3 {
  width: 100% !important;
  max-width: 1600px;
}

.title {
  width: 100%;
}

.mb-title{
  margin-bottom: 5rem;
}

.content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 8px 0 5px 0; }

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*@media screen and (min-width: 1400px){
  .divider-footer{
    margin-top: -8rem !important;
  }
}*/

@media screen and (max-width:729px){
  .mb-title{
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 992px) {
  footer{
    margin-top:-2rem !important;
  }
  .mt-5 {
    margin-top: 1rem !important; }
  .divider-footer {
    margin-top: -2.5rem !important; }
  .footer-block {
    margin-top: -5% !important; }
  .header-divider {
    margin-top: 0 !important; }
  .hide-mobile {
    display: none !important; }
  #btn-container{
    margin-top: 0.5rem !important;
    padding-left: 7px;
    padding-right: 7px;
  }
  #btn-container .col-3{
    padding-left: 8px;
    padding-right: 8px;
  }
  #btn-container2{
    margin-top: 0.5rem !important;
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media screen and (min-width: 992px) {
  .hide-desktop {
    display: none !important; } }

#btn-container{
  margin-top: 1.25rem;
}

#btn-container2{
  margin-top: 1.2rem;
}



.line{
  content:"";
  background-color: #FFF;
  height: 2px;
  width: 100%;
  margin: 0 auto 3rem auto;
}

.drop-shadow{
  box-shadow: 0 10px 30px #000;
  border-radius: 15px;}

.text-shadow{
  text-shadow: 0 10px 30px #000; }

.mt-xl {
  margin-top: 6rem; }

.title-info {
  color: #FFF;
  font-family: 'SST';
  font-weight: bold;
  font-size: 1.5rem;}

.content-info {
  color: #FFF;
  font-family: 'SST';
  font-weight: 300; }

.bold {
  font-weight: bold; }

.image-container {
  display: flex;
  justify-content: center;
  overflow: hidden; }

.divider-footer {
  width: 100%;
  /*transform: translate(8%, -50%);
  margin-bottom: -22.5rem;
  max-width: 1500px;*/
  margin-top: -8rem;
}

.logo-footer {
  height: 35px; }

.navbar-footer ul li {
  display: inline-block;
  padding: 0.4rem 0;
  color: #fff;
  font-size: 0.8rem; }

.navbar-footer ul li a {
  padding: 0.4rem;
  color: #FFF;
  font-family: 'SST';
  font-weight: 300; }

.navbar-footer ul li a:hover {
  color: #8fdffd;
  text-decoration: none; }

.footer-block {
  background-color: #6c0000;
  margin-top: -10%;
  padding-bottom: 1rem; }

.top-footer {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1); }

.bottom-footer {
  display: flex;
  justify-content: space-between; }

.no-decoration:hover {
  text-decoration: none; }

.side-col-wrapper {
  position: relative; }

.side-col {
  position: absolute;
  top: 0;
  right: 0; }

.side-col {
  margin-top: auto;
  margin-bottom: 0;
  text-align: right; }

.mt-n6{
  margin-top: -4rem !important;
}


