@font-face {
  font-family: "Inter-Regular";
  src: url(../fonts/Inter-Regular.woff2);
  font-style:  normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Inter-Bold";
  src: url(../fonts/Inter-Bold.woff2);
  font-style:  normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Inter-SemiBold";
  src: url(../fonts/Inter-SemiBold.woff2);
  font-style:  normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Inter-Light-BETA";
  src: url(../fonts/Inter-Light-BETA.woff2);
  font-style:  normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Inter-Thin-BETA";
  src: url(../fonts/Inter-Thin-BETA.woff2);
  font-style:  normal;
  font-weight: 100;
  font-display: swap;
}

html {
  background-color: white;
  color: #2D3748;
  font-family: "Inter-Regular", sans-serif;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='12' viewBox='0 0 40 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 6.172L6.172 0h5.656L0 11.828V6.172zm40 5.656L28.172 0h5.656L40 6.172v5.656zM6.172 12l12-12h3.656l12 12h-5.656L20 3.828 11.828 12H6.172zm12 0L20 10.172 21.828 12h-3.656z' fill='%23193153' fill-opacity='0.01' fill-rule='evenodd'/%3E%3C/svg%3E");
}

body{
  margin: 0rem;
  overflow-x: hidden;
}

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

#hook {
  display: flex;
  flex-wrap: wrap;
  height: 100vh;
}

.top {
  height: 100vh;
  width: 100%;
}

.bottom {

}

.menu-icon {
  right: 1rem;
  top: 1rem;
  position: fixed;
  width: 1.5rem;
  height: 1.5rem;
  background: #1e2844;
  border-radius: 50%;
  padding: 0.75rem;
  z-index: 999;
  cursor: pointer;
  user-select: none;
}

.menu-icon path {
  fill: white;
}

.menu-panel {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 998;
  display: flex;
  background-image: url("../images/Pieter_Bruegel_the_Elder_-_The_Dutch_Proverbs.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
}

.menu-panel__divider {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  justify-content: center;
  padding: 15vw;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='12' viewBox='0 0 40 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 6.172L6.172 0h5.656L0 11.828V6.172zm40 5.656L28.172 0h5.656L40 6.172v5.656zM6.172 12l12-12h3.656l12 12h-5.656L20 3.828 11.828 12H6.172zm12 0L20 10.172 21.828 12h-3.656z' fill='%23193153' fill-opacity='0.01' fill-rule='evenodd'/%3E%3C/svg%3E")
}

.menu-panel__container {

}

.menu-panel__item {
  color: rgb(30,40,68);
  font-size: 2rem;
  margin-bottom: 1.5rem;
  font-family: "Inter-Bold", sans-serif;
  cursor: pointer;
  user-select: none;
  text-align: center;
}

.menu-icon--open {
  color: #EE964B;
}

.menu-panel__item:hover {
  color: #EE964B;
}

.block {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding: 10rem 10% 10rem 10%;
}

.header {
  font-size: 3rem;
  font-family: "Inter-Bold", sans-serif;
  color: #2D3748;
  margin-bottom: 2rem;
}

.text {
  font-family: "Inter-Light-BETA", sans-serif;
  font-size: 1.25rem;
  color: #4A5568;
  word-break: keep-all;
  line-height: 1.6;
}

.bold {
  font-family: "Inter-SemiBold", sans-serif;
}

.block-welcome {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 15%;
  background-color: rgb(30,40,68);
}

.block-blog {
  display: none;
  width: 100%;
  height: 6rem;
  align-items: center;
  box-sizing: border-box;
  background-color: rgb(32, 32, 32);
  color: #727C8C;
  padding: 0 15% 0 15%;
  font-size: 0.9rem;
  font-family: "Inter-SemiBold";
}

.block-blog--highlight {
  text-transform: uppercase;
  font-size: 0.9rem;
  font-family: "Inter-SemiBold";
  color: white;
}

.block-blog--svg {
  color: white;
}

.block-blog--svg svg {
  height: 1rem;
  margin: 0.2rem 0.25rem 0 0.5rem;
}
.block-blog--svg path {
  fill: white;
}

.block-welcome__header {
  font-size: 3.5rem;
  font-family: "Inter-Bold", sans-serif;
  color: white;
  width: 100%;
}

.block-welcome__subheader {
  font-size: 2rem;
  width: 100%;
  font-family: "Inter-Thin-BETA", sans-serif;
  color: white;
  white-space: nowrap;
  margin: 1rem 0 0 0;
}

.block-welcome__subheader--selected {
  color: #EE964B;
  font-family: 'Inter-Regular', sans-serif;
}

.block-welcome__button-container {
  display: none;
}

.block-welcome__button {
  margin: 6rem 1rem 0 0;
  height: 2.75rem;
  border-radius: 30px;
  font-family: 'Inter-Bold';
  background: white;
  width: 9rem;
  color: #2D3748;
}

.block-welcome__button a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-areas {
  display: flex;
  flex-direction: column;
}

.block-areas__container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}

