:root {
  --white: white;
  --black: black;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: 20px;
  margin-right: 15px;
  padding-top: 100px;
  display: block;
}

.styleguide-content-wrap {
  text-align: center;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-jumbo {
  color: #fff;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 54px;
  font-weight: 300;
  line-height: 60px;
  overflow: visible;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: .7;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-speaking-label {
  margin-top: 20px;
  margin-bottom: 10px;
}

.label.cc-about-light {
  opacity: .6;
}

.paragraph-light {
  opacity: .8;
  color: #e3e8ff;
  -webkit-text-stroke-color: #fff;
}

.paragraph-light.cc-position-name {
  margin-bottom: 5px;
}

.section {
  background-image: url('../images/steam1.png');
  background-position: 50%;
  background-size: cover;
  margin-left: 0;
  margin-right: 0;
}

.section.cc-contact {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section.header {
  z-index: 1;
  background-color: #eee0;
  background-image: url('../images/moon.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 100vh;
  position: static;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.navigation-item {
  opacity: .6;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
  color: #4bc0ff;
}

.navigation-item:active {
  opacity: .8;
  color: #fff;
}

.navigation-item.w--current {
  opacity: 1;
  color: #fff;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #4bc0ff;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #fff;
}

.navigation-items {
  text-align: left;
  flex-wrap: nowrap;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-right: 60px;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.navigation {
  background-color: #fff0;
  align-items: center;
  padding: 0;
  display: flex;
  position: fixed;
}

.logo-image {
  display: block;
}

.navigation-wrap {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.intro-wrap {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 40px;
}

.name-text {
  aspect-ratio: auto;
  color: #98a4d8;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.position-name-text {
  text-transform: none;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.work-description {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.work-experience-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . ."
  / 1fr 1fr 1fr 1fr;
  margin-bottom: 140px;
}

.works-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . ."
                 ". . ."
                 / 1.5fr 1fr 1.5fr;
  margin-bottom: 80px;
}

.carrer-headline-wrap {
  width: 70%;
  margin-bottom: 50px;
}

.work-image {
  text-align: center;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 460px;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.work-image:hover {
  opacity: .8;
}

.work-image:active {
  opacity: .7;
}

.work-image.cc-work-1 {
  background-image: url('../images/portfolio-1---wide.svg');
  background-size: cover;
}

.work-image.cc-work-2 {
  background-image: url('../images/portfolio-2---wide.svg');
  background-size: cover;
}

.work-image.cc-work-4 {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.work-image.cc-work-3 {
  background-image: url('../images/portfolio-4---wide.svg');
  background-size: cover;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact {
  padding-top: 80px;
  padding-bottom: 90px;
}

.contact-headline {
  width: 70%;
  margin-bottom: 40px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

.contact-form-wrap {
  width: 70%;
}

.footer-wrap {
  justify-content: space-between;
  align-items: center;
  padding: 40px 50px;
  display: flex;
}

.muk-link {
  opacity: .5;
  text-transform: uppercase;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.muk-link:hover {
  opacity: 1;
}

.muk-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.footer-links {
  align-items: center;
  margin-right: -20px;
  display: none;
}

.footer-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.footer-item:hover {
  opacity: .9;
}

.footer-item:active {
  opacity: .8;
}

.about-intro-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 140px;
}

.hi-there-heading {
  margin-top: 10px;
  margin-bottom: 20px;
}

.service-name-text {
  opacity: .6;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
}

.skillset-wrap {
  padding-right: 60px;
}

.reference-link {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}

.reference-link:hover {
  opacity: 1;
}

.reference-link:active {
  opacity: .9;
}

.featured-item-wrap {
  margin-bottom: 25px;
}

.services-items-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-areas: ". .";
  padding-top: 10px;
}

.skills-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 1fr;
  margin-bottom: 140px;
}

.personal-features-grid {
  grid-column-gap: 80px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-areas: ". ."
                       ". .";
  margin-bottom: 110px;
}

.speaking-text {
  margin-right: 8px;
  display: inline-block;
}

.speaking-text.cc-past-speaking {
  opacity: .6;
}

.speaking-detail {
  opacity: .6;
  display: inline-block;
}

.upcoming-wrap {
  margin-bottom: 40px;
}

.social-media-heading {
  margin-bottom: 60px;
}

.social-media-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: ". . . ."
                       ". . . .";
  margin-bottom: 30px;
}

.project-overview-grid {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template: ". . . ."
                 ". . . ."
                 / 1fr 1fr 1fr 1fr;
  margin-top: 120px;
  margin-bottom: 135px;
}

.detail-header-image {
  width: 100%;
}

.project-description-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2.5fr;
  margin-top: 120px;
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.email-section {
  text-align: center;
  width: 70%;
  margin: 140px auto 200px;
}

.email-link {
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 64px;
  font-weight: 400;
  line-height: 88px;
  text-decoration: none;
}

.email-link:hover {
  opacity: .8;
}

.email-link:active {
  opacity: .7;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.image {
  width: 400px;
}

.section-2 {
  background-image: url('../images/steam1.png');
  background-position: 50%;
  background-size: cover;
  height: 800px;
  padding-right: 0;
}

.div-block {
  aspect-ratio: auto;
  margin-right: 40px;
  position: static;
}

.cover {
  height: 200px;
}

.image-3 {
  width: 90px;
}

.realese-1 {
  background-color: #e7e7e7;
  border: 1px #979797;
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 36px;
}

.heading.titel {
  padding-left: 0;
  font-size: 28px;
  font-weight: 700;
}

.heading.intro {
  margin-bottom: 0;
}

.link-block {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 10px;
  transition: all .2s, opacity .2s;
  overflow: visible;
}

.link-block:hover {
  transform: translate(0, -3px);
}

.cell {
  flex-direction: row;
  align-items: flex-end;
}

.release {
  background-color: #e6e6e6;
  background-image: linear-gradient(to top, #d8d8d8, #fff);
  margin: 20px 0;
  padding: 20px;
}

.div-block-2 {
  display: block;
}

.div-block-3 {
  background-color: #00d65e;
}

.spotify {
  width: 280px;
  margin-top: 0;
  padding: 0;
}

.amazn {
  width: 190px;
  padding: 0;
}

.div-block-4 {
  background-image: linear-gradient(45deg, #3a82be, #5fb5e3);
}

.div-block-5 {
  background-image: linear-gradient(#f79610, #f84b0f);
}

.image-4 {
  width: 200px;
  padding: 0;
}

.image-5 {
  background-color: #fff0;
  width: 200px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-6 {
  background-color: #0d3356;
}

.div-block-7 {
  background-color: #00b13c;
}

.image-6 {
  padding: 0;
}

.div-block-8 {
  background-image: linear-gradient(225deg, #dd5d59, #54c5fa);
}

.image-7 {
  padding: 60px;
}

.link-block-2 {
  background-color: #00d65e00;
  justify-content: center;
  align-items: center;
  height: 400px;
  transition: all .2s, opacity .2s;
  display: flex;
}

.link-block-2:hover {
  transform: scale(.9);
}

.link-block-3 {
  justify-content: center;
  align-items: center;
  height: 400px;
  transition: all .2s, opacity .2s;
  display: flex;
}

.link-block-3:hover {
  transform: scale(.9);
}

.link-block-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  transition: all .2s;
  display: flex;
}

.link-block-4:hover {
  transform: scale(.9);
}

.link-block-5 {
  background-color: #00b13c;
  justify-content: center;
  align-items: center;
  height: 400px;
  transition: all .2s, opacity .2s;
  display: flex;
}

.link-block-5:hover {
  transform: scale(.9);
}

.image-8 {
  width: 200px;
  padding: 0;
}

.link-block-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  transition: all .2s;
  display: flex;
}

.link-block-6:hover {
  transform: scale(.9);
}

.image-9 {
  width: 280px;
  padding: 0;
}

.link-block-7 {
  background-color: #0d335600;
  flex-flow: row;
  place-content: flex-start center;
  align-items: center;
  height: 400px;
  transition: all .2s;
  display: flex;
}

.link-block-7:hover {
  opacity: 1;
  transform: scale(.9);
}

.column {
  background-color: #0d3356;
  flex-flow: column;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-2 {
  background-color: #00b13c;
  flex-direction: column;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-3 {
  background-image: linear-gradient(270deg, #dd5d59, #54c5fa);
  flex-direction: column;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-4 {
  background-color: #00d65e;
  flex-direction: column;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-5 {
  background-image: linear-gradient(#3a82be, #5fb5e3);
  flex-direction: column;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-6 {
  background-image: linear-gradient(#f79610, #f84b0f);
  flex-direction: column;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.columns, .columns-2 {
  justify-content: center;
  display: flex;
}

.paragraph {
  margin-bottom: 0;
}

.container-2 {
  margin-top: 40px;
}

.column-7 {
  background-color: #173455;
}

.column-8 {
  background-color: #f50;
}

.column-9 {
  background-color: #9a98b3;
}

.column-10 {
  background-color: #54d465;
}

.column-11 {
  background-color: #5490c4;
}

.column-12 {
  background-color: #d2dbc6;
}

.text-block {
  color: #fff;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
}

.link-block-8 {
  background-color: #efaf43;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: all .2s, opacity .2s;
  overflow: visible;
}

.link-block-8:hover {
  transform: scale(1.1);
}

.text-block-2 {
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}

.div-block-9, .div-block-10 {
  height: 100px;
}

.text-span {
  color: #e7ad4e;
}

.section-3 {
  background-color: #d2dbc6;
}

.text-span-2 {
  color: #dfdfdf;
}

.container-3 {
  margin-top: 40px;
}

.div-block-11 {
  height: 100px;
}

.column-13 {
  margin-top: 20px;
}

.releases {
  border-bottom: 1px dashed #e59c4d;
  padding: 20px;
}

.all-entries {
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}

.about-me {
  background-color: #e9faff;
}

.div-soundcloud, .div-block-13 {
  margin-top: 10px;
}

.section-4 {
  background-color: #eee;
}

.body {
  background-color: #ebebeb;
}

.arrow-div-wrapper {
  justify-content: center;
  align-items: center;
  width: 15%;
  display: flex;
}

.accordion-pane-content {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: flex-end;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.accordion-tab-button {
  cursor: pointer;
  border-top: 4px dotted #ffffff47;
  border-left: 2px #fff;
  border-right: 2px #fff;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.accordion-pane {
  background-color: #0000;
  overflow: hidden;
}

.accordion-item {
  border-top: 0 solid #b9b9b9;
  border-bottom: 1px #fff;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  margin-bottom: 20px;
}

.accordion-header {
  color: #000;
  text-align: left;
  width: 85%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  transition: font-size .2s;
}

.details {
  color: #000;
  font-size: 14px;
  text-decoration: underline;
}

.arrow-div.invert {
  filter: invert();
}

.accordion-text {
  color: #000;
  text-align: left;
  width: 80%;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.div-block-14 {
  flex-flow: row;
  align-items: center;
  display: flex;
}

.heading-2 {
  color: #a93baa;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 0;
  font-size: 22px;
  line-height: 30px;
}

.image-11 {
  height: 60px;
}

.link-block-9 {
  flex: none;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .styleguide-block {
    text-align: center;
  }

  .container {
    margin-left: 0;
    margin-right: 0;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-jumbo {
    font-size: 44px;
    line-height: 46px;
  }

  .section.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .section.header {
    background-color: #fff;
    height: 100vh;
  }

  .button {
    justify-content: center;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .navigation-item {
    color: #000;
    text-align: center;
    border-bottom: 1px dashed #000;
    padding: 30px;
    font-size: 14px;
    transition: background-color .45s, opacity .35s, color .45s;
  }

  .navigation-item:hover {
    opacity: 1;
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    color: #000;
    background-color: #eef0f3;
  }

  .navigation-items {
    background-color: #fff;
    margin-right: 40px;
    padding-top: 0;
  }

  .navigation {
    padding: 25px 30px;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .navigation-wrap {
    margin-top: 0;
    margin-right: 0;
  }

  .intro-wrap {
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .work-experience-grid {
    grid-template: ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .works-grid {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .carrer-headline-wrap {
    width: auto;
  }

  .work-image {
    margin-bottom: 30px;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .contact-headline, .contact-form-wrap {
    width: 100%;
  }

  .about-intro-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-head-text-wrap {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-name-text {
    font-size: 24px;
    line-height: 42px;
  }

  .skillset-wrap {
    padding-right: 0;
  }

  .services-items-grid {
    grid-row-gap: 0px;
    grid-template: "."
                   "."
                   / 1fr;
    padding-top: 0;
  }

  .skills-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .personal-features-grid {
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-heading {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-grid {
    grid-template: ". ."
                   ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .project-overview-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .project-description-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .email-section {
    margin-bottom: 160px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .spotify {
    width: 180px;
  }

  .amazn {
    width: 150px;
  }

  .image-4, .image-5 {
    width: 160px;
  }

  .link-block-2, .link-block-3, .link-block-4, .link-block-5 {
    height: 240px;
  }

  .image-8 {
    width: 160px;
  }

  .link-block-6 {
    height: 240px;
  }

  .image-9 {
    width: 180px;
  }

  .link-block-7 {
    height: 240px;
  }

  .flex-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .image-10 {
    width: 280px;
  }

  .section-4 {
    background-color: #ebebeb;
  }

  .accordion-pane {
    width: 100%;
  }

  .accordion-item {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .container {
    text-align: center;
  }

  .heading-jumbo {
    text-align: left;
    font-size: 40px;
    line-height: 42px;
  }

  .paragraph-light {
    text-align: left;
  }

  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-contact {
    padding: 15px;
  }

  .section.header {
    height: 100vh;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .intro-wrap {
    text-align: left;
  }

  .work-experience-grid {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .work-position-wrap {
    margin-bottom: 40px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .contact {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
  }

  .contact-form {
    flex-direction: column;
    display: flex;
  }

  .contact-form-wrap {
    text-align: left;
  }

  .footer-wrap {
    text-align: center;
    flex-direction: column;
  }

  .muk-link {
    margin-bottom: 15px;
  }

  .footer-links {
    flex-direction: column;
  }

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .about-head-text-wrap {
    width: 70%;
    max-width: 470px;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    width: 70%;
    max-width: 470px;
  }

  .personal-features-grid, .social-media-heading {
    width: 70%;
    max-width: 470px;
  }

  .social-media-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .project-overview-grid {
    width: 80%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 95px;
  }

  .project-description-grid {
    width: 70%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 85px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .email-section {
    width: 80%;
    max-width: 470px;
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .div-block {
    width: 200px;
  }

  .cover {
    height: 300px;
  }

  .spotify {
    width: 240px;
  }

  .amazn {
    width: 180px;
  }

  .image-5, .image-8 {
    width: 200px;
  }

  .image-9 {
    width: 220px;
  }

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

  .text-block-2 {
    padding-right: 20px;
  }

  .accordion-tab-button {
    width: 90vw;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-2 {
    font-size: 22px;
    line-height: 28px;
  }
}

@media screen and (max-width: 479px) {
  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 26px;
    line-height: 32px;
  }

  .section.header {
    height: 100vh;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .contact {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-form, .contact-form-wrap, .footer-wrap {
    flex-direction: column;
  }

  .about-head-text-wrap {
    width: 100%;
    max-width: none;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
  }

  .personal-features-grid, .social-media-heading, .project-overview-grid, .project-description-grid {
    width: 100%;
    max-width: none;
  }

  .email-section {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .email-link {
    font-size: 30px;
    line-height: 46px;
  }

  .div-block {
    width: 180px;
    margin-right: 0;
  }

  .cover {
    width: auto;
    height: auto;
  }

  .cell {
    flex-direction: column;
  }

  .spotify {
    width: 200px;
  }

  .amazn, .image-4 {
    width: 140px;
  }

  .image-5 {
    width: 160px;
  }

  .link-block-2, .link-block-3, .link-block-4, .link-block-5 {
    height: 200px;
  }

  .image-8 {
    width: 160px;
  }

  .link-block-6 {
    height: 200px;
  }

  .image-9 {
    width: 200px;
  }

  .link-block-7 {
    height: 200px;
  }

  .image-10 {
    width: auto;
  }

  .arrow-div-wrapper {
    width: 15%;
    padding-right: 10px;
  }

  .accordion-pane-content {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .accordion-tab-button {
    padding-left: 10px;
  }

  .accordion-item {
    margin-bottom: 10px;
  }

  .accordion-header {
    padding-left: 15px;
  }

  .arrow-div {
    margin-right: 0;
  }

  .accordion-text {
    width: 90%;
    font-size: 15px;
    line-height: 22px;
  }

  .heading-2 {
    font-size: 20px;
    line-height: 22px;
  }
}


