.btn-enter {
  color: #000;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
  border: none;
  box-shadow: none !important;
  padding: 10px;
  margin-top: 20px;
  text-decoration: none;
  transition: none;
}

.btn-enter:hover {
  color: #000;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
  border: none;
  box-shadow: none !important;
  padding: 10px;
  margin-top: 20px;
  text-decoration: none;
  transition: none;
}

.btn-text {
  padding-right: 30px;
}

@media (min-width: 992px) {
  .text-container {
    height: 300px;
    min-width: 200px;
    max-width: 300px;
  }
}

@media (min-width: 1024px) {
  .text-container {
    height: 250px;
    min-width: 200px;
    max-width: 300px;
  }
}

@media (min-width: 1200px) {
  .text-container {
    height: 200px;
    min-width: 200px;
    max-width: 300px;
  }
}

.email {
  color: #3a3a3a;
  font-weight: lighter;
}

.email:hover {
  color: #000;
  font-weight: lighter;
}

.more-info-container {
  padding-top: 20px;
}

.more-info {
  font-size: 1.1rem;
}

.col-title {
  font-size: 1rem;
  margin-bottom: 10px;
}

.col-spacer {
  margin-bottom: 40px;
}

body {
  background-color: #83BEBD;
}

.datacom-logo, .rsa-logo {
  height: 50px;
  margin: 0 auto 10px
}

.image-placeholder {
  margin-top: 60px;
}

.datacom-logo-footer {
  height: 20px;
  margin: 50px auto;
}

.main {
  padding-left: 16vw;
  padding-right: 16vw;
}

@media (min-width: 768px) {
  .main {
    margin-top: 25vh;
  }
}

@media (max-width: 767px) {
  .main {
    margin-top: 10vh;
  }
}

.disclaimer {
  font-size: 0.75rem;
}

.vr-description {
  font-size: 0.9rem;
}