.block-areas__subheader {
  font-size: 1.35rem;
  text-align: left;
  cursor: pointer;
  margin: 0.5rem 2rem 0.5rem 0;
  padding: 0 0 0 1rem;
  border-left: 2px #4A5568 solid;
  width: auto;
}

.block-areas__subheader--selected {
  border-left: 5px #EE964B solid !important;
}

.block-projects__cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  margin: 5rem 0 0 0;
}

.block-project__card-instance {
  /* box-shadow: 0 4px 32px 0 rgba(51,62,99,0.14); */
}

.card-instance__title {
  font-size: 1.75rem;
  font-family: "Inter-Bold", sans-serif;
  color: rgb(30,40,68);
  margin: 0 0 0.25rem 0;
}

.card-instance__subtitle {
  font-size: 1.25rem;
  font-family: "Inter-Regular", sans-serif;
  color: #ee964b;
  border-radius: 3px;
}

.card-instance__description {
    font-size: 1.25rem;
    font-family: "Inter-Light-BETA", sans-serif;
    margin: 2rem 0 0 0;
}

.block-about__header {
  min-width: 50%;
}

.block-about {
  flex-direction: column;
}

.block-contact {
  flex-direction: column;
}

.block_contact__icons {
  display: flex;
  margin: 4rem 0 4rem 0;
  position: relative;
}

.block_contact__icon {
  width: 2rem;
  height: 2rem;
  margin-right: 2rem;
}

.block_contact__icon path {
  fill: #4A5568;
}

.block-contact__item {
  font-family: "Inter-SemiBold", sans-serif;
  display: flex;
  flex-direction: column;
  font-size: 1.25rem;
  border-left: 5px #EE964B solid;
  padding: 0 0 0 1.5rem;
}

.block-image {
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 100vh;
}

.block-image-1 {
  background-image: url("../images/Pieter_Bruegel_the_Elder_-_The_Dutch_Proverbs.jpg");
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.block-image-2 {
  background-image: url("../images/Pieter_Bruegel_the_Elder_-_The_Blind_Leading_the_Blind.jpg");
}

.block-image-3 {
  background-image: url("../images/Pieter_Bruegel_the_Elder_-_Peasant_Wedding.jpg");
}

.block-image-4 {
  background-image: url("../images/Pieter_Bruegel_the_Elder_-_The_Hay_Harvest.jpg");
}

.block-image__about {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
}

.block-image__about-name {
  color: white;
  font-family: "Inter-Light-BETA";
  text-align: right;
}

.block-image__about-artist {
  color: white;
  font-family: "Inter-Thin-BETA";
  text-align: right;
}

.block-image__down {
  display: none;
  position: absolute;
  bottom: 2rem;
  right: calc(50% - 1.5rem);
  width: 3rem;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: bounce-3;
  animation-timing-function: ease;
}

.block-image__down path {
  fill: white;
}

@keyframes bounce-3 {
    0%   { transform: translateY(0); }
    30%  { transform: translateY(-1.5rem); }
    50%  { transform: translateY(0); }
    100% { transform: translateY(0); }
}

.block-about__text {
  border-left: 5px #EE964B solid;
  padding: 0 0 0 1.5rem;
}


@media screen and (min-width: 650px) {
  .block-welcome__top {
    margin: 0 0 0 0;
  }

  .menu-panel__divider {
    padding: 8vw;
  }

  .block-image {
  /*  background-attachment: fixed; */
  }

  .header {
    font-size: 3.5rem;
  }

  .text {
    font-size: 1.5rem;
  }

  .card-instance__description {
    font-size: 1.4rem;
  }

  .block-welcome__subheader {
    font-size: 2.5rem;
  }

  .block-areas__subheader {
    font-size: 1.35rem;
  }

  .block-areas__subheader {
    width: 9rem;
  }

  .block-projects__cards {
      grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));
  }

  .block {
    padding: 10rem 15% 10rem 15%;
  }

  .card-instance__title {
    font-size: 2rem;
  }

  .menu-icon {
    right: 4rem;
    top: 4rem;
  }

  .menu-panel__item {
    font-size: 2.25rem;
  }
}

@media screen and (min-width: 950px) {
  #hook {
    flex-wrap: nowrap;
  }

  .top {
    width: 40%;
  }

  .bottom {
    width: 60%;
    height: 100vh;
    overflow-y: auto;
  }

  .block-image__down {
    display: inherit;
  }

  .block-blog {
    display: flex;
  }

  .block-welcome {
    height: calc(100vh - 6rem);
  }
}


@media screen and (min-width: 1050px) {
  .block-welcome__header {
    font-size: 4rem;
  }

  .block-welcome__subheader {
    font-size: 2.75rem;
  }

  .block-contact__item {
    font-size: 1.5rem;
  }
}
