*{
  margin:0;
}

body {
  background-color: #262626;
}

h1{
  font-size:10em;
  text-transform: uppercase;
  font-family: 'heebo';
  color:white;
  line-height: .95em;
  font-weight: 900;
  margin-bottom: 15px;
}

h2{
  font-family: 'heebo';
  font-weight: 400;
  color: white;
  text-transform: uppercase;
  font-size: 1.2em;
}

p{
  font-family: 'Heebo';
  font-size: 1.2em;
  line-height: 1.85em;
  color:white;
  text-align: left;
  display:block;
  margin-left:0;
  font-weight: 300;
}

.parallax, .foreground{
  transform-style: preserve-3d;
  transform:translateZ(0);
}

.parallax{
  position: absolute;
  width:100%;
  height:100%;
  overflow-x: hidden;
  overflow-y: auto;
  perspective: 300px;
  perspective-origin: 100% 100%;

}


.background{
  transform: translateZ(-150px) scale(1.5);
  transform-origin: 100% 100%;
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#262626;
  background-image: url("./assets/bg_lines.svg");
  padding-bottom:15vh;
  z-index: -2;
  transform-origin: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.foreground{
  max-width: 57em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}






#container_about{
  border-top: 1px solid white;
}

#about{
    text-align: center;
}

.layers{
  position:relative;
  margin:auto;
  padding:15% 5%;
  background-image: url("./assets/objects.svg");
  background-repeat:no-repeat;
  background-size:cover;
}

.content{
  height:45vh;
}

#container_logo{
  position:relative;
  text-align: center;
  max-width:400px;
  margin:auto;

}


.container_intro{
  position:relative;
  padding-top:20vh;
  text-align: left;
  margin:auto;
  transform-origin:50% 50% 0;
  padding-bottom:20vh;

}

#services{
  border-top: 1px solid white;
  text-align: center;
  overflow: hidden;
}

#container_services{
  margin:auto;
  text-align: right;
  position:relative;

}

#column_wrapper{
  text-align: center;

}

.scolumn{
  margin-top: 50px;
  float:left;
  max-width: 14.25em;
  text-align: center;
  display: block;
  z-index: 5;
}

.description{
  text-align: justify;
  margin-top:15px;
  font-size: 0.94em;
  line-height:1.5em;
  padding:12px;
}

.icons{
  width:100px;
  height:100px;
  margin-bottom:25px;
}

.logo{
  text-align: center;
  margin:auto;
  position:relative;
  width:300px;
}



#button{
  text-align: right;
  margin:50px;
  position:fixed;
  right:0px;
}

.shape{
  height:1px;
  width:70px;
  background-color: white;
  margin-bottom:25px;
  box-shadow: 0px 0px 25px white;
}

.shape:hover{

}

#menu_switch{
  visibility: hidden;
  z-index:100;
}

.contact{
  position:absolute;
  margin-left:auto;
  margin-right:auto;
  margin-top:15vh;
  z-index: 4;
  text-align: center;
  transform-origin: 100% 100%;
  transform-style: preserve-3d;
}

#map{
  position:relative;
  height:80vh;
  width: 100vw;
  margin-left:-5%;
}


#info{
  z-index:5;
  position: absolute;
  transform: translateZ(140px) scale(0.5);
  transform-style: preserve-3d;
  max-width: 350px;
  margin-top:30vh;
  background-color: black;
  padding:30px;
  margin-left:70vw;

}

#come{
  font-size:7.5em;
  padding-bottom:15px;
  border-bottom: solid 10px white;
  margin-top:0px;
  margin-bottom:0px;
}



#team{
  visibility: hidden;
  height:0px;
}


html{
  overflow: scroll;
   overflow-x: hidden;

}
::-webkit-scrollbar {
   width: 0px;  /* remove scrollbar space */
   background: transparent;  /* optional: just make scrollbar invisible */
}
/* optional: show position indicator in red */
::-webkit-scrollbar-thumb {
   background: #FF0000;
}


#emaillink{
    background-color: rgba(255, 255, 255, 0.5);
    padding:15px;
    font-family: 'Questrial', sans-serif;
    color:white;
    font-size: 12px;
    text-decoration: none;
  }

  #address_numbers{
    line-height: 1.5em;
    font-size: 0.95em;
    margin-bottom:40px;
    margin-top:15px;
  }

  @media only screen and (max-width: 700px) {
    h1 , #come{
      font-size: 1.7em;
    }

    p{
      font-size: 0.9em;
    }

    #container_logo{
      position:relative;
      text-align: center;
      max-width:300px;
      margin:auto;
      transform: scale(0.8);
    }

    .container_intro{
      padding-top:20vh;
    }

    #container_about{
    }

    .icons{
      transform:scale(1);
    }


    #services{
      margin:0;
    }

    .scolumn{
      max-width: none;
    }

    .description{
      margin:0;
      padding:0;
    }

    #info{
      max-width: auto;
      transform: scale(0.8);
      margin-left:3vw;
      margin-top: 70vh;
      padding:15px;
      overflow: hidden;
      transform-origin: 100% 100%;
      transform-style: preserve-3d;
      height:150px;
    }

    #map{
      position:relative;
      height:90vh;
      width: 100vw;
    }

    #come{
      border-bottom: solid 5px white;
    }

    .layers{
      position:relative;
      background-image: url("./assets/objects.svg");
      background-position: center;
      background-size: contain;
    }

  }
