h2,p{
  font-family: "Montserrat";

}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: .85em 1em;
  -webkit-appearance: none;
  transition: background-color .25s ease-out,color .25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe;
}

.shape-buy-button-white {
  background: linear-gradient(135deg,#ff5e57,#ff5e57,#ff5e57,#ffac46);
  margin-right: 2px;
  font-family: "Montserrat";
  font-style:normal;
  transition: 1s;
  border-radius: 50px;
  background-size: 100%;
  position:absolute;
  right:15px;
  top: 22px;
  letter-spacing: 0.5px;

}

#slide-1{
  position:absolute;
  top:0px;
  z-index: 1;
  margin-right:auto;
  margin-left: auto;
  left:0;
  right:0;
}

#video,#heatmap{
  z-index:50;
  position:absolute;
  margin-right:auto;
  margin-left: auto;
  left:0;
  right:0;
  top:140px;
  visibility: hidden;

}

#heatmap{
  z-index:51;
}

#title{
  text-transform: uppercase;
  position:absolute;
  margin-right:auto;
  margin-left: auto;
  left:0;
  right:0;
  top:0px;
  width:300px;
  height:300px;
  text-align: center;
  overflow: hidden;
  z-index: 100;
}

#title-1, #title-2, #title-3{
  color:#000000;
  visibility: hidden;
  text-align:center;
  position:absolute;
  top:80px;
  z-index: 110;
  margin-right:auto;
  margin-left: auto;
  left:0;
  right:0;
  font-weight:400;
  font-size: 1.3rem;
  letter-spacing: 1px;
  width:250px;
  margin:auto;
}

#title-3{
  top:100px;
}

#cta-box{
  height:80px;
  width:300px;
  background-color:#393939;
  position:absolute;
  top:520px;
  margin-right:auto;
  margin-left:auto;
  left:0;
  right:0;
}

#price{
  color:white;
  font-weight: 300;
  position:absolute;
  left:20px;
  top:-1px;
  font-size:1.9rem;

}

#starting{
  color:#FF5E57;
  font-size: 0.7rem;
  position:absolute;
  text-transform: uppercase;
  left:22px;
  top:5px;

}

#bottom-logo{
  background-color:#dadada;
  height:100px;
  width:300px;
  position:absolute;
  top:450px;
  margin-right:auto;
  margin-left: auto;
  left:0;
  right:0;
}

#logo{
  visibility: hidden;
  width:300px;
  height:50px;
  z-index: 100;
  position:relative;
  padding-top:10px;
}

#hack{
  visibility:hidden;
}
