#slide1-picture {
  background-image: url(../media/eventheadercirclelarge.png);
  background-repeat: no-repeat;
  background-color: black;
  background-size: calc(30vh + 20vw);
  width: calc(30vh + 20vw);
  height: calc(30vh + 20vw);
  background-position: right;
  border-radius: 50%;
  position: relative;
  left: 52vw;
  z-index: 0;
  /*overflow-x: hidden;*/
}
/*Need to specify the two overflow rules in separate containers to let picture overflow vertically but not horizontally*/
#outer-picture {
  overflow-x: hidden;
  height: calc(25vh + 16vw);
}

/* The antiscroll element is on top of the slide and prevents scrolling on the image */

.antiscroll {
  height: 100%;
  width: 100%;
  position: relative;
  top: calc(-25vh - 16vw);
  z-index: 5;
}

#animated-arrow {
  width: 10vw;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(-180deg);
  animation: rotation 4s 1 linear;
}

@keyframes rotation {
  0% {
    transform: rotate(180deg);
  }
  30% {
    transform: rotate(-180deg)
  }
  50% {
    transform: rotate(-180deg);
  }
  70% {
    transform: rotate(-180deg)
  }
  100% {
    transform: rotate(-180deg);
  }
}

#slide1 {
  margin-top: 10vh;
  background-color: #302D2D;
  width: 100vw;
  overflow-y: visible;
  height: calc(25vh + 16vw);
}


#slide1-text {
  color: white;
  z-index: 2;
  position: absolute;
  font-size: calc(1vw + 1vh + 2.5vmin);
  font-weight: 500;
  margin-top: 8vh;
  margin-left: 12vw;
  height: calc(20vh + 16vw);
}

#slide1-text span {
  display: table;
  font-size: calc(1vw + 1vh + 2vmin);
}

#slide1-text span:nth-child(1) {
  color: #BFCA30;
}

#three-components {
  background-color: #121111;
}

#three-components-title {
  font-size: calc(1vw + 1vh + 2vmin);
  font-weight: 500;
  color: white;
  margin-left: 12vw;
  padding-top: 3vh;
}

#three-components .icon {
  width: 10vw;
  height: 10vw;
}

#three-components-body {
  margin-left: 12vw;
  padding-top: 3vh;
}

.trendigo-component {
  padding-bottom: 3vh;
  display: flex;
  flex-direction: row;
}

.trendigo-component2 {
  padding-bottom: 3vh;
  display: flex;
  flex-direction: row;
}

.trendigo-component p {
  padding-left: 3vw;
  color: white;
  line-height: 10vw;
  font-size: calc(1vw + 1vh + 1.3vmin);
  font-weight: 500;
}

.trendigo-component2 p {
  padding-left: 3vw;
  color: white;
  line-height: 5vw;
  font-size: calc(1vw + 1vh + 1.3vmin);
  font-weight: 500;
}

#slide2 {
  background-color: #000000;
  display: flex;
  flex-direction: column;
}

#slide2-text1 {
  margin-top: 5vh;
  margin-left: 12vw;
  margin-right: 12vw;
  font-size: calc(1vw + 1vh + 3.5vmin);
  color: #BFCA30;
  font-weight: 500;
}

#slide2-text1 span {
  display: table;
  color: white;
}

#slide2-text2 {
  margin-top: 2vh;
  margin-left: 12vw;
  margin-right: 12vw;
  font-size: calc(1vw + 1vh + 2vmin);
  font-weight: 500;
  color: #BFCA30;
}

#slide2-image {

}

#slide2-text3 {
  margin-left: 12vw;
  margin-right: 12vw;
  font-size: calc(1vw + 1vh + 1.3vmin);
  color: #D9D9D9;
}

.slide-button {
  padding-top: 3vh;
  padding-bottom: 3vh;
  margin-bottom: 2vh;
  align-self: center;
  font-size: calc(1vw + 1vh + 0.2vmin);
}

#slide3 {
  background-image: url("../media/slide32background.png");
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
}

