*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  font-size: 62.5%;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  margin: 0 3rem; }
  @media only screen and (max-width: 65em) {
    html {
      font-size: 50%; } }
  @media only screen and (max-width: 46.9em) {
    html {
      margin: 0 2rem; } }
  @media only screen and (max-width: 37.5em) {
    html {
      margin: 0 1rem; } }

body {
  color: #363538; }

*,
*::before,
*::after {
  text-decoration: none; }

h1,
h2,
h3 {
  font-family: "Shadows Into Light", cursive;
  text-transform: uppercase; }

h2 {
  font-size: 2.6rem;
  font-weight: 700; }

h3 {
  font-size: 2rem;
  text-decoration: none; }

.img-popup {
  height: 40rem;
  width: auto;
  text-decoration: none; }

.close {
  color: #363538;
  float: right;
  font-size: 15rem; }
  .close:active, .close:hover, .close:focus {
    color: #408697;
    text-decoration: none;
    cursor: pointer; }

.pics {
  overflow: hidden;
  display: grid; }
  .pics__text {
    grid-column: 1 / 3; }
  .pics__link {
    overflow: hidden;
    border-radius: 0.5rem;
    width: 5rem;
    height: 5rem;
    transition: all 1.8s;
    transform: scale(1); }
    @media only screen and (max-width: 46.9em) {
      .pics__link {
        width: 3rem;
        height: 3rem; } }
    .pics__link img {
      width: 8rem;
      height: 8rem;
      object-fit: cover; }
      @media only screen and (max-width: 46.9em) {
        .pics__link img {
          width: 6rem;
          height: 6rem; } }
      .pics__link img:hover, .pics__link img:active {
        -webkit-filter: grayscale(0.35); }
  .pics__overlay {
    display: flex;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5000;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.9); }
    .pics__overlay:target, .pics__overlay.is-active {
      visibility: visible; }
  .pics__content {
    max-height: 95vh;
    overflow: hidden;
    padding: 2rem; }
    :target > .pics__content,
    .is-active > .pics__content {
      animation: 0.4s ease-out 0.2s both;
      animation-name: inherit; }
  .pics__figure {
    display: none;
    margin: 0; }
    :target > .pics__figure,
    .is-active > .pics__figure {
      display: block; }
  .pics__big {
    width: auto;
    max-height: 80vh;
    margin-top: 1rem;
    padding-top: 1rem; }
    @media only screen and (max-width: 65em) {
      .pics__big {
        max-width: 80vw; } }
    @media only screen and (max-width: 37.5em) {
      .pics__big {
        height: auto;
        max-width: 91vw; } }
  .pics__image {
    max-width: 100%; }
  .pics__figcaption {
    padding: 1rem;
    color: #ffffff;
    font-weight: 400;
    border-radius: 0.5rem; }
  .pics__untarget {
    position: fixed;
    top: 0; }
  .pics__close {
    top: .7rem;
    right: 1em;
    opacity: 0.3;
    font-weight: 400;
    font-size: 4rem; }
    .pics__close:hover, .pics__close:focus {
      opacity: 1; }
    @media only screen and (max-width: 37.5em) {
      .pics__close {
        font-size: 2.5rem;
        top: .6rem; } }
  .pics__control {
    position: absolute; }
    .pics__control, .pics__control:visited {
      color: #ffffff; }
  .pics__next {
    right: 43%; }
  .pics__prev {
    left: 43%; }
  .pics__next, .pics__prev {
    top: .7rem;
    opacity: 0.2;
    transition: opacity 0.2s;
    font-weight: 700;
    font-size: 4rem; }
    @media only screen and (max-width: 46.9em) {
      .pics__next, .pics__prev {
        font-size: 3.5rem; } }
    .pics__next:hover, .pics__next:focus, .pics__prev:hover, .pics__prev:focus {
      opacity: 1; }

.footer {
  grid-column: center-start / center-end;
  padding-left: 4rem;
  padding-top: 1rem;
  padding-bottom: 1.75rem;
  border-top: 0.1rem solid #d2d3d3;
  color: #363538;
  width: 100%;
  background-color: #ffffff;
  display: grid;
  grid-template-columns: 1fr 1fr; }
  @media only screen and (max-width: 65em) {
    .footer {
      grid-template-rows: repeat(2, min-content);
      padding-left: 2rem; } }
  @media only screen and (max-width: 46.9em) {
    .footer {
      padding-left: 1rem; } }
  .footer__links {
    grid-column: 1 / 2; }
    @media only screen and (max-width: 65em) {
      .footer__links {
        grid-column: 1 / 3;
        grid-row: 1 / 2; } }
  .footer__nav li {
    list-style: none;
    display: inline-block;
    font-size: 1.3rem;
    padding: 0.5rem; }
    @media only screen and (max-width: 46.9em) {
      .footer__nav li {
        font-size: 1.1rem; } }
    @media only screen and (max-width: 37.5em) {
      .footer__nav li:not(:last-child) {
        margin-right: 1rem; } }
    .footer__nav li:not(:last-child) {
      margin-right: 1.5rem; }
    .footer__nav li a {
      color: #363538;
      border-bottom: 0.2rem solid transparent;
      padding-bottom: 0.5rem;
      transition: all 0.2s; }
      .footer__nav li a:active, .footer__nav li a:hover {
        color: #408697;
        border-bottom: 0.2rem solid #408697; }
  .footer__svg {
    height: 1.7rem;
    width: 1.7rem;
    fill: #363538; }
    .footer__svg:active, .footer__svg:hover {
      fill: #408697; }
    @media only screen and (max-width: 46.9em) {
      .footer__svg {
        height: 1.4rem;
        width: 1.4rem; } }
  .footer__other {
    grid-column: 2 / 3;
    margin-top: 1rem;
    font-size: 1.3rem;
    text-align: end;
    margin-right: 4rem; }
    @media only screen and (max-width: 65em) {
      .footer__other {
        grid-column: 1 / 3;
        grid-row: 2 / 3;
        text-align: start; } }
    @media only screen and (max-width: 46.9em) {
      .footer__other {
        font-size: 1.1rem;
        margin-bottom: 0.5rem; } }

.home-header {
  grid-column: center-start / center-end;
  background-image: linear-gradient(to bottom, rgba(54, 53, 56, 0.9), rgba(54, 53, 56, 0.5)), url(../img/aki20200509.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  margin-top: 2rem;
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  align-content: space-evenly; }
  .home-header__content {
    grid-row: 2 / 3;
    color: #ffffff;
    margin: 3rem;
    width: 40%; }
    @media only screen and (max-width: 46.9em) {
      .home-header__content {
        width: 80%; } }
  .home-header__h1 {
    font-weight: 300;
    font-size: 3.75rem;
    text-transform: uppercase; }

.blog-header {
  grid-column: sidebar-start / blogs-end;
  grid-row: 1 / 2;
  margin-top: 4rem; }
  @media only screen and (max-width: 26.6em) {
    .blog-header__h1 {
      font-size: 2.2rem; } }

.recipe-header {
  grid-column: sidebar-start / recipe-end;
  grid-row: 1 / 2;
  margin-top: 4rem;
  justify-content: start; }
  @media only screen and (max-width: 26.6em) {
    .recipe-header__h1 {
      font-size: 2.2rem; } }

.photos-header {
  grid-column: center-start / center-end;
  margin-top: 2rem;
  display: grid;
  justify-content: start;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  background-image: #ffffff; }
  @media only screen and (max-width: 46.9em) {
    .photos-header {
      grid-template-columns: 1fr;
      grid-template-rows: repeat(4, 1fr);
      grid-gap: 0rem; } }
  .photos-header__columns {
    height: 100%;
    overflow: hidden;
    text-align: center;
    display: grid;
    justify-content: center;
    align-content: start; }
    @media only screen and (max-width: 65em) {
      .photos-header__columns {
        align-content: center; } }
  .photos-header__link {
    display: grid;
    grid-template-rows: calc(100vh - 10rem) 6rem;
    grid-auto-flow: rows dense; }
    @media only screen and (max-width: 46.9em) {
      .photos-header__link {
        grid-template-rows: calc((100vh - 10rem)/4) 3rem; } }
  .photos-header__titles {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    display: grid;
    align-content: center;
    justify-content: center;
    opacity: 0;
    text-decoration: none;
    padding: 2.5rem;
    border-radius: 0.7rem;
    z-index: 200;
    transition: all 1.8s;
    transform: translateY(-3rem);
    color: #B08401;
    text-align: center;
    margin-bottom: 2rem; }
    .photos-header__titles h3 {
      font-size: 2.6rem; }
    @media only screen and (max-width: 37.5em) {
      .photos-header__titles {
        transform: translateY(-2.96rem); } }
    @media only screen and (max-width: 26.6em) {
      .photos-header__titles {
        opacity: 1;
        background-color: rgba(255, 255, 255, 0.8); } }
  .photos-header__images {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    -webkit-filter: grayscale(1);
    transition: all 1.8s;
    transform: scale(1); }
    @media only screen and (max-width: 26.6em) {
      .photos-header__images {
        -webkit-filter: grayscale(0); } }
    .photos-header__images img {
      height: calc(100vh - 4rem);
      width: auto;
      object-fit: cover;
      overflow: hidden; }
      @media only screen and (max-width: 46.9em) {
        .photos-header__images img {
          width: 82rem;
          height: auto;
          object-position: 0 -10rem; } }
      @media only screen and (max-width: 37.5em) {
        .photos-header__images img {
          width: 70rem;
          height: auto;
          object-position: 0 -15rem; } }
      @media only screen and (max-width: 26.6em) {
        .photos-header__images img {
          width: 55rem;
          height: auto;
          object-position: 0 -10rem; } }
      @media only screen and (max-width: 21.8em) {
        .photos-header__images img {
          object-position: 0 -7rem; } }
    @media only screen and (max-width: 21.8em) {
      .photos-header__images__imgs--3 {
        transform: translateY(-5rem); } }
    .photos-header__images:hover {
      -webkit-filter: grayscale(0);
      transform: scale(1.15); }
      @media only screen and (max-width: 26.6em) {
        .photos-header__images:hover {
          transform: scale(1); } }
  .photos-header__images:hover ~ .photos-header__titles {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.8); }

.portfolio-header {
  grid-column: center-start / center-end;
  background-image: linear-gradient(to bottom, rgba(54, 53, 56, 0.9), rgba(54, 53, 56, 0.5)), url(../img/portfolio1.jpg);
  background-size: cover;
  position: relative;
  height: 100vh;
  background-position: bottom center;
  display: grid;
  grid-template-rows: 45vh 25vh 25vh;
  width: 100%; }
  .portfolio-header__title {
    font-size: 8rem;
    margin-top: 1.5rem;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    font-weight: 300;
    display: grid;
    grid-row: 2 / 3;
    align-content: baseline; }
  .portfolio-header__cv {
    padding-top: 2rem;
    align-content: baseline;
    color: #ffffff;
    text-align: center;
    grid-row: 3 / 4; }
    .portfolio-header__cv--text {
      background-color: #363538;
      border-radius: 0.5rem;
      padding: 0.7rem; }
      .portfolio-header__cv--text:active, .portfolio-header__cv--text:hover {
        color: #408697;
        background-color: rgba(54, 53, 56, 0.5); }
    .portfolio-header__cv--li {
      list-style: none;
      display: inline-block;
      font-size: 1.3rem;
      padding: 0.25rem;
      margin-right: 1rem; }
  .portfolio-header__svg {
    height: 1.7rem;
    width: 1.7rem;
    fill: #ffffff; }
    .portfolio-header__svg:active, .portfolio-header__svg:hover {
      fill: #408697; }
    @media only screen and (max-width: 46.9em) {
      .portfolio-header__svg {
        height: 1.4rem;
        width: 1.4rem; } }

.menu {
  grid-column: center-start / center-end;
  margin: 0;
  position: fixed;
  display: grid;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  z-index: 2000;
  background-image: linear-gradient(to right bottom, rgba(222, 210, 168, 0.9), rgba(176, 132, 1, 0.9));
  overflow-x: hidden;
  transition: all 0.5s; }
  .menu__nav {
    position: relative;
    display: flex;
    right: 0rem;
    flex-direction: column;
    align-items: space-between;
    text-align: right;
    margin-top: 3.5rem;
    margin-bottom: 0; }
    @media only screen and (max-width: 46.9em) {
      .menu__nav {
        margin-top: 4.5rem; } }
    .menu__nav a {
      padding: 1rem 3.5rem 1rem 2rem; }
      @media only screen and (max-width: 46.9em) {
        .menu__nav a {
          padding: 1rem 2.5rem; } }
      .menu__nav a:link, .menu__nav a:visited {
        font-size: 2rem;
        font-weight: 700;
        color: #363538;
        text-decoration: none;
        text-transform: lowercase;
        transition: all .4s;
        display: block; }
      .menu__nav a:hover, .menu__nav a:active, .menu__nav a:focus {
        color: #ffffff; }
  .menu__closebtn {
    position: absolute;
    top: -3.7rem;
    right: 0rem;
    font-size: 10rem;
    color: #363538;
    text-decoration: none; }
    @media only screen and (max-width: 46.9em) {
      .menu__closebtn {
        top: -3rem; } }

.navigation {
  grid-column: center-start / center-end;
  margin: 1rem 5.5rem 0 0;
  position: fixed;
  background-color: #ffffff;
  z-index: 1000;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: grid;
  align-items: end;
  top: 0;
  right: 0; }
  @media only screen and (max-width: 65em) {
    .navigation {
      margin: 1rem 7rem 0 0;
      right: 0; } }
  @media only screen and (max-width: 46.9em) {
    .navigation {
      margin: 1rem 5rem 0 0;
      right: 0; } }
  @media only screen and (max-width: 26.6em) {
    .navigation {
      margin: 1rem 3.1rem 0 0;
      right: 0; } }
  .navigation__icon {
    font-size: 3rem;
    cursor: pointer;
    text-align: center; }

.blog-container {
  display: grid;
  grid-template-rows: 4rem min-content;
  grid-template-columns: [center-start] repeat(6, [col-start] minmax(min-content, 1fr) [col-end]) [center-end];
  font-size: 1.5rem; }

.blog-content {
  grid-column: center-start / center-end;
  grid-row: 2 / -1;
  background-image: linear-gradient(to right, rgba(64, 134, 151, 0.2), rgba(141, 140, 138, 0.05));
  padding: 1rem 4rem 4rem 4rem;
  margin-top: 2.05rem;
  display: grid;
  grid-template-rows: 4rem 5rem min-content;
  grid-template-columns: [sidebar-start] 8rem [sidebar-end blogs-start] repeat(6, [col-start] minmax(min-content, 1fr) [col-end]) [blogs-end];
  grid-gap: 4rem; }
  @media only screen and (max-width: 37.5em) {
    .blog-content {
      grid-template-columns: [sidebar-start] 5rem [sidebar-end blogs-start] repeat(6, [col-start] minmax(min-content, 1fr) [col-end]) [blogs-end];
      grid-gap: 2.75rem; } }
  @media only screen and (max-width: 26.6em) {
    .blog-content {
      grid-template-rows: 4rem 8rem min-content; } }

.blog-introduction {
  grid-column: blogs-start / blogs-end;
  grid-row: 2 / 3;
  margin: 2rem 0 4rem 2rem;
  line-height: 2rem;
  align-content: start;
  font-size: 1.4rem;
  margin-right: 2rem; }
  @media only screen and (max-width: 26.6em) {
    .blog-introduction {
      margin-right: 1rem; } }

.blog-sidebar {
  grid-column: sidebar-start / sidebar-end;
  grid-row: 2 / -1;
  position: fixed;
  top: 15rem;
  padding: 1rem 1.5rem 1rem 1.5rem;
  height: 40vh;
  justify-content: center; }
  @media only screen and (max-width: 37.5em) {
    .blog-sidebar {
      padding: 1rem 2rem 1rem 0rem;
      font-size: 1.3rem; } }
  .blog-sidebar__h3 {
    border-bottom: 0.2rem dotted #B08401;
    padding-bottom: 0.2rem;
    text-align: center; }
  .blog-sidebar__list {
    list-style: none;
    margin-top: 0.3rem;
    text-align: center; }
  .blog-sidebar__item {
    text-decoration: none;
    padding: 0.3rem 0;
    margin-bottom: 0.5rem; }
  .blog-sidebar__links {
    color: #363538;
    padding-bottom: 0.3rem;
    border-bottom: 0.2rem solid transparent;
    transition: all 0.3s; }
    .blog-sidebar__links:active, .blog-sidebar__links:hover {
      color: #408697;
      border-bottom: 0.2rem solid #408697; }

.blogs {
  grid-column: blogs-start / blogs-end;
  grid-row: 3 / -1;
  border-left: 0.2rem dotted #B08401;
  padding: 2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(25rem, 1fr));
  grid-row-gap: 3rem;
  grid-column-gap: 4rem; }
  @media only screen and (max-width: 65em) {
    .blogs {
      grid-template-columns: minmax(min-content, 1fr); } }
  @media only screen and (max-width: 37.5em) {
    .blogs {
      margin-top: 3rem; } }
  @media only screen and (max-width: 26.6em) {
    .blogs {
      margin-top: 10rem; } }

.blog-entry {
  display: inline-block;
  margin-bottom: 3rem; }
  @media only screen and (max-width: 26.6em) {
    .blog-entry__h3 {
      font-size: 1.7rem; } }
  .blog-entry__text {
    line-height: 2rem;
    font-size: 1.3rem; }
    .blog-entry__text a {
      color: #363538;
      transition: all 0.2s; }
      .blog-entry__text a:hover {
        color: #408697;
        font-weight: 700; }
  .blog-entry__image {
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    overflow: hidden;
    object-fit: scale-down;
    float: right;
    margin: 0.5rem 0.5rem 1rem 1rem; }
    @supports (clip-path: polygon(0 0)) or (-webkit-clip-path: polygon(0 0)) {
      .blog-entry__image {
        -webkit-shape-outside: circle(50% at 50% 50%);
        shape-outside: circle(50% at 50% 50%);
        -webkit-clip-path: circle(50% at 50% 50%);
        clip-path: circle(50% at 50% 50%);
        border-radius: none; } }
    .blog-entry__image:active, .blog-entry__image:hover {
      opacity: 0.5;
      cursor: pointer; }
  .blog-entry__img {
    object-fit: cover;
    width: 15rem;
    height: 15rem;
    text-decoration: none;
    transform: translateY(-3.5rem) translatex(-3rem); }

.blog-pics {
  overflow: hidden;
  display: grid;
  float: right; }
  .blog-pics__overlay {
    display: flex;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.9); }
    .blog-pics__overlay:target, .blog-pics__overlay.is-active {
      visibility: visible; }
  .blog-pics__content {
    max-height: 95vh;
    overflow: hidden;
    padding: 2rem; }
    :target > .blog-pics__content,
    .is-active > .blog-pics__content {
      animation: 0.4s ease-out 0.2s both;
      animation-name: inherit; }
  .blog-pics__figure {
    display: none;
    margin: 0; }
    :target > .blog-pics__figure,
    .is-active > .blog-pics__figure {
      display: block; }
  .blog-pics__big {
    width: auto;
    max-height: 70vh; }
    @media only screen and (max-width: 65em) {
      .blog-pics__big {
        max-width: 70vw;
        height: auto; } }
    @media only screen and (max-width: 37.5em) {
      .blog-pics__big {
        width: auto;
        max-height: 65vh; } }
    @media only screen and (max-width: 26.6em) {
      .blog-pics__big {
        max-width: 60vw;
        height: auto; } }
  .blog-pics__image {
    max-width: 100%; }
  .blog-pics__figcaption {
    padding: 1rem;
    color: #363538;
    font-weight: 400;
    background-color: #ffffff;
    border-radius: 0.5rem; }
  .blog-pics__untarget {
    position: fixed;
    top: 0; }
  .blog-pics__close {
    top: .7em;
    right: 1em;
    opacity: 1;
    font-weight: 400;
    font-size: 4rem; }
    .blog-pics__close:hover, .blog-pics__close:focus {
      opacity: 0.2; }
    @media only screen and (max-width: 37.5em) {
      .blog-pics__close {
        top: 0.5em;
        font-size: 3rem; } }
  .blog-pics__control {
    position: absolute; }
    .blog-pics__control, .blog-pics__control:visited {
      color: #ffffff; }

.contact-container {
  display: grid;
  grid-template-rows: 4rem min-content;
  grid-template-columns: [center-start] repeat(8, [col-start] minmax(min-content, 1fr) [col-end]) [center-end]; }

.contact {
  grid-column: center-start / center-end;
  display: grid;
  justify-content: start;
  background-image: linear-gradient(to right, rgba(176, 132, 1, 0.2), rgba(141, 140, 138, 0.05));
  padding: 5rem 4rem 4rem 4rem;
  margin-top: 2rem; }
  @media only screen and (max-width: 26.6em) {
    .contact {
      padding: 4.2rem 1rem 1rem 1rem;
      margin-top: 2.2rem; } }
  .contact__text {
    font-size: 1.5rem; }
  .contact__forms {
    font-size: 1.5rem;
    display: grid;
    justify-items: center;
    margin-bottom: 1.5rem;
    margin-top: 2rem; }
  .contact__row {
    display: grid;
    grid-row-gap: 2rem;
    grid-column-gap: 1rem;
    grid-template-columns: 10rem minmax(25rem, 1fr);
    grid-auto-flow: row dense; }
    @media only screen and (max-width: 26.6em) {
      .contact__row {
        grid-template-columns: 7rem minmax(25rem, 1fr); } }
    .contact__row--name {
      grid-row: 1 / 2;
      margin-top: 1rem; }
    .contact__row--email {
      grid-row: 2 / 3; }
    .contact__row--subject {
      grid-row: 3 / 4; }
    .contact__row--message {
      grid-row: 4 / 5; }
    .contact__row--submit {
      grid-row: 5 / 6; }
  .contact__label {
    grid-column: 1 / 2;
    display: grid;
    justify-content: end;
    align-content: center; }
    .contact__label--message {
      align-content: start; }
  .contact input,
  .contact textarea {
    border: none;
    font-size: 1.3rem;
    padding: 0.7rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3);
    border-bottom: 3px solid transparent;
    transition: all 0.3s;
    font-family: "Montserrat", sans-serif;
    border-radius: 0.5rem;
    width: 100%; }
    .contact input:focus,
    .contact textarea:focus {
      outline: none;
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
      border-bottom: 3px solid #408697; }
    .contact input:focus:invalid,
    .contact textarea:focus:invalid {
      border-bottom: 3px solid #B08401; }
  .contact__field {
    grid-column: 2 / 3;
    display: block;
    border-radius: 0.5rem;
    display: grid;
    align-content: center;
    justify-content: start; }
    .contact__field--message {
      align-content: start; }

.submit {
  cursor: pointer;
  transition: all 0.3s; }
  .submit:active, .submit:hover {
    outline: none;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3);
    border-bottom: 3px solid #B08401;
    color: #B08401;
    font-weight: 400; }

.home-container {
  display: grid;
  grid-template-rows: 4rem 90vh min-content;
  grid-template-columns: [center-start] repeat(8, [col-start] minmax(min-content, 1fr) [col-end]) [center-end]; }

.logo {
  float: left;
  margin: 0.12rem 0 0 1rem;
  z-index: 50; }
  .logo__size {
    height: 12.1rem;
    width: 12.1rem; }
  @media only screen and (max-width: 26.6em) {
    .logo {
      margin: 0.58rem 0 0 0.7rem; }
      .logo__size {
        height: 11.1rem;
        width: 11.1rem; } }

.home-about {
  margin-top: 8rem;
  grid-column: center-start / center-end;
  margin-bottom: 6rem; }
  @media only screen and (max-width: 65em) {
    .home-about {
      margin-top: 4.5rem;
      margin-bottom: 3rem; } }

.about {
  display: grid;
  grid-template-columns: minmax(min-content, 1fr) minmax(25rem, 1fr);
  grid-row-gap: 4rem;
  grid-column-gap: 4rem;
  grid-auto-flow: row dense; }
  @media only screen and (max-width: 90.6em) {
    .about {
      grid-template-columns: minmax(min-content, 1fr); } }
  .about__text {
    padding: 4rem;
    background-color: rgba(210, 211, 211, 0.2);
    color: #363538;
    font-size: 1.4rem;
    line-height: 2rem; }
  .about__title {
    margin-bottom: 2rem;
    font-weight: 200;
    color: #408697; }
  .about__links {
    display: grid;
    grid-row-gap: 4rem;
    grid-column-gap: 4rem;
    grid-template-rows: repeat(4, minmax(15rem, 1fr)) 5rem;
    grid-template-columns: repeat(2, minmax(15rem, 1fr));
    overflow: hidden; }
  .about__link {
    display: grid;
    overflow: hidden; }
    .about__link--icon {
      width: auto;
      height: 100%;
      z-index: 1;
      object-fit: cover;
      opacity: 0.8;
      transform: scale(1.15);
      transition: all 5s;
      text-align: center;
      background-color: #000000; }
      .about__link--icon:hover, .about__link--icon:active, .about__link--icon:focus {
        transform: scale(1.7);
        overflow: hidden;
        opacity: 1; }
      @media only screen and (max-width: 90.6em) {
        .about__link--icon {
          object-fit: cover;
          transform: scale(1);
          width: 100%; } }
    .about__link--icon1 {
      grid-row: 1 / 3;
      grid-column: 1 / 2; }
      @media only screen and (max-width: 37.5em) {
        .about__link--icon1 {
          grid-column: 1 / 3;
          grid-row: 1 / 2; } }
    .about__link--icon2 {
      grid-row: 1 / 3;
      grid-column: 2 / 3; }
      @media only screen and (max-width: 37.5em) {
        .about__link--icon2 {
          grid-column: 1 / 3;
          grid-row: 2 / 3; } }
    .about__link--icon3 {
      grid-row: 3 / 5;
      grid-column: 1 / 2; }
      @media only screen and (max-width: 37.5em) {
        .about__link--icon3 {
          grid-column: 1 / 3;
          grid-row: 3 / 4; } }
    .about__link--icon4 {
      grid-row: 3 / 5;
      grid-column: 2 / 3; }
      @media only screen and (max-width: 37.5em) {
        .about__link--icon4 {
          grid-column: 1 / 3;
          grid-row: 4 / 5; } }
    .about__link--icon5 {
      grid-row: 5 / 6;
      grid-column: 1 / 3;
      height: min-content;
      justify-content: center; }
      @media only screen and (max-width: 37.5em) {
        .about__link--icon5 {
          grid-column: 1 / 3;
          grid-row: 5 / 6; } }
    .about__link--text, .about__link--instagram {
      text-decoration: none;
      padding: 1.25rem;
      align-self: end; }
    .about__link--text {
      z-index: 2;
      color: #ffffff;
      background-color: rgba(222, 210, 168, 0.7);
      transform: translateY(-150%); }
  .about__insta {
    display: flex;
    align-content: flex-start;
    align-items: center; }
  .about__instagram {
    text-decoration: none;
    font-size: 3rem;
    color: #363538;
    font-weight: 400;
    justify-content: center;
    font-family: "Shadows Into Light", cursive;
    transition: all 0.2s; }
    .about__instagram:hover, .about__instagram:active, .about__instagram:focus {
      color: #B08401; }
    @media only screen and (max-width: 26.6em) {
      .about__instagram {
        font-size: 2.1rem; } }
  .about__svg {
    height: 3.5rem;
    width: 3.5rem;
    fill: #408697;
    margin-right: 1rem; }
    @media only screen and (max-width: 26.6em) {
      .about__svg {
        height: 2.7rem;
        width: 2.7rem; } }
    .about__svg--arrowl {
      margin-left: .5rem;
      margin-right: 0rem; }
    .about__svg--arrowr {
      margin-right: .5rem; }
    .about__svg:hover, .about__svg:active, .about__svg:focus {
      fill: #B08401; }

.photos-container {
  display: grid;
  grid-template-rows: 4rem calc(100vh - 4rem) min-content 7rem;
  grid-template-columns: [center-start] repeat(12, [col-start] minmax(min-content, 1fr) [col-end]) [center-end];
  font-size: 1.5rem; }

.photos-container-sub {
  display: grid;
  grid-template-rows: 4rem min-content;
  grid-template-columns: [center-start] repeat(12, [col-start] minmax(min-content, 1fr) [col-end]) [center-end];
  font-size: 1.5rem; }

.photos-main {
  grid-column: center-start / center-end;
  margin-top: 4rem;
  margin-bottom: 4rem;
  background-image: radial-gradient(#d2d3d3 5%, transparent 15%), radial-gradient(#d2d3d3 5%, transparent 15%);
  background-size: 5rem 5rem;
  background-position: 0 0, 2.5rem 2.5rem;
  display: grid;
  justify-content: center; }
  .photos-main__content {
    margin: 4rem 2rem;
    padding: 2rem;
    background-color: rgba(212, 158, 141, 0.2);
    border-radius: 0.5rem; }
    .photos-main__content h1 {
      padding: 1rem;
      font-weight: 700;
      line-height: 6rem;
      font-size: 3.5rem;
      text-align: center; }
      @media only screen and (max-width: 37.5em) {
        .photos-main__content h1 {
          line-height: 5rem;
          font-size: 2.5rem; } }
  .photos-main__text {
    padding: 2rem 0; }
  .photos-main__p {
    padding: 1rem;
    font-weight: 400;
    line-height: 4rem;
    font-size: 3rem; }
    @media only screen and (max-width: 37.5em) {
      .photos-main__p {
        line-height: 3.1rem;
        font-size: 1.9rem; } }

.photos-links {
  border-top: 0.2rem dotted #B08401;
  border-bottom: 0.2rem dotted #B08401;
  display: grid;
  justify-content: center;
  align-content: center; }
  .photos-links--1 {
    grid-column: center-start / center-end; }
  .photos-links--2 {
    grid-row: 2 / 3; }
  .photos-links__row {
    margin-top: 1rem; }
  .photos-links__list {
    list-style: none; }
  .photos-links__item {
    text-decoration: none;
    display: inline-block; }
    .photos-links__item:not(:last-child) {
      margin-right: 3rem; }
    .photos-links__item a {
      color: #363538;
      transition: all 0.3s;
      font-size: 1.8rem; }
      @media only screen and (max-width: 37.5em) {
        .photos-links__item a {
          font-size: 1.4rem; } }
      .photos-links__item a:hover {
        color: #B08401; }

.album-content {
  grid-column: center-start / center-end;
  grid-row: 2 / 3;
  background-image: linear-gradient(to right, rgba(64, 134, 151, 0.2), rgba(141, 140, 138, 0.05));
  padding: 3rem 4rem 4rem 4rem;
  margin-top: 2rem;
  display: grid;
  grid-template-rows: 9rem 9rem min-content;
  grid-template-columns: 1fr;
  grid-gap: 3.5rem; }
  @media only screen and (max-width: 37.5em) {
    .album-content {
      padding: 2rem 2.5rem 2.5rem 2.5rem; } }

.album-header__content {
  margin-top: 4rem;
  grid-row: 1 / 2; }

.album-header h1 {
  font-size: 2.7rem; }
  @media only screen and (max-width: 26.6em) {
    .album-header h1 {
      font-size: 2.3rem; } }

.albums {
  grid-row: 3 / 4;
  display: grid;
  grid-template-rows: min-content 7rem;
  grid-row-gap: 3.5rem; }
  .albums__top {
    border-top: 0.1rem dotted #B08401;
    border-bottom: 0.1rem dotted #B08401;
    display: grid;
    justify-content: center;
    align-content: center; }
    .albums__top--1 {
      grid-row: 2 / 3; }
    .albums__top--3 {
      grid-row: 2 / 3; }
    .albums__top--4 {
      grid-row: 2 / 3; }
    .albums__top--5 {
      grid-row: 2 / 3; }
  .albums__navi {
    text-decoration: none;
    list-style: none;
    margin: 2rem 0; }
    .albums__navi li {
      display: inline-block; }
      .albums__navi li:not(:last-child) {
        margin-right: 3rem; }
      .albums__navi li a {
        color: #363538;
        transition: all 0.3s;
        font-size: 1.8rem; }
        @media only screen and (max-width: 37.5em) {
          .albums__navi li a {
            font-size: 1.4rem;
            line-height: 2.7rem; } }
        .albums__navi li a:hover {
          color: #B08401; }

.album {
  display: grid; }
  .album--1 {
    grid-template-rows: 1fr;
    grid-template-columns: 7rem repeat(3, calc(27vw - 7.5rem));
    grid-gap: 3.5rem; }
    @media only screen and (max-width: 26.6em) {
      .album--1 {
        grid-template-columns: 5rem repeat(3, calc(27vw - 5rem));
        grid-gap: 2rem; } }
  .album--2 {
    grid-template-rows: repeat(auto-fit, minmax(15vh, 1fr));
    grid-template-columns: 7rem minmax(20rem, 1fr);
    grid-gap: 3.5rem;
    margin-right: 4rem; }
    @media only screen and (max-width: 26.6em) {
      .album--2 {
        grid-template-columns: 5rem 1fr;
        grid-gap: 2rem;
        margin-right: 2rem; } }
  .album--3 {
    grid-template-rows: 1fr;
    grid-template-columns: 7rem repeat(2, calc(40vw - 7.5rem));
    grid-gap: 3.5rem;
    margin-right: 3rem; }
    @media only screen and (max-width: 26.6em) {
      .album--3 {
        grid-template-columns: 5rem 1fr;
        grid-gap: 2rem;
        margin-right: 2rem; } }
  .album--4 {
    grid-template-rows: repeat(auto-fit, minmax(15vh, 1fr));
    grid-template-columns: 7rem minmax(20rem, 1fr);
    grid-gap: 3.5rem;
    margin-right: 3rem;
    padding-right: 2rem; }
    @media only screen and (max-width: 26.6em) {
      .album--4 {
        grid-template-columns: 5rem 1fr;
        grid-gap: 2rem;
        margin-right: 2rem; } }
  .album--5 {
    grid-template-rows: repeat(auto-fit, minmax(15vh, 1fr));
    grid-template-columns: 7rem minmax(20rem, 1fr);
    grid-gap: 3.5rem;
    margin-right: 3rem;
    padding-right: 2rem; }
    @media only screen and (max-width: 26.6em) {
      .album--5 {
        grid-template-columns: 5rem 1fr;
        grid-gap: 2rem; } }
  .album__category {
    grid-column: 1 / 2;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #408697;
    color: #ffffff;
    text-align: center;
    width: 100%;
    padding: 2rem;
    display: grid;
    justify-self: center; }
    .album__category--1 {
      grid-row: 1 / 10; }
    @media only screen and (max-width: 26.6em) {
      .album__category--3 {
        grid-row: 1 / 3; } }
    .album__category--4 {
      grid-row: 1 / 3; }
    .album__category--5 {
      grid-row: 1 / 3; }
  .album__text {
    display: flex;
    font-weight: 700;
    align-items: center;
    text-align: center;
    font-size: 1.2rem; }
  .album__titles {
    text-align: justify;
    margin-bottom: 1rem;
    font-weight: 700;
    text-transform: lowercase;
    font-size: 1.8rem; }
    .album__titles--1 {
      text-align: left; }
  .album__subtitles {
    text-align: justify;
    margin-bottom: 1rem;
    font-weight: 700;
    text-transform: lowercase;
    padding-left: 1.5rem; }
    .album__subtitles--1 {
      text-align: left; }
  .album__thumbnail {
    display: grid;
    overflow: hidden;
    margin-right: 3.5rem;
    grid-auto-rows: 1fr; }
    @media only screen and (max-width: 46.9em) {
      .album__thumbnail {
        margin-right: 3rem; } }
    @media only screen and (max-width: 37.5em) {
      .album__thumbnail {
        margin-right: 2rem; } }
    .album__thumbnail--1 {
      grid-template-columns: repeat(5, 5rem);
      grid-template-rows: repeat(auto-fit, 5rem);
      overflow: hidden;
      grid-gap: 1rem;
      margin-right: 4rem; }
      @media only screen and (max-width: 46.9em) {
        .album__thumbnail--1 {
          grid-template-columns: repeat(4, 3rem);
          grid-template-rows: repeat(auto-fit, 3rem);
          margin-right: 3rem;
          grid-gap: 0.5rem; } }
      @media only screen and (max-width: 37.5em) {
        .album__thumbnail--1 {
          grid-template-columns: repeat(3, 3rem);
          grid-gap: 0.25rem;
          padding: 0; } }
    .album__thumbnail--2 {
      display: grid;
      grid-template-columns: repeat(auto-fit, 5rem);
      grid-template-rows: repeat(auto-fit, 5rem);
      overflow: hidden;
      grid-gap: 1rem;
      padding-right: 2rem; }
      .album__thumbnail--2:not(:last-child) {
        margin-bottom: 2rem; }
      @media only screen and (max-width: 46.9em) {
        .album__thumbnail--2 {
          grid-template-columns: repeat(auto-fit, 3rem);
          grid-template-rows: repeat(auto-fit, 3rem);
          grid-gap: 0.5rem; } }
      @media only screen and (max-width: 37.5em) {
        .album__thumbnail--2 {
          grid-gap: 0.25rem;
          padding: 0; } }
    .album__thumbnail--3 {
      display: grid;
      grid-template-columns: repeat(5, 5rem);
      grid-template-rows: repeat(auto-fit, 5rem);
      grid-auto-rows: 1fr;
      overflow: hidden;
      grid-gap: 1rem;
      padding-right: 2rem; }
      .album__thumbnail--3:not(:last-child) {
        margin-bottom: 2rem; }
      @media only screen and (max-width: 46.9em) {
        .album__thumbnail--3 {
          grid-template-columns: repeat(3, 3rem);
          grid-template-rows: repeat(auto-fit, 3rem);
          margin-right: 2rem;
          grid-gap: 0.5rem; } }
      @media only screen and (max-width: 37.5em) {
        .album__thumbnail--3 {
          grid-gap: 0.25rem;
          padding: 0; } }
  .album__image {
    overflow: hidden; }
    .album__image img {
      object-fit: cover;
      height: 150%;
      overflow: hidden; }

.portfolio-container {
  display: grid;
  grid-template-rows: 100vh 80vh repeat(4, min-content);
  grid-template-columns: [center-start] repeat(8, [col-start] minmax(min-content, 1fr) [col-end]) [center-end];
  justify-content: center;
  box-shadow: 0 0.2rem 2rem rgba(54, 53, 56, 0.9);
  align-content: center;
  margin: auto;
  background-color: #d2d3d3; }
  .portfolio-container__logo {
    grid-column: 1 / 3; }
  @media only screen and (max-width: 65em) {
    .portfolio-container {
      grid-template-rows: 100vh 65vh repeat(4, min-content); } }
  @media only screen and (max-width: 37.5em) {
    .portfolio-container {
      grid-template-rows: 100vh 80vh repeat(4, min-content); } }

.portfolio {
  display: grid;
  grid-column: col-start 1 / col-start 9;
  grid-template-rows: min-content; }
  .portfolio__main {
    color: #ffffff;
    border-radius: .5rem;
    background-color: #ffffff;
    text-align: center;
    align-self: center;
    display: grid;
    grid-template-rows: min-content; }

.portfolio-intro {
  display: grid;
  grid-column: col-start 1 / col-start 9;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: min-content 3rem;
  height: 75vh;
  background-color: #ffffff;
  padding-top: 3rem;
  padding-bottom: 4rem;
  align-content: center; }
  @media only screen and (max-width: 65em) {
    .portfolio-intro {
      height: 55vh; } }
  @media only screen and (max-width: 37.5em) {
    .portfolio-intro {
      grid-template-columns: minmax(10rem, 1fr);
      grid-template-rows: min-content min-content 3rem;
      height: 75vh; } }
  .portfolio-intro__selfie {
    background-image: linear-gradient(to bottom, rgba(54, 53, 56, 0.9), rgba(54, 53, 56, 0.5)), url(../img/portfolio2.jpg);
    grid-column: 1 / 4;
    justify-self: right;
    background-position: bottom;
    background-image: no-repeat;
    overflow: hidden;
    background-size: cover;
    background-color: #ffffff;
    width: 44rem;
    height: 44rem;
    border-radius: 50%;
    overflow: hidden;
    object-fit: scale-down;
    margin: 0 0.5rem 0 2rem;
    padding-bottom: 4rem; }
    @media only screen and (max-width: 90.6em) {
      .portfolio-intro__selfie {
        justify-self: center; } }
    @media only screen and (max-width: 65em) {
      .portfolio-intro__selfie {
        width: 38rem;
        height: 38rem; } }
    @media only screen and (max-width: 54em) {
      .portfolio-intro__selfie {
        width: 29rem;
        height: 29rem;
        margin: 0 0.5rem 0 0.5rem; } }
    @media only screen and (max-width: 41em) {
      .portfolio-intro__selfie {
        width: 19.5rem;
        height: 19.5rem; } }
    @media only screen and (max-width: 37.5em) {
      .portfolio-intro__selfie {
        margin: 2rem 0.5rem 1rem 2rem;
        grid-column: 1 / 2;
        grid-row: 1 / 2; } }
  .portfolio-intro__empty {
    grid-column: 1 / 8;
    grid-row: 2 / 3;
    height: 3rem;
    background-color: #ffffff; }
    @media only screen and (max-width: 37.5em) {
      .portfolio-intro__empty {
        grid-column: 1 / 2;
        grid-row: 3 / 4; } }
  .portfolio-intro__text {
    padding: 2rem 1.5rem 2rem 1.5rem;
    grid-column: 4 / 8;
    grid-row: 1 / 2;
    align-content: center;
    background-color: #ffffff;
    width: 75%;
    display: grid;
    grid-template-rows: repeat(4, min-content);
    grid-template-columns: minmax(5rem, 13rem) minmax(15rem, 35rem);
    grid-gap: 1rem; }
    @media only screen and (max-width: 46.9em) {
      .portfolio-intro__text {
        width: 100%; } }
    @media only screen and (max-width: 37.5em) {
      .portfolio-intro__text {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
        justify-content: center;
        grid-template-columns: repeat(2, minmax(15rem, 20rem)); } }
    .portfolio-intro__text--subject {
      align-self: center;
      font-size: 1.8rem;
      text-transform: uppercase;
      color: #408697; }
      @media only screen and (max-width: 37.5em) {
        .portfolio-intro__text--subject {
          text-align: right; } }
    .portfolio-intro__text--summary {
      grid-column: 1 / 3;
      margin-top: 2rem;
      margin-right: 1.2rem;
      line-height: 2rem;
      font-size: 1.3rem; }
      @media only screen and (max-width: 37.5em) {
        .portfolio-intro__text--summary {
          text-align: center; } }
    .portfolio-intro__text--detail {
      align-self: center;
      text-align: justify;
      line-height: 2rem;
      font-size: 1.3rem;
      margin-right: 1.2rem; }
      .portfolio-intro__text--detail a {
        margin-right: 1.5rem;
        color: #363538;
        padding-bottom: 0.5rem; }
        .portfolio-intro__text--detail a:hover, .portfolio-intro__text--detail a:active {
          color: #B08401;
          border-bottom: solid 0.2rem #B08401; }

.portfolio-exp {
  display: grid;
  grid-column: col-start 1 / col-start 9;
  background-color: #d2d3d3;
  padding-top: 2rem;
  border-top: dotted 2rem #ffffff;
  margin-top: 2rem;
  grid-template-rows: repeat(4, min-content);
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  margin-left: 2rem;
  margin-right: 2rem; }
  @media only screen and (max-width: 90.6em) {
    .portfolio-exp {
      grid-template-columns: 2fr 1fr; } }
  @media only screen and (max-width: 36.25em) {
    .portfolio-exp {
      grid-template-rows: repeat(5, min-content);
      grid-template-columns: 1fr; } }
  .portfolio-exp__title {
    text-align: center;
    font-size: 2.6rem;
    text-transform: uppercase;
    color: #408697;
    font-family: "Montserrat", sans-serif;
    padding-bottom: 1rem;
    grid-column: 1 / 3;
    grid-row: 1 / 2; }
    @media only screen and (max-width: 36.25em) {
      .portfolio-exp__title {
        grid-column: 1 / 2; } }
  .portfolio-exp__experience {
    grid-column: 1 / 2;
    grid-row: 2 / 5;
    border-right: solid 0.1rem #8D8C8A;
    padding: 1rem 1.75rem 0rem 0.5rem;
    margin-bottom: 1rem;
    max-width: 75rem;
    justify-self: right;
    display: grid;
    grid-template-rows: min-content; }
    @media only screen and (max-width: 36.25em) {
      .portfolio-exp__experience {
        grid-row: 2 / 3; } }
  .portfolio-exp__subtitle {
    text-align: right;
    font-size: 2.2rem;
    text-transform: uppercase;
    color: #408697;
    font-family: "Montserrat", sans-serif;
    padding-bottom: 0.5rem; }
  .portfolio-exp__subtitle2 {
    text-align: left;
    font-size: 2.2rem;
    text-transform: uppercase;
    color: #408697;
    font-family: "Montserrat", sans-serif;
    padding-bottom: 0.5rem; }
  .portfolio-exp__job {
    margin: 1rem 0 1rem 1rem; }
  .portfolio-exp__jobtitle {
    font-size: 1.3rem;
    margin-bottom: 0.3rem;
    text-transform: uppercase;
    margin-right: 1rem;
    color: #B08401;
    margin-left: 1rem; }
  .portfolio-exp__jobdate {
    font-size: 1.1rem;
    margin-bottom: 0.2rem;
    text-transform: uppercase;
    margin-right: 1rem;
    text-align: right; }
  .portfolio-exp__joblocation {
    font-size: 1.6rem;
    margin-bottom: 0.3rem;
    text-transform: uppercase;
    text-align: right; }
  .portfolio-exp__jobdescription {
    text-align: justify;
    line-height: 1.8rem;
    font-size: 1.1rem;
    margin-right: 1rem;
    margin-bottom: 1.2rem;
    margin-left: 1rem; }
  .portfolio-exp__education {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    padding: 1rem 0.5rem 1rem 1.75rem;
    max-width: 50rem;
    justify-self: left;
    display: grid;
    grid-template-rows: min-content; }
    @media only screen and (max-width: 36.25em) {
      .portfolio-exp__education {
        grid-column: 1 / 2;
        grid-row: 3 / 4; } }
  .portfolio-exp__edu {
    margin-bottom: 1rem;
    margin-left: 1rem; }
  .portfolio-exp__eduyear {
    font-size: 1.1rem;
    line-height: 1.6rem; }
  .portfolio-exp__edudegree {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    margin-top: 1rem;
    color: #B08401; }
  .portfolio-exp__eduschool {
    font-size: 1.1rem;
    line-height: 1.6rem; }
  .portfolio-exp__edulocation {
    font-size: 1.1rem;
    line-height: 1.6rem; }
  .portfolio-exp__skills {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
    padding: 1rem 0.5rem 1rem 1.75rem;
    max-width: 50rem;
    justify-self: left;
    display: grid;
    grid-template-rows: min-content; }
    @media only screen and (max-width: 36.25em) {
      .portfolio-exp__skills {
        grid-column: 1 / 2;
        grid-row: 4 / 5; } }
  .portfolio-exp__skill {
    margin-left: 1rem;
    margin-bottom: 1rem; }
  .portfolio-exp__skilltype {
    text-transform: uppercase;
    font-size: 1.6rem; }
  .portfolio-exp__skilllist {
    list-style: none;
    margin-left: 1rem; }
    .portfolio-exp__skilllist li {
      font-size: 1.25rem;
      line-height: 1.8rem; }
      .portfolio-exp__skilllist li span {
        color: #ffffff;
        background-color: #B08401;
        border-radius: 0.3rem;
        padding: 0.25rem 0.3rem 0.35rem 0.3rem;
        text-transform: uppercase;
        font-size: 0.9rem; }
  .portfolio-exp__language {
    grid-column: 2 / 3;
    grid-row: 4 / 5;
    padding: 1rem 0.5rem 1rem 1.75rem;
    max-width: 50rem;
    justify-self: left;
    display: grid;
    grid-template-rows: min-content; }
    @media only screen and (max-width: 36.25em) {
      .portfolio-exp__language {
        grid-column: 1 / 2;
        grid-row: 5 / 6; } }
  .portfolio-exp__lang {
    display: grid;
    grid-template-columns: 1fr 2.5fr;
    grid-gap: 0.5rem;
    margin-left: 1rem;
    margin-top: 0.5rem; }
  .portfolio-exp__langtype {
    text-align: right;
    text-transform: uppercase;
    font-size: 1.1rem; }
  .portfolio-exp__langlevel {
    font-size: 1.1rem; }

.portfolio-proj {
  display: grid;
  grid-column: col-start 1 / col-start 9;
  margin-top: 2rem;
  background-color: #ffffff;
  grid-template-rows: repeat(2, min-content);
  grid-template-columns: 2fr 1fr; }
  .portfolio-proj__title {
    text-align: center;
    font-size: 2.6rem;
    text-transform: uppercase;
    color: #408697;
    font-family: "Montserrat", sans-serif;
    padding-bottom: 1rem;
    margin-top: 2rem;
    grid-column: 1 / 3;
    grid-row: 1 / 2; }
  .portfolio-proj__main {
    text-align: center;
    font-size: 1.6rem;
    text-transform: uppercase;
    padding-bottom: 1rem;
    grid-column: 1 / 3;
    grid-row: 2 / 3; }

.recipe-container {
  display: grid;
  grid-template-rows: 4rem min-content;
  grid-template-columns: [center-start] repeat(6, [col-start] minmax(min-content, 1fr) [col-end]) [center-end];
  font-size: 1.5rem; }

.recipe-content {
  grid-row: 2 / -1;
  grid-column: center-start / center-end;
  background-image: linear-gradient(to right, rgba(79, 79, 81, 0.2), rgba(141, 140, 138, 0.05));
  padding: 1rem 4rem 4rem 4rem;
  margin-top: 2.05rem;
  display: grid;
  grid-template-rows: 5rem 5rem min-content min-content;
  grid-template-columns: [sidebar-start] 13rem [sidebar-end recipe-start] calc(100% - 16rem) [recipe-end];
  grid-column-gap: 2.5rem;
  grid-row-gap: 4rem; }
  @media only screen and (max-width: 46.9em) {
    .recipe-content {
      grid-template-columns: [sidebar-start] 0rem [sidebar-end recipe-start] calc(100% - 0.2rem) [recipe-end]; } }
  @media only screen and (max-width: 37.5em) {
    .recipe-content {
      grid-template-rows: min-content min-content min-content min-content; } }
  @media only screen and (max-width: 26.6em) {
    .recipe-content {
      grid-gap: 1rem; } }

.recipe-category {
  grid-row: 2 / 3;
  grid-column: sidebar-start / recipe-end;
  display: grid;
  justify-content: center;
  margin: 2rem 0rem;
  text-align: center; }
  @media only screen and (max-width: 37.5em) {
    .recipe-category {
      margin: 4rem 0; } }
  @media only screen and (max-width: 26.6em) {
    .recipe-category {
      margin: 0; } }
  .recipe-category__list {
    list-style: none;
    margin: 1.5rem 0; }
  .recipe-category__item {
    display: inline-block;
    color: #363538;
    padding: 0.5rem; }
    .recipe-category__item:not(:last-child) {
      margin-right: 1rem; }
  .recipe-category__link {
    color: inherit;
    padding-bottom: 0.35rem;
    border-bottom: 0.1rem solid transparent; }
    .recipe-category__link:focus, .recipe-category__link:active, .recipe-category__link:hover {
      color: #408697;
      border-bottom: 0.1rem solid #408697; }

.recipe-introduction {
  grid-row: 3 / 4;
  grid-column: sidebar-start / recipe-end;
  line-height: 2rem; }

.recipe-body {
  grid-column: recipe-start / recipe-end;
  grid-row: 4 / -1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(35rem, 1fr));
  grid-template-rows: min-content;
  grid-gap: 2.5rem; }
  @media only screen and (max-width: 65em) {
    .recipe-body {
      grid-template-columns: repeat(auto-fit, minmax(40rem, 1fr)); } }
  @media only screen and (max-width: 37.5em) {
    .recipe-body {
      grid-column: sidebar-start / recipe-end;
      margin-top: 2rem; } }
  .recipe-body__container {
    max-width: 40rem;
    background-color: #ffffff;
    box-shadow: 0 0.5rem 0.5rem 0.8;
    border-radius: 0.5rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 4rem 13.5rem 2.5rem; }
    @media only screen and (max-width: 65em) {
      .recipe-body__container {
        max-width: 44rem; } }
    @media only screen and (max-width: 26.6em) {
      .recipe-body__container {
        max-width: 35rem; } }
    @media only screen and (max-width: 21.8em) {
      .recipe-body__container {
        max-width: 29rem; } }
  .recipe-body__title, .recipe-body__summary, .recipe-body__source {
    padding: 0.5rem 0.5rem 0.5rem 0.8rem;
    min-width: 15rem; }
  .recipe-body__title {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    text-transform: uppercase;
    font-size: 2rem; }
    .recipe-body__title a {
      color: #408697; }
      .recipe-body__title a:active, .recipe-body__title a:hover, .recipe-body__title a:focus {
        color: #B08401; }
  .recipe-body__summary {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    font-size: 1.1rem;
    line-height: 1.7rem;
    display: flex;
    align-self: center; }
    .recipe-body__summary p {
      margin-top: 1rem; }
  .recipe-body__source {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
    font-size: 1.1rem;
    display: flex;
    align-self: self-end; }
  .recipe-body__src {
    color: #408697;
    border-bottom: 0.1rem solid transparent;
    transition: all 0.3s; }
    .recipe-body__src:hover {
      color: #B08401;
      border-bottom: 0.1rem solid #B08401; }
  .recipe-body__image {
    grid-column: 2 / 3;
    grid-row: 1 / 4;
    width: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0 0.5rem 0.5rem 0; }
  .recipe-body__img {
    object-fit: cover;
    width: auto;
    height: 20rem;
    text-decoration: none;
    transform: scale(1);
    opacity: 0.5;
    overflow: hidden;
    transform: translatex(-1rem);
    transition: all 3s; }
    @media only screen and (max-width: 65em) {
      .recipe-body__img {
        width: auto;
        height: 24rem; } }
    @media only screen and (max-width: 26.6em) {
      .recipe-body__img {
        width: auto;
        height: 20rem;
        opacity: 1; }
        .recipe-body__img:hover, .recipe-body__img:active, .recipe-body__img:focus {
          transform: scale(1); } }
    @media only screen and (max-width: 21.8em) {
      .recipe-body__img {
        width: auto;
        height: 20rem; } }
    .recipe-body__img:hover, .recipe-body__img:active, .recipe-body__img:focus {
      transform: scale(1.5);
      overflow: hidden;
      opacity: 1; }
    .recipe-body__img--3 {
      width: 25rem;
      height: auto;
      object-position: -1.2rem -7rem; }
      @media only screen and (max-width: 65em) {
        .recipe-body__img--3 {
          object-position: -2rem -7rem; } }
    .recipe-body__img--1, .recipe-body__img--2, .recipe-body__img--4, .recipe-body__img--5 {
      object-position: -2.1rem 0; }
      @media only screen and (max-width: 65em) {
        .recipe-body__img--1, .recipe-body__img--2, .recipe-body__img--4, .recipe-body__img--5 {
          object-position: -4rem -2rem; } }
      @media only screen and (max-width: 26.6em) {
        .recipe-body__img--1, .recipe-body__img--2, .recipe-body__img--4, .recipe-body__img--5 {
          object-position: -4rem 0rem; } }

.recipe-sidebar {
  grid-column: sidebar-start / sidebar-end;
  grid-row: 4 / 5;
  width: 12rem;
  background-color: rgba(199, 171, 89, 0.3);
  border-radius: 0.5rem;
  padding: 0.6rem;
  z-index: 50; }
  @media only screen and (max-width: 46.9em) {
    .recipe-sidebar {
      visibility: hidden;
      height: 0px; } }
  .recipe-sidebar__h3 {
    border-bottom: 0.2rem dotted #B08401;
    padding-bottom: 0.2rem;
    text-decoration: none; }
  .recipe-sidebar__list {
    list-style: none;
    font-weight: 400;
    padding: 0.3rem 0;
    margin-bottom: 0.3rem; }
    .recipe-sidebar__list a {
      display: block; }
  .recipe-sidebar__categories {
    list-style: none; }
  .recipe-sidebar__category {
    width: 100%;
    text-transform: uppercase;
    align-content: center;
    text-align: left;
    margin-left: 0.1rem;
    margin-top: 0.8rem;
    border: none;
    text-decoration: none;
    background: none;
    cursor: pointer;
    outline: none;
    transition: all 0.3s;
    color: #363538;
    position: relative; }
    .recipe-sidebar__category a {
      color: #363538;
      position: relative; }
      .recipe-sidebar__category a:focus, .recipe-sidebar__category a:hover, .recipe-sidebar__category a:active {
        color: #408697; }
    .recipe-sidebar__category:focus, .recipe-sidebar__category:hover, .recipe-sidebar__category:active {
      color: #408697;
      fill: #408697; }
    .recipe-sidebar__category--arrowd {
      width: 2rem;
      height: 2rem;
      fill: #363538;
      float: right;
      padding-right: 0.5rem;
      margin-top: -0.3rem;
      transition: all 0.3s; }
  .recipe-sidebar__container {
    padding-left: 0.3rem; }
  .recipe-sidebar__links {
    font-weight: 300;
    color: #363538;
    text-transform: lowercase;
    transition: all 0.3s;
    padding-bottom: 0.5rem;
    font-size: 1.15rem; }
    .recipe-sidebar__links:active, .recipe-sidebar__links:hover {
      color: #408697;
      font-weight: 700; }

.recipe-sidebar__categories li:hover ul {
  visibility: visible;
  opacity: 1;
  height: auto; }

.recipe-sidebar__categories li ul {
  opacity: 0;
  height: 0px;
  list-style: none;
  transition: all 0.3s; }

/*
position: fixed;
    top: 32.9rem;
    */
