Difference between revisions of "Template:Vilnius-Lithuania/index.css"

Line 1: Line 1:
body,
+
div[bg=dark] {
html {
+
  background-color: rgba(0, 0, 0, 0.85);
margin: 0;
+
padding: 0;
+
color: #121212;
+
font-family: 'lato-regular';
+
 
}
 
}
  
.container {
+
div[bg=none] {
width: 100%;
+
  background-color: none;
height: calc(100vh - 14px)
+
 
}
 
}
  
#waves {
+
#fixedOverlay {
transform: rotate(180deg);
+
  position: fixed;
background-color: #fafafc
+
  height: 100%;
 +
  width: 100%;
 +
  z-index: 3;
 +
  transition: 1s;
 +
  font-family: "montserrat-light" !important;
 
}
 
}
 
+
#fixedOverlay[bg=none], #fixedOverlay[bg=dark] {
#intro-page {
+
  pointer-events: none;
background-color: #121212;
+
 
}
 
}
 
+
#fixedOverlay[bg=none] #bubbles, #fixedOverlay[bg=dark] #bubbles {
#intro-header {
+
  pointer-events: none;
height: 100vh
+
 
}
 
}
 
+
#fixedOverlay #sidebar {
#intro-header svg {
+
  width: 5vw;
height: 90%;
+
  height: 100%;
 +
  position: fixed;
 +
  color: #FAFAFC;
 +
  display: flex;
 +
  justify-content: center;
 
}
 
}
 
+
#fixedOverlay #sidebar #sidebar-wrapper {
#intro-page #intro-header {
+
  width: 40%;
width: 100%;
+
  height: 100%;
margin: 0 auto;
+
position: absolute;
+
z-index: 4;
+
pointer-events: none
+
 
}
 
}
 
+
#fixedOverlay #sidebar #sidebar-wrapper #scrollbar-container {
#intro-page #intro {
+
  width: 30%;
z-index: 4;
+
  height: 30%;
height: calc(100vh - 14px);
+
  background: rgba(98, 129, 239, 0.3);
width: 100%;
+
  position: absolute;
top: 0;
+
  left: 50%;
position: absolute;
+
  top: 50%;
pointer-events: none
+
  transform: translate(-50%, -50%);
 +
  border-radius: 10px;
 +
  max-width: 7px;
 +
  opacity: 1;
 +
  transition: 0.5s;
 
}
 
}
 
+
#fixedOverlay #sidebar #sidebar-wrapper #scrollbar-container[hiddenScroll=true] {
#text-wrapper {
+
  opacity: 0;
position: absolute;
+
top: 50%;
+
left: 50%;
+
transform: translate(-50%, 20%);
+
width: 100%;
+
z-index: 4;
+
pointer-events: none
+
 
}
 
}
 
+
#fixedOverlay #sidebar #sidebar-wrapper #scrollbar-container #scrollbar {
#desc-wrapper {
+
  width: 100%;
padding-top: 30px;
+
  background: #6281EF;
display: block;
+
  opacity: 100%;
width: fit-content;
+
  height: 0%;
margin: 0 auto;
+
  border-radius: 20px;
 
}
 
}
 
+
#fixedOverlay #sidebar #sidebar-wrapper #indicateScroll {
#center-desc {
+
  position: absolute;
display: flex;
+
  left: 50%;
justify-content: center;
+
  transform: translateX(-50%);
width: -webkit-fit-content;
+
  bottom: 10vh;
 
}
 
}
 
+
#fixedOverlay #sidebar #sidebar-wrapper #indicateScroll h3 {
#desc-wrapper span {
+
  padding-top: 10px;
color: white;
+
  transform: rotate(180deg);
font-family: "lato-regular";
+
  writing-mode: vertical-lr;
font-size: 3em;
+
  text-transform: uppercase;
text-align: right;
+
  margin: -2px;
 
}
 
}
 
+
#fixedOverlay #sidebar #sidebar-wrapper #indicateScroll img {
.container h1 {
+
  width: 100%;
text-transform: uppercase;
+
  text-align: center;
font-size: 70px;
+
font-family: "lato-heavy";
+
text-align: center;
+
margin: 0;
+
 
}
 
}
 
+
#fixedOverlay nav {
#intro-page #intro h1 {
+
  box-sizing: border-box;
color: #FAFAFC;
+
  z-index: 2;
font-size: 12em;
+
  pointer-events: none;
font-family: 'raleway';
+
  display: block;
text-transform: lowercase;
+
  transition: 0.5s;
font-weight: 600;
+
  height: 70px;
 
}
 
}
 
+
#fixedOverlay nav[onText=true] {
#intro-page #intro #lower {
+
  background-color: #FAFAFC;
color: transparent;
+
  box-sizing: border-box;
