/*
  __  __   _   ___ _  _ 
 |  \/  | /_\ |_ _| \| |
 | |\/| |/ _ \ | || .` |
 |_|  |_/_/ \_\___|_|\_|
*/

/*---------- FONT IMPORT*/

@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700;900&family=Titillium+Web:ital,wght@0,400;0,700;1,400&family=Unbounded:wght@400;700&display=swap" rel="stylesheet');

/*---------- UNIVERSAL STYLING */

body, html {
    height: 100%;
}

body {
    font-family: 'Titillium Web', sans-serif;
    font-size: 12pt;
    letter-spacing: 0.5px;
}

.container-fluid {
    max-width: 1700px;
}

.scrollable {
    height: 92vh;
    overflow-y: scroll;
    background-repeat: repeat;
    background-position: fixed;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

/* search bar version */
.searchver .scrollable {
    height: 84vh;
}

/* music player version */
.musicver .scrollable {
    height: 80vh;
}

/*---------- NAVIGATION */

.navigation {
    height: 4vh;
    font-size: 17pt;
    font-family: 'Orbitron', system-ui;
    text-transform: uppercase;
    font-weight: 700;
    background: rgb(124,133,124);
    background: linear-gradient(0deg, rgba(124,133,124,1) 0%, rgba(189,203,189,1) 100%);
    border-bottom: 1px solid #000000;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.5);
}

/*red version */
.redver .navigation {
    background: rgb(133,124,124);
    background: linear-gradient(0deg, rgba(133,124,124,1) 0%, rgba(203,189,189,1) 100%);
}

/* tablet */
@media only screen and (max-width: 992px) {
  .navigation {
      font-size: 14pt;
  }
}

/* mobile */
@media only screen and (max-width: 576px) {
  .navigation {
      font-size: 8pt;
  }
}

.navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
      
.navigation li {
    float: left;
    display: block;
    text-align: center;
    padding: 6pt;
}

/* tablet */
@media only screen and (max-width: 992px) {
  .navigation li {
      padding: 3pt;
  }
}

/* mobile */
@media only screen and (max-width: 576px) {
  .navigation li {
      padding: 1pt;
  }
}
      
.navigation li a {
    transition: 0.3s;
    color: #000000;
    text-decoration: none;
}
      
.navigation li a:hover:not(.active) {
    color: #68d067;
    text-shadow: 2px 2px 2px #000000, -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000;
}

/* red version */
.redver .navigation li a:hover:not(.active) {
    color: #e87243;
}
      
.navigation .active {
    font-weight: 900;
}

.navigation .home {
    font-size: 20pt;
    margin-right: 12pt;
}

/* tablet */
@media only screen and (max-width: 992px) {
  .navigation .home {
      font-size: 17pt;
      margin-right: 8pt;
  }
}

/* mobile */
@media only screen and (max-width: 576px) {
  .navigation .home {
      font-size: 12pt;
      margin-right: 4pt;
  }
}

.navigation .rightfloat {
    float: right;
}

.navigation .clock {
    width: 140pt;
}

/* tablet */
@media only screen and (max-width: 992px) {
  .navigation .clock {
      width: 120pt;
  }
}

/* mobile */
@media only screen and (max-width: 576px) {
  .navigation .clock {
      display: none;
  }
}

/*---------- SEARCH BAR */

.searchbar {
  height: 4vh;
  font-size: 12pt;
  font-family: 'Orbitron', system-ui;
  text-transform: uppercase;
  font-weight: 700;
  color: #68d067;
  background: rgb(41,43,44);
  background: linear-gradient(0deg, rgba(41,43,44,1) 40%, rgba(62,82,62,1) 100%);
  border-bottom: 1px solid #000000;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.5);
}

/* red version*/
.redver .searchbar {
  color: #e87243;
  background: rgb(41,43,44);
  background: linear-gradient(0deg, rgba(41,43,44,1) 40%, rgba(98,57,57,1) 100%);
}

/* tablet */
@media only screen and (max-width: 992px) {
  .searchbar {
      font-size: 14pt;
  }
}

/* mobile */
@media only screen and (max-width: 576px) {
  .searchbar {
      font-size: 8pt;
  }
}

.searchbar input[type=search] {
  height: 60%;
  width: 50%;
  font-size: 12pt;
  color: #000000;
  text-transform: none;
  font-family: 'Titillium Web', sans-serif;
}

/* tablet */
@media only screen and (max-width: 992px) {
  .searchbar input[type=search] {
      font-size: 8pt;
  }
}

/* mobile */
@media only screen and (max-width: 576px) {
  .searchbar input[type=search] {
      font-size: 4pt;
  }
}

.searchbar input[type=search]:focus {
  outline: none;
  transition: 0.3s;
  color: #000000;
  background-color: #68d067;
}

/* red version */
.redver .searchbar input[type=search]:focus {
  color: #ffffff;
  background-color: #e87243;
}

.box {
  margin: 5px;
  display: inline-block;
}

.is-hidden {
  display: none;
}

.searchbar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
    
.searchbar li {
  float: left;
  display: block;
  text-align: center;
  padding: 6pt;
}

/* tablet */
@media only screen and (max-width: 992px) {
  .searchbar li {
    padding: 3pt;
}
}

/* mobile */
@media only screen and (max-width: 576px) {
  .searchbar li {
    padding: 1pt;
}
}

.searchbar li a {
  transition: 0.3s;
  text-decoration: none;
  color: #68d067;
}

/* red version*/
.redver .searchbar li a {
  color: #e87243;
}

.searchbar li a:hover {
  color: #aee4ae;
}

/* red version*/
.redver .searchbar li a:hover {
  color: #ebb098;
}

/*---------- LANGUAGE TOGGLE */

.languagetoggle {
    font-size: 15pt;
    font-family: 'Orbitron', system-ui;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -1px;
}

/* tablet */
@media only screen and (max-width: 992px) {
  .languagetoggle {
    font-size: 12pt;
  }
}

/* mobile */
@media only screen and (max-width: 576px) {
  .languagetoggle {
    font-size: 12pt;
  }
}

.languagetoggle ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
      }
      
