@charset "UTF-8";
/*!
* Start Bootstrap - Grayscale v7.0.4 (https://startbootstrap.com/theme/grayscale)
* Copyright 2013-2021 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-grayscale/blob/master/LICENSE)
*/

/*
Pink #c0037b
Blue #148ebf
*/
html {
  scroll-padding-top: calc(4.5rem - 1px);
}

body {
  letter-spacing: 0.0625em;
}

a {
  color: #073445;
}
a:hover {
  color: #148ebf;
}
p {
  font-size: 1.4rem;
}
.transparent {
  visibility: hidden;
  opacity: 0;
}
.text-white-75 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.75) !important;
}
.navbar {
  padding-top: 0;
  padding-bottom: 0;
}
#mainNav {
  min-height: 3.5rem;
  background-color: #fff;
}
#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.75rem;
  color: #148ebf;
}
#mainNav .navbar-toggler:focus {
  outline: none;
}
#mainNav .navbar-brand {
  color: #000;
  font-weight: 700;
}
#mainNav .navbar-nav .nav-item:hover {
  color: fade(#fff, 80%);
  outline: none;
  background-color: transparent;
}
#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}
#retro-logo {
  width: 80px;
  height: auto;
  transition: all 0.5s ease;
}
@media (min-width: 992px) {
  #mainNav {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    background-color: transparent;
    transition: background-color 0.3s ease-in-out;
  }
  #mainNav .nav-link {
    transition: none;
    padding: 2rem 1.5rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.2rem;
    font-weight: 700;
  }
  #mainNav .nav-link:hover {
    color: rgba(255, 255, 255, 0.95);
  }
  #mainNav .nav-link:active {
    color: #fff;
  }
  #mainNav.navbar-shrink {
    background-color: #fff;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #000;
  }
  #mainNav.navbar-shrink .nav-link {
    color: #000;
    padding: 1.5rem 1.5rem 1.25rem;
    border-bottom: 0.25rem solid transparent;
  }
  #mainNav.navbar-shrink .nav-link:hover {
    color: #148ebf;
  }
  #mainNav.navbar-shrink .nav-link:active {
    color: #467370;
  }
  #mainNav.navbar-shrink .nav-link.active {
    color: #148ebf;
    outline: none;
    border-bottom: 0.25rem solid #148ebf;
  }
  #retro-logo {
    width: 100px;
    opacity: 0.1;
  }
  #mainNav.navbar-shrink #retro-logo {
    width: 150px;
    opacity: 1;
  }
}

@media screen and (max-width: 600px) {
  .nav-item {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.btn {
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  font-family: 'Roboto', sans-serif;
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  border: 0;
}
.btn-primary {
  transition: all 0.3s ease-in-out;
  background-color: #148ebf;
}
.btn-primary:hover {
  background-color: #073445;
}
/*.masthead {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 35rem;
  padding: 15rem 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 75%, #000 100%), url("../assets/img/console.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}*/
.masthead {
  position: relative;
  width: 100%;
  background: linear-gradient(-45deg, #ee7752, #e7e73c, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  height: 100vh;
}
.masthead .container {
  z-index: 2;
  position: relative;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.masthead h1, .masthead .h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: 0.8rem;
  background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.6));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
}
.masthead h2, .masthead .h2 {
  max-width: 20rem;
  font-size: 1.4rem;
}
.masthead .form-signup, .signup-section .form-signup {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .masthead h1, .masthead .h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
  .masthead .form-signup, .signup-section .form-signup {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .masthead {
    height: 100vh;
    padding: 0;
  }
  .masthead h1, .masthead .h1 {
    font-size: 6.5rem;
    line-height: 6.5rem;
    letter-spacing: 0.8rem;
  }
  .masthead h2, .masthead .h2 {
    max-width: 30rem;
    font-size: 2.4rem;
  }
}
.timetable-icon {
  text-align: center;
}
.about-section {
  padding-top: 10rem;
  background: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.9) 75%, rgba(0, 0, 0, 0.8) 100%), url("../assets/img/matrix.jpg");
}
.about-section p {
  margin-bottom: 5rem;
}
.projects-section h4 {
  padding: 20px 0;
  background-color: #148ebf;
  color: #fff;
}
.projects-section {
  padding: 10rem 0;
}
.projects-section .featured-text {
  padding-top: 2rem;
}
@media (min-width: 992px) {
  .projects-section .featured-text {
    padding: 0 0 0 2rem;
    border-left: 0.5rem solid #148ebf;
  }
  .projects-section .featured-text-left {
    padding-right: 2rem;
    border-right: 0.5rem solid #148ebf;
  }
}
.projects-section .project-text {
  padding: 3rem;
  font-size: 90%;
}
@media (min-width: 992px) {
  .projects-section .project-text {
    padding: 5rem;
  }
  .projects-section .project-text hr {
    border-color: #148ebf;
    border-width: 0.25rem;
    width: 30%;
  }
}

