.section1 {
   background-color: #f6e519;
   background-blend-mode: multiply;
   overflow: visible !important;
   z-index: 1;
}

/***************************** SECTION 1 **************************************/

.section1 .row1 {
  overflow: visible;
}

.section1 .heading1 {
  color: #fff;
  /*font-family: 'Uni Neue' !important;*/
  font-weight: 300;
  font-size: 3em;
}

.section1 .row1 .column2 {
  z-index: 0;
  transform: translateY(30%);
}

/***************************** SECTION 2 **************************************/
body:not(.admin-bar) .section2 {
  display: none;
}