@import "navbarstyle.css";

html {
    scroll-behavior: smooth;
    background-color: white;
    -ms-overflow-style: none;
    color: rgb(0, 0, 0);
  }

h1 {
  font-family: 'Montserrat', sans-serif;
}

h2 {
  font-family: 'Montserrat', sans-serif;
}

p {
  font-family: 'Open Sans', sans-serif;
}

#body {
    margin: 0%;
    height: auto;
}

a:link {
    text-decoration: none;
    color: rgb(212, 215, 216);
}

a:visited {
    text-decoration: none;
    color: rgb(212, 215, 216);
}

a:hover {
    text-decoration: underline;
    color: rgb(206, 87, 18);
}

/* 9.jpg, bgpos: bottom | 95.jpg, bgpos: center | 110.jpg, bgpos: bottom */
.header {
    padding-top: 1rem;
    background-image: url("wow2.jpg");
/*    background-color: rgb(228, 230, 231); */
    background-position: center;
    background-size: cover; 
    height: 30rem;
    margin: 0%;
}

/* #hindsight {     THIS GOES WITH 110.jpg
  color:steelblue;
  font-family:'Times New Roman', Times, serif;
} */

/*
.inside-header {

}
*/

.title { /* Title */
    margin: 1%;
    height: 6rem;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 1.3em
}

#logo { /* Logo */
    text-align: center;
}

#logo-img {
    width: 10rem;
}


  
      @keyframes calrn {
        0% {
          transform: scale(0, 0.025);
        }
        50% {
          transform: scale(1, .025);
        }
      }


      #minhead {
        text-align: center;
        font-size: 2.8em;
    }

    #docli {
        font-size: 1.5em;
        display: flex;
        flex-direction: row;
        width: 30rem;
        height: auto;
        margin-left: 2.5%;
        padding-top: 2.5%;
        padding-bottom: 2.5%;
    }

    #docli a {
        color: black;
        font-family: 'Montserrat', sans-serif;
    }
    #docli a:hover {
        color: rgb(0, 153, 255);
    }



      @media (prefers-reduced-motion: no-preference) {
          #calan {
            animation-name: calrn;
            animation-duration: 2s;
            animation-iteration-count: 1;
          }
        }

      div iframe {
        display:flex;
        flex: 50%;
        justify-content: center;
        height: 75vh;
        overflow: hidden;
        width: 50rem;
        max-width: 80%;
        flex: 60%;
        margin: auto;
        padding: 0.5% 0.5%;
        border-radius: 0% 3% 3% 3%;
        transition: 0.3s;
        background-color: white;
    }

    @media screen and (max-width:900px) {
      div iframe {
        height: 70vh;
      }
    }
    @media screen and (max-width: 750px) {
      div iframe {
        height: 55vh;
      }

    }

    @media screen and (max-width: 400px) {
      div iframe {
        height: 45vh;
      }
    }

      .footer {
        display: flex;
        text-align: center;
        position: absolute;
        bottom: 0%;
        width: 100%;
      }
      
      /* .footer text-align didn't seem to do anything...: */
      #footer-txt {
        text-align: center;
        font-size: 1.5rem;
        font-family: 'Montserrat', sans-serif;
      }
    
@media screen and (max-width: 750px) {
  #nav-abt {
    display: none;
  }

  #nav-hist {
    display: none;
  }

  #nav-join {
    display: none;
  }

  #logo { /* Logo */
    padding-top: 5rem;
    text-align: center;
  }

  .navbar li {
    padding: 0 15px;
  }

  .dropdown-content {
    min-width: 6rem;
  }
}

  @media screen and (max-width:480px) {
    #docli {
        width: 25rem;
    }
    #coffee {
        text-align: center;
    }
  }