@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&amp;display=swap";
@import "../build/tailwind.css";
@import "../build/css/glide.core.min.css";
@import url("https://cdn.quilljs.com/1.3.6/quill.snow.css");

@import "banner.css";

body {
  font-family: "IBM Plex Sans", sans-serif;
}
a {
  /*
    transition: text-decoration ease-in-out 0.6s;
    -o-transition: text-decoration ease-in-out 0.6s;
    -ms-transition: text-decoration ease-in-out 0.6s;
    -moz-transition: text-decoration ease-in-out 0.6s;
    -webkit-transition: text-decoration ease-in-out 0.6s;
    */
  color: #212121;
  font-weight: bold;
  position: relative;
}
a:hover {
  text-decoration: none;
  color: #707070;
}

.links {
  color: #1a73e8 !important;
}

.links:hover {
  padding: 1px 8px;
  color: #1a73e8 !important;
  background-color: #ffffff;
  border: none;
  border-width: 1px;
  border-radius: 10px;
  box-shadow: 3px 5px 1px rgba(0, 0, 0.1, 0.213);
  transition: padding 0.2s ease-in-out;
  cursor: pointer;
  outline: solid;
  outline-width: 1px;
  outline-color: #f9f9f9;
}

.external-links {
  color: #1a73e8 !important;
  background-image: linear-gradient(#e88f19, #e88f19);
  background-size: 0% 3px;
  background-repeat: no-repeat;
  background-position: left bottom;
  transition: background-size 300ms ease-in-out;
  text-decoration: none;
  font-weight: 900;
}

.external-links:hover {
  background-size: 100% 3px;
}

.contact-links:hover {
  color: black;
}

.text-indigo-500 {
  text-decoration: none;
  color: black;
  /*font-weight: bold;*/
  /*position: relative;*/
}
.text-indigo-500:hover {
  color: #707070;
}
.px-5 {
  padding-top: 0;
  padding-bottom: 0;
}

.nav > a {
  padding: 14px 0px;
  font-weight: bold;
}

.nav:hover {
  color: #707070;
}

.dropdown-content {
  display: none;
  position: absolute;
  padding-left: 1%;
  /*min-width: 120px;*/
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 2;
  background-color: white;
  float: left;
  transform: translateX(-30px) translateY(5px);
}

.dropbtn:hover .dropdown-content {
  display: block;
}

div.dropdown-content > a {
  display: block;
  text-decoration: none;
}

.contact {
  /*display:none;*/
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.75s ease-in-out;
}

.showContact:hover .contact {
  display: block;
  max-height: 750px;
}

form {
  margin-bottom: 1rem;
}

#gdoc {
  max-width: 60%;
}

#signupButton {
  margin-left: 20px;
}

.concise-statements ul {
  list-style-type: disc;
  padding-left: 5%;
}

.concise-statements ol {
  list-style-type: lower-alpha;
  padding-left: 5%;
}
.flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: auto;
  width: 80%;
  height: auto;
}

@media screen and (min-width: 238px) {
  #gDoc {
    max-width: 100% !important;
  }
}

@media screen and (max-width: 845px) {
  .nav {
    width: 100%;
    text-align: center;
  }

  .dropdown-content {
    left: 30%;
    width: 50%;
  }
  .dropbtn,
  .dropdown-content {
    cursor: pointer;
  }
  .dropbtn:hover .dropdown-content {
    display: none;
  }
  .contact {
    display: block;
    max-height: 750px;
  }
  #logo {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 480px) {
  button {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 420px) {
  button[name="btnMessage"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  button[name="btnJoin"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (max-width: 360px) {
  button[name="btnMessage"] {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  button[name="btnJoin"] {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media screen and (min-width: 1280px) {
  #map-text-container {
    max-width: 1718px !important;
  }
}

@media screen and (min-width: 1780px) {
  svg {
    left: 24px;
  }
  .mapcontainer {
    max-width: 1100px;
  }
}

@media screen and (min-width: 1809px) {
  .map {
    left: 52px;
  }
}

@media screen and (min-width: 1780px) {
  svg {
    max-height: 750px;
    max-width: 1100px;
  }

  .text-gray-600,
  .text-gray-700 {
    color: #212121;
  }
}

/*.text-gray-900{*/
/*    font-weight: bold;*/
/*}*/

/*p{*/
/*    color: #888888;*/
/*}*/