.languagetoggle li {
        float: left;
        display: block;
        text-align: center;
        padding: 8pt;
      }

/* tablet */
@media only screen and (max-width: 992px) {
  .languagetoggle li {
    padding: 8pt;
  }
}

/* mobile */
@media only screen and (max-width: 576px) {
  .languagetoggle li {
    padding: 8pt;
  }
}
      
.languagetoggle li a {
        transition: 0.3s;
        padding: 8pt;
        cursor: pointer;
        border-radius: 40pt;
        border: 1px solid #000000;
        background-color: #68d067;
        color: #000000;
        text-decoration: none;
        box-shadow: 8px 8px 2px rgba(0, 0, 0, 0.8);
      }

/* red version */
.redver .languagetoggle li a {
    background-color: #e87243;
}

/* tablet */
@media only screen and (max-width: 992px) {
  .languagetoggle li a {
    padding: 8pt;
  }
}

/* mobile */
@media only screen and (max-width: 576px) {
  .languagetoggle li a {
    padding: 8pt;
  }
}
      
.languagetoggle li a:hover {
        color: #888888;
        background-color: #aee4ae;
        box-shadow: 4px 4px 2px rgba(0, 0, 0, 1.0);
      }

/* red version */
.redver .languagetoggle li a:hover {
  background-color: #ebb098;
}

/*---------- WINDOW STYLING */

.window {
  border: 1px solid #000000;
  border-radius: 10pt;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.5);
}

/* tablet */
@media only screen and (max-width: 992px) {
  .window {
    border-radius: 8pt;
  }
}

/* mobile */
@media only screen and (max-width: 576px) {
  .window {
    border-radius: 6pt;
  }
}

.windowtab {
  background: rgb(124,133,124);
  background: linear-gradient(0deg, rgba(124,133,124,1) 0%, rgba(189,203,189,1) 100%);
  border-radius: 10pt 10pt 0 0;
  font-size: 20pt;
  font-family: 'Unbounded', system-ui;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: -2px;
}

/* red version */
.redver .windowtab {
  background: rgb(133,124,124);
  background: linear-gradient(0deg, rgba(133,124,124,1) 0%, rgba(203,189,189,1) 100%);
}

/* tablet */
@media only screen and (max-width: 992px) {
  .windowtab {
    border-radius: 8pt 8pt 0 0;
    font-size: 10pt;
    letter-spacing: -1.5px;
  }
}

/* mobile */
@media only screen and (max-width: 576px) {
  .windowtab {
    border-radius: 6pt 6pt 0 0;
    font-size: 12pt;
    letter-spacing: -1px;
  }
}

.windowtab ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      overflow: hidden;
    }
    
.windowtab li {
      float: left;
      display: block;
      margin-left: 10pt;
      text-align: center;
      padding: 3pt;
    }

/* tablet */
@media only screen and (max-width: 992px) {
  .windowtab li {
    margin-left: 6pt;
    padding: 3pt;
  }
}

/* mobile */
@media only screen and (max-width: 576px) {
  .windowtab li {
    margin-left: 6pt;
    padding: 4pt;
  }
}

.windowtab .rightfloat {
      float: right;
      margin-left: 0;
      margin-right: 10pt;
    }

/* tablet */
@media only screen and (max-width: 992px) {
  .windowtab .rightfloat {
    margin-right: 2pt;
  }
}

/* mobile */
@media only screen and (max-width: 576px) {
  .windowtab .rightfloat {
    margin-right: 1pt;
  }
}

.windowcontent {
  border-radius: 0 0 10pt 10pt;
}

/*---------- GENERAL STYLING */

.containimg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.imgstyle {
    border: solid 1px #000000; 
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}

.viewlink {
    font-size: 20pt;
    font-family: 'Orbitron', system-ui;
    text-transform: uppercase;
    font-weight: 700;
    padding: 8pt;
    letter-spacing: -1px;
    transition: 0.3s;
    cursor: pointer;
    border-radius: 30pt;
    border: 1px solid #000000;
    background-color: #68d067;
    color: #000000;
    text-decoration: none;
    box-shadow: 8px 8px 2px rgba(0, 0, 0, 0.8);
}

