/* zalando-sans-semiexpanded-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Zalando Sans SemiExpanded';
  font-style: normal;
  font-weight: 400;
  src: url('zalando.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* syne-mono-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Syne Mono';
  font-style: normal;
  font-weight: 400;
  src: url('syne-mono-v16-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ballet-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Ballet';
  font-style: normal;
  font-weight: 400;
  src: url('ballet-v30-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body{
  background-color: #ECEBE7;
  font-family: 'Syne Mono';
  font-style: normal;
  font-weight: 400;

}

.about_body {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}


.menu_bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ECEBE7;
    border: solid #030702;
    border-radius: 9px;
    position: relative;
    overflow: visible;
    height: 52px;
    min-height: 52px;
    line-height: normal;
    box-sizing: border-box;
}

.logo img{
    height: 69px;
    padding-top: 12px;
    margin-left: 5px;
}

.menu_links {
    position: relative;
}

.menu_links ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    list-style: none;
}

.menu_links li {
    font-family: 'Zalando Sans SemiExpanded';
    font-weight: 600;
    font-size: larger;
    display: flex;
    align-items: center;
}

 /* menu link a's */
.home_nav {
    display: block;
    color: #030702;
    text-align: center;
    padding: 14px 24px;
    text-decoration: none;
}

.home_nav:hover {
    background-color: #030702;
    color: #EFE9E6;
    transition-duration: 0.5s;
}

.portfolio_nav {
    display: block;
    color: #030702;
    text-align: center;
    padding: 14px 24px;
    text-decoration: none;
}

.portfolio_nav:hover {
    background-color: #030702;
    color: #EFE9E6;
    transition-duration: 0.5s;
}


.me_nav {
    display: block;
    color: #EFE9E6;
    text-align: center;
    padding: 14px 24px;
    text-decoration: none;
    background-color: #030702;
}

/* hamburger menu */
.hamburger {
  display: none;
  font-size: 1.8rem;
  background: none;
  border: none;
  color: #030702;
  padding: 14px 12px;
  margin: 0;
  cursor: pointer;
  align-self: center;
}

@media (max-width: 768px) {
  .hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 12px;
  }

  .menu_links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #ECEBE7;
    border-left: 1px solid #030702;
    border-right: 1px solid #030702;
    border-bottom: 1px solid #030702;
    border-top: none;
    border-radius: 0 0 9px 9px;
    height: 0;
    max-height: none;
    overflow: hidden;
    transition: height 0.3s ease;
    width: 100%;
    box-sizing: content-box;
    z-index: 20;
  }

  .menu_links.active {
    height: 162px;
  }

  .menu_links ul {
    flex-direction: column;
    padding: 0;
    margin: 0;
  }

  .menu_links li {
    margin: 0;
    width: 100%;
  }

  .menu_links a {
    display: block;
    padding: 14px 24px;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
  }
}

.me02{
  width: 40%;
  margin-right: 10%;
  margin-top: 11px;
  float: right;
  max-height: 60%;
}

.icon {
  cursor: grab;
  user-select: none;
  z-index: 10;
  width: 14%;
  will-change: transform;
  position: relative;
  object-position: center;
  object-fit: contain;
}

.icon-bg {
  width: 100%;
  height: 100%;
}

.icon.dragging {
  cursor: grabbing;
  opacity: 0.9;
}


.about-me p{
  font-family: 'Zalando Sans SemiExpanded';
  font-style: normal;
  font-weight: 400;
  padding-top: 0;
  width: 60%;
  margin-left: auto;
  margin-top: 10%;
  max-width: 600px;
}

@media (max-width: 480px) {
  .me02 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .about-me p{
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    padding-top: 5%;
  }
}

.blog_link {
  max-width: 30%;
  margin-left: 0;
}

.icon-content {
  margin-left: 10%;
  margin-top: 0;
}

footer {
  font-family: 'Zalando Sans SemiExpanded';
  font-style: normal;
  font-weight: 600;
  margin-left: 10%;
  margin-bottom: 72px;
  padding-top: 111px;
}
