@font-face {
  font-family: 'TradeGothicLTStdBold';
  src: url('../fonts/tradegothicltstd-bold-webfont.eot');
  src: url('../fonts/tradegothicltstd-bold-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/tradegothicltstd-bold-webfont.woff') format('woff'),
       url('../fonts/tradegothicltstd-bold-webfont.ttf') format('truetype'),
       url('../fonts/tradegothicltstd-bold-webfont.svg#TradeGothicLTStdBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

body, html {
  height: 100%;
}

body {
  background-color: #ffcc00;
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}

h1 {
  font-family: 'TradeGothicLTStdBold';
  font-size: 3rem;
  margin: 0;
  line-height: 1.2;
  text-align: center;
  position: relative;
  z-index: 2;
}

h2, p {
  line-height: 1.4;
  font-weight: normal;
  margin: 0;
  font-size: 1.5rem;
  padding: 0 1rem;
}

.intro {
  position: absolute;
  bottom: 6rem;
  z-index: 2;
}

strong {
  font-weight: bold;
}

a {
  color: #000;
}

img {

}

ul {
  list-style: none;
  width: 15910px;
  height: 220px;
  clear: both;
  padding: 0;
  margin: 0;
  overflow-x: scroll;
  overflow-y: hidden;
}

li {
  background-color: #FFFFFF;
  float: left;
  height: 170px;
  margin: 0 10px 0 0;
  padding: 20px 20px 10px;
  width: 380px;
}

li h4,
li p {
  font-size: 20px;
  line-height: 36px;
}

li h4 {
  margin: 0 0 20px 0;
  position: relative;
}

li h4 span {
  position: absolute;
  right: 0;
}

#container {
  margin: 0px auto;
  height: 100%;
  width: 100%;
  padding: 0;
  position: relative;
  overflow-x: hidden;
}

#container .navigation {
  position: fixed;
  left: 50%;
  cursor: pointer;
  z-index: 10;
  color: white;
}

#container .navigation#previous {
  top: 10px;
  display: none;
}

#container .navigation#next {
  bottom: 10px;
}

#content {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}

.section {
  min-height: 70vh;
  position: relative;
  width: 100%;
  padding: 2rem 0 0 0;
}

.wrapper {
  overflow-y: hidden;
  overflow-x: scroll;
  width: 100%;
}

.col_1 {
  text-align: center;
}

.add_bottom_margin {
  margin-bottom: 50px;
}

.image_container {
  position: absolute;
  right: 50%;
  width: 50%;
  top: 50px;
  z-index: 1;
}

.image_container img {
  position: relative;
  left: 25%;
}

.map_1,
.map_2 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 90vw;
  margin: 0 auto;
}

.map_1 {
  background-image: url(../images/dymaxion_01.png);
}

.map_2 {
  background-image: url(../images/dymaxion_02.png);
}

#video {
  position: relative;
}

#video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#thanks .center {
  display: block;
  margin: 200px auto;
  text-align: center;
}

#thanks .center a {
  font-size: 48px;
  font-weight: bold;
}

ul#exchanges {
  height: 368px;
  width: 4300px;
}

ul#exchanges li {
  height: 310px;
}

.image_container-small {
  width: calc(100% - 4rem);
  margin: 0 auto 4rem;
  text-align: center;
  padding: 0 2rem;
}

.image_container-small img {
  width: 100%;
}

.image_container-small span {
  font-size: 1rem;
}

#book .col_1 {
  margin-bottom: 4rem;
}

.text,
.text p {
  font-size: 1.1rem;
  line-height: 1.5;
  text-align: center;
}

.links {
  margin-bottom: 2rem;
}
.text a {
  font-weight: 700;
}

.text p {
  text-align: left;
  max-width: 60rem;
  margin: 0 auto 2rem;
}

.centered {
  position: relative;
}

.centered > * {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 80vw;
}

.press {
  margin: 0 auto;
  width: calc(100% - 4rem);
  padding: 0 2rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.press .column {
  width: 100%;
  display: inline-block;
}

.press .title {
  margin: 1rem 0;
}

#logo {
  margin-bottom: 10rem;
  min-height: 100vh;
}

#contact {
  min-height: 50vh;
}

#press {
  min-height: 50vh;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 62.75px;
    width: 50%;
    float: left;
    margin: 0 0 0 50px;
    line-height: 83px;
    text-align: left;
  }

  .image_container {
    right: 0;
  }

  .section {
    padding: 5rem 0 0 0;
    min-height: 100vh;
  }

  h2, p {
    line-height: 65px;
    font-weight: normal;
    margin: 0;
    font-size: 48px;
  }

  .intro {
    position: absolute;
    bottom: 10rem;
    left: 5rem;
    max-width: 65rem;
  }

  .image_container-small {
    width: 50%;
    padding: 0;
  }

  .text,
  .text p {
    font-size: 20px;
    line-height: 36px;
  }

  .press {
    width: 60rem;
    padding: 0;
    flex-direction: row;
  }

  .press .column {
    width: 26rem;
  }

  .press .title:first-child {
    margin: 0 0 1rem;
  }
}