@font-face {
  font-family: "cooper";
  font-style: normal;
  font-weight: 200;
  src: url("../../../fonts/CooperHewitt-Light.woff") format("woff"); }

@font-face {
  font-family: "cooper";
  font-style: italic;
  font-weight: 200;
  src: url("../../../fonts/CooperHewitt-LightItalic.woff") format("woff"); }

@font-face {
  font-family: "cooper";
  font-style: normal;
  font-weight: 300;
  src: url("../../../fonts/CooperHewitt-Book.woff") format("woff"); }

@font-face {
  font-family: "cooper";
  font-style: italic;
  font-weight: 300;
  src: url("../../../fonts/CooperHewitt-BookItalic.woff") format("woff"); }

@font-face {
  font-family: "cooper";
  font-style: normal;
  font-weight: 400;
  src: url("../../../fonts/CooperHewitt-Medium.woff") format("woff"); }

@font-face {
  font-family: "cooper";
  font-style: italic;
  font-weight: 400;
  src: url("../../../fonts/CooperHewitt-MediumItalic.woff") format("woff"); }

@font-face {
  font-family: "cooper";
  font-style: normal;
  font-weight: 500;
  src: url("../../../fonts/CooperHewitt-Semibold.woff") format("woff"); }

@font-face {
  font-family: "cooper";
  font-style: italic;
  font-weight: 500;
  src: url("../../../fonts/CooperHewitt-SemiboldItalic.woff") format("woff"); }

@font-face {
  font-family: "cooper";
  font-style: normal;
  font-weight: 600;
  src: url("../../../fonts/CooperHewitt-Bold.woff") format("woff"); }

@font-face {
  font-family: "cooper";
  font-style: normal;
  font-weight: 700;
  src: url("../../../fonts/CooperHewitt-Display.woff") format("woff"); }


html, body {
  font: 300 normal 15px/21px "cooper"; }

body {
  position: relative; }

h1 {
  font: 600 normal 54px/1em "cooper";
  margin: 0; }

h2 {
  border-top: none;
  font: 600 normal 55px/1em "cooper"; }

h3 {
  border-top: none;
  font: 600 normal 47px/1.2em "cooper"; }

h4 {
  border-top: none;
  font: 500 normal 20px/1em "cooper"; }

p {
  margin: 0;
  font: 400 normal 19px/24px "cooper"; }

.inverted {
	color: white;
	background-color: black;
	padding: 0.35em 0.25em 0.15em 0.25em;
  -webkit-transition: color 0.3s, background-color 0.3s; /* Safari */
  transition: color 0.3s, background-color 0.3s; }