stroke-color: rgba(255, 255, 255, 0.4);
+
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
transform: translate(-0.3em, -0.8em);
+
  padding-bottom: 10px;
 +
  box-shadow: 0px 1px 5px #999;
 
}
 
}
 
+
#fixedOverlay nav .header-part {
#bubbles-container {
+
  margin: 20px;
height: 100vh;
+
position: absolute;
+
width: 100%;
+
box-sizing: border-box;
+
 
}
 
}
 
+
#fixedOverlay nav #header {
#problem-page,
+
  display: flex;
#links-page {
+
  justify-content: space-between;
background-color: #FAFAFC;
+
  height: 100%;
 +
  align-items: center;
 
}
 
}
 
+
#fixedOverlay nav #header img {
#problem-page #problem-header h1,
+
  width: 145px;
#links-page #links-header h1 {
+
color: #6281EF
+
 
}
 
}
 
+
#fixedOverlay nav #header .active .menu-short {
#solution-page {
+
  transform: translateX(30%) scaleX(0);
background-color: #121212;
+
 
}
 
}
 
+
#fixedOverlay nav #header .active #top-hamb {
#solution-page #solution-header h1 {
+
  transform: scale(0.7) translateY(20px) rotate(45deg);
color: #FFC43B
+
 
}
 
}
 
+
#fixedOverlay nav #header .active #bottom-hamb {
.big-section {
+
  transform: scale(0.7) translateY(-9px) rotate(-45deg);
line-height: 1.7
+
 
}
 
}
 
+
#fixedOverlay nav #header .menu-wrapper {
.black-bg {
+
  cursor: pointer;
background-color: #121212;
+
  z-index: 11;
 
+
  box-sizing: border-box;
 +
  min-width: 30px;
 +
  pointer-events: all;
 
}
 
}
 
+
#fixedOverlay nav #header .menu-wrapper .menu-hamb {
.white-bg {
+
  height: 4px;
background-color: #fafafc;
+
  border-radius: 5px;
display: flex;
+
  transition: 0.5s;
justify-content: center;
+
  background-color: #6281EF;
align-items: center;
+
flex-direction: column;
+
padding: 20px
+
 
}
 
}
 
+
#fixedOverlay nav #header .menu-wrapper .menu-short {
.lightblue-bg {
+
  width: 70%;
background-color: #6281ef;
+
  margin-bottom: 6px;
display: flex;
+
  margin-top: 6px;
justify-content: center;
+
  transition: 0.1s;
align-items: center;
+
flex-direction: column;
+
 
}
 
}
 
+
#fixedOverlay nav #header #logo a {
.brightblue-bg {
+
  pointer-events: all;
background-color: #3356ce;
+
display: flex;
+
justify-content: center;
+
align-items: center;
+
flex-direction: column;
+
 
}
 
}
 
+
#fixedOverlay #bubbles-to-close {
.darkblue-bg {
+
  height: 100%;
background-color: #11348f;
+
  width: 100%;
display: flex;
+
  position: absolute;
justify-content: center;
+
  display: none;
align-items: center;
+
flex-direction: column;
+
 
}
 
}
 
+
#fixedOverlay #bubbles-to-close[open=true] {
#storytelling .section {
+
  display: initial;
display: flex;
+
  pointer-events: all;
padding: 20px;
+
max-width: calc(100% - 330px);
+
    margin: 0 auto;
+
 
+
 
}
 
}
  
#storytelling .black-bg:first-of-type .section {
+
#bubbles {
padding-bottom: 50px;
+
  position: fixed;
padding-top: 100px;
+
  height: 100%;
 +
  width: 100%;
 
}
 
}
 
+
#bubbles .bubble .choices {
#storytelling p br {
+
  position: absolute;
display: initial;
+
  left: 50%;
 +
  top: 50%;
 +
  transform: translate(-50%, -50%);
 +
  text-transform: uppercase;
 +
  padding-left: 20px;
 +
  padding-right: 20px;
 +
  pointer-events: all;
 
}
 
}
 
+
#bubbles .bubble .choices .menu-list {
 
+
  width: fit-content;
/*
+
  list-style: none;
.textBox p {
+
  font-size: 2em;
color: #fafafc;
+
margin: 0;
+
 
}
 
}
 
+
#bubbles .bubble .choices .menu-list h1 {
#logoText {
+
  margin: 0;
display: flex;
+
  font-size: 1.2em;
flex-direction: column;
+
  font-family: "montserrat-bold";
justify-content: space-between;
+
 
}
 
}
 
+
#bubbles .bubble .choices .menu-list .main-choice h1 {
#logoAnimation {
+
  box-shadow: inset 0 0 0 -1px #6281EF;
height: 300px;
+
  transition: 0.3s;
position: sticky;
+
  padding: 0 5px;
top: 40vh;
+
 
}
 
}
 
+
#bubbles .bubble .choices .menu-list .main-choice h1:hover {
*/
+
  box-shadow: inset 0 -0.5em 0 -1px #6281EF;
