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

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

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



:root {
  --blue: #c7dadb;
  --red: #e6686d;
  --yellow: #eff587;
}

body {
  position: relative;
  font-family: 'Semplicita-Medium';
  overflow-x: hidden;
  color: #333;
}

a {
  color: #333;
}
a:hover {
  color: var(--red);
}

.headline-hr {
  border: 3px solid #333;
  margin-top: 10px;
}

.blue-box {
    font-family: 'GillSans';

  background-color: rgba(255,255,255,0.5);
  background-color: #ffffff;

  //color: #eee !important;
  padding: 20px;
  border: 4px solid #333;
  //border-radius: 5px;

  border: 4px solid #333;

}

.border-4 {
  border: 4px solid #333;

}

h1 {
  display: inline;

  position: relative;
  //font-family: 'Semplicita-Bold';
  background-color: rgba(255,255,255,1);
  letter-spacing: 3px;
}

h2 {
  background-color: #ffffff;
  padding: 5px;
  display: inline;
  letter-spacing: 3px;
  font-size: 1.2em;
}

.col-lg-4, .col-lg-8 {
  padding-top: 50px;
}

.headline {
  min-height: 100vh;
  height: 100%;
  padding-top: 40vh;
  background-attachment: fixed;
}
.structure-wrapper {
  position:relative;
  width: 100%;
  height: 100vh;
  z-index: -10;
  overflow-x:hidden;
}
.structure {
  position: absolute;
  top: 0px;
  left: 0px;
  //width: 100%;
  height: 100%;
  z-index: -1000;
  margin: 0 auto;
  display: block;
}
.rot {
  z-index: -10;
}
.layer-top {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: none;
  z-index: 10000;
  overflow: scroll;
}

.campaign-btn {
  border: 4px solid #333;
  border-radius: 0px;
  font-weight: bold;
  background-color: var(--red);
}
.campaign-btn:hover {
  background-color: #fff;
}

.product_image {
  margin-bottom: 30px;
}
.product_image img {
  margin-bottom: 10px;
}

.icons img {
  margin: 10px;
}
