#container {
  margin: 55vh 0;
  padding: 50px;
  outline: 1px dashed orange;
}

#block {
  padding: 10px;
  border: 1px solid black;
  font-family: Helvetica;
}
#mascot {
  position: absolute;
  width: 150px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  cursor: pointer;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  display: none;
}
.spacer {
  margin: 1vh;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #f1f2ec;
}

.main-container {
  background-color: #f1f2ec;
}
.section-container {
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 767px) {
  .section-container {
    /*padding:0 32px;*/
    height: auto;
  }

  .sm-col-1 {
    margin: 0 36px;
  }
}

.parallaxParent {
  height: 200vh;
  overflow: hidden;
}
.parallaxParent > * {
  height: 200%;
  position: relative;
  top: -100%;
}

.panel {
  height: 100%;
  width: 100%;
  position: absolute;
}
.swipes-container1 {
  height: 100%;
}
.swipes-container2 {
  height: 100%;
}
.swipes-container {
  height: 100%;
}
#SecondSwipessecondSlide {
  background: url("./images/img_tent.png") no-repeat left center;
  background-size: cover;
  height: 100%;
}
#SecondSwipesfirstSlide {
  background: url("./images/img_hands.png") no-repeat left center;
  background-size: cover;
  height: 100%;
}
#SecondSwipesthirdSlide {
  background: url("./images/findings-03.jpg") no-repeat left center;
  background-size: cover;
  height: 100%;
}
#SecondSwipesforthSlide {
  background: url("./images/image_wall.png") no-repeat left center;
  background-size: cover;
  height: 100%;
}

.left-margin {
  margin-left: 9%;
}

.right-margin {
  margin-right: 9%;
}
.left-padding {
  padding-left: 9%;
}

.right-padding {
  padding-right: 9%;
}
.h100 {
  height: 100%;
  width: 100%;
}
.p0 {
  padding: 0;
}
.absolute {
  position: absolute;
}
.r2 {
  left: 10%;
  z-index: 1;
}
.tn20 {
  top: -20%;
  right: -12%;
}
.zIndex-1 {
  z-index: 1;
}

#user1container {
  background-image: url("./images/img_swatch_1.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100%;
}
#user2container {
  background-image: url("./images/img_swatch_2.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100%;
}
#user3container {
  background-image: url("./images/img_swatch_3.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100%;
}
.user-image {
  object-fit: contain;
  width: 60%;
  height: 90%;
}
.img50 {
  height: 50px;
  width: 50px;
  object-fit: contain;
}

.fade-in {
  opacity: 1;
  transition: all 3s;
}
.fade-out {
  opacity: 0;
  transition: all 3s;
}

.padding-top-cont {
  margin-top: 100%;
  margin-bottom: 50%;
}

.secondSection {
  background-color: #e7ebf1;
}
.secondSectionCol22 {
  background-color: #f9f5f6;
}
.thirdSection {
  background-color: #f9f5f6;
}
.white_bg {
  background-color: #ffffff;
}
.white_color {
  color: white !important;
}
.fourthSection {
  background-color: #f6f6f6;
}
.fifthSection {
  background-color: #f9f5f6;
}

.sixthSection {
  background-color: #343f75;
}
.img_hands {
  width: 100%;
}
.img-position {
  position: absolute;
  bottom: 0;
  left: 25%;
}

.video-center {
  text-align: center;
}
/*
@media screen and (max-width: 767px) {
  #user1container {
    background-image: url("./images/img_swatch_1.png");
    background-repeat: no-repeat;
    background-position: right;
  }
  #user2container {
    background-image: url("./images/img_swatch_2.png");
    background-repeat: no-repeat;
    background-position: right;
  }
  #user3container {
    background-image: url("./images/img_swatch_3.png");
    background-repeat: no-repeat;
    background-position: right;
  }

  .intro-text-lg {
    font-size: 22px !important;
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .intro-text {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .intro-text:parent .intro-text:parent {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}*/

@media screen and (max-width: 1280px) {
  #user1container {
    background-image: url("./images/img_swatch_1.png");
    background-repeat: no-repeat;
    background-position: right;
  }
  #user2container {
    background-image: url("./images/img_swatch_2.png");
    background-repeat: no-repeat;
    background-position: right;
  }
  #user3container {
    background-image: url("./images/img_swatch_3.png");
    background-repeat: no-repeat;
    background-position: right;
  }
  
  .intro-text:parent .intro-text:parent {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.badge-blue {
  padding: 1em 1em;
  border-radius: 50%;
  background: #303f78;
  color: white;
  border: white 2px solid;
}
.badge-white {
  padding: 1em 1em;
  border-radius: 50%;
  color: #303f78;
  background: white;
  border: #303f78 2px solid;
}
.badge {
  background-color: white;
  height: 48px;
  width: 48px;
  text-align: center;
  color: #303f78;
  border: #303f78 2px solid;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.badge-active {
  background-color: #303f78;
  color: white;
}
span.badge:hover {
  box-shadow: 0 0 1px 1px;
}
.hrefbadge:hover {
  text-decoration: none !important;
}


/*fix*/

.hiddengirl {

  display: none !important;
}