@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;
  }

  #backgroundVideo {
    z-index: 0;
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
  }

  #mobileBackground {
    z-index: -1;
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%; 
  }

  /* the top bar (controls the blur and stacking */
  #topBar {
    position: fixed;
    width: 100vw;
    height: 7vh;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 500;
  }

  /* 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;
    
  }

  .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;
  }

  /* about cell formatting */
  #aboutCell{
    position: absolute;
    margin-top: 65vh;
    margin-left: 47vw;
    width: 50vw;
    /* height: 30vh; */
    background-color: white;
    border-radius: 1vw;
    box-shadow: -4px 20px 20px 40px rgba(0, 0, 0, 0.1);
  }

  #aboutTopText {
    font-family: 'Montserrat Semibold';
    padding-top: 0%;
    margin-top: 0.5vh;
    font-size: 4vh;
    text-align: center;
  }

  #aboutMiddleText {
    font-family: 'Montserrat Semibold';
    padding-top: 0%;
    margin-top: -5vh;
    font-size: 7vh;
    text-align: center;
  }

  #aboutBottomText {
    font-family: 'Montserrat Regular';
    font-size: 2.5vh;
    margin-top: -5vh;
    text-align: center;
    line-height: 170%;
    margin-bottom: 1vh;
  }

  /* download cell formatting */
  #detailsCell{
    position: absolute;
    margin-top: 200vh;
    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);
  }

  #downloadTopText {
    font-family: 'Montserrat Semibold';
    padding-top: 0%;
    margin-top: 10vh;
    font-size: 6vh;
    text-align: center;
  }

  #downloadMiddleText {
    font-family: 'Montserrat Regular';
    padding-top: 0%;
    margin-top: -5vh;
    font-size: 3vh;
    color: rgb(171, 171, 171);
    text-align: center;
  }

  /* description headers */

  .descrHeader-right {
    font-family: 'Montserrat Semibold';
    font-size: 6vh;
    display: block;
    margin-left: 50vw;
    width: 40vw;
    padding: 0;
    text-align: center;
    margin-top: 20vh;
  }

  .descrHeader-left {
    font-family: 'Montserrat Semibold';
    font-size: 6vh;
    display: block;
    margin-left: 10vw;
    width: 40vw;
    padding: 0;
    text-align: center;
    margin-top: 30vh;
  }

  #communityHeader {
    margin-top: 40vh;
  }

  /* description text */

  .descrText-right {
    font-family: 'Montserrat Regular';
    font-size: 3vh;
    display: block;
    margin-left: 45vw;
    width: 50vw;
    padding: 0;
    margin-top: -3vh;
    text-align: center;
    line-height: 170%;
    margin-bottom: 35vh;
  }

  .descrText-left {
    font-family: 'Montserrat Regular';
    font-size: 3vh;
    display: block;
    margin-left: 5vw;
    width: 50vw;
    padding: 0;
    margin-top: -3vh;
    text-align: center;
    line-height: 170%;
    margin-bottom: 25vh;
  }

  #communityText {
    margin-bottom: 30vh;
  }


  /* images */
  .imageLeft {
    margin-left: 5vw;
    position: absolute;
    width: 40vw;
    margin-top: -30vh;
    
  }

  .imageRight {
    margin-left: 55vw;
    position: absolute;
    width: 40vw;
    margin-top: -28vh;
  }

  #communityShot {
    margin-top: -45vh;
  }

  #downloadAppStoreLogo {
    margin-left: 45vw;
    width: 10vw;
    margin-bottom: 10vh;
  }

  /* alter things for mobile devices */
@media only screen and (max-width: 820px) {
  #backgroundVideo {
    z-index: -1;
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
  }

  #mobileBackground {
    z-index: 0;
    position: fixed;
    right: 0;
    bottom: 0;
    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;
  }

  /* about cell formatting */
  #aboutCell{
    position: absolute;
    margin-top:30vh;
    margin-left: 5vw;
    width: 90vw;
    /* height: 30vh; */
    background-color: white;
    border-radius: 5vw;
    box-shadow: -4px 20px 20px 40px rgba(0, 0, 0, 0.1);
  }

  #aboutTopText {
    font-family: 'Montserrat Semibold';
    padding-top: 0%;
    margin-top: 0.5vh;
    font-size: 2.5vh;
    text-align: center;
  }

  #aboutMiddleText {
    font-family: 'Montserrat Semibold';
    padding-top: 0%;
    margin-top: -3vh;
    font-size: 5vh;
    text-align: center;
  }

  #aboutBottomText {
    font-family: 'Montserrat Regular';
    font-size: 1.75vh;
    margin-top: -5vh;
    text-align: center;
    line-height: 170%;
    margin-bottom: 1vh;
  }

  /* download cell formatting */
  #detailsCell{
    position: absolute;
    margin-top: 200vh;
    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);
  }

  #downloadTopText {
    font-family: 'Montserrat Semibold';
    padding-top: 0%;
    margin-top: 10vh;
    font-size: 4vh;
    text-align: center;
  }

  #downloadMiddleText {
    font-family: 'Montserrat Regular';
    padding-top: 0%;
    margin-top: -2vh;
    font-size: 2vh;
    color: rgb(171, 171, 171);
    text-align: center;
  }

   /* description headers */

   .descrHeader-right {
    font-family: 'Montserrat Semibold';
    font-size: 4vh;
    display: block;
    margin-left: 2.5vw;
    width: 95vw;
    padding: 0;
    text-align: center;
    margin-top: 5vh;
  }

  .descrHeader-left {
    font-family: 'Montserrat Semibold';
    font-size: 4vh;
    display: block;
    margin-left: 2.5vw;
    width: 95vw;
    padding: 0;
    text-align: center;
    margin-top: 5vh;
  }

  #communityHeader {
    font-family: 'Montserrat Semibold';
    font-size: 4vh;
    display: block;
    margin-left: 2.5vw;
    width: 95vw;
    padding: 0;
    text-align: center;
    margin-top: 5vh;
  }

  /* description text */

  .descrText-right {
    font-family: 'Montserrat Regular';
    font-size: 2vh;
    display: block;
    margin-left: 5vw;
    width: 90vw;
    padding: 0;
    margin-top: 1vh;
    text-align: center;
    line-height: 170%;
    margin-bottom: 15vh;
  }

  .descrText-left {
    font-family: 'Montserrat Regular';
    font-size: 2vh;
    display: block;
    margin-left: 5vw;
    width: 90vw;
    padding: 0;
    margin-top: 1vh;
    text-align: center;
    line-height: 170%;
    margin-bottom: 15vh;
  }

  #communityText {
    font-family: 'Montserrat Regular';
    font-size: 2vh;
    display: block;
    margin-left: 5vw;
    width: 90vw;
    padding: 0;
    margin-top: 1vh;
    text-align: center;
    line-height: 170%;
    margin-bottom: 15vh;
  }


  /* images */
  .imageLeft {
    position: relative;
    margin-left: 0vw;
    width: 100vw;
    margin-top: 0vh;
    
  }

  .imageRight {
    position: relative;
    margin-left: 0vw;
    width: 100vw;
    margin-top: 0vh;
  }

  #communityShot {
    margin-left: 0vw;
    width: 100vw;
    margin-top: 0vh;
  }

  #downloadAppStoreLogo {
    margin-left: 35vw;
    width: 30vw;
    margin-bottom: 10vh;
  }

}


