@charset "UTF-8";
.bg-grey {
  background-color: #fcddc9;
  color: #ff3e83;
}
.btn-login {
  font-weight: 500;
  font-size: 2rem;
  border: 2px solid;
  color: #ff3e83;
  border-color: #ff3e83;
  background-color: rgba(255, 255, 255, .3);
}
.btn-blue {
  color: #4f94d4;
  border-color: #4f94d4;
}
.bg-gallery {
  background-color: #ddd;
  color: #f48139;
}
.bg-gallery2 {
  background-color: #eee;
  color: #f48139;
}
.bg-lobby {
  background-image: url("5D3L5564.JPG");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  min-height: 100vh;
}
.header {
  height: 100vh;
  max-height: 900px;
}
.lead {
  font-weight: 400;
}
