*,
*:after,
*:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  font-family: "Montserrat", sans-serif;
}

::-webkit-scrollbar {
  width: 20px;
}

::-webkit-scrollbar-track {
  /*box-shadow: inset 0 0 5px grey;
border-radius: 10px 0 0 10px;*/
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background: var(--mainColor);
  border-radius: 10px;
  border: 5px solid transparent;
  background-clip: content-box;
}

:root {
  --mainColor: #bb1e10;
  --alfaDecorColor: 136, 136, 136;
  font-size: max(1.3vw, 16px);
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

a.inner {
  text-decoration: underline;
  text-decoration-color: var(--mainColor);
}

nav {
  position: fixed;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 4vh 4vw;
  z-index: 10;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  color: #000000aa;
}

nav .logo {
  position: relative;
  height: 90%;
  color: var(--mainColor);
  min-width: 120px;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 600;
}

nav .logo img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  opacity: 0;
}

nav .logo.visible img {
  opacity: 0.5;
}

nav ul {
  z-index: 10;
}

nav ul li {
  display: inline-block;
  margin-right: 39px;
}

nav ul li a {
  padding-left: 8px;
  border-left: 5px solid var(--mainColor);
}

.back {
  max-width: 100px;
}

.back img {
  width: 100%;
}

section {
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#hero {
  justify-content: initial;
}

#about {
  min-height: 200vh;
}

.rope-container {
  position: fixed;
  height: 140vh;
  width: auto;
  top: 0;
  right: 0;
  pointer-events: none;
}

.rope {
  fill: transparent;
  stroke: #000;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}

.rope-container.animate {
  top: -125vh;
  right: 35vw;
  animation: drop 1.25s 0.75s linear 1 forwards,
    move-to-right 3s 2.7s linear 1 forwards;
}

.rope-container.animate .rope.down {
  animation: streightend2 0.3s 1.7s ease-in 1 forwards;
}

.hero-content.animate {
  position: relative;
  height: 100vh;
  left: 62.75%;
  width: 0%;
  animation: open 3s 3s 1 linear forwards;
}

.hero-content {
  position: relative;
  height: 100vh;
  left: 0%;
  width: 100%;
  background: url(../img/hero-img.png) center 65%;
  background-size: cover;
  overflow: hidden;
}

@keyframes move-to-right {
  99% {
    transform: translateX(35vw) translateY(120vh);
  }
  100% {
    transform: translateX(35vw) translateY(120vh);
  }
}

@keyframes drop1 {
  100% {
    top: -5vh;
  }
}

@keyframes drop {
  0% {
    transform: translateY(0vh);
  }
  100% {
    transform: translateY(120vh);
  }
}

@keyframes streightend2 {
  100% {
    d: path(
      "M29,174.2c0,9.5,0,65.7,0,132.9s0,53.7,0,90.3s0,69.3,0,118.2s0,36.7,0,74.7c0,38,0,82.9,0,111.4c0,28.5,0,73.4,0,127.7c0,54.3,0,142.6,0,186.1c0,43.5,0,32.6,0,69.3s0,51.6,0,92.4s0,86.9,0,119.5s0,12.2,0,89.7"
    );
  }
}

@keyframes open {
  100% {
    left: 0%;
    width: 100%;
  }
}

.wrapper {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.projects-container {
  position: relative;
}

.images-container {
  display: none;
  image-rendering: crisp-edges;
}

.images-container.first {
  display: block;
}

.hide {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: black;
}

.thankyouContainer {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 5%;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .hide {
    width: 100%;
    height: 50%;
    background-color: black;
  }
}

/*#project1 .images-container {
  background: url(../img/01veszelytelenites/20200501_163001b.jpg) center;
  background-size: cover;
  image-rendering: crisp-edges;
}

#project2 .images-container {
  background: url(../img/02vakolas/IMG-0e587b3bf03ae42b8d9ee7743fa1b70c-V.jpg)
    center;
  background-size: cover;
}

#project3 .images-container {
  background: url(../img/03hoszigeteles/org_8fc388efd9b56a7c_1626171686000.jpg)
    center;
  background-size: cover;
}

#project4 .images-container {
  background: url(../img/04homlokzatmosas/13582170_1654568341528640_4602801837689484493_o.jpg)
    center;
  background-size: cover;
}

#project5 .images-container {
  background: url(../img/05tetomunkak/org_02dac80211bbd524_1626171798000.jpg)
    center;
  background-size: cover;
}

#project6 .images-container {
  background: url(../img/06vizszigeteles/300.jpg) center;
  background-size: cover;
}*/

.project-group {
  position: relative;
}

.project-group .page {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  background-position: fixed;
}

.project-group .project-title {
  margin: 2em 0 2em 7vw;
  font-size: 1.4rem;
  font-weight: 500;
}

.description-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 2vmax;
}

.description-container a {
  margin-top: 1rem;
  padding: 0 7vw;
  text-decoration: underline;
  text-decoration-color: var(--mainColor);
}

.wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.05;
  background: url(../img/alpinist.png) top left no-repeat;
  background-size: contain;
  background-attachment: fixed;
  pointer-events: none;
}

