/*  red:#dd3e47; */


@font-face {
    font-family: 'suisse-intl';
    src: url('../fonts/si/SuisseIntl-Regular-WebS.eot');
    src: url('../fonts/si/SuisseIntl-Regular-WebS.eot?#iefix') format('embedded-opentype'), url('../fonts/si/SuisseIntl-Regular-WebS.woff2') format('woff2'), url('../fonts/si/SuisseIntl-Regular-WebS.woff') format('woff'), url('../fonts/si/SuisseIntl-Regular-WebS.ttf') format('truetype'), url('../fonts/si/SuisseIntl-Regular-WebS.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'suisse-intl';
    src: url('../fonts/si/SuisseIntl-Medium-WebTrial.eot');
    src: url('../fonts/si/SuisseIntl-Medium-WebTrial.eot?#iefix') format('embedded-opentype'), url('../fonts/si/SuisseIntl-Medium-WebTrial.woff2') format('woff2'), url('../fonts/si/SuisseIntl-Medium-WebTrial.woff') format('woff'), url('../fonts/si/SuisseIntl-Medium-WebTrial.ttf') format('truetype'), url('../fonts/si/SuisseIntl-Medium-WebTrial.svg') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'suisse-intl';
    src: url('../fonts/si/SuisseIntl-Bold-WebS.eot');
    src: url('../fonts/si/SuisseIntl-Bold-WebS.eot?#iefix') format('embedded-opentype'), url('../fonts/si/SuisseIntl-Bold-WebS.woff2') format('woff2'), url('../fonts/si/SuisseIntl-Bold-WebS.woff') format('woff'), url('../fonts/si/SuisseIntl-Bold-WebS.ttf') format('truetype'), url('../fonts/si/SuisseIntl-Bold-WebS.svg') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'suisse-works';
    src: url('../fonts/sw/SuisseWorks-Book-WebS.eot');
    src: url('../fonts/sw/SuisseWorks-Book-WebS.eot?#iefix') format('embedded-opentype'), url('../fonts/sw/SuisseWorks-Book-WebS.woff2') format('woff2'), url('../fonts/sw/SuisseWorks-Book-WebS.woff') format('woff'), url('../fonts/sw/SuisseWorks-Book-WebS.ttf') format('truetype'), url('../fonts/sw/SuisseWorks-Book-WebS.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'suisse-works';
    src: url('../fonts/sw/SuisseWorks-Bold-WebS.eot');
    src: url('../fonts/sw/SuisseWorks-Bold-WebS.eot?#iefix') format('embedded-opentype'), url('../fonts/sw/SuisseWorks-Bold-WebS.woff2') format('woff2'), url('../fonts/sw/SuisseWorks-Bold-WebS.woff') format('woff'), url('../fonts/sw/SuisseWorks-Bold-WebS.ttf') format('truetype'), url('../fonts/sw/SuisseWorks-Bold-WebS.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'suisse-works';
    src: url('../fonts/sw/SuisseWorks-BookItalic-WebS.eot');
    src: url('../fonts/sw/SuisseWorks-BookItalic-WebS.eot?#iefix') format('embedded-opentype'), url('../fonts/sw/SuisseWorks-BookItalic-WebS.woff2') format('woff2'), url('../fonts/sw/SuisseWorks-BookItalic-WebS.woff') format('woff'), url('../fonts/sw/SuisseWorks-BookItalic-WebS.ttf') format('truetype'), url('../fonts/sw/SuisseWorks-BookItalic-WebS.svg') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'playground';
    src: url('playground_reg_5-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
#logo {

    margin: 1em auto;
    cursor: pointer;
  }

  .active #logo {
        padding: 0 240px;
  }


  #menu {
        margin: 0;
        padding: 0;
        list-style-type: none;
        display:flex;
        justify-content:space-around;
        width:100%;
        flex-flow: wrap;
  }


#menu li {
    flex:1 100%;
}
  .active #menu li {
    
    display:block;
    justify-content:space-around;
    flex:1 auto;

  }
#menu a {
    
    color:black;
    text-decoration:none;

  }

  #menu a:hover,
  #menu a.active {
    text-decoration:underline;
  }


html,
body {
    height: 100%;
    font-family: 'suisse-works';
    font-size: 16px;
    line-height: 1.76em;
    letter-spacing: 0.01em;
    color: #111;
}

p a {
      color:#000;
      text-decoration:none;
      border-bottom: 1px solid #000;
}

a:hover {
      
      
      border-bottom: none;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'suisse-works';
    font-weight: normal;
    transition: all 0.2s;
}
h1 {
    text-align: center;
    width: 100vw;
    font-size: 5vw;
    line-height: 1.3em;
    position: relative;
    top: 45vh;
    transform: translateY(-50%);
    z-index: 10;
}
h2 {
    font-size: 1.6vw;
    line-height: 1.3em;
}
h3 {
    font-size: 1.7vw;
    font-weight: bold;
    line-height: 1.4em;
    margin-top: -0.2em;
    margin-bottom: -0.4em;
}
.active h3 {
    font-size: 1.8vw;
    margin-bottom: -0.4em;
}
h4 {
    /*font-style:italic;*/
    
    font-weight: 300;
    font-family: 'playground';
    line-height: 1.6em;

}
h5 {
    /*font-style:italic;*/
    
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.15em;
    margin-top:  0.5em;
    margin-bottom: -0.2em;
}