.half {
+
width: 50%;
+
padding: 20px;
+
box-sizing: border-box;
+
 
}
 
}
 
+
#bubbles .bubble .choices .menu-list .active h1 {
#storytelling p.center {
+
  box-shadow: inset 0 -0.5em 0 -1px #6281EF;
text-align: center !important;
+
 
}
 
}
 
+
#bubbles .bubble .choices ol li {
#storytelling .centered {
+
  counter-increment: count-me;
display: flex;
+
  cursor: pointer;
justify-content: center;
+
  padding: 10px;
align-items: center;
+
  width: fit-content;
 
}
 
}
 
+
#bubbles .bubble .choices ol li::before {
#storytelling #fish-icon {
+
  content: counter(count-me) ". ";
border-radius: 50px;
+
  max-width: 0px;
text-align: center !important;
+
  max-height: 0px;
 +
  left: -1.3em;
 +
  position: relative;
 +
  display: flex;
 
}
 
}
 
+
#bubbles .bubble .choices ul {
#storytelling p {
+
  padding-inline-start: 0;
font-family: 'montserrat-light';
+
font-size: 1.3em;
+
text-align: initial;
+
 
}
 
}
 
+
#bubbles #popup-main {
#storytelling p b,
+
  background-color: #121212;
#storytelling h2,
+
  height: 40vw;
#storytelling h1 {
+
  width: 40vw;
font-family: 'montserrat-bold';
+
  border-radius: 100%;
 +
  position: absolute;
 +
  right: -80vw;
 +
  top: -80vh;
 +
  transition: 1s;
 +
  color: #FAFAFC;
 +
  z-index: 2;
 +
  -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.57);
 +
  -moz-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.57);
 +
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.57);
 
}
 
}
 
+
#bubbles #popup-main .menu-list {
#storytelling h2,
+
  font-size: 1.8em;
#storytelling h1 {
+
text-align: center;
+
 
}
 
}
 
+
#bubbles #popup-main .menu-list li::before {
.black {
+
  -webkit-text-fill-color: #121212;
color: #121212;
+
  -webkit-text-stroke-width: 1px;
 
+
  -webkit-text-stroke-color: #FAFAFC;
 +
  line-height: 0.6em;
 +
  font-size: 2em;
 
}
 
}
 
+
#bubbles #popup-main .menu-list .active::before {
.white {
+
  -webkit-text-fill-color: #FAFAFC;
color: #fafafc;
+
 
}
 
}
 
+
#bubbles #popup-next {
 
+
  background-color: #6281EF;
#storytelling #secondpart {
+
  height: 70vw;
height: fit-content;
+
  width: 70vw;
display: flex;
+
  border-radius: 100%;
flex-direction: column;
+
  position: absolute;
text-align: center !important;
+
  left: -90vw;
 +
  bottom: -200vh;
 +
  transition: 1s;
 +
  color: #FAFAFC;
 +
  display: table;
 +
  overflow: hidden;
 +
  z-index: 3;
 +
  transform: translate(-50%, 50%);
 
}
 
}
 
+
#bubbles #popup-next .project {
#secondpart .icon {
+
  columns: 2;
max-width: 500px;
+
  -webkit-columns: 2;
width: 60%
+
  -moz-columns: 2;
 +
  column-gap: 0;
 
}
 
}
 
+
#bubbles #popup-next .project li {
.wdt-60 {
+
  padding-left: 0;
max-width: 400px;
+
  padding-right: 0;
width: 60%;
+
  font-family: "montserrat-bold";
 
}
 
}
 
+
#bubbles #popup-next .choices {
.wd-60 {
+
  vertical-align: middle;
max-width: 700px;
+
  display: table-cell;
width: 60%;
+
 
}
 
}
 
+
#bubbles #popup-next .choices .menu-list {
.wd-50 {
+
  font-size: 2em;
max-width: 500px;
+
  list-style: none;
width: 50%;
+
  margin: 0 auto;
 +
  padding-right: 10px;
 +
  padding-left: 10px;
 +
  text-align: -webkit-center;
 
}
 
}
 
+
#bubbles #popup-next .choices .menu-list li {
.wdt-80 {
+
  width: fit-content;
width: 80%;
+
  margin-bottom: 15px;
margin: 0 auto;
+
  font-family: "montserrat-bold";
 
}
 
}
 
+
#bubbles #popup-next .choices .menu-list li a {
.icon {
+
  box-shadow: inset 0 0 0 -1px #3356CE;
padding: 20px;
+
  transition: 0.3s;
box-sizing: border-box;
+
  padding: 0 5px;
height: 300px;
+
width: 300px;
+
border-radius: 50px;
+
margin: 0 auto;
+
max-width: 100%;
+
 
}
 
}
 
