.masthead {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 35rem;
  padding: 15rem 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 75%, #000 100%), url("static/resources/images/bg-masthead.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
.portrait {
  filter: grayscale(100%);
  object-fit: cover;
}

.projects-section {
  margin-bottom: 0;
  padding-bottom: 0;
}



html,
body {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  height: 100%;
}

.footer {
  position: relative;
}

.droneVideo {
  



}

.video-container {
  padding: 480px;
}

.video-container video {
  position: relative;

  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);

  overflow: hidden;
  object-fit: cover;
  z-index: 0;
}


.main-header {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  width: 95%;
  max-width: 45em;
  margin: auto auto 1em;
  box-sizing: border-box;
  padding: 2em;
  line-height: 1.5;
  text-align: center;
  margin-top: -1750px;
  margin-bottom: 200px;
  color: #f1f1f1;
}


.nav-text {
font-size: 18px;
}


.about-section{
  padding-top: 10rem;
  background: rgb(0, 0, 0);
  position: relative;
}

#impact {
  position: relative;
  text-align: center;

  text-align: center;

  /* background: linear-gradient(to left bottom,
  rgba(0,0,0,0.1) 0%,
  rgba(0,0,0,0.5) 90%,
  #000 100%
  ); */
  /* margin-top: 250px; */
}

#coit-tower {

}


#solutions {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 35rem;
  padding: 15rem 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 75%, #000 100%), url("../resources/images/bg-sf-bridge.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  text-align: center;
  object-fit: cover;
}
/* #solutions h1, #solutions .h1 {
  font-family: "Varela Round", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: 0.8rem;
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
} */