.description {
  padding: 0 7vw;
  font-size: 1rem;
}

.description-container,
.images-container {
  width: 50%;
  height: 100vh;
  min-width: 300px;
}

@media only screen and (max-width: 600px) {
  .description-container,
  .images-container {
    height: 50vh;
    width: 100%;
  }
}

.button {
  display: inline-block;
  position: relative;
  z-index: 10;
  margin: 0 auto;
  padding: 10px 15px;
  background-color: var(--mainColor);
}

.right {
  text-align: right;
}

#about h2.title {
  margin: 40% 0 0 15%;
  color: var(--mainColor);
  font-size: 2rem;
  font-weight: 500;
}

#contact h2.title {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1em;
}

section .content,
section .image-container {
  display: block;
  padding-top: 115px;
  width: 37.5%;
  height: 100vh;
  min-width: 325px;
}

#contact .content.right {
  padding: 15% 5% 0 20%;
  width: 62.5%;
}

#contact ul {
  list-style: none;
  margin-top: 5vh;
}

footer .link {
  padding-left: 15px;
}

footer .link.mail {
  padding-left: 20px;
  margin-left: -1px;
}

.tel {
  background: url(../img/phone.svg) center left no-repeat;
  background-size: auto 90%;
}

.mail {
  background: url(../img/paper-plane.svg) center left no-repeat;
  background-size: auto 90%;
}

.facebook {
  background: url(../img/facebook.svg) center left no-repeat;
  background-size: auto 90%;
}

section .content {
  padding: 5% 5% 5% 0;
  padding-top: 115px;
  font-size: 1rem;
  font-weight: 500;
}

#about .content.right {
  padding: 5% 5% 5% 5%;
}

#about .content p.high {
  margin-top: 3em;
  line-height: 2;
}

section .image-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62.5%;
  height: 100vh;
}

.gray.crop {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  filter: grayscale(1);
}

.gray.crop:hover {
  filter: grayscale(0);
}

.gray.crop img {
  flex-grow: 1;
}

.redlines {
  position: relative;
}

.image-container .redlines {
  display: flex;
  justify-content: center;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.content .redlines {
  top: 0;
  left: 0;
  width: 100%;
  padding: 10% 15px 15px 10%;
}

.redlines:before,
.redlines:after {
  content: "";
  position: absolute;
  border: 1px solid var(--mainColor);
  pointer-events: none;
  transform: scale(0);
}

.redlines:before {
  transform-origin: bottom right;
  bottom: calc(100% - 1px);
  right: calc(100% - 1px);
  border-top-color: transparent;
  border-left-color: transparent;
  width: 20%;
  height: 10%;
}

.redlines:after {
  transform-origin: top left;
  top: 0;
  left: 0;
  border-bottom-color: transparent;
  border-right-color: transparent;
  width: 90%;
  height: 100%;
}

.wide.redlines:after {
  width: 150%;
}

.animated .redlines:before {
  border-width: 1px;
  animation: animateLines 0.5s 0.5s linear 1 forwards;
}

.animated .redlines:after {
  border-width: 1px;
  animation: animateLines 0.5s 0.5s linear 1 forwards;
}

@keyframes animateLines {
  0% {
    transform: scaleX(0) scaleY(0);
  }
  75% {
    transform: scaleX(1) scaleY(0.75);
  }
  100% {
    transform: scaleX(1) scaleY(1);
  }
}

#contact.animated .redlines:after {
  height: 110%;
}

