/* 
    Created on : 29 jul 2023, 13:10:49
    Author     : ocastillo
*/

body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: Montserrat, sans-serif;
  background-color: #333;
}

#video-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.intro {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.back-logo {
  margin-bottom: 120px;
}
.back-buttons {
  text-align: center;
}
.btn {
  color: white;
  border-radius: 25px;
  min-width: 150px;
  font-size: 16px;
  padding: 5px;
}

.btn-primary {
  border-color: white;
  background-color: transparent;
}

.btn-primary:hover {
  background-color: #D8B07F;
}

.spanish {
  margin-right: 30px;
}

@media screen and (max-width:640px) {
  #main-slider,
  .carousel-inner,
  .item {
    height: 100%;
  }
  .back-logo img {
    max-width: 250px;
  }
  .spanish {
    margin-right: 0;
    margin-bottom: 20px;
  }
}