/*
@import url('https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700&display=swap');
*/
@import url('https://rsms.me/inter/inter.css');
body {
  background-color: black;
  overflow: hidden;
  font-family: 'Inter', 'Helvetica', 'Arial', sans-serif;
}
.backdrop {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: black;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.fade-out-state {
  opacity: 0%;
}
.fade-out {
  animation: fade_out_animation 4s forwards;
  -webkit-animation: fade_out_animation 4s forwards;
  -moz-animation: fade_out_animation 4s forwards;
}
.fade-in {
  animation: fade_in_animation 4s forwards;
  -webkit-animation: fade_in_animation 4s forwards;
  -moz-animation: fade_in_animation 4s forwards;
}
@keyframes fade_in_animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_out_animation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fade_in_animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade_out_animation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.side-nav,
.side-nav-content,
.side-nav-textroot {
  transition: all 0.75s;
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
}
.no-transition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.side-nav {
  top: 6px;
  left: 6px;
  width: 43px;
  position: fixed;
  z-index: 3;
}
.side-nav-open {
  width: 370px;
}
.side-nav-content {
  transform-origin: right top;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.85);
  width: 100%;
  height: 270px;
  overflow: hidden;
  white-space: nowrap;
}
.side-nav-textroot {
  opacity: 0;
  width: 345px;
  margin-left: 25px;
  float: right;
}
.side-nav-open .side-nav-textroot {
  opacity: 1;
}
/*////////////////////*/
/*  ddelk typesetting */
/*////////////////////*/
p {
  margin: 0;
  font-size: 0.8rem;
}
p + p {
  margin-top: 0px;
  font-size: 0.8rem;
}
a {
  color: black;
  text-decoration: underline;
  font-size: 0.8rem;
}
h1 {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 100%;
  margin: 1.6rem 0 0 0;
}
h2 {
  font-weight: 700;
  font-size: 0.8rem;
  margin: 0.5rem 0 1rem 0;
}
h3 {
  font-weight: 400;
  font-size: 0.8rem;
  margin: 0 ;
}
/* Table is used to align phone numbers*/
.rTable {
  display: table;
}
.rTableRow {
  display: table-row;
}
.rTableBody {
  display: table-row-group;
}
.rTableCell {
  display: table-cell;
}
.side-nav {
  color: #2c2c2cbe;
  font-weight: 400;
}
.project-text {
  margin: 0;
  max-width: 75%;
  position: absolute;
  bottom: 6px;
  left: 6px;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 0.5rem 1rem 0.5rem 0.75rem;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 125%;
  color: #272727be;
  z-index: 1;
}
.project-title {
  /*
    outline-style: auto;
    outline-width: 4px;
    outline-color: rgb(255, 0, 0);
    background-color: rgb(68, 150, 86); 
    */
  font-weight: 700;
}
.project-description {
  /*
    outline-style: auto;
    outline-width: 4px;
    outline-color: rgb(255, 0, 0);
    background-color: rgb(165, 52, 180);
    line-height: 1rem;
    */
}
.project-link {
  /*
    outline-style: auto;
    outline-width: 4px;
    outline-color: rgb(255, 0, 0);
    background-color: rgb(165, 52, 180);
    line-height: 1rem;
    */
}
/*////////////////////*/
/*////////////////////*/
/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
  .side-nav {
    /* top: @side_nav_top;*/
  }
}
/* 
    ##Device = Laptops, Desktops
    ##Screen = B/w 1025px to 1280px
*/
@media (min-width: 1025px) and (max-width: 1280px) {
  .side-nav {
    /* top: @side_nav_top;*/
  }
}
/* 
    ##Device = high res hi aspect ratio phones
    ##Screen = B/w 768px to 1024px
*/
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-height: 700px) and (orientation: landscape) {
  .side-nav {
    /*top: @side_nav_top;*/
  }
}
/* 
    ##Device = high res hi aspect ratio phones
    ##Screen = B/w 768px to 1024px
*/
@media screen and (min-width: 768px) and (max-width: 1024px) and (max-height: 700px) and (orientation: landscape) {
  .side-nav {
    /*    top: 0px;*/
  }
}
/* 
    ##Device = high res hi aspect ratio phones
    ##Screen = B/w 768px to 1024px
*/
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-height: 1000px) and (orientation: portrait) {
  .side-nav {
    /*top: @side_nav_top;*/
  }
}
/* 
    ##Device = high res hi aspect ratio phones
    ##Screen = B/w 768px to 1024px
*/
@media screen and (min-width: 768px) and (max-width: 1024px) and (max-height: 1000px) and (orientation: portrait) {
  .side-nav {
    /*    top: 0px;*/
  }
}
/* 
##Device = Low Resolution Tablets, Mobiles (Landscape)
##Screen = B/w 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {
  .side-nav {
    /*    top: 0px; */
  }
  .project-text {
    max-width: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
    font-size: 0.7rem;
  }
  /* increase clickable area -> https://front-back.com/expand-clickable-areas-for-a-better-touch-experience/ */
  .burger:after {
    content: '';
    position: absolute;
    top: -30px;
    bottom: -30px;
    left: -30px;
    right: -30px;
  }
}
/* 
##Device = Most of the Smartphones Mobiles (Portrait)
##Screen = B/w 320px to 479px
*/
@media (min-width: 160px) and (max-width: 480px) and (min-height: 320px) {
  /*
    .side-nav {
       top: 60px;   
    } */
  .side-nav-textroot {
    width: calc(100vw - (6px * 2) - 25px);
  }
  .side-nav-open {
    width: calc(100vw - (6px * 2))!important;
  }
  .project-text {
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
    font-size: 0.7rem;
  }
  /* increase clickable area -> https://front-back.com/expand-clickable-areas-for-a-better-touch-experience/ */
  .burger:after {
    content: '';
    position: absolute;
    top: -30px;
    bottom: -30px;
    left: -30px;
    right: -30px;
  }
}
@media (max-height: 320px) {
  .side-nav-textroot {
    height: 320px;
    overflow-y: auto;
  }
  /* Hide scrollbar for Chrome, Safari and Opera */
  /* Hide scrollbar for IE and Edge */
  .project-text {
    /* positioning */
    position: absolute;
    bottom: 0.5rem;
    left: 0.5rem;
    transform: none;
    /* typography */
    font-size: 0.4rem;
  }
}
.burger {
  position: absolute;
  right: 2px;
  top: 0px;
  width: 43px;
  height: 43px;
  z-index: 4;
}
.hamburger {
  background-color: none !important;
}
.hamburger:focus {
  outline: none !important;
}
noscript {
  position: absolute;
  top: 20px;
  left: 20px;
  font-family: 'Helvetica', 'Arial', sans-serif;
  color: #bbb;
  font-size: 1rem;
}