.project-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5vmin;
  padding: 115px 30vmin 0 30vmin;
  align-self: flex-start;
}

.project-box > div {
  padding: 5vmin 0 0 5vmin;
}

.project-box .redlines:after {
  z-index: -1;
}

.project-box .project {
  position: relative;
  width: 35vmin;
  height: 35vmin;
}

.project:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(1);
}

.project-box div:nth-of-type(1) .project:before {
  background: url(../img/01veszelytelenites/20200501_163001b-small.jpg) center;
  background-size: cover;
}

.project-box div:nth-of-type(2) .project:before {
  background: url(../img/02vakolas/IMG-0e587b3bf03ae42b8d9ee7743fa1b70c-V-small.jpg)
    center;
  background-size: cover;
}

.project-box div:nth-of-type(3) .project:before {
  background: url(../img/03hoszigeteles/org_8fc388efd9b56a7c_1626171686000-small.jpg)
    center;
  background-size: cover;
}

.project-box div:nth-of-type(4) .project:before {
  background: url(../img/04homlokzatmosas/13582170_1654568341528640_4602801837689484493_o-small.jpg)
    center;
  background-size: cover;
}

.project-box div:nth-of-type(5) .project:before {
  background: url(../img/05tetomunkak/org_02dac80211bbd524_1626171798000-small.jpg)
    center;
  background-size: cover;
}

.project-box div:nth-of-type(6) .project:before {
  background: url(../img/06vizszigeteles/300-small.jpg) center;
  background-size: cover;
}

.project:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--mainColor);
  opacity: 0%;
}

.project:hover:after {
  opacity: 30%;
}

.project h3 {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10%;
  text-align: center;
  background-color: #ffffffbf;
  z-index: 1;
  border: 1px solid #707070;
  font-size: 0.8rem;
}

#projects {
  position: relative;
}

.projects-button {
  position: absolute;
  top: calc(45vmin + 115px - 15px);
  right: 15%;
  display: inline-block;
  z-index: 10;
  line-height: 30px;
  color: var(--mainColor);
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
}

.projects-button:hover {
  font-weight: 700;
}

/*.projects-button:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: -100%;
  right: 0;
  height: 100%;
  border-top: 1px solid var(--mainColor);
  z-index: -1;
}*/

.projects-button:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 100%;
  height: 100%;
  width: 15%;
  background: url(../img/arrow-right.svg) center right no-repeat;
  background-size: auto 50%;
  z-index: -1;
  transition: 0.2s;
}

.projects-button:hover:after {
  width: 25%;
}

.projects-button span {
  background-color: white;
  padding: 0 15px;
}

#contact .content {
  height: calc(100vh - 60px - 1em);
}

footer {
  position: relative;
  display: flex;
  width: 100%;
  padding: 30px 15% 30px 15%;
  justify-content: space-evenly;
  bottom: 100%;
  font-size: 0.6rem;
  flex-wrap: wrap;
  row-gap: 1rem;
}

footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 20%;
  width: 60%;
  border-top: 1px solid var(--mainColor);
}

.secondary-nav {
  position: fixed;
  display: flex;
  padding-left: 2vmax;
  flex-direction: column;
  justify-content: center;
  gap: 1vw;
  top: 0;
  left: 0;
  height: 100vh;
  width: 75px;
  z-index: 10;
}

@media only screen and (max-width: 600px) {
  .secondary-nav {
    height: 50vh;
  }
}

.secondary-nav > div {
  height: 20%;
  max-height: 100px;
  width: 1.5vmax;
  cursor: pointer;
  transition: 0.2s;
}