h6 {
    /*font-style:italic;*/
    
    font-weight: 300;
    font-family: 'playground';
    font-size: 1.4em;
    line-height: 1.4em;
    margin-top: 0.7em;
    letter-spacing: -0.009em; 

}
.caption {
    font-family: 'playground';
    font-size: 0.75em;
    margin-bottom: 2em;
    color: #888;
}
.active h2 {
    font-size: 2.5em;
    line-height: 1.3em;
}
.open {
    cursor: pointer;
    color: #dd3e47;
    text-decoration: none;
    border-bottom: none;
}
.onlyMobile {
    color: #000;
    cursor: default;
    text-decoration: none;
    border-bottom:none;
}
.open:hover {
    border-bottom: 0.07em solid #dd3e47;
}
#container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}
#platform {
    min-height: 100%;
    box-sizing: border-box;
    padding: 10px;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    height: 100vh;
    overflow-y: scroll;
    cursor: pointer;
}
#gallery {
    min-height: 100%;
    height: auto;
    background: #FFF;
    box-sizing: border-box;
    border-left: 1px solid #444;
    padding: 10px;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100vw;
    align-content: flex-start;
    cursor: pointer;
}
.elem {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
}
.hide-small {
    display: none;
    /*width:0!important; height:0!important;*/
    
    transition: all 0.2s;
    overflow: hidden;
}
.active .hide-small {
    display: block;
    /*width:auto!important; height:auto!important;*/
}
.active .elem {
    width: 62.5%;
}
#map.elem {
    width: 60.75%;
    height: 50vh;
    background: white;
    margin: 10px;
}
.section {
    width: 20%;
    transition: width 0.2s ease-out;
    position: fixed;
}
.section.active {
    width: 80%;
    position: absolute;
    /*height:90000px;*/
}

.question {
  margin-top:2em;
  font-weight:bold;
  letter-spacing: 0.015em;
}


.pullquote {
      font-size: 1.6em;
    line-height: 1.6em;
    font-style: italic;
    /*text-align: center;*/
    max-width: 600px;
    margin: 2em auto;;
}
.answer {
  padding-left:2em;
}
.name {
  font-family:'playground';
  font-size: 0.9em;
  border-bottom: 2px solid #000;
}

#screen {
    position: fixed;
    width: 100vw;
    height: 200vh;
    z-index: 1;
    background: #FFF;
    transition: width 0.2s ease-out;
    overflow: hidden;
}
.rando-left,
.rando-right {
    position: absolute;
    max-width: 15vw;
    filter: grayscale(100%);
    transition: all 0.2s;
    opacity: 0.3;
}
.rando-right {
    max-width: 30vw;
}
.noFilter {
    filter: grayscale(0%);
    z-index: 20;
    opacity: 1;
}
/*** Gallery Styles ***/

#gallery {
    color: #000;
}
/*#gallery a {
    color: #FFF;
    text-decoration: underline;
}
#gallery a:hover {
    text-decoration: none;
}*/
/* platform side */

.featured {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 1em;
    box-sizing: border-box;
}
/*.active .featured {
  width:50%;
}*/

.col {
  display:inline;
}

.active .col {
  display:block;
    width: 50%;
}


.active .featured-image {
    width: 100%;
    box-sizing: border-box;
    padding: 1em 1em 1em 0;
}
.featured-image img {
    width: 100%;
    max-width: 100%;
}
.active .featured-text {
    /*max-width:600px;*/
    
    padding: 1em 1em 1em 0;
}

#/*platform a {
    color: #dd3e47;
    text-decoration: none;
}
#platform a:hover {
    text-decoration: underline;
}*/
hr {
    width: 20px;
    margin: 1em;
    background: #000;
    border-top: 5px solid #000;
    display: none;
}
.readmore {
    font-family: suisse-intl;
    font-weight: 600;
    font-size: 0.85em;
}
#platform h3 a {
    color: #111;
}
.dash {
    font-size: 2em;
    margin-top: -0.5em;
}
.content {
    max-width: 750px;
    margin: auto;
}
.content img {
    width: 100%;
}


.active #header {
    width: 80vw;
    height: 45vw;
}


#header {
    width: 100%;
    height: 25vw;
    background-size:cover;
}

.section.active#platform,
.section.active#gallery {
        height: auto;
    overflow: visible;
}

@media screen and (max-width: 800px) {

  .active #header {
    width:100%;
  }

  .active #logo {
        padding: 0;
  }

    .onlyMobile {
        cursor: pointer;
        color: #dd3e47;
        text-decoration: none;
        border-bottom: none;
    }

    .active .col {
      width:100%;
    }
    h1 {
        font-size: 5.5vw;
        line-height: 1.5em;
    }
     h5 {
        font-size: 8.25vw;
        line-height: 1.5em;
    }
     h6 {
        font-size: 4.25vw;
        line-height: 1.5em;
    }
    .rando-right,
    .rando-left {
        display: none;
    }
    #platform,
    #gallery {
        width: 0;
        overflow-x: hidden;
    }
    #gallery {
        display: block;
    }
    .section.active#platform,
    .section.active#gallery {
        width: 95%;
        cursor: auto;
        height: auto
    }
    .active .featured {
        width: 100%;
    }
    .active h3 {
        font-size: 28px;
    }
    .active .elem {
        width: 100%;
    }
    #map.elem {
        width: calc(100% - 1em);
        height: 80vh;
        background: white;
        padding: 0;
    }
}

@media screen and (min-width: 1500px) { 
.active #logo {
    padding:0 400px;
    }}
