* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@media screen and (min-width: 20rem) {
  .left, .right {
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;
  }
  .imageleft, .imageright {
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;
  }
  .one, .two, .three {
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;
  }
  #image-comparison-slider {
    width: 20rem;
    margin-right: auto;
  }
  #image-comparison-slider img {
    width: 20rem;
  }
}
@media screen and (min-width: 70rem) {
  .left {
    float: left;
    margin-left: 10%;
    margin-right: 0;
    width: 30%;
  }
  .imageleft {
    float: left;
    margin-left: 20%;
    margin-right: 0;
    width: 30%;
  }
  .right {
    float: right;
    margin-left: 0;
    margin-right: 10%;
    width: 40%;
  }
  .imageright {
    float: right;
    margin-left: 0;
    margin-right: 20%;
    width: 30%;
  }
  .one {
    float: left;
    margin-left: 10%;
    margin-right: 0;
    width: 21%;
  }
  .two {
    display: inline-block;
    margin:0 auto;
    width: 21%;
    margin-left: 0;
    margin-right: 0;
  }
  .three {
    float: right;
    margin-left: 0;
    margin-right: 10%;
    width: 21%;
  }
  #image-comparison-slider {
    width: 26rem;
    margin-right: 10%;
  }
  #image-comparison-slider img {
    width: 26rem;
  }
}
#content {
  width: min(100%, 70rem);
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
}
#insta {  
  pointer-events: none;  
}
#pattern {
  width: 100%;
  height: 100px;
  background: url(../img/pattern.png) center repeat-x;
  background-size: auto 100%;
  margin-top: -24px;
}
#logo {
  margin-top: 1rem;
  height: 6rem;
}
#maintitle {
  color: #fff;
  margin-top: 1rem;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#image-comparison-slider {
  position: relative;
  margin-left: auto;
  margin-top: 2rem;
  margin-bottom: 4rem;
}
#image-comparison-slider img {
  display: block;
  height: auto;
  max-height: 80vh;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
}
#image-comparison-slider .img-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
#image-comparison-slider .img-wrapper img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
#image-comparison-slider .handle {
  position: absolute;
  top: 0;
  left: calc(50% - 25px);
  width: 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  user-select: none;
  z-index: 2;
}
#image-comparison-slider .handle-line {
  width: 2px;
  flex-grow: 1;
  background-color: #fff;
}
#image-comparison-slider .handle-circle {
  width: 50px;
  height: 50px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.blueline {
  position: absolute;
  margin-top: -6%;
  left: 0;
  height: 110%;
  width: 106%;
  border: 4px solid #65a5cf;
  border-radius: 10px;
  z-index: 4;
}
.pinkline {
  position: absolute;
  margin-top: 0;
  margin-left: -6%;
  height: 110%;
  width: 106%;
  border: 4px solid #f7777b;
  border-radius: 10px;
  z-index: 4;
}
.bluebutton {
  margin-top: 2rem;
  margin-bottom: 4rem;
  align-items: center;
  background-image: linear-gradient(0,#127aa5,#5295c6);
  border: 0;
  border-radius: 8px;
  box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
  box-sizing: border-box;
  color: #FFFFFF;
  display: flex;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
  justify-content: center;
  line-height: 1em;
  max-width: 100%;
  min-width: 120px;
  padding: 19px 20px;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
}
.bluebutton:active,
.bluebutton:hover {
  transform:scale(1.05,1.05);
  -webkit-transform:scale(1.05,1.05);
  -moz-transform:scale(1.05,1.05);
  outline: 0;
}
.bluebutton a {
  color: #fff;
  text-decoration: none;
}
.features {
  display: flex;
  background-color: #1c1732;
  width: 100%;
  text-align: center;
}
#featureicon {
  height: 50px;
}
#featuretitle {
  color: #fff;
  margin-top: 1rem;
  font-size: 20px;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#featuretext {
  margin-bottom: 3rem;
  color: #fff;
  margin-top: 0.5rem;
  font-size: 16px;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#email {
  width: 100%;
  text-align: center;
  display: inline-block;
  margin-top: 2rem;
}
.emailicon {
  height: 30px;
}
#emailtitle {
  margin-bottom: 3rem;
  color: #fff;
  margin-top: 1rem;
  font-size: 20px;
  font-weight: bold;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#footer {
  text-align: center;
  margin-bottom: 3rem;
  color: #fff;
  margin-top: 1rem;
  font-size: 16px;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.heart {
  color: #f7777b;
  font-size: 20px;
  font-weight: bold;
  font-family: HelveticaNeue-CondensedBold,Futura-Medium,-apple-system,'Arial Rounded MT Bold',system-ui,Ubuntu,sans-serif,'Arial Unicode MS','Zapf Dingbats','Segoe UI Emoji','Segoe UI Symbol',Noto Color Emoji, NotoColorEmoji,EmojiSymbols,Symbola,Noto,'Android Emoji',AndroidEmoji,'lucida grande',tahoma,verdana,arial,AppleColorEmoji,'Apple Color Emoji';
}
a {
	color: #fff;
	text-decoration: none;
}
#featured {
  height: 280px;
  margin-bottom: 2rem;
}
#image {
  text-align: center;
}
#instagram {
  height: 40px;
}