.up-arrow {
  display: none;
  background: url(../img/arrow-up.svg) center center no-repeat;
  background-size: contain;
}

.up-arrow:hover {
  transform-origin: bottom center;
  transform: scale(1.2, 1.1);
}

.down-arrow {
  background: url(../img/arrow-down.svg) center center no-repeat;
  background-size: contain;
}

.down-arrow:hover {
  transform-origin: top center;
  transform: scale(1.2, 1.1);
}

.image-galery {
  position: relative;
  width: 100%;
  height: 100%;
}

.image-galery .nav-right,
.image-galery .nav-left {
  position: absolute;
  top: 0;
  height: 100%;
  width: 3.5vmax;
  max-width: 35px;
  background-color: #ffffff75;
  display: flex;
  align-items: center;
  padding: 0.6vmax;
  cursor: pointer;
}

.image-galery .nav-right {
  right: 0;
  justify-content: flex-end;
}

.image-galery .nav-left {
  left: 0;
  justify-content: flex-start;
}

.image-galery .nav-right .right,
.image-galery .nav-left .left {
  width: 3vmax;
  max-width: 25px;
  height: 3vmax;
  max-height: 25px;
  border: min(0.5vmax, 3px) solid var(--mainColor);
  flex: 1 0 auto;
}

.image-galery .nav-right .right {
  border-bottom-color: transparent;
  border-left-color: transparent;
  transform: rotate(45deg);
}

.image-galery .nav-left .left {
  border-bottom-color: transparent;
  border-right-color: transparent;
  transform: rotate(-45deg);
}

.red {
  color: var(--mainColor);
}

.image-galery {
  position: relative;
  width: 100%;
  height: 100%;
}

.image-galery > ul {
  position: relative;
  margin: 0 auto;
  list-style-type: none;
  width: 100%;
  height: 100%;
}

.image-galery > ul > li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: center;
  transition: all 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: hidden;
  height: 100%;
  width: 100%;
}

.image-galery > ul > li.prevli {
  transform: translate3d(50%, 0, -150px) rotateY(-90deg);
}

.image-galery > ul > li.activeli {
  transform: none;
  visibility: visible;
}

.image-galery > ul > li.nextli {
  transform: translate3d(-50%, 0, -150px) rotateY(90deg);
}

.image-galery > ul > li:not(:nth-of-type(1)) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#project1 .image-galery > ul > li:nth-of-type(1),
#project1 .image-galery > ul > li:nth-of-type(3) {
  background: url(../img/veszelytelenites/veszelytelenites.jpg) center
    no-repeat;
  background-size: cover;
}

/*#project1 .image-galery > ul > li:nth-of-type(1),
#project1 .image-galery > ul > li:nth-of-type(3) {
  background: url(../img/01veszelytelenites/20200501_163001b.jpg) center
    no-repeat;
  background-size: cover;
}*/

#project1 .image-galery > ul > li:nth-of-type(2),
#project1 .image-galery > ul > li:nth-of-type(4) {
  background: url(../img/01veszelytelenites/org_65b87c143ac20cd0_1586529990000.jpg)
    center no-repeat;
  background-size: cover;
}

#project2 .image-galery > ul > li:nth-of-type(1) {
  background: url(../img/homlokzatfelujiatas/fuggofolyosofelujiatas.jpg)
    center no-repeat;
  background-size: cover;
}

#project2 .image-galery > ul > li:nth-of-type(2) {
  background: url(../img/homlokzatfelujiatas/homlokzatfelujiatas1.jpg)
    center no-repeat;
  background-size: cover;
}

#project2 .image-galery > ul > li:nth-of-type(3) {
  background: url(../img/homlokzatfelujiatas/homlokzatfelujiatas2.jpg)
    center no-repeat;
  background-size: cover;
}

#project2 .image-galery > ul > li:nth-of-type(4) {
  background: url(../img/homlokzatfelujiatas/homlokzatfelujiatas3.jpg)
    center no-repeat;
  background-size: cover;
}

