.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: #f5f5f5;
  background-color: #0f0e0d;
  font-family: sofia-pro, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 60px;
  margin-left: -10px;
  font-size: 8.4rem;
  font-weight: 700;
  line-height: 7.6rem;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: sofia-pro, sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 4.5rem;
}

h3 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2rem;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

h5 {
  color: rgba(245, 245, 245, .8);
  margin-top: 0;
  margin-bottom: 0;
  font-size: .8rem;
  font-weight: 200;
  line-height: 1rem;
}

p {
  margin-bottom: 10px;
}

a {
  color: #f5f5f5;
  text-decoration: none;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image {
  max-width: 0%;
  min-width: 60px;
  margin-top: 8px;
}

.fullcontainer {
  min-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
}

.navbar {
  mix-blend-mode: difference;
  background-color: rgba(255, 255, 255, 0);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navlink {
  color: #f5f5f5;
  text-transform: uppercase;
  font-size: 12px;
}

.navlink:hover, .navlink:active {
  color: #fff;
}

.navlink:focus {
  color: #f26a3d;
  font-weight: 400;
}

.navlink.w--current {
  color: #f26a3d;
}

.hero-section {
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mobilemenubutton {
  cursor: pointer;
  display: none;
}

.menuitem {
  opacity: .75;
  color: #fff;
  letter-spacing: .5px;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .5s;
}

.menuitem:hover, .menuitem:focus, .menuitem.w--current {
  opacity: 1;
}

.menuitem.mobile {
  color: #f5f5f5;
}

.mobilemenuoverlay {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: rgba(15, 14, 13, .6);
  display: none;
}

.container {
  z-index: 10;
  max-width: 1400px;
  flex: 1;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: relative;
}

.container.landing-projects {
  max-width: 1582px;
}

.container.narrow {
  padding-left: 12%;
  padding-right: 12%;
}

.container.goal {
  margin-top: 120px;
  margin-bottom: 120px;
  padding-left: 24%;
  padding-right: 12%;
}

.lottieanimation.hero {
  z-index: 11;
  max-width: 65%;
  margin-top: -30px;
  position: absolute;
}

.gridcentercontainer {
  padding-left: 266px;
  padding-right: 266px;
}

.section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.quote {
  min-height: 80vh;
  align-items: center;
  display: flex;
}

.section.about {
  min-height: 90vh;
  align-items: center;
  display: flex;
}

.section.landing-projects {
  min-height: 100vh;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.section.landing-contact {
  min-height: 85vh;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.section.projectssection {
  margin-top: -120px;
  margin-bottom: -80px;
  padding-bottom: 60px;
}

.textallignedright {
  text-align: right;
  font-size: 8.4rem;
  line-height: 6.85rem;
}

.textallignedright.landing-aboutme {
  margin-bottom: -8.7rem;
}

.aboutme_grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.text-span {
  color: #f26a3d;
}

.abouttextbox {
  max-width: 50%;
  margin-top: 20px;
}

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

.slide-nav {
  display: none;
}

.slide {
  max-width: 760px;
  margin-left: 20px;
  margin-right: 20px;
}

.projectsslider {
  min-height: 568px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 120px;
  margin-bottom: 120px;
  overflow: visible;
}

.projectsslider_img {
  width: 100%;
  height: 90%;
  align-items: flex-end;
  display: flex;
}

.projects-slider_wrapper {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.projects-slider_wrapper:hover {
  color: #fff;
}

.sliderh2 {
  z-index: 2;
  color: #f5f5f5;
  text-shadow: 2px 2px 20px rgba(0, 0, 0, .5);
  margin-top: -50px;
  margin-bottom: 0;
  margin-left: -29px;
  padding-left: 20px;
  position: relative;
}

.image-2 {
  height: 100%;
  filter: saturate(0%);
  object-fit: cover;
  border-radius: 12px;
  transition: filter .8s cubic-bezier(.47, 0, .745, .715);
  position: relative;
}

.image-2:hover {
  filter: saturate();
}

.mask {
  max-width: 760px;
  overflow: visible;
}

.sliderh5 {
  padding-left: 20px;
}

.grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.text-span-3 {
  color: #f26a3d;
}

.landingcontact_wrapper {
  padding-top: 42px;
}

.hero-link {
  color: #f26a3d;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 2rem;
  display: block;
}

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.footergrid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.text-span-4 {
  text-decoration: line-through;
}

.footer-text-block {
  text-align: center;
}

.profiles-grid {
  width: 16rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.herolottie_bg-shadow {
  z-index: 10;
  width: 45%;
  min-height: 30vh;
  clear: none;
  opacity: .95;
  filter: blur(50px);
  background-color: #0f0e0d;
  position: absolute;
  left: 0;
  box-shadow: 0 0 50px 20px #0f0e0d;
}

.herolottie_wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.projects-a_f {
  min-height: 86vh;
  align-items: center;
  display: flex;
}

.text-span-5 {
  color: #f26a3d;
}

.centertext {
  text-align: center;
}

.projectsgrid {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

.projectlist_item {
  margin-top: 80px;
  margin-bottom: 80px;
}

.projectlist_photo {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 12px;
  box-shadow: 1px 1px 40px rgba(245, 245, 245, .2);
}

.projectlist_text {
  width: 85%;
  margin-bottom: -208px;
  position: relative;
  top: -125px;
  left: -80px;
}

.projectlist_category {
  margin-top: -1.4rem;
  margin-left: 3.2rem;
}

.projectlist_name {
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .5);
}

.projectlist_photo-wrapper {
  width: 100%;
  height: 600px;
  position: relative;
}

.project_toarrow {
  width: 75px;
  max-width: none;
  clear: right;
  position: absolute;
  top: 42%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.project-hero-section {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  background-image: linear-gradient(rgba(15, 14, 13, .2), rgba(15, 14, 13, 0) 24%), linear-gradient(146deg, rgba(15, 14, 13, .25), rgba(15, 14, 13, 0));
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  align-items: center;
  display: flex;
  position: relative;
}

.heading {
  width: 55%;
}

.heading.shadow {
  width: 100%;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0);
  margin-bottom: 32px;
}

.projecthero_project-lottie {
  max-width: 120px;
  position: relative;
  bottom: -19px;
  left: -16px;
}

.projecthero_wrapper {
  width: 65%;
}

.proejcthero_description {
  text-shadow: 1px 1px 6px rgba(15, 14, 13, .5);
}

.project_main-videoplayer {
  margin-top: 120px;
  margin-bottom: 120px;
  box-shadow: 1px 1px 40px rgba(245, 245, 245, .2);
}

.project_main-videoplayer.projects_category {
  margin-top: 20px;
  margin-bottom: 20px;
}

.projectdesc_grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  margin-top: 120px;
  margin-bottom: 120px;
}

.project_infobox {
  margin-top: -20px;
}

.project-desc_bold {
  font-weight: 700;
}

.project-quotetext {
  margin-top: -1.6rem;
  margin-bottom: 0;
  margin-left: 0;
}

.projectdescription {
  max-width: 80%;
  margin-top: 70px;
}

.goalgrid {
  grid-template-rows: auto;
}

.lottie-animation {
  max-width: 240px;
}

.goaldescription {
  margin-bottom: 0;
}

.projectdetailssection {
  min-height: 20vh;
}

.landing_projects_heading {
  text-align: center;
  margin-bottom: 20px;
  font-size: 8.4rem;
}

.titleslide {
  width: 50%;
}

.projects_text-wrapper_1 {
  margin-top: 190px;
  margin-left: -150%;
  transform: translate(267px)rotate(-90deg);
}

.finalslide-wrapper {
  margin-left: 80px;
  padding: 80px 50px;
}

.finalslide-heading {
  margin-bottom: 9px;
}

.back-button.invert {
  max-height: 40px;
  margin-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline;
  transform: rotate(180deg);
}

.right-arrow-2 {
  margin-bottom: -50px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: visible;
}

.left-arrow {
  margin-bottom: -50px;
  margin-right: 50px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: visible;
}

.project-hero_image {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.projectpage-year_wrapper {
  margin-top: 20px;
  display: block;
}

.proejctdetails_textblock, .projectdetails_textblock {
  display: inline;
}

.imagewrapper {
  margin-bottom: -290px;
  position: relative;
}

.imagebg {
  width: 290px;
  height: 290px;
  background-image: linear-gradient(#f5f5f5, #f5f5f5);
  padding: 200px 63px 85px;
  position: relative;
  top: -290px;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.image-5 {
  z-index: 5;
  position: relative;
}

.aboutme-image-grid {
  grid-template-columns: 1fr;
}

.landing_projects_heading_mobile {
  text-align: center;
  margin-bottom: 20px;
  font-size: 8.4rem;
  display: none;
}

.text-span-6, .inline-link {
  color: #f26a3d;
}

.h2_projects_category {
  margin-bottom: -12px;
}

.h4_projects_category {
  margin-bottom: 0;
}

.photos-showcase-grid {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

.maxw-photo {
  width: 100%;
}

.hero-image_wrapper {
  align-self: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.stylegrid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.color-block {
  min-height: 250px;
  background-color: #f26a3d;
  border-radius: 12px;
  box-shadow: 2px 2px 32px rgba(245, 245, 245, .28);
}

.color-block.grey {
  background-color: #524f4e;
}

.color-block.white {
  background-color: #f5f5f5;
}

.color-block.dark {
  background-color: #0f0e0d;
}

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

.logo_wrapper.light {
  background-color: #f5f5f5;
  border-radius: 12px;
}

.radius-info-block {
  margin-bottom: -20px;
}

.heading-2 {
  display: inline;
}

.backtosite---link {
  margin-top: 20px;
  display: block;
}

.heading-3 {
  margin-top: -49px;
}

.profile-column {
  min-height: 60vh;
  align-items: center;
  display: flex;
}

.column {
  height: 60vh;
  background-image: url('../images/Rasmus_SH_Graded_0313.jpg');
  background-position: 50%;
  background-size: cover;
}

.skills_projects-grid {
  grid-template-columns: 1fr;
  margin-top: 20px;
}

.skills-project-wrapper {
  background-color: #f5f5f5;
  border-radius: 20px;
  margin-top: 80px;
  padding: 20px 40px 40px;
}

.skills_embed.narrow {
  max-height: 700px;
  padding-left: 16%;
  padding-right: 16%;
}

.skills_embed.pdf_embed {
  height: 70vh;
}

.text-span-8 {
  color: #f26a3d;
}

.skill_proj-section {
  margin-top: 40px;
}

.text_45rightpadding {
  padding-right: 45%;
}

.skills_projekter-heading {
  margin-bottom: -50px;
}

.gfx_imagegrid {
  grid-template-rows: auto auto;
  grid-template-columns: 4fr 1fr;
}

.gfx_imagegrid.mb {
  grid-template-columns: 1fr 1fr 1fr;
}

.shadowblock {
  background-color: #f26a3d;
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: 2px 2px 32px rgba(245, 245, 245, .32);
}

.shadowblock.light {
  width: 120px;
  height: 120px;
  background-color: #f5f5f5;
  box-shadow: 2px 2px 28px rgba(15, 14, 13, .42);
}

.shadowblock.dark {
  width: 120px;
  height: 120px;
  background-color: #0f0e0d;
  box-shadow: 2px 2px 28px #f5f5f5;
}

.columns {
  min-width: 100%;
  padding: 20px 100px;
}

.darktext {
  color: #0f0e0d;
}

.twincolumn {
  padding: 40px;
}

.twincolumn.darkbg {
  background-color: #524f4e;
}

.twincolumn.lightbg {
  background-color: #f5f5f5;
}

.lottie-rb-name-header {
  margin-bottom: -80px;
  margin-left: -60px;
}

.gridcell-expand-block {
  z-index: 1;
  background-image: url('../images/Mousebird-Computer.jpg');
  background-position: 50% 100%;
  background-size: cover;
  flex-direction: column;
  display: block;
  position: relative;
  overflow: hidden;
}

.gridcell-expand-block:hover {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.grid-link-cell---slide-up {
  z-index: 2;
  background-color: #0f0e0d;
  flex-direction: column;
  padding: 0 20px 20px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-cell-paragraph {
  margin-top: 100px;
}

.html-embed {
  margin-bottom: 0;
}

.div-image-container {
  height: 500px;
  background-image: url('../images/Mousebird-Website_printer.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-image-container-2 {
  height: 500px;
  background-image: url('../images/Mousebird-Business_Card-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-image-container-3 {
  height: 500px;
  background-image: url('../images/Mousebird-T_Shirt.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-image-container-4 {
  height: 500px;
  background-image: url('../images/Mousebird-Totebag.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.orange-link {
  color: #f26a3d;
}

.navbar-2 {
  mix-blend-mode: difference;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  bottom: 352.805px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 5rem;
    line-height: 4.4rem;
  }

  h3 {
    line-height: 1.5rem;
  }

  .image {
    margin-top: 0;
  }

  .navbar {
    mix-blend-mode: normal;
  }

  .mobilemenubutton {
    z-index: 5;
    width: 75px;
    margin-top: 10px;
    display: block;
    position: relative;
  }

  .mobilemenuwrapper {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding-top: 87px;
    display: flex;
  }

  .menuitem.mobile {
    margin-top: 30px;
    margin-right: 60px;
    font-size: 24px;
    display: block;
  }

  .mobilemenuoverlay {
    z-index: 2;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .desktop-nav-menu {
    display: none;
  }

  .menu-grid {
    grid-template-rows: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    flex: 1;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container.landing-projects {
    flex: 1;
  }

  .container.narrow {
    max-width: 100vw;
  }

  .gridcentercontainer {
    padding-left: 60px;
    padding-right: 60px;
  }

  .section {
    padding-bottom: 20px;
  }

  .section.quote {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.about {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.landing-projects {
    padding-bottom: 20px;
  }

  .section.landing-contact {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.projectssection {
    margin-bottom: -20px;
  }

  .textallignedright {
    font-size: 6rem;
    line-height: 5rem;
  }

  .textallignedright.landing-aboutme {
    text-align: left;
    margin-bottom: -2.6rem;
    margin-left: 50%;
    font-size: 6rem;
    line-height: 5rem;
  }

  .aboutme_grid {
    grid-template: "."
                   "Area"
                   / 1fr;
  }

  .abouttextbox {
    max-width: 100%;
  }

  .projectsslider {
    min-height: 480px;
  }

  .sliderh2 {
    font-size: 3rem;
    line-height: 2.9rem;
  }

  .mask {
    max-width: 300px;
  }

  .herolottie_wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

  .projects-a_f {
    min-height: 90vh;
  }

  .projectlist_category {
    margin-top: -2.4rem;
  }

  .projectlist_name {
    margin-left: 32px;
    font-size: 5.4rem;
    line-height: 3.8rem;
  }

  .projectlist_photo-wrapper {
    height: 400px;
  }

  .project_toarrow {
    display: none;
  }

  .heading.shadow {
    margin-bottom: 20px;
    font-size: 5.6rem;
    line-height: 5rem;
  }

  .project-quotetext {
    font-size: 5.4rem;
    line-height: 5rem;
  }

  .landing_projects_heading {
    text-align: left;
    margin-left: 0;
    font-size: 6rem;
    font-style: normal;
    line-height: 5rem;
    display: none;
  }

  .titleslide {
    width: 0%;
  }

  .projects_text-wrapper_1 {
    margin-left: -360%;
    display: none;
  }

  .right-arrow-2 {
    margin-right: 0;
    display: none;
    top: auto;
    bottom: 0%;
    left: 50%;
    right: 35%;
  }

  .left-arrow {
    margin-right: 0;
    display: none;
    top: auto;
    bottom: 0%;
    left: 50%;
    right: 50%;
  }

  .maskedtext_2, .maskedtext_1, .maskedtext_3, .maskedtext_4 {
    font-size: 3.1rem;
    line-height: 3rem;
  }

  .imagewrapper {
    margin-top: -200px;
  }

  .aboutme-image-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .icon, .icon-2 {
    display: none;
  }

  .landing_projects_heading_mobile {
    text-align: left;
    margin-left: 0;
    font-size: 6rem;
    font-style: normal;
    line-height: 5rem;
    display: block;
  }

  .heading-3 {
    font-size: 1rem;
  }

  .column {
    height: 45vh;
  }

  .skills-project-wrapper {
    box-shadow: 2px 2px 28px rgba(245, 245, 245, .32);
  }

  .skills_embed {
    height: 55vh;
  }

  .skills_embed.pdf_embed {
    height: 45vh;
  }

  .text_45rightpadding.darktext {
    margin-bottom: 20px;
    padding-right: 0%;
  }

  .gfx_imagegrid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .gfx_imagegrid.mb {
    grid-template-rows: auto auto;
  }

  .lottie-rb-name-header {
    min-height: 160px;
    margin-bottom: -40px;
    margin-left: -32px;
  }

  .grid-link-cell---slide-up {
    justify-content: center;
    padding-top: 0;
  }

  .link-cell-paragraph {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .lottiemobilemenubutton {
    margin-top: -15px;
  }

  .mobilemenubutton {
    z-index: 5;
    width: 75px;
    position: relative;
  }

  .mobilemenuwrapper {
    z-index: 1;
    padding: 75px 40px 40px;
    position: relative;
  }

  .menuitem {
    font-size: 20px;
  }

  .menuitem.mobile {
    margin-top: 15px;
    margin-right: -20px;
    padding: 10px 40px 10px 10px;
  }

  .mobilemenuoverlay {
    z-index: 2;
    width: 100vw;
    height: 100vh;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .container.goal {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .lottieanimation.hero {
    max-width: 75%;
  }

  .gridcentercontainer {
    padding-left: 0;
    padding-right: 0;
  }

  .section {
    padding-bottom: 80px;
  }

  .section.quote {
    min-height: 0;
  }

  .section.about {
    min-height: 0;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .section.landing-projects {
    min-height: 0;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .section.landing-contact {
    min-height: 0;
  }

  .textallignedright {
    text-align: center;
    margin-bottom: 0;
    margin-left: 0;
  }

  .textallignedright.landing-aboutme {
    margin-left: 0%;
  }

  .aboutme_grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .abouttextbox {
    margin-top: 50px;
  }

  .projectsslider {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .landingcontact_wrapper {
    margin-bottom: 20px;
    padding-top: 0;
  }

  .hero-link {
    text-align: center;
  }

  .profiles-grid {
    width: 50%;
  }

  .centertext {
    font-size: 4.8rem;
    line-height: 4.7rem;
  }

  .centertext.sub {
    font-size: 1rem;
    line-height: 1rem;
  }

  .projectlist_category {
    margin-top: -.6rem;
  }

  .projectlist_name {
    margin-top: 39px;
    margin-bottom: 5px;
    font-size: 3.2rem;
    line-height: 3rem;
  }

  .projectlist_photo-wrapper {
    height: 250px;
  }

  .projectdesc_grid {
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .projectdescription {
    margin-top: 40px;
  }

  .maskedtext_2, .maskedtext_1, .maskedtext_3, .maskedtext_4 {
    font-size: 2.4rem;
  }

  .imagewrapper {
    margin-top: 0;
  }

  .imagebg {
    width: 200px;
    height: 200px;
    margin-top: 90px;
    padding-top: 0;
  }

  .paragraph {
    text-align: center;
  }

  .profiles-grid_wrapper {
    justify-content: center;
    display: flex;
  }

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

  .skills_embed, .skills_embed.pdf_embed {
    height: 28vh;
  }

  .gfx_imagegrid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .gfx_imagegrid.mb {
    grid-template-columns: 1fr 1fr;
  }

  .lottie-rb-name-header {
    margin-bottom: -68px;
    margin-left: -44px;
  }
}

@media screen and (max-width: 479px) {
  .image {
    margin-left: -16px;
  }

  .mobilemenubutton {
    z-index: 5;
    margin-top: -10px;
    margin-right: -30px;
    position: relative;
  }

  .menuitem.mobile {
    padding-right: 10px;
  }

  .mobilemenuoverlay {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    display: none;
  }

  .menu-grid {
    padding-left: 10px;
    padding-right: 10px;
  }

  .brand {
    z-index: 5;
    margin-top: -21px;
    padding-left: 0;
  }

  .container, .container.goal {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.quote {
    min-height: 90vh;
  }

  .section.landing-contact {
    min-height: 95vh;
  }

  .textallignedright.landing-aboutme {
    margin-bottom: -.8rem;
  }

  .abouttextbox {
    margin-top: 0;
  }

  .slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .projectsslider {
    min-height: 60vh;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .sliderh2 {
    font-size: 2.4rem;
    line-height: 2rem;
  }

  .mask {
    max-width: 80vw;
  }

  .footergrid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .footer-text-block {
    color: rgba(245, 245, 245, .72);
  }

  .profiles-grid {
    width: 72%;
  }

  .herolottie_bg-shadow {
    width: 80%;
  }

  .herolottie_wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .centertext {
    margin-left: 0;
    font-size: 3.2rem;
  }

  .projectlist_category {
    margin-left: 4.1rem;
  }

  .projectlist_name {
    margin-bottom: 14px;
    margin-left: 55px;
    font-size: 2rem;
    line-height: 1.7rem;
  }

  .heading.shadow {
    font-size: 3.2rem;
    line-height: 2.9rem;
  }

  .projecthero_wrapper {
    width: 85%;
  }

  .project-quotetext {
    margin-top: -.5rem;
    margin-bottom: .5rem;
    font-size: 3.2rem;
    line-height: 2.9rem;
  }

  .goalgrid {
    grid-template-columns: 1fr;
  }

  .lottie-animation {
    margin-left: -8px;
  }

  .goaldescription {
    margin-bottom: 20px;
  }

  .landing_projects_heading {
    font-size: 4rem;
    line-height: 3.5rem;
  }

  .maskedtext_2, .maskedtext_1, .maskedtext_3, .maskedtext_4 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .aboutme-image-grid {
    grid-template-columns: 1fr;
  }

  .text-block-2 {
    text-align: center;
  }

  .landing_projects_heading_mobile {
    font-size: 4rem;
    line-height: 3.5rem;
  }

  .skills_projects-grid {
    display: block;
  }

  .skills-project-wrapper {
    padding: 20px;
  }

  .skills_embed {
    height: 35vh;
  }

  .skills_embed.pdf_embed {
    height: 32vh;
  }

  .skills_projekter-heading {
    font-size: 3.8rem;
  }

  .gfx_imagegrid, .gfx_imagegrid.mb {
    grid-template-columns: 1fr;
  }

  .darktext {
    font-size: 1.1rem;
  }

  .lottie-rb-name-header {
    margin-top: -30px;
    margin-bottom: 5px;
    margin-left: -25px;
  }

  .gridcell-expand-block {
    min-height: 350px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

#w-node-_08c291e1-3395-7781-ff80-3b441044dd5b-0c7ac5b0 {
  align-self: center;
}

#w-node-_9c299c51-c37d-d870-6ae1-72f27e93e349-0c7ac5b0, #w-node-_9af9bc93-4833-fff6-89d6-5b2867e1f548-0c7ac5b0, #w-node-c476a3ea-6aaf-8390-b0cc-bf3884777d8b-0c7ac5b0, #w-node-c683a480-9fd4-f7b7-acb4-0ff4affdd676-0c7ac5b0, #w-node-_81209be8-cc19-c92e-5c9a-d607889697b3-0c7ac5b0, #w-node-_390d229c-95e3-5f63-1342-6fb94c695a81-0c7ac5b0, #w-node-_36071746-c2af-9a37-0918-20df9f774784-0c7ac5b0, #w-node-_427b5721-b735-862b-0a7c-9fcbd0a7f9a0-0c7ac5b0, #w-node-de58202c-e373-5682-95f6-a03cdd36e8af-0c7ac5b0, #w-node-_7ae54568-080c-fbc0-c6e5-7c1b536fbbf7-536fbbf4, #w-node-_7ae54568-080c-fbc0-c6e5-7c1b536fbbfc-536fbbf4, #w-node-_71c0fb77-c632-3314-17e2-b795659fe7ba-659fe7b7, #w-node-_71c0fb77-c632-3314-17e2-b795659fe7cb-659fe7b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_71c0fb77-c632-3314-17e2-b795659fe7d2-659fe7b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-_71c0fb77-c632-3314-17e2-b795659fe7d3-659fe7b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_53a5e6db-c0bf-90f3-fae1-ae1ef140f6aa-0a8106f5, #w-node-d79257e7-3612-3c90-787c-10e32653b647-0a8106f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8582751f-9636-4347-23cd-d0fe58dd8a50-0a8106f5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2aaff54e-1b49-e38d-3beb-f1e1a2deef8a-0a8106f5, #w-node-_3c8c6d83-f53b-3189-ed9d-1ef412984f8c-0a8106f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1b9b960-373a-4c64-4ef7-514af50fae38-0a8106f5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7540676d-3778-f059-4dea-734474c9e266-57de0fa9, #w-node-b63c1b62-2ece-bfcc-b3df-88ae2b449d67-57de0fa9, #w-node-_8a03f358-eb24-858a-6eeb-80d986e038ea-57de0fa9, #w-node-_6c466fe9-ba74-8d3f-8ea4-2412941a1c88-57de0fa9, #w-node-_30d811ee-9cff-0c20-3955-16061b6a2e39-57de0fa9, #w-node-_8b1a1a96-7e2e-19ca-7235-0b65c2b69cf2-57de0fa9, #w-node-f83ac74d-cedd-d7d0-a021-b17b1d7d1da5-5f93e464, #w-node-b58dc8a0-f848-0639-fe42-ad95464e5111-5f93e464, #w-node-_0d956cbe-1d2c-9b5a-3068-2e1519e05294-5f93e464, #w-node-_6cd0eba5-15c8-7fc1-f58e-b7809b228d5f-5f93e464, #w-node-_771161a2-bb2a-b4db-6fca-ade17a28c102-5f93e464, #w-node-a033fdf0-fe7a-2524-2b42-338d1f8df79c-5f93e464, #w-node-_931c87da-a8f1-ddda-6b57-b2281c4495bc-5f93e464, #w-node-_931c87da-a8f1-ddda-6b57-b2281c4495bd-5f93e464, #w-node-bc766736-a007-b021-c794-3ba96e69612d-40e40394, #w-node-_0c42f831-f35d-88c7-f9a2-863295cd466e-40e40394 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a6dab9c2-f7f6-9b8e-f63c-fe6caa790f06-40e40394 {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-_88d24d87-fbc5-1ee4-83bd-4e5d1f16cac4-40e40394, #w-node-_33d3cdd7-c057-60a4-5422-214fe2c17e46-40e40394, #w-node-_743ed721-b2fd-89fe-1407-5cc631c34a21-40e40394, #w-node-c29ba0c2-ebf5-b0ff-78f4-9f4fd14ffe49-40e40394, #w-node-fc0fe8b8-c418-2553-c8bc-b88dcb35d154-40e40394, #w-node-_3492f30d-ff35-6589-6b23-3148b4b294c8-40e40394 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_263f35d2-2898-f833-88c0-7c9f224e208b-40e40394 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_895e8df0-6805-ee66-01bf-83a6bc7c33b9-40e40394, #w-node-beed433d-8e80-efc6-66b5-e87365fac365-40e40394, #w-node-_66b1410d-4052-9092-a92d-674491569aa0-40e40394, #w-node-_9d4dd0d7-6d30-4098-984a-bd7c45bb4511-40e40394, #w-node-fc0fe8b8-c418-2553-c8bc-b88dcb35d154-76df70e7, #w-node-_0c42f831-f35d-88c7-f9a2-863295cd466e-76df70e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a6dab9c2-f7f6-9b8e-f63c-fe6caa790f06-76df70e7 {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-_88d24d87-fbc5-1ee4-83bd-4e5d1f16cac4-76df70e7, #w-node-_33d3cdd7-c057-60a4-5422-214fe2c17e46-76df70e7, #w-node-_743ed721-b2fd-89fe-1407-5cc631c34a21-76df70e7, #w-node-c29ba0c2-ebf5-b0ff-78f4-9f4fd14ffe49-76df70e7, #w-node-_09e0e231-3c9c-51d2-ea72-6a0dc7c2e7f4-76df70e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_1887af6f-1976-9e9e-da9a-d209d7caa46e-0c7ac5b0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a3adab6e-7ce8-1462-c032-8005841ffaf2-841ffaef {
    align-self: center;
    justify-self: start;
  }

  #w-node-a3adab6e-7ce8-1462-c032-8005841ffaf4-841ffaef {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: end;
  }

  #w-node-a6dab9c2-f7f6-9b8e-f63c-fe6caa790f06-40e40394 {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }

  #w-node-_88d24d87-fbc5-1ee4-83bd-4e5d1f16cac4-40e40394, #w-node-_33d3cdd7-c057-60a4-5422-214fe2c17e46-40e40394, #w-node-_743ed721-b2fd-89fe-1407-5cc631c34a21-40e40394, #w-node-c29ba0c2-ebf5-b0ff-78f4-9f4fd14ffe49-40e40394 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a6dab9c2-f7f6-9b8e-f63c-fe6caa790f06-76df70e7 {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }

  #w-node-_88d24d87-fbc5-1ee4-83bd-4e5d1f16cac4-76df70e7, #w-node-_33d3cdd7-c057-60a4-5422-214fe2c17e46-76df70e7, #w-node-_743ed721-b2fd-89fe-1407-5cc631c34a21-76df70e7, #w-node-c29ba0c2-ebf5-b0ff-78f4-9f4fd14ffe49-76df70e7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a3adab6e-7ce8-1462-c032-8005841ffafa-841ffaef {
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_71c0fb77-c632-3314-17e2-b795659fe7d2-659fe7b7 {
    justify-self: start;
  }

  #w-node-_53a5e6db-c0bf-90f3-fae1-ae1ef140f6aa-0a8106f5, #w-node-d79257e7-3612-3c90-787c-10e32653b647-0a8106f5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a6dab9c2-f7f6-9b8e-f63c-fe6caa790f06-40e40394 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_263f35d2-2898-f833-88c0-7c9f224e208b-40e40394 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a6dab9c2-f7f6-9b8e-f63c-fe6caa790f06-76df70e7 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }
}


