@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    background: #543A68;
    overflow-x: hidden;
}

.fa-instagram:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.5s;
}


.section1parent {
    background: #543A68;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    height: 50vw;
    padding: 0 72px;

}

  .section1left img{
    height: 35vw;
    margin-left: 4vw;
  }
  
  .section1left {
    flex: .5;
  }

  .section1right {
    display: flex;
    flex: .5;
    flex-direction: column;
    padding-top: 50px;
    margin-left: 3vw;
  }

  .section1right h1 {
    color: #fafafa;
    font-family: Poppins, var(--default-font-family);
    font-size: 5vw;
    font-weight: 600;
    line-height: 5vw;
    pointer-events: none;
  }

    .section1right p {
    color: #fafafa;
    font-size: 1.3vw;
    font-weight: 200;
  }

  .section1right button {
    background-color: #FFB660;
    border: none;
    border-radius: 8px;
    color: #2d2d2d;
    padding: 12px 60px;
    text-align: center;
    text-decoration: none;
    font-size: 1.3vw;
    transition-duration: 0.3s;
    cursor: pointer;
  }

  .section1right button:hover {
    background-color: #d97e17;
    color: #fafafa;
  }

 .timercontainer {
    background: #3B2847;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    height: 50vw;
    padding: 0 72px;
 }

 .timercontainer h1 {
    color: #fafafa;
    font-family: Poppins, var(--default-font-family);
    font-size: 5vw;
    font-weight: 600;
    line-height: 5vw;
    pointer-events: none;
 }

 .launch-time {
    display: flex;
 }

 .launch-time div {
    flex-basis: 100px;
    padding: 0 3vw;
 }

 .launch-time div p {
    font-size: 10vw;
    margin-bottom: -3vw;
    color: #fafafa;
    font-family: Poppins, var(--default-font-family);
    font-weight: 600;
    pointer-events: none;
 }

 .launch-time div span {
    color: #fafafa;
    font-family: Poppins, var(--default-font-family);
    margin-left: 1vw;
 }

 .timercontainer button {
    background-color: #FFB660;
    border: none;
    border-radius: 8px;
    color: #2d2d2d;
    padding: 12px 60px;
    text-align: center;
    text-decoration: none;
    transition-duration: 0.3s;
    cursor: pointer;
    font-size: 1.3vw;
  }

  .timercontainer button:hover {
    background-color: #d97e17;
    color: #fafafa;
  }

  .s3container {
    background: #543A68;
    width: 100%;
    height: 100%;
    text-align: center;
    margin-bottom: 50px;
 }

 .stationlogos {
    display: inline-block;
    padding-top: 32px;
 }
 

 .stationlogos img {
    height: 55px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
 }

 .charities {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding-top: 3vw;
 }

 .charities div {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
 }

 .joal {
    max-width: 224px;
 }

 .mind {
    max-width: 224px;
 }

 .teenagecantrust {
    max-width: 224px;
 }

 .epilepsy {
    max-width: 224px;
 }

 .charities img {
    width: 224px;
 }

 .charities p {
    color: #d2d2d2;
 }

 .charities h2 {
    color: #fafafa;
 }

 .quotecontainer {
    background: #3B2847;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
 }

 .quotecontainer p {
    font-size: 24px;
    color: #fafafa;
    line-height: 36px;
    margin-right: 10vw;
 }

 .quotecontainer h3 {
    color: #d2d2d2;
    font-size: 20px;
    font-weight: 200;
 }

 .quotetext {
    padding: 50px;
 }

 .quotetext img {
    margin-bottom: 3vw;
    height: 3vw;
 }

 #dodd {
    height: 25vw;
    margin-left: 10vw;
 }
 
 #doddphone {
    display: none;
 }

 footer {
    background-color: #211a25;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    padding: 10px 20px;
 }

 

 footer img {
    height: 5vw;
 }

 footer p {
    color: #fafafa;
    text-decoration: none;
 }

 footer span {
    color: #d97e17;
    text-decoration: none;
    display: inline-block;
 }

 footer a {
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
 }

 footer i {
    font-size: 40px;
    color: #fafafa;
 }

  @media (max-width: 700px) {
    .section1parent {
        flex-direction: column;
        height: 100%;
        margin-left: 0px;
        padding-top: 50px;
        padding-bottom: 75px;
    }
    .section1left img {
        height: 50vw;
        margin-left: 0px;

    }
    .section1right {
        align-items: center;
        margin-left: 0px;

    }
    .section1right h1 {
        text-align: center;
        font-size: 7vw;
        line-height: 7vw;
    }
    .section1right p {
        font-size: 3vw;
    }
    .section1right button {
        font-size: 3vw;
    }
    .timercontainer button {
        font-size: 3vw;
    }
    .timercontainer {
        height: 100%;
        padding: 40px 0;
    }
    .timercontainer h1 {
        margin-bottom: 30px;
    }
    .timercontainer button {
        margin-top: 35px;
    }
    .stationlogos img {
        height: 26px;
    }
    .quotecontainer {
        flex-direction: column;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .quotetext {
        padding: 30px;
    }
    #dodd {
       display: none;
     }
     .photoandtitle{
        display: flex;
        align-items: center;
        justify-content: space-evenly;
     }
     #doddphone {
        display: flex;
        height: 30vw;
        margin-right: 20px;
     }
     .photoandtitle h3 {
        margin-bottom: 15px;
     }
     .quotetext p {
        font-size: 20px;
        line-height: 30px;
        margin-right: 0px;
     }
  }