

@media only screen and (min-width: 650px){
  body {
    margin: 0;
  }

  h2 {
    font-family: 'Dancing Script', cursive;
    font-size: 24px;
    margin-bottom: 0px;
    margin-top: 0px;
  }

  h3 {
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    font-weight: lighter;
  }



  #main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow-x: hidden;
  }

  #header {
    position: relative;
    height: 200px;
    width: 100%;
    background: linear-gradient(to right, #000E5F 0%, #833AB4 50%, #FD1D1D 100%);
  }

  #mainLogo {
    position: absolute;
    color: white;
    top: 60px;
    left: -100px;
    z-index: 1;
  }

  #part1 {
    width: 100%;
    background: linear-gradient(to right, #000E5F 0%, #833AB4 50%, #FD1D1D 100%);
    height: 250px;
    display: flex;
    flex-wrap: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 500px;
    opacity: 0;
  }

  #swallowtail {
    width: 250px;
    padding-left: 50px;
  }

  #slogan {
    width: 300px;
    color: #fff;
  }

  #slogan1 {
    font-family: 'Quicksand', sans-serif;
    font-size: 24px;
    font-weight: Lighter;
    text-align: right;
    width: 300px;
    display: block;
  }

  #slogan2 {
    font-family: 'Dancing Script', cursive;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    display: block;
  }

  #paintedLady {
    width: 330px;
    align-self: flex-end;
  }

  #part2 {
    width: 100%;
    background: linear-gradient(to right, #000E5F 0%, #833AB4 50%, #FD1D1D 100%);
    height: 300px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    margin-top: 500px;
    opacity: 0;
  }

  #about {
    width: calc(60% - 100px);
    padding-left: 100px;
    max-width: 600px;
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    font-weight: lighter;
  }

  #aboutText {
    width: 10%;
    text-align: center;
    font-family: 'Dancing Script', cursive;
    font-size: 24px;
    font-weight: bold;
  }

  #mePic {
    width: 25%;
    max-width: 350px;
    height: 100%;
    position: relative;
  }

  #meBack {
    height: 100%;
    width: 100%;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    align-items: center;
  }

  #meOverlay {
    background: linear-gradient(to right, #000E5F 0%, #833AB4 50%, #FD1D1D 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0.7;
  }

  #meCrop {
    height: 100%;
    width: 100%;
    display: flex;
    position: absolute;
    top: 0;
    left: -2px;
    z-index: 2;
    align-items: center;
  }

  #part3 {
    margin-top: 500px;
    opacity: 0;
    position: relative;
    height: 552.8px;
    width: 100%;
  }

  #part3back {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
  }

  #part3b1 {
    width: 100%;
    height: 302.8px;
    background: linear-gradient(45deg, #000E5F 0%, #833AB4 50%, #FD1D1D 100%);
    position: relative;
  }

  #part3front {
    position: absolute;
    top: 50px;
    left: 20%;
    z-index: 1;
    height: 452.8px;
    width: 80%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
  }

  #phoneCont {
    position: relative;
    height: 452.8px;
    width: 220px;
  }

  #phone {
    width: 200px;
    height: 432.8px;
    background: #fff;
    border-radius: 40px;
    border: 10px solid black;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

  #screenshotCont {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    overflow: scroll;
    -ms-overflow-style: none;
    /* for Internet Explorer, Edge */
    scrollbar-width: none;
    /* for Firefox */
    overflow-y: hidden;
    height: 432.8px;
    width: 200px;
    border: 10px solid transparent;
    border-radius: 40px;
  }

  #screenshotCont::-webkit-scrollbar {
    display: none;
  }

  #phoneDesc {
    width: 300px;
    padding-top: 40px;
    margin-left: 100px;
    color: #fff;
  }

  #part4 {
    position: relative;
    margin-top: 0;
    opacity: 1;
    width: 100%;
  }

  #part4_1 {
    margin-top: 500px;
    opacity: 0;
    position: relative;
    width: 70%;
    height: 175px;
    background: linear-gradient(315deg, #162C49 0%, #162C49 40%, #000E5F 60%, #000E5F 100%);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    color: white;
    padding: 0 15%;
  }

  #part4_1 div {
    width: 200px;
  }

  #part4 .imageCont {
    width: 80%;
    height: 250px;
    padding: 0 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }

  #part4 img {
    position: relative;
  }

  #part4_2 {
    background: linear-gradient(to right, #162C49 0%, #3A450E 100%);
    margin-top: 500px;
    opacity: 0;
  }

  #part4_3 {
    background: linear-gradient(to right, #162C49 0%, #3A450E 100%);
    margin-top: 500px;
    opacity: 0;
  }

  #part4_4 {
    background: linear-gradient(to right, #162C49 0%, #3A450E 100%);
    margin-top: 500px;
    opacity: 0;
  }

  #part5 {
    width: 80%;
    padding: 0 10%;
    height: 600px;
    margin-top: -200px;
    overflow-y: hidden;
    overflow-x: hidden;
  }

  #part5_1 {
    font-family: 'Dancing Script', cursive;
    font-size: 30px;
    font-weight: 600;
    margin-top: 200px;
  }

  #part5_2 {
    font-family: 'Climate Crisis', cursive;
    font-size: 40px;
    margin-top: 500px;
    opacity: 0;
    width: 800px;
    float: right;
    text-align: right;
    position: relative;
  }

  #clickMe {
    position: absolute;
    top: -10px;
    right: 15px;
    font-size: 12px;
    font-family: 'Quicksand', sans-serif;
  }

  #triangleCont {
    width: 100%;
    position: relative;
    height: 200px;
    background: linear-gradient(to right, #162C49 0%, #3A450E 100%);
  }

  #triangle1 {
     width: 0px;
     height: 0px;
     border-style: solid;
     border-width: 0px 0px 200px 0px;
     border-color: transparent transparent white transparent;
     transform: rotate(0deg);
     position: absolute;
     top: 0;
     left: 0;
  }

  #triangle2 {
     width: 0px;
     height: 0px;
     border-style: solid;
     border-width: 0 0px 200px 0px;
     border-color: transparent transparent #162C49 transparent;
     transform: rotate(0deg);
     margin-top: -200px;
  }

  #part6cont {
    margin-top: 500px;
    opacity: 0;
  }

  #part6 {
    width: 80%;
    padding: 0px 10%;
    padding-bottom: 200px;
    background: linear-gradient(#162C49, rgba(131,58,180,1));
    height: 0px;
    color: #fff;
  }

  #part6 .title {
    font-size: 30px;
  }

  #part7 {
    margin-top: 50px;
    background: linear-gradient(rgba(131,58,180,1), rgba(253,29,29,1));
    color: #fff;
    width: 80%;
    padding: 50px 10%;
  }

  #part7 p {
    font-size: 14px;
    font-weight: 300;
    font-family: 'Quicksand', sans-serif;
  }

  .title {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 0px;
    font-family: 'Dancing Script', cursive;
  }

  .subTitle {
    font-size: 17px;
    font-weight: 300;
    font-family: 'Quicksand', sans-serif;
    padding: 0 5px;
  }

  .lineCont {
    height: 62px;
    width: 500px;
    margin-left: calc(50% - 250px);
    position: relative;
  }

  .lineCent {
    width: 150px;
    height: 2px;
    background: #3C2286;
    position: absolute;
    left: calc(50% - 75px);
    top: 30px;
  }

  .lineLeft {
    width: 100px;
    height: 2px;
    background: #3C2286;
    position: absolute;
    left: 0;
    top: 30px;
    animation: lineLeft 2s 5s infinite linear;
  }

  .lineRight {
    width: 100px;
    height: 2px;
    background: #3C2286;
    position: absolute;
    left: 400px;
    top: 30px;
    animation: lineRight 2s 5s infinite linear;
  }

  .screenshot {
    width: 200px;
    position: absolute;
  }



  @keyframes header {
    from {margin-top: 100vh; opacity: 0;}
    to {margin-top: 200px; opacity: 1;}
  }

  @keyframes headerLogo {
    from {left: -100px;}
    to {left: 100px;}
  }

  @keyframes lineLeft {
    0% {left: 0;}
    33% {left: calc(50% - 175px);}
    100% {left: 0;}
  }

  @keyframes lineRight {
    0% {left: 400;}
    33% {left: calc(50% + 75px);}
    100% {left: 400;}
  }

  @keyframes divUp200 {
    0% {margin-top: 500px; opacity: 0;}
    100% {margin-top: 200px; opacity: 1;}
  }

  @keyframes divUp50 {
    0% {margin-top: 500px; opacity: 0;}
    100% {margin-top: 50px; opacity: 1;}
  }

  @keyframes divUp0 {
    0% {margin-top: 500px; opacity: 0;}
    100% {margin-top: 0px; opacity: 1;}
  }

  @keyframes sloganSpin {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
  }
}

@media only screen and (max-width: 902px) and (min-width: 650px){
  #paintedLady {
    display: none;
  }

  #slogan {
    padding-right: 100px;
  }
}

@media only screen and (max-width: 760px) and (min-width: 650px){
  #part4 img {
    width: 39vw;
  }
}

@media only screen and (min-width: 761px){
  #part4 img {
    width: 300px;
  }
}