#slide3-text3 {
  margin-left: 12vw;
  margin-right: 12vw;
  font-size: calc(1vw + 1vh + 1.3vmin);
  color: #D9D9D9;
}

#slide3-text2 {
  margin-top: 2vh;
  margin-left: 12vw;
  margin-right: 12vw;
  font-size: calc(1vw + 1vh + 2vmin);
  font-weight: 500;
  color: #BFCA30;
}

#slide3-text1 {
  margin-top: 5vh;
  margin-left: 12vw;
  margin-right: 12vw;
  font-size: calc(1vw + 1vh + 3.5vmin);
  color: #BFCA30;
  font-weight: 500;
}

#slide3-text1 span {
  display: table;
  color: white;
}

#slide3-image {
  width: 80vw;
  align-self: center;
}


#slide4 {
  display: flex;
  flex-direction: column;
}

#slide4-text1 {
  margin-top: 5vh;
  margin-left: 12vw;
  margin-right: 12vw;
  font-size: calc(1vw + 1vh + 3.5vmin);
  color: white;
  font-weight: 500;
}

#slide4-text1 span {
  display: table;
  color: #BFCA30;
}

#slide4-text2 {
  margin-top: 2vh;
  margin-bottom: 2vh;
  margin-left: 12vw;
  margin-right: 12vw;
  font-size: calc(1vw + 1vh + 2vmin);
  color: #D9D9D9;
}

#slide4-text2 span {
  color: #BFCA30;
  font-weight: 500;
}

#slide5 {
  display: flex;
  flex-direction: column;
}

#slide5-text1 {
  margin-top: 5vh;
  margin-left: 12vw;
  margin-right: 12vw;
  font-size: calc(1vw + 1vh + 3.5vmin);
  color: white;
  font-weight: 500;
}

#slide5-text1 span {
  display: table;
  color: #BFCA30;
}

#slide5-text2 {
  margin-top: 2vh;
  margin-bottom: 2vh;
  margin-left: 12vw;
  margin-right: 12vw;
  font-size: calc(1vw + 1vh + 2vmin);
  color: #D9D9D9;
}

#slide5-text3 {
  margin-top: 2vh;
  margin-bottom: 2vh;
  margin-left: 12vw;
  margin-right: 12vw;
  font-size: calc(1vw + 1vh + 2vmin);
  color: #D9D9D9;
}

#slide5-text4 {
  margin-top: 2vh;
  margin-bottom: 5vh;
  margin-left: 12vw;
  margin-right: 12vw;
  font-size: calc(1vw + 1vh + 2vmin);
  color: #D9D9D9;
}

#slide5-image1 {
  width: 80vw;
  align-self: center;
}

#slide5-image2 {
  width: 33vw;
  align-self: center;
}

#slide5-image1-desktop {
  display: none;
}
#slide5-image-ccpaypal {
  display: none;
}

#slide5-text-desktop {
  display: none;
}

#slide6 {
  display: flex;
  flex-direction: column;
  background-color: #20201E;
}

#slide6-text1 {
  margin-top: 5vh;
  margin-left: 12vw;
  margin-right: 12vw;
  font-size: calc(1vw + 1vh + 3.5vmin);
  color: white;
  font-weight: 500;
}

#slide6-text1 span {
  color: #BFCA30;
}

#slide6-text2 {
  margin-left: 12vw;
  margin-right: 12vw;
  font-size: calc(1vw + 1vh + 1.5vmin);
  color: white;
  font-weight: 500;
}

#slide6-text2 span {
  text-decoration: underline;
}

#slide6-text3 {
  margin-top: 5vh;
  margin-left: 12vw;
  margin-right: 12vw;
  font-size: calc(5vw + 1vh + 3vmin);
  color: #BFCA30;
  font-weight: 500;
  align-self: center;
}

#slide6-text3 span {
  color: white;
}

#slide6-text4 {
  margin-left: 12vw;
  margin-right: 12vw;
  font-size: calc(1vw + 1vh + 2vmin);
  color: #BFCA30;
  align-self: center;
}

#slide6-text4 span {
  color: white;
}