+
#bubbles #popup-next .choices .menu-list li a:hover {
.icon.white {
+
  box-shadow: inset 0 -0.5em 0 -1px #3356CE;
background-color: #fafafc;
+
color: #121212;
+
 
}
 
}
 
+
#bubbles #popup-next .choices .menu-list a {
.icon.dark {
+
  color: #FAFAFC;
background-color: rgba(255, 255, 255, 0.1);
+
  text-decoration: none;
color: #fafafc;
+
  white-space: nowrap;
 
}
 
}
 
+
#bubbles #bub_first .active {
h1 {
+
  right: -7vw;
color: #fafafc;
+
  top: -3vh;
 
}
 
}
 
+
#bubbles #bub_second .active {
#thirdpart,
+
  left: 50vw;
#fourthpart,
+
  bottom: 50vh;
#seventhpart {
+
width: 80%;
+
margin: 0 auto;
+
 
}
 
}
  
#storytelling #fifthpart {
+
#intro-page {
text-align: center !important;
+
  background-color: #121212;
 +
  width: 100%;
 +
  height: 100vh;
 
}
 
}
 
+
#intro-page #intro-header {
#fifthpart .list {
+
  padding-top: 10vh;
width: 80%;
+
  width: 120%;
margin: 0 auto
+
  margin: 0 auto;
 
}
 
}
 
+
#intro-page #intro-header img {
#fifthpart .list .list-item {
+
  width: 100%;
height: 60px;
+
  position: relative;
padding: 10px;
+
  left: 50%;
display: flex;
+
  margin-left: -70vw;
align-items: center;
+
 
}
 
}
 
+
#intro-page #intro {
#fifthpart .list .list-item div {
+
  z-index: 1;
width: 60px;
+
  background-color: transparent;
height: 60px;
+
  height: 70vh;
background-color: rgba(255, 255, 255, 0.1);
+
  width: 70vh;
border-radius: 40px;
+
  position: absolute;
 +
  left: 50%;
 +
  top: 50%;
 +
  transform: translate(-50%, -50%);
 +
  border-radius: 100%;
 
}
 
}
 
+
#intro-page #intro #title-wrapper {
#fifthpart .list .list-item p {
+
  position: absolute;
width: calc(100% - 60px);
+
  left: 50%;
float: right;
+
  top: 50%;
margin: 0;
+
  transform: translate(-50%, -50%);
padding: 5px;
+
color: #fafafc;
+
 
}
 
}
 
+
#intro-page #intro h1 {
#sixthpart {
+
  text-transform: uppercase;
flex-direction: column;
+
  color: #FAFAFC;
 +
  font-size: 70px;
 +
  font-family: "montserrat-bold";
 +
  text-align: center;
 +
  margin: 0;
 
}
 
}
  
.milkWave {
+
#problem-page {
z-index: 2;
+
  background-color: #FAFAFC;
width: 100%;
+
  width: 100%;
top: 0;
+
  height: 100vh;
position: absolute;
+
content: "";
+
pointer-events: none;
+
background-position: bottom;
+
background-origin: border-box;
+
background-size: 100%;
+
background-repeat: no-repeat;
+
background-image: url(https://static.igem.org/mediawiki/2020/e/e7/T--Vilnius-Lithuania--milkTeam.svg);
+
 
}
 
}
  
.yellow {
+
@media only screen and (min-width: 768px) and (max-width: 1023px) {
color: #fcbd1b;
+
  #bubbles #popup-main {
}
+
    background-color: #121212;
 +
    height: 60vh;
 +
    width: 60vh;
 +
    right: -100vw;
 +
    top: -100vh;
 +
  }
 +
  #bubbles #popup-main .menu-list {
 +
    font-size: 18px;
 +
  }
 +
  #bubbles #popup-main .menu-list h1 {
 +
    font-size: 1.2em;
 +
  }
 +
  #bubbles #popup-main .menu-list li::before {
 +
    line-height: 22px;
 +
  }
 +
  #bubbles #popup-next {
 +
    height: 100vw;
 +
    width: 100vw;
 +
  }
 +
  #bubbles #popup-next .menu-list {
 +
    font-size: 1.5em;
 +
  }
 +
  #bubbles #popup-next .menu-list li {
 +
    padding: 5px;
 +
  }
 +
  #bubbles #popup-next .project {
 +
    columns: 2;
 +
    -webkit-columns: 2;
 +
    -moz-columns: 2;
 +
    column-gap: 0;
 +
  }
 +
  #bubbles #popup-next .project li {
 +
    padding-left: 0;
 +
    padding-right: 0;
 +
    margin-bottom: 3px;
 +
  }
 +
  #bubbles #bub_first .active {
 +
    right: -7vw;
 +
    top: -4vh;
 +
  }
 +
  #bubbles #bub_second .active {
 +
    left: 40vw;
 +
    bottom: 40vh;
 +
  }
  
#storytelling #bact {
+
  #fixedOverlay #sidebar #sidebar-wrapper #indicateScroll h3 {