#project2 .image-galery > ul > li:nth-of-type(5) {
  background: url(../img/homlokzatfelujiatas/homlokzatfelujiatas4.jpg)
    center no-repeat;
  background-size: cover;
}

#project2 .image-galery > ul > li:nth-of-type(6) {
  background: url(../img/homlokzatfelujiatas/legudvarfelujiatas.jpg)
    center no-repeat;
  background-size: cover;
}

#project2 .image-galery > ul > li:nth-of-type(6) {
  background: url(../img/homlokzatfelujiatas/tuzfalfelujiatas.jpg)
    center no-repeat;
  background-size: cover;
}

#project3 .image-galery > ul > li:nth-of-type(1),
#project3 .image-galery > ul > li:nth-of-type(3) {
  background: url(../img/hoszigeteles/hoszigeteles1.jpg)
    center no-repeat;
  background-size: cover;
}

#project3 .image-galery > ul > li:nth-of-type(2),
#project3 .image-galery > ul > li:nth-of-type(4) {
  background: url(../img/hoszigeteles/hoszigeteles2.jpg)
    center no-repeat;
  background-size: cover;
}

#project4 .image-galery > ul > li:nth-of-type(1),
#project4 .image-galery > ul > li:nth-of-type(3) {
  background: url(../img/homlokzatmosas/homlokzatmosas.jpg)
    center no-repeat;
  background-size: cover;
}

/*#project4 .image-galery > ul > li:nth-of-type(1),
#project4 .image-galery > ul > li:nth-of-type(3) {
  background: url(../img/04homlokzatmosas/13582170_1654568341528640_4602801837689484493_o.jpg)
    center no-repeat;
  background-size: cover;
}*/

#project4 .image-galery > ul > li:nth-of-type(2),
#project4 .image-galery > ul > li:nth-of-type(4) {
  background: url(../img/04homlokzatmosas/13603538_1654565988195542_4457439881520752810_o.jpg) center no-repeat;
  background-size: cover;
}

#project5 .image-galery > ul > li:nth-of-type(1),
#project5 .image-galery > ul > li:nth-of-type(3) {
  background: url(../img/05tetomunkak/org_02dac80211bbd524_1626171798000.jpg) center no-repeat;
  background-size: cover;
}

#project5 .image-galery > ul > li:nth-of-type(2),
#project5 .image-galery > ul > li:nth-of-type(4) {
  background: url(../img/05tetomunkak/org_a58a3753bd334d1c_1626171946000.jpg) center no-repeat;
  background-size: cover;
}

#project6 .image-galery > ul > li:nth-of-type(1),
#project6 .image-galery > ul > li:nth-of-type(3) {
  background: url(../img/lapostetoszigeteles/lapostetoszigeteles1.jpg) center no-repeat;
  background-size: cover;
}

#project6 .image-galery > ul > li:nth-of-type(2),
#project6 .image-galery > ul > li:nth-of-type(4) {
  background: url(../img/lapostetoszigeteles/lapostetoszigeteles2.jpg) center no-repeat;
  background-size: cover;
}

#missing-page section{
  background: url(../img/hero-img.png) center 65%;
  background-size: cover;
}

.message{
margin-bottom: 3rem;
}

.back-text {
  position: relative;
}

.back-text:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 50%;
  height: 100%;
  background: url(../img/arrow-left.svg) left center no-repeat;
  background-size: contain;
}

h2 {
  color: var(--mainColor);
}

h3 {
  color: var(--mainColor);
}

#contactform {
  margin-top: 12vh;
}

@media only screen and (max-width: 100vh) {
  #contactform {
    margin-top: 0;
  }
}

#contactform input[type="text"],
#contactform input[type="email"],
#contactform input[type="tel"],
#contactform textarea {
    padding: 1%;
    margin-bottom: 1%;
    width: 100%;
    background-color: transparent;
    border: 1px solid var(--mainColor);
    font-size: 1rem;
    font-weight: inherit;
    color: var(--textColor);
}

#contactform textarea {
    height: 15vh;
}

