@charset "UTF-8";
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0 !important;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

#navbar {
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  z-index: 10;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

#navbar img {
  height: 50px;
}

#navbar ul {
  padding: 0;
  margin: 0 0 0 auto;
  width: 100%;
  height: 100%;
  background-color: #236e96;
}

#navbar ul li {
  float: left;
  width: calc(100% / 4);
  list-style: none;
  height: inherit;
}

#navbar ul li button {
  width: 100%;
  height: 100%;
  background-color: inherit;
  color: white;
  border-style: none;
  border-width: 0;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  text-align: center;
  overflow: hidden;
}

#navbar ul li button:hover {
  background-color: #15b2d3;
}

.frosted {
  opacity: .8;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

#hero {
  /*background-image: url("/assets/images/fillerimage.jpg");
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;*/
  height: 100vh;
}

#hero .focus {
  position: relative;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: -50%;
  text-align: center;
  color: black;
  z-index: 5;
}

#hero .focus button {
  background-color: #ffd700;
  border-radius: 15px;
  border-width: 0;
  -webkit-box-shadow: 3px 3px 3px black;
          box-shadow: 3px 3px 3px black;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

#hero .focus button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#hero .focus h1 {
  font-size: 40px;
  font-weight: bold;
  word-spacing: 5px;
  line-height: 1;
}

#hero .focus h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}

#hero .slide:nth-of-type(1) .focus {
  color: white;
}

#hero .slide {
  width: 100%;
  height: 100%;
  display: none;
}

#hero .slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}

#about {
  background-color: white;
}

#about h1 {
  color: #ff589f;
}

#about .gridlayout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#about .gridlayout img {
  width: 30%;
  height: 30%;
}

@media (max-width: 768px) {
  #about .gridlayout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #about .gridlayout img {
    width: 100%;
    height: 100%;
  }
}

#about .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#about .grid .about-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#about .grid .about-row div {
  background: #ffd700;
  width: 45%;
  min-height: 12%;
  margin: 1%;
  padding: 1%;
  -webkit-box-shadow: 5px 5px 10px 0 #666666;
          box-shadow: 5px 5px 10px 0 #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#about .grid .about-row p {
  width: 100%;
  text-align: left;
  font-size: 1em;
}

#about .grid .about-row h2 {
  font-size: 1.5em;
  font-weight: 900;
  text-align: center;
}

@media (max-width: 768px) {
  #about .grid {
    margin: 0 auto;
  }
  #about .grid .about-row div {
    width: 50%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #about .grid .about-row h2 {
    font-size: 1.5em;
  }
}

#about .grid #t-l {
  border-radius: 10px 0 0 0;
}

#about .grid #b-l {
  border-radius: 0 0 0 10px;
}

#about .grid #t-r {
  border-radius: 0 10px 0 0;
}

#about .grid #b-r {
  border-radius: 0 0 10px 0;
}

#timeline {
  background-color: #f3872f;
}

#timeline h1 {
  color: white;
}

#timeline #tableContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1.5em;
}

#timeline #tableContainer #tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#timeline #tableContainer .tab {
  border-radius: 25px 25px 0px 0px;
  -webkit-box-shadow: 8px 8px 4px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 8px 8px 4px 0px rgba(0, 0, 0, 0.5);
  background-color: #ff589f;
  min-width: 10vw;
  margin-left: 3vw;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#timeline #tableContainer .tab:hover {
  background-color: #15b2d3;
  cursor: pointer;
}

@media (max-width: 768px) {
  #timeline #tableContainer #tabs {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #timeline #tableContainer .tab {
    width: 30vw;
    margin: 0;
  }
}

#timeline #tableContainer .activeTab {
  background-color: #ffd700;
}

#timeline #tableContainer table {
  background-color: #15b2d3;
  border-radius: 15px 0px 15px 15px;
  -webkit-box-shadow: 8px 8px 4px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 8px 8px 4px 0px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  #timeline #tableContainer table {
    border-radius: 0px 0px 15px 15px;
  }
}

#timeline #tableContainer table th {
  text-align: center;
  font-weight: 700;
  border-bottom: 2px black solid;
}

#timeline #tableContainer table th:nth-of-type(1) {
  width: 66.6vw;
}

#timeline #tableContainer table th:nth-of-type(2) {
  width: 33.3vw;
}

#timeline #tableContainer table td {
  text-align: center;
}

#timeline .hiddenTable {
  display: none;
}

#timeline .shownTable {
  display: block;
}

#credentials {
  background-color: white;
}

#credentials h1 {
  color: #ff589f;
}

#credentials .profileBox {
  background-color: #236e96;
  border-radius: 15px;
}

#credentials .profileBox img {
  width: 80%;
  margin-left: 10%;
  max-width: 200px;
}

#signup {
  background-color: #f3872f;
}

#signup h1 {
  color: white;
}

#signup .row div:nth-child(1) .glowyBox {
  background-color: #ff589f;
}

#signup .row div:nth-child(2) .glowyBox {
  background-color: #ffd700;
}

#signup .row div:nth-child(3) .glowyBox {
  background-color: #15b2d3;
}

#signup .glowyBox {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  border-radius: 15px;
  height: 100%;
  -webkit-box-shadow: 3px 3px 3px black;
          box-shadow: 3px 3px 3px black;
  max-width: 300px;
  margin: auto;
}

#signup .glowyBox p {
  margin: 0;
}

#signup .glowyBox:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#footer {
  background-color: #236e96;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 3em;
}

#footer #boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  margin-bottom: 3em;
}

#footer #boxes a {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

#footer #boxes .box {
  background-color: #ffd700;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  min-width: 300px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1em;
  padding: 2em 0.5em;
  border-radius: 10px;
}

#footer #boxes .box div, #footer #boxes .box p, #footer #boxes .box h3 {
  text-align: center;
}

#footer #boxes .box #socials {
  margin-top: 1em;
}

#footer #boxes .box #socials a {
  font-size: 1.5em;
  border-radius: 999px;
  margin: 0 0.25em;
  padding: 0.1em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: black;
}

#footer #boxes .box #socials a:hover {
  background-color: #15b2d3;
}

#footer #boxes .box #socials i {
  width: 30px;
  height: 30px;
}

#footer #boxes .box ul {
  list-style: none;
  padding: 0.5em;
  margin: 0;
}

#footer #boxes .box ul li {
  font-size: 1.25rem;
  padding-left: 1rem;
  text-indent: -0.7rem;
}

#footer #boxes .box ul li::before {
  content: "› ";
}

#footer #boxes #agreement {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 10px;
}

#footer #boxes #agreement a {
  color: black;
}

#footer #boxes #agreement:hover {
  background-color: #15b2d3;
}

#footer #boxes .box:nth-of-type(3) form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#footer #boxes .box:nth-of-type(3) input {
  margin: 0.2em 0;
  border-radius: 5px;
}

#footer #boxes .box:nth-of-type(3) input[name="name"], #footer #boxes .box:nth-of-type(3) input[name="email"] {
  padding: 0.5em;
}

#footer #boxes .box:nth-of-type(3) input[type="submit"] {
  padding: 1em;
  background-color: #15b2d3;
  font-weight: 900;
  font-size: 1em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#footer #boxes .box:nth-of-type(3) input[type="submit"]:hover {
  font-size: 1.5em;
  padding: 0.4em;
}

#footer #copy {
  text-align: center;
  margin: 0;
  padding: 10px;
  color: white;
}

#footer #copy a {
  color: white;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#footer #copy a:hover {
  color: #ffd700;
}
/*# sourceMappingURL=style.css.map */