:root {
  --c-offwhite: #F5F3EE;
  --c-yellow: #FFC900;
  --c-lightbrown: #B2A87F;
  --c-blue: #748CAB;
  --c-darkbrown: #3B362C;
  --c-blackgreen: #0D0E0C;
}

html{
  font-optical-sizing: auto;
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  height: 100%;
  width:100%;
}
body{
  width:100%;
  position: relative;
  height: 100%;
  margin:0;
}
#hero{
  background-color:var(--c-yellow);
  position: relative;
  top:0;
  left:0;
  width:100%;
  height:100%;
  overflow: hidden;
}
#heroContents {
  position: fixed;
  z-index:2;
  margin-top:-9vw;
  top:50%;
  left:25.5vw;
  width:49%;
  height:18vw;

  transition: 1s;
}
.topleft{
  top:10px !important;
  left:20px !important;
  margin:0 !important;

  transition:2s;

}
.topleft .yellowring{
  font-size:50px !important;
  line-height: 50px !important;
}
.yellowring{
  position: relative;
  font-size:10vw;
  color:var(--c-offwhite);
  font-family: Montserrat, sans-serif;
  font-weight:100;
  filter: drop-shadow(0 .2vw 5px rgba(0,0,0,.25));
  line-height:9vw;
  z-index: 2;

  transition:1s;
}
h1{
  white-space: nowrap;
}
.yellow{
  color:var(--c-yellow) !important;
}
.blackgreen{
  color:var(--c-blackgreen) !important;
}
.trans{
  opacity:0;
}

.yellowring span{
  color:var(--c-darkbrown);
  font-family: Quicksand, sans-serif;
  font-weight:800;

  transition:1s;
}
.autoconsult{
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-align: right;
  color:var(--c-blue);
  font-size:2.2vw;
  margin-right:7vw;
  line-height:2.4vw;
  position: relative;
  z-index: 2;

  transition:1s;
}
#hook{
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  color:var(--c-blackgreen);
  text-align: center;
  position: relative;
  z-index: 2;
  font-size:1vw;
  letter-spacing: .1vw;
  margin-top:3vw;

  transition:1s;
}

#hero .circle{
  width: 100vw;
  height: 100vw;
  border: .1vw solid var(--c-offwhite);
  box-shadow: 0 0 0 4.7vw var(--c-yellow),     /* gap */
              0 0 0 4.8vw var(--c-offwhite); 
  border-radius: 50%;
  position: absolute;
  left:-51.5vw;
  z-index: 1;
}

@media (max-width:1500px){
  #hook{
    font-size:1.8vw;
    letter-spacing: .18vw;
  }
}

@media (max-width:750px){
  #hook{
    font-size:2vw;
    letter-spacing: .1vw;
  }
}

main{
  width:100%;
  height:100%;
  min-height:100vh;
  
  background-image:url('../images/rings.png');
  background-repeat: repeat;
  position: relative;
  
}
.page{
  height:100%;
  width:100%;
  position: relative;

}
.smol{
  height:40%;
}

.column{
  display: flex;
  flex-direction: column;
  justify-content: right;
  align-content: center;
  align-items: flex-end ;
  width:100%;

}
h2{
  position: relative;
  margin:0;
  font-family: 'Noto Sans', sans-serif;
  color:var(--c-blue);
  font-weight: 200;
  font-size:1.5vw;
  letter-spacing: .2vw;
}
p{
   font-family: 'Noto Sans', sans-serif;
   font-weight: 100;
   font-size:1.5vw;
   color:var(--c-darkbrown);
  
}
h3{
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  color:var(--c-blackgreen);
  font-size:2vw;
  letter-spacing: .1vw;
  word-spacing: .45vw;
  
}

#p1{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  background-color: var(--c-offwhite);
  background-image:url('../images/rings.png');
  background-repeat:repeat;
}

#p1 .circle{
  position: absolute;
  width: 30vw;
  height: 30vw;
  border: 2.4vw solid var(--c-yellow);
  top:15vh;
  border-radius: 50%;
  left:-11vw;
  z-index: 1;
  transition:1s;
}

.smallcircle{
  width:10vw !important;
  height:10vw!important;
  border: 1vw solid var(--c-yellow)!important;
  top:30vj!important;
  transition:1s;  
}

#p1 h2{
  width:44%;
  margin-right:20%;
  padding-bottom:20px;
  border-bottom:solid 1px;
  text-align: center;
  z-index:2;
}
#p1 p{
  width: 35%;
  margin-right:25%;
  padding-top:20px;
  padding-bottom:40px;
  z-index:2;
}
#p1 h3{
  width:100%;
  text-align:center;
  margin:0;
  z-index:2;
}

@media (max-width:1500px){
  #p1 .circle{
    width: 50vw;
    height: 50vw;
    border: 3.4vw solid var(--c-yellow);
    top:25vh;
    z-index:1;
  }
  #p1 h2{
    font-size:2.4vw;
    width:65%;
  }
  #p1 p{
    width:47%;
    font-size: 2vw;
  }
  #p1 h3{
    font-size:3vw;
    letter-spacing: .2vw;
    word-spacing: .65vw;
  }
}