flex-direction: column;
+
    font-size: 0.65em;
text-align: center !important;
+
  }
 +
  #fixedOverlay nav #header h1 {
 +
    font-size: 18px;
 +
  }
 +
  #fixedOverlay nav #header .active #top-hamb {
 +
    transform: scale(0.7) translateY(15px) rotate(45deg);
 +
  }
 +
  #fixedOverlay nav #header .active #bottom-hamb {
 +
    transform: scale(0.7) translateY(-8px) rotate(-45deg);
 +
  }
 +
  #fixedOverlay nav #header .menu-wrapper .menu-hamb {
 +
    height: 3px;
 +
  }
 +
  #fixedOverlay nav #header .menu-wrapper .menu-short {
 +
    margin-bottom: 5px;
 +
    margin-top: 5px;
 +
  }
 
}
 
}
 +
@media only screen and (max-width: 767px) {
 +
  #bubbles #popup-main {
 +
    background-color: #121212;
 +
    height: 60vh;
 +
    width: 60vh;
 +
    right: -100vw;
 +
    top: -100vh;
 +
  }
 +
  #bubbles #popup-main .menu-list {
 +
    font-size: 18px;
 +
  }
 +
  #bubbles #popup-main .menu-list h1 {
 +
    font-size: 1.3em;
 +
  }
 +
  #bubbles #popup-next {
 +
    height: 100vw;
 +
    width: 100vw;
 +
  }
 +
  #bubbles #popup-next .choices .menu-list {
 +
    font-size: 1.45em;
 +
  }
 +
  #bubbles #popup-next .choices .menu-list li {
 +
    margin-bottom: 3px;
 +
  }
 +
  #bubbles #popup-next .choices li {
 +
    padding: 5px;
 +
  }
 +
  #bubbles #popup-next .project {
 +
    column-gap: 0;
 +
  }
 +
  #bubbles #popup-next .project li {
 +
    padding-left: 0;
 +
    padding-right: 0;
 +
    margin-bottom: 3px;
 +
  }
 +
  #bubbles #bub_first .active {
 +
    right: -22vw;
 +
    top: -6vh;
 +
  }
 +
  #bubbles #bub_second .active {
 +
    left: 50vw;
 +
    bottom: 25vh;
 +
  }
  
#bact .row {
+
  #fixedOverlay nav .header-part {
display: inherit;
+
    margin: 5px 30px;
 
+
  }
}
+
  #fixedOverlay nav #header h1 {
 
+
    font-size: 18px;
.white-bg .wdt-60 {
+
  }
text-align: center;
+
  #fixedOverlay nav #header .active #top-hamb {
}
+
    transform: scale(0.7) translateY(15px) rotate(45deg);
 
+
  }
#storytelling #fish-symptoms {
+
  #fixedOverlay nav #header .active #bottom-hamb {
align-items: inherit !important;
+
    transform: scale(0.7) translateY(-8px) rotate(-45deg);
}
+
  }
 
+
  #fixedOverlay nav #header .menu-wrapper .menu-hamb {
#fish-symptoms .icon {
+
    height: 3px;
margin: 0 auto
+
  }
}
+
  #fixedOverlay nav #header .menu-wrapper .menu-short {
 
+
    margin-bottom: 5px;
#fish-symptoms p {
+
    margin-top: 5px;
margin-top: 50px
+
  }
}
+
  #fixedOverlay #sidebar {
 
+
    width: 10vw;
#fish-symptoms p:first-child {
+
  }
margin-top: 0px
+
  #fixedOverlay #sidebar #sidebar-wrapper #indicateScroll h3 {
}
+
    font-size: 0.65em;
 
+
  }
.title {
+
text-transform: uppercase
+
}
+
 
+
#links .nf {
+
display: inherit
+
}
+
 
+
#links .title {
+
font-size: 2.5em;
+
}
+
 
+
#links .row {
+
display: flex;
+
justify-content: center;
+
}
+
 
+
#links .row .icon {
+
width: 200px;
+
height: 200px;
+
margin: 20px
+
}
+
 
+
@media (max-width:768px) {
+
#intro-page #intro h1 {
+
font-size: 4.5em;
+
}
+
 
+
#intro-page #intro #title::after {
+
font-size: 4em;
+
transform: translate(-53%, -130%);
+
}
+
 
+
.content-header {
+
padding-top: 50px
+
}
+
 
+
.content-index h1 {
+
font-size: 3.3em;
+
}
+
 
+
.half {
+
width: 100%;
+
}
+
 
+
.two-parts {
+
flex-direction: column;
+
}
+
 
+
#fifthpart .list {
+
width: 80%
+
}
+
 
+
#links .row .icon {
+
width: 100px;
+
height: 100px;
+
margin: 5px;
+
padding: 10px;
+
}
+
 
+
#storytelling p,
+
      #storytelling h1,