/* red version */
.redver .viewlink {
  background-color: #e87243;
}

/* tablet */
@media only screen and (max-width: 992px) {
  .viewlink {
    font-size: 18pt;
  }
}

/* mobile */
@media only screen and (max-width: 576px) {
  .viewlink {
    font-size: 10pt;
    padding: 5pt;
  }
}

.viewlink:hover {
    color: #888888;
    background-color: #aee4ae;
    box-shadow: 4px 4px 2px rgba(0, 0, 0, 1.0);
    cursor: pointer;
}

/* red version*/
.redver .viewlink:hover {
  background-color: #ebb098;
}

.linktextarea {
    font-size: 16pt;
    background-color:#68d067;
    width: 60%;
    height: 75px;
    border: 1px solid #000000;
}

/* red version */
.redver .linktextarea {
  background-color: #e87243;
}

/* tablet */
@media only screen and (max-width: 992px) {
  .linktextarea {
    font-size: 12pt;
  }
}

/* mobile */
@media only screen and (max-width: 576px) {
  .linktextarea {
    font-size: 10pt;
  }
}

.projectimg {
  height: 520px;
}

/* tablet */
@media only screen and (max-width: 992px) {
  .projectimg {
    height: 600px;
  }
}

/* mobile */
@media only screen and (max-width: 576px) {
  .projectimg {
    height: 320px;
  }
}

.b-1 {
    border-radius: 60px 0 60px 0;
}

.b-2 {
    border-radius: 0 60px 0 60px;
}

.b-3 {
  border-radius: 0 0 10pt 10pt;
}

/* tablet */
@media only screen and (max-width: 992px) {
  .b-1 {
    border-radius: 50px 0 50px 0;
  }

  .b-2 {
    border-radius: 0 50px 0 50px;
  }

  .b-3 {
    border-radius: 0 0 8pt 8pt;
  }
}

/* mobile */
@media only screen and (max-width: 576px) {
  .b-1 {
    border-radius: 40px 0 40px 0;
  }
  
  .b-2 {
    border-radius: 0 40px 0 40px;
  }

  .b-3 {
    border-radius: 0 0  6pt 6pt;
  }
}

/*---------- LINKBOX STYLING */

.linkbox img {
    width: 88px;
    height: 31px;
    margin: 3px;
    transition: .2s;
}

.linkbox img:hover {
    filter: drop-shadow(1px 1px 0 #68d067) drop-shadow(-1px 1px 0 #68d067) drop-shadow(1px -1px 0 #68d067) drop-shadow(-1px -1px 0 #68d067);
}

/*---------- HTML COMMENT BOX STYLING */

.commentbox h3 {
    color: #68d067;
    text-align: center;
    padding: 10pt;
    text-transform: uppercase;
    font-size: 20pt;
    font-family: 'Unbounded', serif;
    font-weight: 900;
    letter-spacing: -2px;
    border-radius: 0 60px 0 60px;
    margin-bottom: 20pt;
    text-shadow: 2px 2px 2px #000000, -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000;
}

/* red ver */
.redver .commentbox h3 {
    color: #e87243;
    border: none;
    box-shadow: none;
}

/*---------- FOOTER */

.footer {
    height: 4vh;
    font-size: 17pt;
    font-family: 'Orbitron', system-ui;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -1px;
    background: rgb(124,133,124);
    background: linear-gradient(0deg, rgba(124,133,124,1) 0%, rgba(189,203,189,1) 100%);
    border-bottom: 1px solid #000000;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.5);
}

/* red version */
.redver .footer {
    background: rgb(133,124,124);
    background: linear-gradient(0deg, rgba(133,124,124,1) 0%, rgba(203,189,189,1) 100%);
}

/* tablet */
@media only screen and (max-width: 992px) {
  .footer {
    font-size: 14pt;
  }
}

/* mobile */
@media only screen and (max-width: 576px) {
  .footer {
    font-size: 8pt;
  }
}

.footer ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
      }
      
.footer li {
        float: left;
        display: block;
        text-align: center;
        margin-left: 6pt;
        margin-right: 6pt;
      }

/* tablet */
@media only screen and (max-width: 992px) {
  .footer li {
    margin-left: 4pt;
    margin-right: 4pt;
  }
}

/* mobile */
@media only screen and (max-width: 576px) {
  .footer li {
    margin-left: 2pt;
    margin-right: 2pt;
  }
}

.footer li a {
    transition: 0.3s;
    color: #000000;
    text-decoration: none;
}
      
.footer li a:hover:not(.active) {
    color: #68d067;
    text-shadow: 2px 2px 2px #000000, -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000;
}

/* red version*/
.redver .footer li a:hover:not(.active) {
  color: #e87243;
}
      
.footer .footnote {
    font-size: 10pt;
    letter-spacing: 0;
}

/* tablet */
@media only screen and (max-width: 992px) {
  .footer .footnote {
    font-size: 7pt;
  }
}

/* mobile */
@media only screen and (max-width: 576px) {
  .footer .footnote {
    font-size: 3pt;
  }
}