.signup-section {
  padding: 10rem 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 75%, #000 100%), url("../assets/img/community-footer.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
.signup-section .form-signup input, .masthead .form-signup input {
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  height: auto;
  font-family: 'Roboto', sans-serif;
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  border: 0;
}

.contact-section {
  padding-top: 5rem;
}
.contact-section .card {
  border: 0;
  border-bottom: 0.25rem solid #148ebf;
}
.contact-section .card h4, .contact-section .card .h4 {
  font-size: 1rem;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}
.contact-section .card hr {
  border-color: #148ebf;
  border-width: 0.25rem;
  width: 3rem;
}
.contact-section .social {
  margin-top: 5rem;
}
.contact-section .social a {
  text-align: center;
  height: 3rem;
  width: 3rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  line-height: 3rem;
  color: rgba(255, 255, 255, 0.3);
}
.contact-section .social a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.contact-section .social a:active {
  color: #fff;
}

.footer {
  padding: 5rem 0;
}

/* COOKIE POPUP STYLES */

.cookie-section {
  padding-top: 400px;
  padding-bottom: 300px;
  background: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.9) 75%, rgba(0, 0, 0, 0.8) 100%), url("../assets/img/matrix.jpg");
}
.cookie-section p {
  margin-bottom: 5rem;
}

.cookie-popup {
  
  font-size: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: fixed;
  bottom: -6.25rem;
  left: 1.25rem;
  right: 1.25rem;
  padding: 0.625rem 0.9375rem;
  box-shadow: 0 0 0.625rem 0 rgba(0,0,0, .15);
  line-height: 150%;
  transition: opacity .5s;
  opacity: 0;
}
.cookie-popup--short {
  right: none;
  width: 21.875rem; 
}
.cookie-popup--dark {
  background: #000;
  color: #fff;
}
.cookie-popup--not-accepted {
  opacity: 1;
  animation: cookie-popup-in .5s ease forwards;  
}
.cookie-popup--accepted {
  opacity: 0;
}
.cookie-popup a {
  color: skyblue;
}
.cookie-popup a:visited {
  color: skyblue;
  text-decoration: none;
}
.cookie-popup-actions {
  flex: 1;
  text-align: right;
}
.cookie-popup-actions button {
  color: orange;
  border: none;
  background: none;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: bold;
  text-transform: uppercase;
  font-size:  1rem;
  padding: 0;
  cursor: pointer;
  margin-top: 20px;
}
.cookie-popup-actions button:hover {
  text-decoration: underline;
}

@keyframes cookie-popup-in {
  from { bottom: -6.25rem; }
  to { bottom: 1.25rem; }
}

/* line Animation */

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes radius {
  80% {
    r: 14px;
  }
  100% {
    r: 8px;
  }
}
@keyframes stroke {
  0% {
    stroke-width: 0;
  }
  80% {
    stroke-width: 14px;
  }
  100% {
    stroke-width: 8px;
  }
}
.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
svg {
  display: block;
  height: 100%;
}
.intro-mobile-path--1 {
  animation: dash 0.8s linear forwards;
}
.intro-mobile-path--2 {
  animation: dash 0.2s linear 1.35s forwards;
}
.intro-mobile-path--3 {
  animation: dash 0.6s linear 1.9s forwards;
}
.intro-mobile-path--4 {
  animation: dash 1s linear 2.85s forwards;
}
.intro-mobile-circle {
  stroke: #f2f2f2;
  stroke-width: 0;
}
.intro-mobile-circle--1 {
  animation: radius 0.35s linear 0.8s forwards;
}
@supports (-ms-ime-align:auto) {
  .intro-mobile-circle--1 {
    animation: stroke 0.35s linear 0.8s forwards;
  }
}
.intro-mobile-circle--2 {
  animation: radius 0.35s linear 1.55s forwards;
}
@supports (-ms-ime-align:auto) {
  .intro-mobile-circle--2 {
    animation: stroke 0.35s linear 1.55s forwards;
  }
}
.intro-mobile-circle--3 {
  animation: radius 0.35s linear 2.5s forwards;
}
@supports (-ms-ime-align:auto) {
  .intro-mobile-circle--3 {
    animation: stroke 0.35s linear 2.5s forwards;
  }
}