#contactform input[type="submit"] {
    font-size: 1rem;
    font-weight: inherit;
    color: var(--textColor);
    background: none;
    width: 40%;
    margin: 2% 30%;
    border: 2px solid var(--mainColor);
}

#contactform label[for="adat"],
#contactform label[for="hirlevel"] {
    font-size: 0.8rem;
}


/* Hide the browser's default checkbox */

.small-checkbox input {
    position: absolute;
    opacity: 0;
    /*cursor: pointer;*/
    height: 0;
    width: 0;
}

label.small-checkbox {
    display: block;
    position: relative;
    padding-left: 2.5em;
    margin-bottom: 1%;
    /*cursor: pointer;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1.5em;
}


/* Create a custom checkbox */

.small-checkbox .checkmark {
    transition: 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    height: 1.5em;
    width: 1.5em;
    border: 1px solid var(--mainColor);
    cursor: pointer;
}


/* On mouse-over, add a grey background color */

label.small-checkbox:hover input~.checkmark {
    background-color: lightgray;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    transition: inherit;
    content: "";
    position: absolute;
    opacity: 0;
}


/* Show the checkmark when checked */

label.small-checkbox input:checked~.checkmark:after {
    opacity: 1;
}


/* Style the checkmark/indicator */

label.small-checkbox .checkmark:after {
    left: 0.4em;
    top: -0.2em;
    width: 0.675em;
    height: 1.275em;
    border: solid var(--mainColor);
    border-width: 0 0.15em 0.15em 0;
    transform: rotate(45deg);
}

::-webkit-input-placeholder {
    /* Edge */
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: inherit;
    color: var(--textColor);
    line-height: 200%;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: inherit;
    color: var(--textColor);
    line-height: 200%;
}

::-moz-placeholder {
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: inherit;
    color: var(--textColor);
    line-height: 200%;
}

::-ms-input-placeholder {
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: inherit;
    color: var(--textColor);
    line-height: 200%;
}

::placeholder {
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: inherit;
    color: var(--textColor);
    line-height: 200%;
}

@media only screen and (max-width: 1368px) {
  .project-box {
    padding: 115px 5vmin 0 0;
  }
  #contact .content.right {
    padding: 15% 5vmin 0 5vmin;
  }
  footer {
    padding: 30px 5vmin 30px 5vmin;
    flex-direction: column;
  }
  .copyright {
    order: 1;
  }
}

@media only screen and (max-width: 100vh) {
  .hambi ul {
    position: relative;
    top: 1%;
    right: 5%;
    width: 2.5rem;
    z-index: 100;
  }
  .hambi li {
    position: relative;
    display: block;
    line-height: 50%;
    text-align: right;
    padding-right: 2.5rem;
    overflow: hidden;
    margin: 0;
  }
  .hambi li:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 2rem;
    background: url(../img/hambi.svg) center no-repeat;
    background-size: 100%;
    pointer-events: none;
    z-index: -1;
  }
  .hambi li a {
    position: relative;
    left: calc(100% + 2.5rem);
    visibility: hidden;
  }
  .hambi.open li a {
    margin-left: 10px;
    visibility: visible;
  }
  .open ul{
    border-radius: 5px;
    background-color: #ffffffbb;
  }
}

@media only screen and (max-width: 100vh) {
  #home section:not(#hero, #contact) {
    min-height: auto;
  }
  #about {
    min-height: auto;
  }
  #home section .content,
  #home section .image-container {
    padding-top: 0;
    height: auto;
    margin-bottom: 1rem;
  }
  #contact .content {
    padding-bottom: 0;
  }
  .gray.crop img {
    width: 95vw;
  }

  #about h2.title {
    margin: 20% 0 0 15%;
  }
  #about .content p.high {
    line-height: initial;
  }
  #contact .content {
    height: auto;
    margin-bottom: 1rem;
  }
  #contact ul {
    margin-top: 0vh;
  }
  #contact.animated .redlines:after {
    height: 100%;
  }
  .wrapper:before {
    background-size: cover;
  }
}
