body {
   position: absolute;
   height: 100%;
   font-family: 'Oswald', sans-serif !important;
}
/* Oswald|Hammersmith+One|Bad+Script|Libre+Caslon+Display|Galada */

section{
  display: flex;
  height: 100%;
}

p {
  word-wrap: break-word;
}

big {
  font-weight: bolder;
  color: gold;
}


/******* INTRO **********/

#section_intro{
  color: white;
  background: #262626;
  /*background-image: url("../images/bar.png");
  background-repeat: no-repeat;
  background-size: cover;*/
}   

#intro{ 
  height: 100%;
  display: flex;
  align-items: center; 
}

.diagonal-box {
  position: absolute;
  background-image: linear-gradient(45deg, #90ccdd, #264c57);
  transform: skewY(-5deg);
  width: 100%;
  height: 25%;
  z-index: 20;
  filter: drop-shadow(0px 0px 10px black);
}

@media only screen and (orientation : landscape)  { 

  .diagonal-box {
    height: 60%;
  }

}

#intro_maintext{ 
  padding: 50px;
  display: inline-block;
  width: 400px;
  text-align: left;
  font-size: 50px;
  line-height: 90%;
  filter: drop-shadow(0px 0px 2px black);
}

#intro_maintext > div{
  font-family: 'Poiret One', sans-serif;
  text-align: left;
  font-size: 30px;
  line-height: 90%;
}

#intro_mid{ 
  display: inline-block;
  width: 300px;
  height: 120%;
  font-size: 50px;
  line-height: 90%;
  background: black;
  transform: skewX(-20deg);
  vertical-align: top;
  border: solid 1px white;
  border-left: solid 20px white;
  overflow: hidden;
}

#intro_mid > img{ 
  width:1000px;
  height:550px;
  transform: skewX(20deg) skewY(5deg);
  margin-left: -180px;
  margin-top: -60px;
}

#intro_join{ 
  display: inline-block;
  width: 300px;
  height: 100%;
  vertical-align: middle;
  font-size: 50px;
  margin-left: 100px;
  filter: drop-shadow(0px 0px 2px black);
}

#intro_join a{
  text-decoration: none;
  color: white;
}

#intro_join a:hover{
  font-weight: bolder;
}

.slides {
  display: none;
}

.animate-left {
  position: relative;
  -webkit-animation: animateleft 4.8s;
  -moz-animation: animateleft 4.8s;
  -o-animation: animateleft 4.8s;
  animation: animateleft 4.8s;
}

@-webkit-keyframes animateleft {
  0% { left :-400px; opacity:0 } 
  100% { left:0; opacity:1 }
}
@-moz-keyframes animateleft {
  0% { left :-400px; opacity:0 } 
  100% { left:0; opacity:1 }
}
@-o-keyframes animateleft {
  0% { left :-400px; opacity:0 } 
  100% { left:0; opacity:1 }
}
@keyframes animateleft {
  0% { left :-400px; opacity:0 } 
  100% { left:0; opacity:1 }
}


#section_intro > div > div > img {
  -webkit-filter: drop-shadow(0px 0px 15px black);
  filter: drop-shadow(0px 0px 15px black);
}  

#section_intro > div > div > h2 {
  -webkit-filter: drop-shadow(0px 0px 15px black);
  filter: drop-shadow(0px 0px 15px black);
}    


.reveal{
  position: relative;
  transform: translateY(250px);
  opacity: 0;
  transition: 2s all ease;
}

.reveal.active{
  transform: translateY(0);
  opacity: 1;
}

/******* WORDCLOUD **********/

#dropdown{
  position: absolute;
  top: 50%;
  width: 95%;
  height: 0px;
  opacity: 0;
  -webkit-transition: 2s all ease;
  -moz-transition: 2s all ease;
  -o-transition: 2s all ease;
  transition: 2s all ease;

  z-index: 10;
  left: 0;
  right: 0;
  margin: auto;
  filter: drop-shadow(0px 0px 10px black);
  background: #161616;
}

.dropactive{
  height: 130% !important;
  opacity: 1 !important;
  background: #565656;
}

#section_wordcloud{
  height: 150%;
  width: 100%;
  background: #262626;
}

#wordcloud{
  height: 100%;
  display: flex;
  align-items: center; 
}

#title_wordcloud{
  position: absolute;
  width: 100%;
  text-align: center;
  color: gold;
}

#wordcloud_div{
  position: absolute;
  text-align: center;
}

.dropmixes{
  margin-top: 200px !important;
  opacity: 1 !important;
}

#intro_mixes{
  margin-top: -200px
  width: 100%;
  z-index: 12;
  text-align: center;
  opacity: 0;

  -webkit-transition: 4s all ease;
  -moz-transition: 4s all ease;
  -o-transition: 4s all ease;
  transition: 4s all ease;
}

@media only screen and (orientation : landscape)  { 
  #intro_mixes{
    overflow: hidden;
    height: 50%;
  }
}

#intro_mixes > a {
   display: inline-block;
   margin: 6px;
   cursor: pointer;
   color: gold;
}

#intro_mixes > a > span { 
    opacity:1;
    transition: opacity 1s;
    font-size: 25px;
    font-style: italic;
    padding-top: 20px; 
    padding-left: 20px; 
    padding-right: 5px;
    background-color:rgba(0, 0, 0, 0.8);
    border-radius: 15px;
    border: solid 1px gold;
    filter: drop-shadow(2px 2px 4px black);
}

#intro_mixes > a > span > img {
    margin-left: -5px; 
    margin-right: -30px; 
    margin-bottom: -20px; 
    width:80px; 
    height:80px; 
    background-color:rgba(0, 0, 0, 0.0);
}

