@font-face { font-family: Montserrat Semibold; src: url('/assets/static/Montserrat-SemiBold.ttf'); } 
@font-face { font-family: Montserrat Regular; src: url('/assets/static/Montserrat-Regular.ttf'); } 

body, html {
    height: 100%;
    max-width: 100%;
    overflow-x: hidden;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    background-color: white;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /* background-image: url("/assets/main page/Spearmint Website Background - glow.png"); */
  }

  #backgroundPhoto {
    position: fixed;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  /* the top bar (controls the blur and stacking */
  #topBar {
    position: fixed;
    width: 100vw;
    height: 7vh;
    background-color: rgba(0, 0, 0, 0.55);
    z-index: 1000;
  }

  /* positioning for the logo */
  #mainLogo {
    width: 15vw; 
    display: block; 
    position: absolute; 
    margin-left: 3vw;
    margin-top: 1vh;
    padding: 0px;
    z-index: 100;
  }

  /* The actual navigation bar formatting */
  .navbar {
    position: sticky;
    margin: auto;
    width: 60vw;
    background-color: none;
    overflow: hidden;
    margin-left: 20vw;
  }

  /* Style the links inside the navigation bar */
  .navbar a {
    border-radius: 1vh;
    width: 12vw;
    font-family: 'Montserrat Semibold';
    float: left;
    color: #b9b9b9;
    text-align: center;
    padding: 1.75vh 0px;
    margin-left: 1vw;
    margin-right: 1vw;
    text-decoration: none;
    font-size: 1.25vw;
    
  }

    /* Change the color of links on hover */
  .navbar a:hover {
    background-color: rgba(254, 254, 254,0.75);
    color: black;
  }

  /* Add a color to the active/current link */
  .navbar a.active {
    color: white;
    text-decoration: underline;
  }

  #missionDiv {
    position: absolute;
    margin-top: 100vh;
    margin-left: 0vw;
    width: 100vw;
    /* height: 22.5vh; */
    background-color: white;
    /* border-top-left-radius: 1%;
    border-top-right-radius: 1%; */
    box-shadow: -4px 20px 20px 40px rgba(0, 0, 0, 0.1);
  }

  .missionTitle {
    font-family: 'Montserrat Semibold';
    padding-top: 0%;
    margin-top: 0.5vh;
    font-size: 5vh;
    text-align: center;
  }

  .missionDescr {
    font-family: 'Montserrat Semibold';
    font-size: 2.5vh;
    display: block;
    padding: 0;
    text-align: center;
    line-height: 170%;
    margin-top: 2vh;
  }

  .missionImg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    border-radius: 1vh;
  }

  #planTitle, #nextStepsTitle {
    margin-top: 8vh;
  }

  #scrollIcon {
    position: absolute;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 8vw;
    margin-left: 46vw;
    margin-top: 84vh;
  }

    /* alter things for mobile devices */
@media only screen and (max-width: 820px) {
  #backgroundPhoto {
    position: fixed;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    object-fit: cover;
  }

  .navbar a {
    border-radius: 1vh;
    width: 20vw;
    font-family: 'Montserrat Semibold';
    float: left;
    color: #b9b9b9;
    text-align: center;
    padding: 1.75vh 0px;
    margin-left: 0vw;
    margin-right: 0vw;
    text-decoration: none;
    font-size: 2.5vw;
    margin-top: 2.5vh;
  }

  /* positioning for the logo */
  #mainLogo {
    width: 30vw; 
    display: block; 
    position: absolute; 
    margin-left: 3vw;
    margin-top: 1vh;
    padding: 0px;
    z-index: 100;
  }

  .missionTitle {
    font-family: 'Montserrat Semibold';
    padding-top: 0%;
    margin-top: 0.5vh;
    font-size: 3vh;
    text-align: center;
  }

  .missionDescr {
    font-family: 'Montserrat Semibold';
    font-size: 2vh;
    display: block;
    padding: 0;
    text-align: center;
    line-height: 170%;
    margin-top: 2vh;
    margin-left: 3vw;
    margin-right: 3vw;
  }

  .missionImg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    border-radius: 1vh;
  }

  #planTitle, #nextStepsTitle {
    margin-top: 8vh;
  }

  #scrollIcon {
    position: absolute;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 8vw;
    margin-left: 46vw;
    margin-top: 84vh;
  }

}
