/* -- MIXINS -- */
@keyframes slideUp {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -40vh, 0);
  }
}
@keyframes slideDown {
  0% {
    transform: translate3d(0, -40vh, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeDown {
  0% {
    opacity: 0;
    transform: translate(0, -6px);
  }
  50% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, 12px);
  }
}
/* -- TAGS --*/
html {
  scroll-behavior: smooth;
  overflow-y: scroll;
  padding: 0;
  margin: 0;
  background-color: #282828;
}

body {
  color: #F2F2F2;
  margin: 0;
}

h1 {
  font-size: 7em;
  color: #F2F2F2;
}

h2 {
  font-size: 4em;
  color: #F2F2F2;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 0;
}

a {
  text-decoration: none !important;
  color: inherit;
}
a:hover {
  color: inherit;
}

.no-scroll, html {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.no-scroll::-webkit-scrollbar, html::-webkit-scrollbar {
  display: none;
}

/* Chrome, Safari and Opera */
.sticky {
  position: -webkit-sticky;
  position: sticky;
  z-index: 99999 !important;
}

.hidden {
  display: none !important;
}

.btn:hover {
  cursor: pointer;
}

/* -- IDS -- */
#wip {
  bottom: 12%;
  right: 0;
  -moz-transform: rotate(-45deg) translate(0px, 0px);
  -o-transform: rotate(-45deg) translate(0px, 0px);
  -ms-transform: rotate(-45deg) translate(0px, 0px);
  -webkit-transform: rotate(-45deg) translate(0px, 0px);
  transform: rotate(-45deg) translate(0px, 0px);
}

#menu-hamburger {
  top: 2%;
  right: 2%;
}

#go-to-top {
  z-index: 9 !important;
  display: inline-block;
}
#go-to-top:hover {
  color: #FFB6C1;
}

#arrow-down {
  position: absolute;
  bottom: 2%;
  right: 2%;
}

#arrow-up {
  position: absolute;
  visibility: hidden;
  bottom: 2%;
  right: 2%;
}

#post-photo {
  background-color: #333333;
}
@media screen and (max-width: 765px) {
  #post-photo {
    height: 66.667vh;
  }
}

#post-context {
  background-color: azure;
}

