html, body {
  box-sizing: content-box;
  margin: 0;
  font-family: "Helvetica Neue", serif;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.centered {
  position: fixed;
  top: 40%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -40%);
}

.title {
  text-align: center;
  color: white;
  font-size: 3.5em;
  font-weight: 300;
}

.sub-title {
  color: lightgray;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 30px;
  font-size: 1.5em;
  font-weight: lighter;
}

.ye-btn {
  border-radius: 30px !important;
  padding: 11px 30px !important;
  margin-top: 11px;
  margin-bottom: 11px;
  border-width: 2px !important;
  width: 150px;
  font-weight: bold !important;
}

.ye-outline {
  border: 2px solid #fff !important;
  color: #fff !important;
}

.ye-outline:hover, .ye-outline:active, .ye-outline:focus {
  opacity: 0.5;
}

.main-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.main-container .background {
  z-index: -1;
  background-image: url("../images/home-bg.jpeg");
  background-size: cover;
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-container .background:after {
  content: "";
  background: inherit;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  filter: blur(2px);
}

.footer-container {
  /*background-color: rgba(0, 0, 0, 0.3);*/
  width: 100%;
  height: 40px;
}
.footer-container .background {
  background-color: black;
  width: 100%;
  height: 40px;
  border-top-width: 1px;
}
.footer-container .background:after {
  content: " ";
  background-image: url("../images/home-bg.jpeg");
  background-position: bottom;
  box-shadow: white;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 40px;
  filter: blur(8px);
}
.footer-container .begin {
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer-container .end {
  position: absolute;
  bottom: 0;
  right: 0;
}

.nav .nav-link {
  color: lightgray !important;
}
.nav a:hover {
  color: white;
  opacity: 0.75;
}

/*# sourceMappingURL=style.css.map */