@media (max-width:750px){
  #p1 .circle{
    width: 50vw;
    height: 50vw;
    border: 3.4vw solid var(--c-yellow);
    top:25vh;
    left:-15vw;
    z-index:1;
  }
  #p1 h2{
    font-size:4vw;
    width:70%;
  }
  #p1 p{
    width:60%;
    font-size: 3vw;
    margin-right:0;
    padding:0 20vw;

  }
  #p1 h3{
    font-size:3vw;
    letter-spacing: .2vw;
    word-spacing: .65vw;
    padding-top:10px;
  }
}


#p2{
  display: flex;
  flex-direction: row;
  background-color:var(--c-blue);
  justify-content: center;
  align-content: center;
  background-image:url('../images/rings.png');
  background-repeat:repeat;
}

#clouds{
  background-image: url("../images/clouds.jpg");
  background-position: center;
  background-size:cover;
  background-attachment: fixed;
}

#p2 .column{
  width:45%;
  justify-content: center;
}
#p2 #thread{
  height:100%;
  background-image: url("../images/thread.png");
  background-position: center;
  background-size:cover;
}
#p2 #threadinfo{
  padding-right:40px;

}

#p2 h1{
  text-transform: uppercase;
  color:var(--c-darkbrown);
  margin:0;
  font-family: Montserrat,sans-serif;
  font-size:5vw;
  font-weight: 200;
  padding-top:50px;
}
#p2 h3{
  width:80%;
  color:var(--c-yellow);
}
#p2 p {
  font-size:1vw;
  width:50%;
  text-align: right;
  padding-bottom:20px;
  font-weight: 500;
}
#p2 h2{
  width:80%;
  color:var(--c-offwhite);
}

@media (max-width:1500px){
  #p2 p{
    font-size:1.3vw;
  }
}

@media (max-width:750px){
  #p2{
    flex-direction: column !important;
  }
  #p2 .column{
    width:80%;
  }
  #p2 #thread{
    width:100%;

  }
  #p2 p{
    font-size:3vw;
  }
  #p2 h2{
    font-size:4vw;
  }
  #p2 h3{
    font-size:4vw;
  }
}


#p3{
  display: flex;
  height:100vh;
  background-color:#ffa100;
  
  background-repeat:repeat;
}
#p3 #bots{
  height:100%;
}
#p3 #bots img{
 height:100%;
 
 display: block;
}
#p3 #offer{

  flex:1;
  padding:40px;
}
#p3 h1{
  width:80%;
  text-transform: uppercase;
  color:var(--c-darkbrown);
  margin:0;
  font-family: Montserrat,sans-serif;
  font-size:5vw;
  font-weight: 200;
  padding-top:50px;
  line-height:4vw;
}

#p3 p{
  width:80%;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 300;
  font-size:1.5vw;
  color:var(--c-offwhite);
  line-height:1.6vw;
}
#p3 ul{
  width:40%;
  font-family: Montserrat, sans-serif;
  font-weight:800;
  color:var(--c-blackgreen);
}
#p3 li{
  margin:10px 0;
}

@media (max-width:1500px){
  #p3 li{
    margin:5px 0;
  }
  #p3{
    flex-flow: row-reverse;
  }
  #p3 #offer{
    background-color:#feb426;
    overflow: visible;
  }
  #p3 p{
    width:130%;
  }
  #p3 ul{
    width:120%;
  }
  #p3{

  }
}

@media (max-width:1250px){
  #p3{
    height:auto;
  }
  #p3 p{
    width:100%;
    background-color: var(--c-blackgreen);
    border-radius: 4px;
    padding:8px 16px;
    font-size:3vw;
    line-height:3.5vw;
  }
  #p3 ul{
    width:100%;
    list-style: none;
  }
  #p3 li{
    background-color: var(--c-yellow);
    border-radius: 4px;
    padding:8px 16px;
  }
  #p3 #bots{
    width:30%;

  }
  #p3 #bots img{
    position: absolute;
    right:0;
  }

}

#p4{
  display: flex;
  flex-direction: row;
  background-color: var(--c-offwhite);
  background-image:url('../images/rings.png');
  background-repeat:repeat;
}

#p4 .column{
  width:48%;
  justify-content: center;
}

#p4 h1{
  width:80%;
  text-transform: uppercase;
  color:var(--c-darkbrown);
  margin:0;
  font-family: Montserrat,sans-serif;
  font-size:5vw;
  font-weight: 200;
  padding-top:50px;
  line-height:4vw;
}
#p4 h2{
  position: relative;
  width:70%;
  margin:auto;
  margin-top:0;
  margin-bottom:20px;
  font-family: 'Noto Sans', sans-serif;
  color:var(--c-blue);
  font-weight: 200;
  font-size:1.5vw;
  letter-spacing: .2vw;
  margin-top:50px;

}
#p4 ul{
  margin:auto;
  margin-top:0;
  margin-bottom: 0;
  list-style: none;
  width:60%;
  font-size: 1vw;
  font-family: Montserrat, sans-serif;
  font-weight:300;
  color:var(--c-blackgreen);
  text-align: justify;
}
#p4 li{
  margin:10px 0;
}

