body,
html {
  height: 100%;
}

body {
  padding-top: 4em;
}

footer {
  display: block;
  text-align: center;
}

.portfolio-images img {
  width: 100%;
}

.project div {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

nav {
  position: fixed !important;
  width: 100%;
  top: 0;
}

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

.bg-img {
  width: 100%;
  background-attachment: fixed;
  background: url(/images/night-sky.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
}

.bg-img h1 {
  font-size: 4rem;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  text-align: center;
}

label {
  display: block;
}

.intro img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 90vh;
}

.img-container {
  background-color: rgb(4, 8, 17);
  text-align: center;
}

.vcenter {
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
}

@media only screen and (min-width: 768px) {
  .vcenter {
    text-align: center;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
  }
}
.animation {
  opacity: 0;
}

.bg-primary {
  background-color: #FD6137;
  color: #000 !important;
}

.btn-primary {
  background-color: #FD6137;
  color: #000 !important;
}

.bg-secondary {
  background-color: #2596F3;
  color: #fff !important;
}

.btn-secondary {
  background-color: #2596F3;
  color: #fff !important;
}

.bg-light {
  background-color: #FDFDFD;
  color: #000 !important;
}

.btn-light {
  background-color: #FDFDFD;
  color: #000 !important;
}

.bg-medium {
  background-color: #838C8E;
  color: #000 !important;
}

.btn-medium {
  background-color: #838C8E;
  color: #000 !important;
}

.bg-dark {
  background-color: #38383b;
  color: #fff !important;
}

.btn-dark {
  background-color: #38383b;
  color: #fff !important;
}

.bg-black {
  background-color: #000000;
  color: #fff !important;
}

.btn-black {
  background-color: #000000;
  color: #fff !important;
}

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