@import url("https://fonts.googleapis.com/css?family=Oxygen&display=swap");
/* Body */
html {
  background-color: #FFFFFF; }

body {
  background-color: #F2F2F2;
  font-family: "Oxygen", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */ }
  body *, body *:focus {
    outline: none !important; }
  body p, body ul {
    margin-bottom: 2rem; }
  body header .navbar {
    background-color: #282828;
    color: #FFFFFF;
    padding: .5rem 1rem; }
    body header .navbar a, body header .navbar a:hover, body header .navbar a:active, body header .navbar a:focus {
      color: #F2F2F2;
      font-weight: bold; }
    body header .navbar img {
      max-height: 3rem; }
    body header .navbar ul {
      font-size: 1.2rem;
      margin: 0;
      list-style-type: none; }
      body header .navbar ul .dropdown-menu {
        position: absolute;
        top: 100%;
        right: 0;
        left: auto;
        z-index: 1000;
        float: left;
        min-width: 4rem;
        padding: 0;
        margin: .125rem 0 0;
        font-size: 1rem;
        color: #F2F2F2;
        text-align: left;
        list-style: none;
        background-color: #282828;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: .25rem; }
        body header .navbar ul .dropdown-menu .dropdown-item {
          display: block;
          width: 100%;
          padding: .25rem 1.5rem;
          clear: both;
          font-size: 1.3rem;
          font-weight: 400;
          color: #F2F2F2;
          text-align: inherit;
          white-space: nowrap;
          background-color: transparent;
          border: 0; }
        body header .navbar ul .dropdown-menu .dropdown-item:hover {
          background-color: #F2F2F2;
          color: #000000; }
  body main section {
    padding: 1.5rem 0;
    margin-bottom: 1rem; }
  body main .text-highlight {
    color: #F73B2C;
    font-weight: bold; }
  body main .text-underline {
    text-decoration: underline; }
  body main a, body main a:hover, body main a:active, body main a:focus {
    color: #F73B2C;
    font-weight: bold;
    text-decoration: underline; }
  body main h2, body main h3, body main h4 {
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: bolder; }
  body main h6 {
    font-weight: bolder; }
  body main img {
    margin-bottom: 1rem; }
  body main section.intro {
    height: 100vh;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #C4C4C4;
    color: #FFFFFF; }
    body main section.intro .intro-text {
      height: 100vh;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: start; }
      body main section.intro .intro-text div.logo {
        margin-top: 2rem; }
        body main section.intro .intro-text div.logo img {
          max-height: 2rem;
          margin-bottom: 0.3rem; }
      body main section.intro .intro-text div.text {
        margin-top: 8rem; }
      body main section.intro .intro-text div.scroll-icon {
        position: absolute;
        bottom: 5%;
        -webkit-animation: mover 1s infinite alternate-reverse;
        animation: mover 1s infinite alternate-reverse; }

@-webkit-keyframes mover {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-10px); } }

@keyframes mover {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-10px); } }
  body main section.description {
    padding: 3rem 0 0 0; }
    body main section.description .description-text #borderBottom::after {
      content: "";
      text-align: center;
      color: #000000;
      height: 100%;
      width: 30%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      position: absolute;
      bottom: 0;
      right: 37%;
      left: auto;
      border-bottom: 1px solid #000000; }
  body main section.synopsis .synopsis-text {
    margin-bottom: 1rem; }
  body main section.feedback img {
    max-height: 20rem; }
  body main section.organised {
    text-align: center; }
    body main section.organised img {
      max-height: 10rem; }
  body main section.credits {
    padding: 3rem 0;
    background-color: #202C4F;
    color: #FFFFFF; }
    body main section.credits a {
      text-decoration: none;
      color: #FFFFFF; }
  body main section.other-projects img {
    max-height: 9rem; }

footer {
  background-color: #282828;
  color: #FFFFFF;
  padding: 2rem 0; }
  footer a, footer a:hover, footer a:active, footer a:focus {
    color: #FFFFFF;
    text-decoration: underline; }
  footer p {
    font-size: 0.8rem; }
  footer h2 {
    margin-bottom: 2rem;
    font-weight: bolder; }
  footer h3, footer h4 {
    margin-bottom: 1rem;
    font-weight: bolder;
    font-size: 1rem; }
  footer img {
    margin-bottom: 2rem;
    max-height: 5rem; }
  footer .address {
    margin-bottom: 1rem; }
    footer .address .list-group-item {
      font-size: 1.5em;
      position: relative;
      display: block;
      padding: .5rem 1rem;
      background-color: inherit;
      border: none; }