@media (max-width:1500px){
  #p4 h2{
    font-size: 2.4vw;
    width:100%;
  }
  #p4 ul{
    width:90%;
    right:40px;
    position: relative;
    font-size: 1.4vw;
  }
}

@media (max-width:750px){
  
  
  #p4{
    flex-direction: column;
    justify-content: center;
    align-content: center;
  }
  #p4 .hline{
    height:100px !important;
    margin:0;
    padding:0;
  }
  #p4 .column{
    height:auto;
    margin:auto;
    width:70%;

  }
  #p4 .content2{
    margin-top:0;
    height:auto;
    padding-top:0;
  }
  #p4 h1{
    font-size: 8vw;
    width:100%;
    text-align: center;
  }
  #p4 h2{
    font-size: 4vw;
    line-height: 3.8vw;
    width:100%;
    margin-top:0;
  }
  #p4 ul{
    width:90%;
    right:40px;
    position: relative;
    font-size: 3vw;
  }
}

#magic{
  background-image:url('../images/magic.jpg');
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}

#bottleneck{
  background-image: url("../images/bottleneck.jpg");
  background-position: center;
  background-size:cover;
  background-attachment: fixed;
}


#p5{
  display: flex;
  flex-direction: row;
  background-color:var(--c-blue);

  justify-content: center;
  align-content: center;

  background-image:url('../images/rings.png');
  background-repeat:repeat;
}

#p5 .column{
  width:40%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}

 #p5 h1{
  text-transform: uppercase;
  color:var(--c-darkbrown);
  margin:0;
  font-family: Montserrat,sans-serif;
  font-size:4vw;
  font-weight: 200;
  padding-top:50px;
  line-height:3.6vw;
}
#p5  h3{
  font-size:1vw;
  width:60%;
  color:var(--c-yellow);
}

#p5  h2{
  width:60%;
  color:var(--c-offwhite);
}

@media (max-width:1500px){
  #p5 h1{
    font-size:7vw;
    line-height:6vw;
  }
  #p5 h2{
    font-size:2vw;
    width:80%;
  }
  #p5 h3{
    font-size:2vw;
    width:80%;
  }
}
@media (max-width:750px){
  #p5 .column{
    width:80%;
    justify-content: center;
    align-content: center;
    text-align: left;
  }
  #p5 h1{
    font-size:9vw;
    line-height:8vw;
    margin:0;
    padding:0;
    text-align: left;

  }
  #p5 h2{
    font-size:4vw;
    width:90%;
  }
  #p5 h3{
    font-size:4vw;
    width:90%;
  }
}


#touch{
  background-image: url("../images/touch.jpg");
  background-position: center;
  background-size:cover;
  background-attachment: fixed;
}


#p6{
  display: flex;
  flex-direction: row;
  background-color:var(--c-darkbrown);

  justify-content: center;
  align-content: center;

  background-image:url('../images/rings.png');
  background-repeat:repeat;
}

#p6 .column{
  width:40%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}

 #p6 h1{
  text-transform: uppercase;
  color:var(--c-blue);
  margin:0;
  font-family: Montserrat,sans-serif;
  font-size:4vw;
  font-weight: 200;
  padding-top:50px;
  line-height:3.6vw;
}
#p6  h3{
  font-size:1vw;
  width:60%;
  color:var(--c-yellow);
}

#p6  h2{
  width:60%;
  color:var(--c-offwhite);
}

#p6 h4{
  color:var(--c-offwhite);
  font-weight: 200;
  letter-spacing: .2vw;
}

@media (max-width:1500px){
  #p6 h1{
    font-size: 8vw;
    line-height: 7.4vw;
  }
  #p6 h3{
    font-size: 2vw;
    width:90%;
    
  }
  #p6 h4{
    
  }
}

@media (max-width:750px){
  #p6 .column{
    width:80%;
  }
  #p6 h1{
    font-size: 8vw;
    line-height: 7.4vw;
  }
  #p6 h3{
    font-size: 3.4vw;
    width:90%;
    
  }
  #p6 h4{
    font-size: 2vw;
    width:90%;
  }
  #p6 button{
    font-size: 3vw;
  }
}

button{
  padding:10px 20px;
  background-color: var(--c-yellow);
  border:dashed 1px var(--c-blackgreen);
  border-radius:8px;
  color:var(--c-blackgreen);
  font-family: Montserrat,sans-serif;
  font-weight:700;
  font-size:1vw;
  transition:1s;
  cursor: pointer;
}
button:hover{
  background-color: var(--c-offwhite);
  transition:.3s;
}

h1,h2,h3,h4,h5,li,p{
  transition:1s;
  opacity:1;
  position: relative;
}

.trans{
  opacity: 0 !important;
  transition:.5s;
}

#contact{
  position: fixed;
  bottom:20px;
  right:20px;
  z-index:10000;
}
#contact a{
  color:var(--c-lightbrown);
  text-decoration: none;

}

.wider{
  letter-spacing:1vw;
  transition:1s;

}