@media only screen and (orientation : landscape)  { 

#intro_mixes > a {
   display: inline-block;
   margin: 6px;
   cursor: pointer;
   color: gold;
}

#intro_mixes > a > span { 
    opacity:1;
    transition: opacity 1s;
    font-size: 15px;
    font-style: italic;
    padding-top: 20px; 
    padding-left: 20px; 
    padding-right: 5px;
    background-color:rgba(0, 0, 0, 0.8);
    border-radius: 15px;
    border: solid 1px gold;
    filter: drop-shadow(2px 2px 4px black);
}

#intro_mixes > a > span > img {
    margin-left: -5px; 
    margin-right: -30px; 
    margin-bottom: -20px; 
    width:60px; 
    height:60px; 
    background-color:rgba(0, 0, 0, 0.0);
}

}


.diagonal-box2 {
  position: absolute;
  background-image: linear-gradient(45deg, #464646, #262626);
  transform: skewY(-5deg);
  width: 100%;
  height: 45%;
  z-index: 20;
  filter: drop-shadow(0px 0px 10px black);
}

@media only screen and (orientation : landscape)  { 

  .diagonal-box2 {
    height: 80%;
  }

}

.container{
  position: absolute;
  top:0;
  bottom:0;
  margin: auto;
  margin-left: 50px;
  margin-right: 50px;
}

.centercontainer{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(0px 0px 2px black);
  margin-top: 50px;
}

/*
@media (max-width: 900px){
  section h1{
    font-size: 2rem;
    text-align: center;
  }
  section .text-container{
    flex-direction: column;
  }
}*/

#title_evenbetter{
  text-align: center;
  font-size: 3rem;
  color: white;
  text-shadow: 0px 0px 2px black;
  z-index: 30;
  display: block;
  margin-top: 50px;
}

#p_evenbetter{
  margin-left: 20px;
  font-family: 'Poiret One', sans-serif;
  text-align: left;
  font-size: 30px;
  line-height: 90%;
}

#div_evenbetter{
  box-sizing: border-box;
  border-left: solid 1px white;
  padding: 10px;
  padding-left: 20px;
  margin-left: 20px;
  font-family: 'Poiret One', sans-serif;
  font-size: 20px;
  display: block;
}

#p_concept{
  float:left;
}

#half{
  margin-top: 45%;
  width: 100%;
  height: 0%;
  background: #262626;
  position: absolute;
  z-index: 0;
}

#section_use{
  box-sizing: border-box;
  position: relative;
  height: 100%;
  width: 100%;
  color: white;
  background: #262626;
  text-align: center;
  z-index: 60;
  margin-top: -100px;
  padding-bottom: 200px;
}

#title_use{
  display: block;
  font-family: 'Galada' !important;
  font-size: 40px;
  color: white;
}

#use{
  padding: 100px;
  box-sizing: border-box;
  width: 100%;
  display: table;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 50px;
}

.use_element{
  display: inline-block;
  margin: 20px;
  width: 400px;
  font-size: 30px;
}

@media only screen and (orientation : landscape)  { 
  .use_element{
    font-size: 15px;
  }
}

.use_img{
  width: 100px;
  height: 100px;
  filter: invert(1);
}

#section_instagram{
  position:relative;
  /*margin-top: -50%;*/
  height: 100%;
  width: 100%;
  color: #42455a;
  background: #262626;
  z-index: 50;
  display: block;
  text-align: center;
  padding-top: 50px;
}

#instagram_header{
  margin-top: 20px;
  filter: drop-shadow(0px 0px 2px black);
}

@media only screen and (orientation : landscape)  { 
  #half{
    height: 70%; 
  }

  #section_instagram{
  }

}

.diagonal-box3 {
  position: absolute;
  background-image: linear-gradient(45deg, #90ccdd, #264c57);
  transform: skewY(-5deg);
  width: 100%;
  height: auto;
  filter: drop-shadow(0px 0px 10px black);
  bottom: -100px;
}

@media only screen and (orientation : landscape)  { 

  .diagonal-box3 {
  }

}

#title_instagram{
  display: inline;
  font-family: 'Galada' !important;
  font-size: 30px;
  color: white;
}

#instas{
  display: block;
}

#instas iframe{
  margin: 20px;
  width: 180px;
  height: 220px;
  -webkit-box-shadow: 0 8px 6px -6px black;
     -moz-box-shadow: 0 8px 6px -6px black;
          box-shadow: 0 8px 6px -6px black;
}

/******* REFS ********/

#section_refs{
  position:relative;
  height: 100%;
  width: 100%;
  color: #e0ffff;
  background: #dddddd;
  justify-content: center;
  text-align: center;
  z-index: 30;
  padding: 50px;
  padding-top: 150px;
  display: block;
  box-sizing: border-box;
}

#section_refs h1{
  color: #262626;
}

@media only screen and (orientation : landscape)  { 
  
  #section_refs{
    margin-top: 0px;
    height: auto;
  }
}

#section_refs > img {
  display: inline-block;
  width: auto;
  max-height: 100px;
  margin: 20px;
  filter: grayscale(100);
}

/******* FOOTER ********/

#section_footer{
  position:relative;
  height: 100%;
  width: 100%;
  color: #e0ffff;
  background: #dddddd;
  z-index: 50;
  display: block;
  box-sizing: border-box;
}

.diagonal-box4 {
  margin-top: 20%;
  position: absolute;
  background-image: linear-gradient(45deg, #464646, #262626);
  transform: skewY(-5deg);
  width: 100%;
  height: 100%;
  z-index: 20;
  filter: drop-shadow(0px 0px 10px black);
}

@media only screen and (orientation : landscape)  { 

  .diagonal-box4 {
    height: 100%;
  }

}