+
      #storytelling h2,
+
      #storytelling h3 {
+
text-align: center !important;
+
}
+
 
+
#storytelling p {
+
font-size: 0.8em
+
}
+
 
+
.wd-50,
+
.wdt-60 {
+
width: 80%
+
}
+
        #storytelling .section {
+
max-width: calc(100% - 50px);
+
 
}
 
}
 +
@media only screen and (max-width: 420px) and (max-height: 600px) {
 +
  #bubbles #popup-main .menu-list libefore {
 +
    font-size: 1.8em;
 +
    line-height: 0.5em;
 +
  }
 +
  #bubbles #popup-main .menu-list h1 {
 +
    font-size: 1em;
 +
  }
 +
  #bubbles #popup-next .choices .menu-list {
 +
    font-size: 1.2em;
 +
  }
 
}
 
}

Revision as of 12:42, 4 October 2020

div[bg=dark] {

 background-color: rgba(0, 0, 0, 0.85);

}

div[bg=none] {

 background-color: none;

}

  1. fixedOverlay {
 position: fixed;
 height: 100%;
 width: 100%;
 z-index: 3;
 transition: 1s;
 font-family: "montserrat-light" !important;

}

  1. fixedOverlay[bg=none], #fixedOverlay[bg=dark] {
 pointer-events: none;

}

  1. fixedOverlay[bg=none] #bubbles, #fixedOverlay[bg=dark] #bubbles {
 pointer-events: none;

}

  1. fixedOverlay #sidebar {
 width: 5vw;
 height: 100%;
 position: fixed;
 color: #FAFAFC;
 display: flex;
 justify-content: center;

}

  1. fixedOverlay #sidebar #sidebar-wrapper {
 width: 40%;
 height: 100%;

}

  1. fixedOverlay #sidebar #sidebar-wrapper #scrollbar-container {
 width: 30%;
 height: 30%;
 background: rgba(98, 129, 239, 0.3);
 position: absolute;
 left: 50%;
 top: 50%;
 transform: translate(-50%, -50%);
 border-radius: 10px;
 max-width: 7px;
 opacity: 1;
 transition: 0.5s;

}

  1. fixedOverlay #sidebar #sidebar-wrapper #scrollbar-container[hiddenScroll=true] {
 opacity: 0;

}

  1. fixedOverlay #sidebar #sidebar-wrapper #scrollbar-container #scrollbar {
 width: 100%;
 background: #6281EF;
 opacity: 100%;
 height: 0%;
 border-radius: 20px;

}

  1. fixedOverlay #sidebar #sidebar-wrapper #indicateScroll {
 position: absolute;
 left: 50%;
 transform: translateX(-50%);
 bottom: 10vh;

}

  1. fixedOverlay #sidebar #sidebar-wrapper #indicateScroll h3 {
 padding-top: 10px;
 transform: rotate(180deg);
 writing-mode: vertical-lr;
 text-transform: uppercase;
 margin: -2px;

}

  1. fixedOverlay #sidebar #sidebar-wrapper #indicateScroll img {
 width: 100%;
 text-align: center;

}

  1. fixedOverlay nav {
 box-sizing: border-box;
 z-index: 2;
 pointer-events: none;
 display: block;
 transition: 0.5s;
 height: 70px;

}

  1. fixedOverlay nav[onText=true] {
 background-color: #FAFAFC;
 box-sizing: border-box;
 border-bottom: solid 1px rgba(0, 0, 0, 0.1);
 padding-bottom: 10px;
 box-shadow: 0px 1px 5px #999;

}

  1. fixedOverlay nav .header-part {
 margin: 20px;

}

  1. fixedOverlay nav #header {
 display: flex;
 justify-content: space-between;
 height: 100%;
 align-items: center;

}

  1. fixedOverlay nav #header img {
 width: 145px;

}

  1. fixedOverlay nav #header .active .menu-short {
 transform: translateX(30%) scaleX(0);

}

  1. fixedOverlay nav #header .active #top-hamb {
 transform: scale(0.7) translateY(20px) rotate(45deg);

}

  1. fixedOverlay nav #header .active #bottom-hamb {
 transform: scale(0.7) translateY(-9px) rotate(-45deg);

}

  1. fixedOverlay nav #header .menu-wrapper {
 cursor: pointer;
 z-index: 11;
 box-sizing: border-box;
 min-width: 30px;
 pointer-events: all;

}

  1. fixedOverlay nav #header .menu-wrapper .menu-hamb {
 height: 4px;
 border-radius: 5px;
 transition: 0.5s;
 background-color: #6281EF;

}

  1. fixedOverlay nav #header .menu-wrapper .menu-short {
 width: 70%;
 margin-bottom: 6px;
 margin-top: 6px;
 transition: 0.1s;

}

  1. fixedOverlay nav #header #logo a {
 pointer-events: all;

}

  1. fixedOverlay #bubbles-to-close {
 height: 100%;
 width: 100%;
 position: absolute;
 display: none;

}

  1. fixedOverlay #bubbles-to-close[open=true] {
 display: initial;
 pointer-events: all;

}

  1. bubbles {
 position: fixed;
 height: 100%;
 width: 100%;

}

  1. bubbles .bubble .choices {
 position: absolute;
 left: 50%;
 top: 50%;
 transform: translate(-50%, -50%);
 text-transform: uppercase;
 padding-left: 20px;
 padding-right: 20px;
 pointer-events: all;

}

  1. bubbles .bubble .choices .menu-list {
 width: fit-content;
 list-style: none;
 font-size: 2em;

}

  1. bubbles .bubble .choices .menu-list h1 {
 margin: 0;
 font-size: 1.2em;
 font-family: "montserrat-bold";

}

  1. bubbles .bubble .choices .menu-list .main-choice h1 {
 box-shadow: inset 0 0 0 -1px #6281EF;
 transition: 0.3s;
 padding: 0 5px;

}

  1. bubbles .bubble .choices .menu-list .main-choice h1:hover {
 box-shadow: inset 0 -0.5em 0 -1px #6281EF;

}

  1. bubbles .bubble .choices .menu-list .active h1 {
 box-shadow: inset 0 -0.5em 0 -1px #6281EF;

}

  1. bubbles .bubble .choices ol li {
 counter-increment: count-me;
 cursor: pointer;
 padding: 10px;
 width: fit-content;

}

  1. bubbles .bubble .choices ol li::before {
 content: counter(count-me) ". ";
 max-width: 0px;
 max-height: 0px;
 left: -1.3em;
 position: relative;
 display: flex;

}

  1. bubbles .bubble .choices ul {
 padding-inline-start: 0;

}

  1. bubbles #popup-main {
 background-color: #121212;
 height: 40vw;
 width: 40vw;
 border-radius: 100%;
 position: absolute;
 right: -80vw;
 top: -80vh;
 transition: 1s;
 color: #FAFAFC;
 z-index: 2;
 -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.57);
 -moz-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.57);
 box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.57);

}

  1. bubbles #popup-main .menu-list {
 font-size: 1.8em;

}

  1. bubbles #popup-main .menu-list li::before {
 -webkit-text-fill-color: #121212;
 -webkit-text-stroke-width: 1px;
 -webkit-text-stroke-color: #FAFAFC;
 line-height: 0.6em;
 font-size: 2em;

}

  1. bubbles #popup-main .menu-list .active::before {
 -webkit-text-fill-color: #FAFAFC;

}

  1. bubbles #popup-next {
 background-color: #6281EF;
 height: 70vw;
 width: 70vw;
 border-radius: 100%;
 position: absolute;
 left: -90vw;
 bottom: -200vh;
 transition: 1s;
 color: #FAFAFC;
 display: table;
 overflow: hidden;
 z-index: 3;
 transform: translate(-50%, 50%);

}

  1. bubbles #popup-next .project {
 columns: 2;
 -webkit-columns: 2;
 -moz-columns: 2;
 column-gap: 0;

}

  1. bubbles #popup-next .project li {
 padding-left: 0;
 padding-right: 0;
 font-family: "montserrat-bold";

}

  1. bubbles #popup-next .choices {
 vertical-align: middle;
 display: table-cell;

}

  1. bubbles #popup-next .choices .menu-list {
 font-size: 2em;
 list-style: none;
 margin: 0 auto;
 padding-right: 10px;
 padding-left: 10px;
 text-align: -webkit-center;

}

  1. bubbles #popup-next .choices .menu-list li {
 width: fit-content;
 margin-bottom: 15px;
 font-family: "montserrat-bold";

}

  1. bubbles #popup-next .choices .menu-list li a {
 box-shadow: inset 0 0 0 -1px #3356CE;
 transition: 0.3s;
 padding: 0 5px;

}

  1. bubbles #popup-next .choices .menu-list li a:hover {
 box-shadow: inset 0 -0.5em 0 -1px #3356CE;

}

  1. bubbles #popup-next .choices .menu-list a {
 color: #FAFAFC;
 text-decoration: none;
 white-space: nowrap;

}

  1. bubbles #bub_first .active {
 right: -7vw;
 top: -3vh;

}

  1. bubbles #bub_second .active {
 left: 50vw;
 bottom: 50vh;

}

  1. intro-page {
 background-color: #121212;
 width: 100%;
 height: 100vh;

}

  1. intro-page #intro-header {
 padding-top: 10vh;
 width: 120%;
 margin: 0 auto;

}

  1. intro-page #intro-header img {
 width: 100%;
 position: relative;
 left: 50%;
 margin-left: -70vw;

}

  1. intro-page #intro {
 z-index: 1;
 background-color: transparent;
 height: 70vh;
 width: 70vh;
 position: absolute;
 left: 50%;
 top: 50%;
 transform: translate(-50%, -50%);
 border-radius: 100%;

}

  1. intro-page #intro #title-wrapper {
 position: absolute;
 left: 50%;
 top: 50%;
 transform: translate(-50%, -50%);

}

  1. intro-page #intro h1 {
 text-transform: uppercase;
 color: #FAFAFC;
 font-size: 70px;
 font-family: "montserrat-bold";
 text-align: center;
 margin: 0;

}

  1. problem-page {
 background-color: #FAFAFC;
 width: 100%;
 height: 100vh;

}

