body {
  background-color: rgb(213, 211, 214);
}

p {
  margin: 0;
  padding: 0;
}

hr {
  width: 80px;
  border-top: 5px solid rgba(0, 0, 0, 0.1);
}

#copyright {
  text-align: center;
}

#license {
  font-size: 1.2rem;
  text-align: center;
}

#team {
  padding-top: 100px;
  padding-bottom: 200px;
}

.application-button {
  margin-left: 40%;
}

.bg-light {
  background-color: rgb(236, 236, 236) !important;
}

.btn-info {
  background-color: #28b3aa !important;
}
.card {
  margin: 60px 120px 0 120px !important;
}

/* .green-banner {
  text-align: center;
  font-size: 40px;
  background-color: #28b3aa;
  margin-top: 116px;
  padding: 70px 70px;
  font-family: oswald-extralight,oswald,sans-serif;
  font-weight: 600;
} */

.navbar {
  transition: 0.3s;
}
.nav-link {
  margin-right: 20px !important;
}

.nav-link:hover {
  background-color: rgb(236, 233, 226);
  padding-left: 10px;
}

.masthead-text-container {
  margin-right: 900px !important;
}

.footer {
  background-color: rgb(181, 179, 183);
  color: white;
  font-size: ;
}

.reel-camera-bg {
  padding-top: 150px;
  padding-bottom: 200px;
  height: 600px;
  background-image: url('../assets/img/tv.jpeg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

.reel-camera-bg-about {
  padding-top: 150px;
  padding-bottom: 200px;
  height: 600px;
  background-image: url('../assets/img/tv.jpeg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

.reel-camera-bg-contact-us {
  padding-top: 150px;
  padding-bottom: 200px;
  height: 900px;
  background-image: url('../assets/img/tv.jpeg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

.principal-com-back-bg {
  padding-top: 150px;
  padding-bottom: 200px;
  height: 1000px;
  /* background-image: url("../assets/img/snap-board.jpeg"); */
  background-image: url('../assets/img/masthead-background-img.jpg');
  background-repeat: no-repeat;
  /* background-attachment: scroll; */
  background-position: center center;
  background-size: cover;
}

.text-box {
  /* margin-left: 100px;
  margin-right: 100px; */
  /* background-color: rgb(153, 147, 147); */
  color: black;
  font-size: 1.4rem;
  /* opacity: 0.85; */
}

.text-color {
  color: black;
  text-align: center;
  font-family: Helvetica;
}

.top-text {
  font-size: 1.3rem;
  text-align: left;
  margin-left: 120px;
  margin-right: 120px;
  text-shadow: 0.5px 0.5px white;
}
.rounded-circle {
  width: 250px;
  align-self: center;
}

.team-member {
  text-align: center;
}

header.masthead {
  height: auto;
  padding-top: 10.5rem;
  padding-bottom: 10rem;
  text-align: left;
  color: black;
  background-image: url('../assets/img/masthead-hero.svg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}
header.masthead .masthead-subheading {
  font-size: 2.5rem;
  color: white;
  line-height: 3rem;
  margin-bottom: 25px;
  font-family: oswald-extralight, oswald, sans-serif;
  /* font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; */
}
header.masthead .masthead-heading {
  font-size: 4.25rem;
  font-weight: 400;
  line-height: 5.25rem;
  margin-bottom: 2rem;
  color: rgb(74, 78, 82);
  font-family: oswald-extralight, oswald, sans-serif;
  /* font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; */
}

.green-banner {
  display: none;
}

/* MOBILE SCREEN */
@media only screen and (max-width: 600px) {
  .application-button {
    margin-left: 30px;
  }

  .card {
    margin: 20px 0 0 0 !important;
  }

  .green-banner {
    display: block;
    text-align: center;
    font-size: 40px;
    background-color: #28b3aa;
    margin-top: 60px;
    padding: 70px 0;
    font-family: oswald-extralight, oswald, sans-serif;
    font-weight: 600;
  }

  .masthead-heading {
    padding-bottom: 150px;
  }

  .masthead-subheading {
    padding-bottom: 150px;
  }

  .logo {
    /* width: 150px; */
    width: 120px;
  }

  .submissions-email {
    font-size: 14px;
  }
  .top-text {
    font-size: 20px;
    margin: 0;
  }

  .text-color {
    color: black;
    text-align: center;
    font-family: Helvetica;
    text-shadow: 0.5px 0.5px white;
  }

  .principal-com-back-bg {
    height: 100%;
  }

  .reel-camera-bg-about {
    height: 100%;
  }

  .reel-camera-bg {
    height: 800px;
  }

  .reel-camera-bg-contact-us {
    height: 100%;
  }
}

/* ///LAPTOP SCREEN */
@media (min-width: 768px) {
  header.masthead {
    padding-top: 17rem;
    padding-bottom: 12.5rem;
  }
  header.masthead .masthead-subheading {
    font-size: 3.5rem;
    color: white;
    line-height: 4.25rem;
    margin-bottom: 5.5rem;
  }
  header.masthead .masthead-heading {
    font-size: 7.5rem;
    font-weight: 200;
    line-height: 7rem;
    margin-bottom: 30px;
    letter-spacing: 3px;
  }

  .logo {
    width: 176px;
  }
}

/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
  z-index: 99;
  position: fixed;
  top: 50%;
  right: 0;
  /* delete to carry social bar to the left side */
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #28b3aa;
  color: white;
}

.twitter {
  background: #28b3aa;
  color: white;
}

.instagram {
  background: #28b3aa;
  color: white;
}

.section-heading {
  font-family: oswald-extralight, oswald, sans-serif;
  font-weight: 400;
}

.nav-up {
  top: -100px;
}

_:lang(x) + _:-webkit-full-screen-document,
.top-text {
  text-shadow: 1px 1px white;
}