.main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.overlay {
  display: none;
  position: fixed;
  padding-top: 50px;
  padding-bottom: 100px;
  top: 0;
  left: 100%;
  height: 100%;
  width: 100%;
  z-index: 100;
  background-color: white;
  border-left: 8px solid black;
  overflow-y: scroll; }

  .overlay .layout-wrapper {
    display: grid;
    grid-template-areas: 
      "h h"
      "c b";  /*header content and button*/
    column-gap: 5px;
    grid-template-columns: 1fr 50px; }

  .overlay .overlay-header {
    margin: 0;
    grid-area: h; }
    
    .overlay .overlay-header h4 {
      display: inline-block;
      padding: 20px 25px 12px 25px;
      color: white;
      background-color: white;
      margin: 0; }

  .overlay .overlay-content {
    margin: 0;
    grid-area: c; 
    position: relative;
    border: 4px solid black;
    background-color: #eeeeee; }

    .overlay .overlay-content .overlay-text {
      padding: 25px; }

      .overlay .overlay-content .overlay-text .secondary-title {
        padding-bottom: 15px; }

      .overlay .overlay-content .overlay-text .acquisition-description {
        font: 300 normal 12px/18px "cooper"; }

      .overlay .overlay-content .overlay-text .img-grid.row {
        margin: 10px;
        padding: 5px;
        background-color: black; }

        .overlay .overlay-content .overlay-text .img-grid .img-grid-cell {
          padding: 5px; }

      .overlay .overlay-content .overlay-text img.single-img {
        display: block;
        width: 100%;
        padding-bottom: 25px;}

      .overlay .overlay-content .overlay-text img.multi-img {
        width: 100%;}

      .overlay .overlay-content .overlay-text .row {
        padding-bottom: 30px; }

    .overlay .overlay-content .overlay-img {
      position: relative;
      width: 100%; }

    .overlay .overlay-content a {
      position: absolute;
      right: 0;
      top: 100%;
      color: black;
      padding-top: 15px;
      font-weight: 500;
      font-size: 19px;
    }

  .overlay .close-button {
    cursor: pointer;
    margin: 0;
    width: 50px;
    height: 50px;
    background-color: white; 
    grid-area: b; }

    .overlay .close-button .close-icon {
      width: 50px;
      height: 50px;
      background-image: url("../../../images/Icon_X_04_knockout-04.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }

  .overlay iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%; }

  .overlay.video-player .overlay-content {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
  }

.intro {
  position: relative;
  width: 100%;
  padding-bottom: 150px; }

  .intro .heading {
    padding-top: 100px;
    background-color: black; }

  .intro .title {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 600px; }

  .intro .subtitle {
    color: #ff5700; 
    border-top: 1px solid #ff5700;
    padding-top: 50px;
    margin: 100px 0 400px 0;
    width: 600px; 
    position: relative;
    left: 50%;
    transform: translateX(-50%); 
    text-align: center; }
  
  .intro .tagline {
    height: 200px;
    white-space: nowrap; }

    .intro .tagline h2 {
      color: white; }

      .intro .tagline h2 .inverted {
        color: black;
        background-color: white; }

  .intro .info {
    padding: 50px 0 50px 0; }

    .intro .info p {
      font: 400 normal 25px/32px "cooper";
      padding-bottom: 32px; }  

  .intro .explore {
    cursor: pointer; }

    .intro .explore p {
      font-size: 25.5px;
      line-height: 28px;
      font-weight: 600;
      padding: 8px 12px 3px 12px; }

    .intro .explore p.explore-text {
      background-color: black;
      display: inline-block; 
      color: white;
      margin-left: 2em; }

    .intro .explore p.down-arrow {
       position: absolute; }


.sections {
  width: 100%; }

section {
  margin: 15px 0 15px 0; }

section .section-header {
  height: 100px;
  width: 100%;
  cursor: pointer; 
  position: -webkit-sticky;
  position: sticky;
  top: -1px; 
  z-index: 20;
  -webkit-transition: color 0.3s, background-color 0.3s; /* Safari */
  transition: color 0.3s, background-color 0.3s; }

  section .section-header a {
    visibility: hidden;
    position: absolute;
    left: 40px;
    top: 16px;
    width: 78px;
    height: 40px;
    background-image: url("../../../images/cooper-hewitt-logo.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  section .section-header .main-list {
    position: absolute;
    visibility: hidden;
    right: 20px;
    top: 7px;
    padding: 20px;
    color: white;
    font-size: 19px;
  }

  section .section-header .arrow-indicator {
    visibility: visible; }

  section .section-header.stuck a {
    visibility: visible; }

  section .section-header.stuck .main-list {
    visibility: visible; }

  section .section-header.stuck .arrow-indicator {
    visibility: hidden; }

  section .section-header.stuck .section-header-content {
    background-color: black;
    color: white;
    padding-top: 25px;
    height: 72px;
    padding-bottom: 0px;}

    section .section-header.stuck .section-header-content h3 {
      font-size: 22px;
      position: absolute;
      transform: translateX(114px);
      right: 50%;
      top: 26px; }

    section .section-header.stuck .section-header-content .inverted h3 {
      color: black;
      background-color: white; }

    section .section-header.stuck .section-header-content .inverted {
      color: black;
      background-color: white; }

  section .section-header h3 {
    position: absolute;
    transform: translateX(244px);
    right: 50%;
    white-space: nowrap;
    top: 22px; }

  section .section-header .arrow-indicator {
    background-image: url("../../../images/Icon_arrow_02.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 50%;
    transform: translateX(-300px);
    height: 55px;
    width: 55px;
    margin-top: 20px; }

  section.active .section-header .arrow-indicator {
    background-image: url("../../../images/Icon_arrow_03.png"); }  

  section .section-content {
    display: inline-block;
    position: relative; }

    section .section-content .section-subheader {
      padding: 100px 0 50px 0;
      text-align: center; }

      section .section-content .section-subheader p {
        font: 500 normal 26px/1em "cooper";}

    section .section-content .section-quote {
      margin: 50px 0 50px 0;
      padding: 50px 0 50px 0;
      background-color: #eeeeee;
      width: 100%;
      text-align: center}

    section .section-content .section-quote .quote-wrapper {
      display: inline-block;
      text-align: left;
      padding: 0 10px 0 10px;
      max-width: 900px;}

      section .section-content .section-quote p.quote {
        font: 300 normal 28px/1.4em "cooper";}

      section .section-content .section-quote p.quote .highlight{
        font-weight: 500;}

      section .section-content .section-quote .attribution {
        padding-top: 25px;}

        section .section-content .section-quote .attribution p {
          display: inline-block; 
          font: 300 normal 19px/1.4em "cooper"; }

        section .section-content .section-quote .attribution .dash {
          position: absolute;
          vertical-align: top; }

        section .section-content .section-quote .attribution .author {
          margin-left: 1em; }


    section .section-content .item {
      position: relative;
      padding-top: 50px;
      padding-bottom: 50px;
      margin-bottom: 50px; }

      section .section-content .item .img-wrapper {
        overflow-x: visible;
        padding: 10px; }

      section .section-content .item img {
        position: relative;
        max-width: 100%; 
        float: left; }

      section .section-content .item .shoutout-wrapper {
        position: absolute; }  

      section .section-content .item .shoutout {
        color: black;
        background-color: white;
        border: 2px solid black;
        box-shadow: 1px 1px, 2px 2px, 3px 3px, 4px 4px, 5px 5px, 6px 6px, 7px 7px, 8px 8px, 9px 9px, 10px 10px, 11px 11px, 12px 12px, 13px 13px, 14px 14px, 15px 15px;
        top: 30px;
        margin: 0 15px 0 0;
        padding: 15px 15px 10px 15px; }

      section .section-content .item .col-lg-8 img, 
      section .section-content .item .col-lg-7 img {
        float: right; }

        section .section-content .item .shoutout .subject {
          font-weight: 600;
          color: black; }

        section .section-content .item .shoutout .exhibit {
            font-style: italic; }

        section .section-content .item .shoutout .footnote p {
          position: absolute;
          top: calc(100% - 2px);
          width: calc(100% - 47px);
          color: black;
          font: 300 normal 12px/18px "cooper";
          background-color: rgba(255, 255, 255, 0.8);
          margin-top: 17px;
          padding: 10px; }

      section .section-content .item .primary-info { 
        padding: 10px 25px 10px 10px; }

        section .section-content .item .primary-info .title {
          text-transform: uppercase;
          font-weight: 600; }
      
      section .section-content .item .primary-info .subject {
        font-weight: 500; }

      section .section-content .item .primary-info .exhibit {
        font-style: italic; }

      section .section-content .item .button {
        cursor: pointer;
        display: inline-block;
        padding-right: 0;
        border-right: 6px solid #ff5700;
        color: #ff5700;
        background-color: white;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 45px;
        white-space: nowrap;
        overflow: visible;
        -webkit-transition: border-right 0.3s; /* Safari */
        transition: border-right: 0.3s; }

      section .section-content .item .button:hover {
        border-right: 10px solid #ff5700; }        

        section .section-content .item .button p {
          position: absolute;
          top: 50%;
          right: 15px;
          font-weight: 500;
          font-size: 20px;
          transform: translateX(50%) translateY(-50%) rotate(-90deg); }

          @keyframes example {
            0%   {top: 0px;}
            5%  {top: 8px;}
            10%  {top: 0px;}
            15%  {top: 8px;}
            20%  {top: 0px;}            
            100% {top: 0px;}
          } 

          @keyframes example {
            0%   {top: 0px;}
            5%  {top: 8px;}
            10%  {top: 0px;}
            15%  {top: 8px;}
            20%  {top: 0px;}            
            100% {top: 0px;}
          } 

          section .section-content .item .button p .arrow {
            padding-right: 10px;
            position: relative;
            top: 0;
            animation: example 4s infinite;
            -webkit-animation: example 4s infinite; }  



.statistics {
  padding-top: 150px; }

  .statistics img {
    width: 100%;
    padding-bottom: 100px; }

  .statistics .quote {
    width: 100%;
    padding: 50px 0 50px 0;
    background-color: #eeeeee;
    text-align: center; }

  .statistics .quote .quote-wrapper {
    display: inline-block;
    text-align: left;
    padding: 0 10px 0 10px;
    max-width: 900px; }

  .statistics p.quote-text {
    text-align: left;
    font: 300 normal 28px/1.4em "cooper";}

  .statistics p.quote-text .highlight{
    font-weight: 500;}

  .statistics .attribution {
    padding-top: 25px;}

    .statistics .attribution p {
      font: 300 normal 19px/1.4em "cooper"; }

    .statistics .attribution .dash{
      position: absolute;
      vertical-align: top; } 

    .statistics .attribution .author{
      margin-left: 1em; }  
  

.footer {
  padding-top: 150px;
  padding-bottom: 70px; }

  .footer p {
    font: 500 normal 32px/42px "cooper";
    padding-bottom: 1em; }

    .footer p a {
      color: #ff5700; 
      border-bottom: 2px solid #ff5700; }

      .footer p a:hover {
        text-decoration: none; }






/*increase font sizes on really large screens*/
@media (min-width: 1650px) {

  html, body {
    font: 300 normal 22px/27px "cooper"; }

  body {
    position: relative; }

  h1 {
    font: 600 normal 64px/1em "cooper"; }

  h3 {
    font: 600 normal 60px/1.2em "cooper"; }

  h4 {
    font: 500 normal 25px/1em "cooper"; }

  p {
    margin: 0;
    font: 400 normal 25px/30px "cooper"; }

  .overlay .overlay-content .overlay-text .acquisition-description {
    font: 300 normal 19px/24px "cooper"; }  

  .intro .info {
    font: 400 normal 25px/32px "cooper";
    padding: 50px 0 50px 0; }
    
  .intro .explore p {
    padding: 8px 12px 3px 12px;
    font-size: 25.5px; }       

  section .section-header h3 {
    position: absolute;
    transform: translateX(309px);
    right: 50%; }

  section .section-header .arrow-indicator {
    position: absolute;
    left: 50%;
    transform: translateX(-380px); }

  section .section-header .main-list {
    top: 5px;
    font-size: 24px; }

    section .section-header.stuck .section-header-content h3 {
      font-size: 22px;
      position: absolute;
      transform: translateX(114px);
      right: 50%;
      top: 26px; }

  section .section-content .section-subheader p {
    font: 500 normal 32px/1em "cooper";} 

  section .section-content .section-quote p.quote {
    font: 300 normal 36px/1.4em "cooper";}    

  section .section-content .section-quote .attribution p {
    font: 300 normal 26px/1.4em "cooper"; }

    section .section-content .section-quote .attribution .dash {
      position: absolute;
      vertical-align: top; }
    section .section-content .section-quote .attribution .author {
      margin-left: 1em; }

  section .section-content .item .shoutout .footnote p {
    position: absolute;
    top: calc(100% - 2px);
    width: calc(100% - 47px);
    color: black;
    font: 300 normal 19px/24px "cooper";
    background-color: rgba(255, 255, 255, 0.8);
    margin-top: 17px;
    padding: 10px; }      

  section .section-content .item .button p {
    position: absolute;
    top: 50%;
    right: 15px;
    font-weight: 500;
    font-size: 26px;
    transform: translateX(50%) translateY(-50%) rotate(-90deg); }

  section .section-content .item .shoutout.small {
      width: 400px; }

  .statistics p.quote-text {
    text-align: left;
    font: 300 normal 36px/1.4em "cooper"; }

  .statistics .attribution p {
    font: 300 normal 26px/1.4em "cooper"; }

  .statistics .quote .attribution .author{
    margin-left: 1em; }  

  .statistics .quote .attribution .author{
    margin-left: 1em; }  

  .footer p {
    font: 500 normal 32px/42px "cooper"; }

}






/*Bootstrap Medium Screen Size*/
@media (max-width: 991px) {

  html, body {
    font: 300 normal 16px/21px  "cooper"; }

  body {
    position: relative; }

  .overlay {
    padding-top: 15px; }
    
    .overlay .overlay-header h4 {
      padding: 10px 12px 2px 12px; }
    
    .overlay .overlay-content .overlay-text {
      padding: 10px; }

  .intro .title {
    width: 400px; }

  h1 {
    font: 600 normal 42px/1em "cooper"; }

  h2 {
    font: 600 normal 42px/1em "cooper"; }

  h3 {
    font: 600 normal 38px/1em "cooper"; }

  h4 {
    font: 500 normal 25px/1em "cooper"; }

  p {
    margin: 0;
    font: 400 normal 18px/23px "cooper"; }

  .overlay .overlay-content .overlay-text .acquisition-description {
    font: 300 normal 16px/21px "cooper"; }  

  .intro .info {
    font: 400 normal 25px/32px "cooper";
    padding: 50px 0 50px 0; }
    
  .intro .explore p {
    padding: 8px 12px 3px 12px;
    font-size: 25.5px; }       

  section {
    margin: 10px 0 10px 0; }

    section .section-header {
      padding-top: 0;
      height: 80px; }

    section .section-header a {
        left: 20px; }

      section .section-header h3 {
        transform: translateX(195px);
        right: 50%; }

      section .section-header .arrow-indicator {
        position: absolute;
        left: 50%;
        width: 40px;
        height: 40px;
        margin-top: 18px;
        transform: translateX(-240px); }

      section .section-header .main-list {
        top: 8px;
        font-size: 19px; }

      section .section-header.stuck .section-header-content h3 {
        font-size: 22px;
        position: absolute;
        transform: translateX(112px);
        right: 50%;
        top: 28px; }

    section .section-content .section-subheader p {
      font: 500 normal 22px/1em "cooper";} 

    section .section-content .section-quote p.quote {
      font: 300 normal 26px/1.4em "cooper";}    

    section .section-content .section-quote .attribution p {
      font: 300 normal 18px/1.4em "cooper"; }

      section .section-content .section-quote .attribution .dash {
        position: absolute;
        vertical-align: top; }
      section .section-content .section-quote .attribution .author {
        margin-left: 1em; }

    section .section-content .item .button p {
      position: absolute;
      top: 50%;
      right: 15px;
      font-weight: 500;
      font-size: 19px;
      transform: translateX(50%) translateY(-50%) rotate(-90deg); }

    section .section-content .item .shoutout.small {
        width: 400px; }

/*    section .section-content .item .shoutout {
      left: 45px;
      right: 60px; }

      section .section-content .item .col-md-11 .shoutout, 
      section .section-content .item .col-md-10 .shoutout {
        left: -60px;
        right: -30px; }

      section .section-content .item .col-md-9 .shoutout, 
      section .section-content .item .col-md-8 .shoutout {
        left: -170px;
        right: -160px; }*/

      section .section-content .item .shoutout .footnote p {
        position: absolute;
        top: calc(100% - 2px);
        width: calc(100% - 47px);
        color: black;
        font: 300 normal 13px/18px "cooper";
        background-color: rgba(255, 255, 255, 0.8);
        margin-top: 17px;
        padding: 10px; }              

  .statistics p.quote-text {
    text-align: left;
    font: 300 normal 26px/1.4em "cooper"; }

  .statistics .attribution p {
    font: 300 normal 18px/1.4em "cooper"; }

  .statistics .quote .attribution .author{
    margin-left: 1em; }  

  .statistics .quote .attribution .author{
    margin-left: 1em; }  

  .footer p {
    font: 500 normal 26px/1.4em "cooper"; }


}


/*Bootstrap Small Screen Size*/
@media (max-width: 767px) {

  html, body {
    font: 300 normal 16px/21px  "cooper"; }

  body {
    position: relative; }

  .overlay {
    padding-top: 15px; }
    
    .overlay .overlay-header h4 {
      line-height: 1.2em;s
      padding: 10px 12px 2px 12px; }
    
    .overlay .overlay-content .overlay-text {
      padding: 10px; }

  .intro .heading img {
    width: 300px;}

  .intro .title {
    width: 300px; }

  h1 {
    font: 600 normal 42px/1em "cooper"; }

  h2 {
    font: 600 normal 42px/1em "cooper"; }

  h3 {
    font: 600 normal 30px/1em "cooper"; }

  h4 {
    font: 500 normal 25px/1em "cooper"; }

  p {
    margin: 0;
    font: 400 normal 18px/23px "cooper"; }

  .overlay .overlay-content .overlay-text .acquisition-description {
    font: 300 normal 16px/21px "cooper"; }  

  .intro .info {
    font: 400 normal 25px/32px "cooper";
    padding: 50px 0 50px 0; }
    
  .intro .explore p {
    padding: 8px 12px 3px 12px;
    font-size: 22px; }       

  section {
    margin: 10px 0 10px 0; }

    section .section-header {
      padding-top: 0;
      height: 80px; }

    section .section-header a {
      left: 20px;
      top: 20px;
      width: 60px;
      height: 31px; }

    section .section-header .main-list {
      right: 0px; }    

      section .section-header h3 {
        transform: translateX(153px);
        right: 50%; }

      section .section-header .arrow-indicator {
        position: absolute;
        left: 50%;
        height: 35px;
        width: 35px;
        margin-top: 16px;
        transform: translateX(-180px); }

      section .section-header .main-list {
        top: 0px;
        font-size: 16px;
        line-height: 18px;
        text-align: center;
        width: 80px; }

      section .section-header.stuck .section-header-content h3 {
        font-size: 22px;
        position: absolute;
        transform: translateX(112px);
        right: 50%;
        top: 28px; }


    section .section-content .section-subheader p {
      font: 500 normal 22px/1em "cooper";} 

    section .section-content .section-quote {
      margin: 50px 0 150px 0;
      padding: 50px 0 50px 0; }

      section .section-content .section-quote p.quote {
        font: 300 normal 26px/1.4em "cooper";}    

    section .section-content .section-quote .attribution p {
      font: 300 normal 18px/1.4em "cooper"; }

      section .section-content .section-quote .attribution .dash {
        position: absolute;
        vertical-align: top; }
      section .section-content .section-quote .attribution .author {
        margin-left: 1em; }

    section .section-content .item {
      position: relative;
      padding-top: 50px;
      padding-bottom: 50px; }

      section .section-content .item .button p {
        position: absolute;
        top: 50%;
        right: 15px;
        font-weight: 500;
        font-size: 19px;
        transform: translateX(50%) translateY(-50%) rotate(-90deg); }

      section .section-content .item .img-wrapper {
        padding-right: 25px;
      }  

      section .section-content .item .shoutout.small {
          width: calc(100% - 50px); }

      section .section-content .item .shoutout-wrapper {
        position: static;
        padding: 0;
        margin-left: 10px;
        margin-right: 40px; }

      section .section-content .item .shoutout {
        width: 100% !important; }

        section .section-content .item .shoutout .footnote p {
          position: absolute;
          width: calc(100% - 82px);
          font: 300 normal 13px/18px "cooper";
          padding: 10px; }              

  .statistics p.quote-text {
    text-align: left;
    font: 300 normal 26px/1.4em "cooper"; }

  .statistics .attribution p {
    font: 300 normal 18px/1.4em "cooper"; }

  .statistics .quote .attribution .author{
    margin-left: 1em; }  

  .statistics .quote .attribution .author{
    margin-left: 1em; }  

  .footer p {
    font: 500 normal 26px/1.4em "cooper"; }


}



/*Bootstrap Small Screen Size*/
@media (max-width: 575px) {

  html, body {
    font: 300 normal 16px/21px  "cooper"; }

  body {
    position: relative; }

  .overlay {
    padding-top: 15px; }

    .overlay .layout-wrapper {
      display: grid;
      grid-template-areas: 
        "h b"
        "c c";  /*header content and button*/
      column-gap: 5px;
      grid-template-columns: 1fr 40px; }    
      
    .overlay .overlay-header {
      grid-area: h; }

      .overlay .overlay-header h4 {
        line-height: 27px;
        margin-bottom: 5px;
        width: 100%;
        padding: 10px 12px 3px 12px; }
      
    .overlay .overlay-content {
      grid-area: c; }

      .overlay .overlay-content .overlay-text {
        padding: 10px; }

      .overlay .overlay-content .overlay-text img {
        padding-bottom: 5px; }  

  .overlay .close-button {
    width: 40px;
    height: 40px;
    grid-area: b; }

    .overlay .close-button .close-icon {
      width: 40px;
      height: 40px; }

  .intro .heading img {
    width: 300px; }

  .intro .title {
    width: 300px; }

  .intro .subtitle {
    margin: 100px 0 200px 0;}

  .intro .tagline {
    height: 100px; }  

  .intro .explore p {
    padding: 6px 10px 1px 10px;
    font-size: 18px; }   

  section .section-header a {
    left: 10px; }

  section .section-header .main-list {
    padding-right: 10px; }    

  h1 {
    font: 600 normal 32px/1em "cooper"; }

  h2 {
    font: 600 normal 28px/1em "cooper"; }

  h3 {
    font: 600 normal 30px/1em "cooper"; }

  h4 {
    font: 500 normal 22px/1em "cooper"; }

  .intro .info {
    font: 400 normal 19px/24px "cooper";
    padding: 50px 0 50px 0; }

  .statistics {
    padding-top: 150px;}

  .footer {
    padding-top: 100px; }

  .footer p {
    font: 500 normal 22px/1.4em "cooper"; }

}