/* -- Sections -- */
.container-fluid {
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

.section, .section-fill {
  text-align: center;
}

.section-fill {
  width: 100%;
  height: 100vh;
}

.subsection, .sub-two-third, .sub-one-third {
  background-color: #F1F2F2;
  height: 100vh;
}
@media screen and (max-width: 765px) {
  .subsection, .sub-two-third, .sub-one-third {
    height: 33.334vh;
  }
}
.subsection > .icon-btn, .sub-two-third > .icon-btn, .sub-one-third > .icon-btn {
  position: absolute;
}
@media screen and (max-width: 765px) {
  .sub-one-third {
    height: 33.334vh;
  }
}

@media screen and (max-width: 765px) {
  .sub-two-third {
    height: 66.667vh;
  }
}

.sub-sub-section {
  height: 33.334vh;
  width: 33.334vh;
}
@media screen and (max-width: 765px) {
  .sub-sub-section {
    height: 33.334vh;
  }
}

.home {
  background-color: #282828;
}

.about {
  background-image: linear-gradient(185deg, #282828 15%, #FFB6C1 85%);
}

.contact {
  background-color: #1d644e;
}

.content {
  text-align: left;
}

.engineering {
  background-image: url("../assets/img/gears.jpg");
}

.code {
  background-image: url("../assets/img/code.png");
}

.misc {
  background-image: url("../assets/img/coffee.jpg");
}

.h-66 {
  height: 66.66667vh;
}

/* --Header--*/
.title {
  padding-top: 10.5rem;
  padding-bottom: 6rem;
  text-align: start;
}

.heading-title {
  font-size: 5rem;
  font-weight: 700;
  line-height: 5rem;
}
@media screen and (max-width: 765px) {
  .heading-title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 320px) {
  .heading-title {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.sub-title {
  font-size: 2.5rem;
  font-weight: 200;
  margin-bottom: 5px;
}
@media screen and (max-width: 765px) {
  .sub-title {
    font-size: 1.5rem;
  }
}

.sub-heading {
  padding-top: 7.5rem;
  padding-bottom: 3rem;
  text-align: start;
}

/* --Footer--*/
.footer {
  bottom: 0;
  height: auto;
  display: inline-block;
  width: 100%;
  background: #121212;
  z-index: 9;
  text-align: center;
  color: #F2F2F2;
  padding: 20px 0 0 0;
}

/* --Navigation menu--*/
.hamburger:hover .bar {
  background-color: #FFB6C1;
}
.hamburger:after .bar {
  background-color: #F2F2F2;
}

.hamburger-toggle:hover .bar {
  background-color: #282828;
}
.hamburger-toggle .top {
  -moz-transform: rotate(-225deg) translate(10px, -5px);
  -o-transform: rotate(-225deg) translate(10px, -5px);
  -ms-transform: rotate(-225deg) translate(10px, -5px);
  -webkit-transform: rotate(-225deg) translate(10px, -5px);
  transform: rotate(-225deg) translate(10px, -5px);
}
.hamburger-toggle .middle {
  -moz-transform: translate(20px, 0px);
  -o-transform: translate(20px, 0px);
  -ms-transform: translate(20px, 0px);
  -webkit-transform: translate(20px, 0px);
  transform: translate(20px, 0px);
  opacity: 0;
}
.hamburger-toggle .bot {
  -moz-transform: rotate(225deg) translate(10px, 5px);
  -o-transform: rotate(225deg) translate(10px, 5px);
  -ms-transform: rotate(225deg) translate(10px, 5px);
  -webkit-transform: rotate(225deg) translate(10px, 5px);
  transform: rotate(225deg) translate(10px, 5px);
}

.bar {
  width: 35px;
  height: 5px;
  background-color: #F2F2F2;
  margin: 6px 0;
  transition: 0.4s;
}
.bar.middle {
  width: 45px;
}

.floating {
  position: fixed;
  display: inline-block;
  padding: 1.5rem;
  z-index: 99 !important;
}

.side-nav-menu {
  display: flex;
  width: 0;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #FFB6C1;
  overflow-x: hidden;
  transition: 0.5s;
  text-align: center;
  z-index: 90 !important;
}

.side-nav-menu ul {
  list-style-type: none;
}

.side-nav-menu a:hover {
  color: #282828;
}

.side-nav-menu ul li a {
  text-decoration: none;
  display: block;
  color: #F2F2F2;
  font-size: 5rem;
  font-weight: 700;
  line-height: 3.25rem;
  margin-bottom: 5rem;
}

.inline-list {
  position: absolute;
  padding-top: 3rem;
  bottom: 10em;
  z-index: 9 !important;
}
@media screen and (max-width: 765px) {
  .inline-list {
    bottom: 1em;
  }
}

.inline-list-item {
  padding-left: 0;
  padding-right: 1.5rem;
}

/* --SCROLL-DOWN ICON--*/
.scroll-down-wrapper {
  position: absolute;
  padding-bottom: 2em;
  bottom: 0;
  left: 50%;
}
@media screen and (max-width: 765px) {
  .scroll-down-wrapper {
    display: none;
  }
}

.scroll-down {
  fill: none;
  stroke: #F2F2F2;
  stroke-width: 2;
  stroke-miterlimit: 1;
}
.scroll-down:hover {
  stroke: #FFB6C1;
  cursor: pointer;
}

.scroll-arrow {
  animation-duration: 2.5s;
  animation-name: fadeDown;
  animation-iteration-count: infinite;
}

/* --IMAGES--*/
.image, .sub-image, .engineering, .code, .misc, .post-image {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-image, .engineering, .code, .misc, .post-image {
  filter: brightness(35%);
}
.sub-image:hover, .engineering:hover, .code:hover, .misc:hover, .post-image:hover {
  cursor: pointer;
}
.sub-image:hover ~ .icon-btn, .engineering:hover ~ .icon-btn, .code:hover ~ .icon-btn, .misc:hover ~ .icon-btn, .post-image:hover ~ .icon-btn {
  color: #FFB6C1;
}

.no-gutters {
  --bs-gutter-x: 0;
}

/* --ICON-- */
.icon-btn {
  cursor: pointer;
}
.icon-btn:hover {
  color: #FFB6C1;
}
.icon-btn:hover > .fa-bolt {
  color: #F2F2F2;
}

/* --Text--*/
.text, .text-black {
  font-weight: 500;
  font-size: 2rem;
  line-height: 2rem;
}
@media screen and (max-width: 765px) {
  .text, .text-black {
    font-size: 1.25rem;
  }
}

.text-s {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1rem;
}

.text-m {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.text-l {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2rem;
}

.text-black {
  color: #282828;
}

.text-lap {
  text-align: justify;
  line-height: 1.25;
  font-weight: 200;
}
@media screen and (max-width: 765px), (max-height: 765px) {
  .text-lap {
    font-size: 1rem;
    overflow-y: scroll;
    scrollbar-width: thin;
    /* Firefox */
    display: block;
  }
}

.link:hover {
  color: #FFB6C1;
}

/* --Icons--*/
.icon {
  width: 2rem;
  height: 2rem;
  fill: #F2F2F2;
}

.icon-s {
  font-size: 1rem;
}

.icon-m {
  font-size: 2rem;
}

.icon-l {
  font-size: 4rem;
}
@media screen and (max-width: 765px), (max-height: 765px) {
  .icon-l {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 320px), (max-height: 320px) {
  .icon-l {
    font-size: 1.5rem;
  }
}

/* --scramble-text--*/
.scramble-text {
  font-weight: 100;
  color: #F2F2F2;
}

.dud {
  color: #FFB6C1;
}

.wrap {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
}

.wrap > .fa-bolt {
  font-size: 2rem;
  position: absolute;
  bottom: 12%;
  right: 25%;
  color: #FFB6C1;
}
@media screen and (max-width: 765px) {
  .wrap > .fa-bolt {
    font-size: 1.5rem;
    bottom: 10%;
    right: 35%;
  }
}

.box-shadow {
  box-shadow: 0 1em 1em -1em rgba(0, 0, 0, 0.25);
}

/*# sourceMappingURL=main.css.map */