@media only screen and (min-width: 768px) and (max-width: 1023px) {

 #bubbles #popup-main {
   background-color: #121212;
   height: 60vh;
   width: 60vh;
   right: -100vw;
   top: -100vh;
 }
 #bubbles #popup-main .menu-list {
   font-size: 18px;
 }
 #bubbles #popup-main .menu-list h1 {
   font-size: 1.2em;
 }
 #bubbles #popup-main .menu-list li::before {
   line-height: 22px;
 }
 #bubbles #popup-next {
   height: 100vw;
   width: 100vw;
 }
 #bubbles #popup-next .menu-list {
   font-size: 1.5em;
 }
 #bubbles #popup-next .menu-list li {
   padding: 5px;
 }
 #bubbles #popup-next .project {
   columns: 2;
   -webkit-columns: 2;
   -moz-columns: 2;
   column-gap: 0;
 }
 #bubbles #popup-next .project li {
   padding-left: 0;
   padding-right: 0;
   margin-bottom: 3px;
 }
 #bubbles #bub_first .active {
   right: -7vw;
   top: -4vh;
 }
 #bubbles #bub_second .active {
   left: 40vw;
   bottom: 40vh;
 }
 #fixedOverlay #sidebar #sidebar-wrapper #indicateScroll h3 {
   font-size: 0.65em;
 }
 #fixedOverlay nav #header h1 {
   font-size: 18px;
 }
 #fixedOverlay nav #header .active #top-hamb {
   transform: scale(0.7) translateY(15px) rotate(45deg);
 }
 #fixedOverlay nav #header .active #bottom-hamb {
   transform: scale(0.7) translateY(-8px) rotate(-45deg);
 }
 #fixedOverlay nav #header .menu-wrapper .menu-hamb {
   height: 3px;
 }
 #fixedOverlay nav #header .menu-wrapper .menu-short {
   margin-bottom: 5px;
   margin-top: 5px;
 }

} @media only screen and (max-width: 767px) {

 #bubbles #popup-main {
   background-color: #121212;
   height: 60vh;
   width: 60vh;
   right: -100vw;
   top: -100vh;
 }
 #bubbles #popup-main .menu-list {
   font-size: 18px;
 }
 #bubbles #popup-main .menu-list h1 {
   font-size: 1.3em;
 }
 #bubbles #popup-next {
   height: 100vw;
   width: 100vw;
 }
 #bubbles #popup-next .choices .menu-list {
   font-size: 1.45em;
 }
 #bubbles #popup-next .choices .menu-list li {
   margin-bottom: 3px;
 }
 #bubbles #popup-next .choices li {
   padding: 5px;
 }
 #bubbles #popup-next .project {
   column-gap: 0;
 }
 #bubbles #popup-next .project li {
   padding-left: 0;
   padding-right: 0;
   margin-bottom: 3px;
 }
 #bubbles #bub_first .active {
   right: -22vw;
   top: -6vh;
 }
 #bubbles #bub_second .active {
   left: 50vw;
   bottom: 25vh;
 }
 #fixedOverlay nav .header-part {
   margin: 5px 30px;
 }
 #fixedOverlay nav #header h1 {
   font-size: 18px;
 }
 #fixedOverlay nav #header .active #top-hamb {
   transform: scale(0.7) translateY(15px) rotate(45deg);
 }
 #fixedOverlay nav #header .active #bottom-hamb {
   transform: scale(0.7) translateY(-8px) rotate(-45deg);
 }
 #fixedOverlay nav #header .menu-wrapper .menu-hamb {
   height: 3px;
 }
 #fixedOverlay nav #header .menu-wrapper .menu-short {
   margin-bottom: 5px;
   margin-top: 5px;
 }
 #fixedOverlay #sidebar {
   width: 10vw;
 }
 #fixedOverlay #sidebar #sidebar-wrapper #indicateScroll h3 {
   font-size: 0.65em;
 }

} @media only screen and (max-width: 420px) and (max-height: 600px) {

 #bubbles #popup-main .menu-list libefore {
   font-size: 1.8em;
   line-height: 0.5em;
 }
 #bubbles #popup-main .menu-list h1 {
   font-size: 1em;
 }
 #bubbles #popup-next .choices .menu-list {
   font-size: 1.2em;
 }

}