#slide6-text5 {
  margin-top: 5vh;
  margin-left: 12vw;
  margin-right: 12vw;
  margin-bottom: 5vh;
  font-size: calc(1vw + 1vh + 0.5vmin);
  color: white;
  align-self: center;
}

#slide7 {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

#slide7-text1 {
  margin-top: calc(5vh - 20vw);
  margin-left: 12vw;
  margin-right: 12vw;
  font-size: calc(1vw + 1vh + 3.5vmin);
  color: #BFCA30;
  font-weight: 500;
  z-index: 2;
  transform: translateY(20vw);
}

#slide7-text1 span {
  color: white;
  display: table;
}

#slide7-text2 {
  margin-left: 12vw;
  margin-right: 12vw;
  margin-bottom: calc(5vh - 20vw);
  font-size: calc(1vw + 1vh + 2vmin);
  color: #D9D9D9;
  z-index: 2;
  transform: translateY(-20vw);
}

#slide7-image {
  z-index: 1;
}

#slide7-image img {
  display: block;
}

#slide8 {
  display: flex;
  flex-direction: column;
  background-color: #BFCA30;
}

#slide8-buttons {
  display: flex;
  flex-direction: column;
}

#slide8-text1 {
  margin-left: 12vw;
  margin-right: 12vw;
  font-size: calc(1vw + 1vh + 3.5vmin);
  color: white;
  font-weight: 500;
  align-self: center;
  margin: 5vh auto 0vh auto;
}

#slide8-text1 span {
  display: table;
  margin: 0 auto;
}

#slide8-text2 {
  margin: 2vh auto 5vh auto;
  font-size: calc(1vw + 1vh + 2vmin);
  color: black;
  text-align: center;
  font-weight: 500;
  align-self: center;
}

#slide8-text2 span {
  display: table;
  margin: 0 auto;
}

.slide-button2 {
  align-self: center;
  font-size: calc(1vw + 1vh + 0.5vmin);
  padding-bottom: 3vh;
}

#last-button {
  margin-bottom: 3vh;
}

#last-button img{
  display: inline;
  height: calc(1vw + 1vh + 5.5vmin);
  width: calc(1vw + 1vh + 5.5vmin);
  background-color: white;
  border-radius: 15px;
  padding: 3px;
  transform: translateY(calc(1vw - 1.5vmin));
}

#slide8-buttons {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 5vh;
  }

  .slide8-storelinks {
  display: flex;
  flex-direction: row;
  align-self: center;
  justify-content: space-around;
  width: 450px;
  }

  .slide8-storelinks a {
  border-radius: 30px;
  width: 200px;
  }
