/* CSS Document */

@font-face {
  font-family: "BarlowCondensed-Black.ttf" !important;
}

#heading {
  position: absolute !important;
  top: 0 !important;
  opacity: 0.9 !important;
}

#main {
  position: absolute !important;
  opacity: 0.9 !important;
}

#footer {
  color: white !important;
  position: abosolute !important;
}

/* A TAGS & LINKS */

a {
  color: red !important;
  font-size: 0.9em !important;
  text-decoration: none !important;
}

/* BACKGROUND IMAGE & GRADIENT */

body {
  background: center top fixed !important;
  background-size: cover !important;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(250, 250, 250, 0.25)),
      to(rgba(0, 0, 0, 0.5))
    ),
    url(https://source.unsplash.com/1600x900/daily?mountain) !important;
}

/* BACKGROUND COLOR */

.bg-light,
.bg-white,
.card {
  background-color: rgba(250, 250, 250, 0.9) !important;
}

/* TEXT */

.text-uppercase {
  text-transform: uppercase !important;
}

.text-light {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.95) !important;
}

/* VERTICAL VIEWPORT */

.vh-90 {
  height: 90vh !important;
}
.vh-80 {
  height: 80vh !important;
}
.vh-70 {
  height: 70vh !important;
}
.vh-60 {
  height: 60vh !important;
}
.vh-50 {
  height: 50vh !important;
}