@media (min-width: 1080px) {
  #three-components {
    display: flex;
    flex-direction: column;
    background-color: rgba(18, 17, 17, 0.8);
    height: 250px;
    margin-top: -250px;
    z-index: 5;
  }

  #three-components-body {
    display: flex;
    flex-direction: row;
    margin-right: 12vw;
    justify-content: space-between;
  }

  #three-components .icon {
  width: 65px;
  height: 65px;
  }

  .trendigo-component p {
  line-height: 1.5;
  font-size: 18pt;
  padding-left: 15px;
  padding-right: 30px;
  }

  .trendigo-component2 p {
  line-height: 1;
  font-size: 18pt;
  padding-left: 15px;
  }

  #slide1-picture {
  background-size: 120vh;
  width: 120vh;
  height: 120vh;
  left: 50vw;
  top: -10vh;
  }

  #slide1-text {
    line-height: 1.2;
    margin-top: 11vh;
  }

  #animated-arrow {
  width: 14vw;
  height: auto;
  position: absolute;
  top: 40%;
  left: 40%;
  }

  #outer-picture {
  height: 80vh;
  }

  .antiscroll {
  top: -80vh;
  }

  #slide1 {
  height: 80vh;
  }

  #slide2 {
    display: grid;
    grid-template-columns: 50vw 50vw;
    grid-template-rows: 12vh 16vh 16vh 16vh 16vh 12vh;
    grid-template-areas:
    "picture ."
    "picture text1"
    "picture text2"
    "picture text3"
    "picture button"
    "picture .";
    /*align-items: center;*/
  }

  #slide2-text1 {
    grid-area: text1;
    line-height: 1.5;
    margin-top: 0vh;
    margin-left: 0vw;
    margin-right: 0vw;
    padding-left: 20px;
    padding-right: 10vw;
    font-size: calc(1vw + 1vh + 2vmin);
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
  }

  #slide2-text2 {
    grid-area: text2;
    line-height: 1;
    margin-top: 0vh;
    margin-left: 0vw;
    margin-right: 0vw;
    font-size: calc(1vw + 1vh);
    padding-left: 20px;
    padding-right: 10vw;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
  }

  #slide2-image img {
    margin-top: 25px;
    margin-bottom: 25px;
    grid-area: picture;
    object-fit: cover;
    max-width: 100%;
    height: calc(88vh - 50px);
  }

  #slide2-text3 {
    grid-area: text3;
    line-height: 1.5;
    margin-left: 0vw;
    margin-right: 0vw;
    font-size: calc(1vw + 1vh);
    padding-left: 20px;
    padding-right: 10vw;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
  }

  #slide2-text3 span {
    margin-top: 15px;
    display: table;
  }

  .slide-button {
    grid-area: button;
    padding-top: 0vh;
    padding-bottom: 0vh;
    margin-bottom: 0vh;
    align-self: center;
    font-size: calc(0.7vw + 0.7vh);
    margin-left: 20px;
  }

  #slide3 {
    position: relative;
    height: 85vh;
  }

  #slide3-text3 {
    width: 33vw;
    height: 20vh;
    font-size: calc(1vw + 1vh);
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
  }

  #slide3-text2 {
    width: 33vw;
    height: 20vh;
    font-size: calc(1vw + 1vh);
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
  }

  #slide3-text1 {
    width: 33vw;
    height: 20vh;
    font-size: calc(1vw + 1vh + 2vmin);
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
  }

  #slide3-image img {
    width: auto;
    height: 60vh;
    position: absolute;
    right: 5vw;
    top: 10vh;
  }
  #slide3-button {
    width: 33vw;
    align-self: start;
    margin-left: 12vw;
    margin-top: 2vw;
    margin-bottom: 1vw;
    font-size: calc(0.7vw + 0.7vh);
  }

  #slide4 {
    position: relative;
    height: 85vh;
  }
  #slide4-text1 {
    width: 33vw;
    height: 20vh;
    margin-top: 10vh;
    margin-left: 52vw;
    z-index: 2;
    font-size: calc(1vw + 1vh + 2vmin);
  }
  #slide4-text2 {
    width: 33vw;
    height: 20vh;
    margin-left: 52vw;
    z-index: 2;
    font-size: calc(1vw + 1vh)
  }

  #slide4-button {
    padding-top: 10vh;
    width: 33vw;
    align-self: start;
    margin-left: 52vw;
    margin-top: 2vw;
    margin-bottom: 1vw;
    font-size: calc(0.7vw + 0.7vh);
    z-index: 2;
    position: relative;
  }
  #slide4-image img {
    width: 60vw;
    height: auto;
    max-height: 85vh;
    position: absolute;
    left: 0;
    top: 0;
    z-index:1;
  }

  #slide5 {
    width: 80vw;
    align-self: center;
    position: relative;
  }

  #slide5-text1 {
    font-size: calc(1vw + 1vh + 2vmin);
    font-weight: 500;
    width: 80vw;
    height: 10vh;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  #slide5-text1 span {
    display: inline-block;
  }

  #slide5-text2 {
    display: flex;
    margin-top: 2vh;
    margin-bottom: 2vh;
    margin-left: 40vw;
    margin-right: 12vw;
    font-size: calc(1vw + 1vh);
    height: 35vh;
    align-items: center;
    justify-content: center;
  }

  #slide5-text3 {
    display: none;
  }

  #slide5-text4 {
    display: none;
  }

  #slide5-image1 {
    display: none;
  }

  #slide5-image1-desktop img {
    max-width: 40vw;
    height: 50vh;
  }

  #slide5-image1-desktop {
    display: inline-block;
    width: 40vw;
    position: absolute;
    top: 15vh;
  }

  #slide5-image-ccpaypal {
    display: inline-block;
    margin-left: 40vw;
    height: 15vh;
    max-width: 18vw;
  }
  #slide5-image2 {
    display: none;
  }

  #slide5-text-desktop {
    text-align: center;
    align-self: center;
    width: 80vw;
    display: inline-block;
    margin-top: 0vh;
    margin-bottom: 5vh;
    font-size: calc(1vw + 1vh);
    color: #D9D9D9;
  }

  #slide5-text-desktop p {
    display: inline-block;
    line-height: 1.5;
  }

  #slide5-text-desktop img {
    display: inline-block;
    height: calc(2vw + 2vh);
    vertical-align: middle;
  }

  #slide6-text1 {
    font-size: calc(1vw + 1vh + 2vmin)
  }

  #slide6-text3 {
    font-size: calc(1.5vw + 1.5vh + 3vmin)
  }

  #slide6-text4 {
    font-size: calc(1vw + 1vh + 1vmin)
  }

  #slide6-text5 {
    font-size: calc(1vw + 1vh);
  }
  #slide7 {
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  #slide7-text1 {
    text-align: center;
    margin-top: calc(5vh - 16vw);
    margin-left: 12vw;
    margin-right: 12vw;
    font-size: calc(1vw + 1vh + 2vmin);
    color: #BFCA30;
    font-weight: 500;
    z-index: 2;
    transform: translateY(16vw);
  }

  #slide7-text1 span {
    display: inline-block;
  }

  #slide7-text2 {
    margin-left: 62.5vw;
    margin-right: 17.5vw;
    margin-bottom: calc(5vh - 20vw);
    font-size: calc(1vw + 1vh);
    z-index: 2;
    transform: translateY(-40vw);
  }

  #slide7-image {
    z-index: 1;
  }

  #slide7-image img {
    width: 75vw;
    margin-left: 12.5vw
  }

  #slide8 {
    display: flex;
    flex-direction: column;
    background-color: #BFCA30;
  }

  #slide8-text1 {
    margin-top: 5vh;
    margin-left: 12vw;
    margin-right: 12vw;
    font-size: calc(1vw + 1vh + 2vmin);
    color: white;
    font-weight: 500;
    align-self: center;
    text-align: center;
  }

  #slide8-text1 span {
    display: inline-block;
  }

  #slide8-text2 {
    margin-top: 2vh;
    margin-left: 12vw;
    margin-right: 12vw;
    margin-bottom: 3vh;
    font-size: calc(1vw + 1vh + 1vmin);
    color: black;
    font-weight: 500;
    align-self: center;
    text-align: center;
  }

  #slide8-text2 span {
    display: inline-block;
  }

  .slide-button2 {
    padding-top: 0vh;
    padding-bottom: 0vh;
    display: inline-block;
    font-size: 20px;
    margin-bottom: 3vh;
  }

  #last-button {
    margin-left: 5vw;
    margin-bottom: 0vh;
    display: inline-block;
    padding-bottom: 25px;
  }

  #last-button img{
  height: 50px;
  width: 50px;
  padding: 3px;
  transform: translateY(0);
  }

  #slide8-buttons {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 5vh;
  }

  .slide8-storelinks {
  display: flex;
  flex-direction: row;
  align-self: center;
  justify-content: space-around;
  width: 450px;
  }

  .slide8-storelinks a {
  border-radius: 30px;
  width: 200px;
  }

}
@media (min-width: 1400px) {
  .trendigo-component p {
  line-height: 1.3;
  }
  .trendigo-component2 p {
  line-height: 1.3;
  }


@media (min-width: 1550px) {
  .trendigo-component p {
  line-height: 2.6;
  }
  .trendigo-component2 p {
  line-height: 1.3;
  }
}

