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


* {
  box-sizing: border-box;
}

/* General Layout */

body {
  font-family: 'Karla', sans-serif;
  margin: 0;
  font-size: 14px;
}

.section {
  padding: 5%;
  font-size: 1.2rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.reverse {
  display: flex;
  flex-direction: row-reverse;
}

.center {
  display: flex;
  flex-direction: space-evenly;
}

.container {
  width: 50%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.card-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 30px;
}

.card {
  width: 30%;
  margin: 10px;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
}

button {
  padding: 10px 60px;
  cursor: pointer;
}

button:hover, button:active {
  transform: scale(.98);
}

i:hover, i:active {
  transform: scale(.9);
}

footer {
  width: 100%;
  background-color: #FF9A31;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

/* Fonts */

h1 {
  margin: 0px;
  padding: 0px;
  color: #FF9A31;
  font-size: 4.2rem;
  font-weight: 800;
  font-family: "Karla";
  font-size: 6rem;
  line-height: .8em;
  letter-spacing: -.25rem;
}

h2 {
  font-size: 4rem;
  font-weight: 800;
  font-family: "Karla";
  line-height: .8em;
  letter-spacing: -.25rem;
  margin: 30px 0px;
}

h3 {
  font-size: 2.5rem;
  font-weight: 800;
  margin: 30px 0px;
}

h4 {
  font-size: 1rem;
}

p {
  line-height: 1.5em;
  font-size: 1.5rem;
  margin: 15px 0px;
}

a:link, a:visited {
  text-decoration: none;
  color: #000;
}

a:hover, a:active {
  text-decoration: underline;
  color: #000;
}

/* Color formatting */

.orange {
  background-color: #FF9A31;
  color: #000;
  width: 100%;
}

.orange h2 {
  color: #000;
}

.orange h3 {
  color: #000;
}

.orange h4 {
  font-size: 1.4em;
  font-weight: 800;
  margin: 0;
  padding: 0;
  padding-bottom: 25px;
  color: #000;
}

.orange span {
  font-size: 1.4em;
  font-weight: 300;
}

.purple {
  background-color: #DDA5DA;
  color: #000;
}

.black {
  background-color: #000;
  color: #fff;
  min-height: 90vh;
}

.black h2 {
  color: #FF9A31;
}

.fab {
  color: #fff;
  font-size: 70px;
  padding: 10px;
}

.orange .fab {
  color: #000;
  font-size: 60px;
  margin: 0;
  padding: 0;
}

.logo {
  filter: none;
  opacity: 100%;
  box-shadow: none;
  margin: 0px;
}

/* Section formatting */

.hero-img {
  display: block;
}

.hero-img .cloud1 {
  position: relative;
  top: -90px;
  right: -150px;

}
.hero-img .cloud2 {
  position: relative;
  top: 80px;
  left: -10px;

}

.hero-img .cloud3 {
  position: relative;
  bottom: -270px;
  left: 80px;

}

#hero h4 {
  font-size: 2rem;
}

.cloud-border {
  display: flex;
  align-items: flex-start;
  justify-content: end;
  position: relative;
  bottom: 0px;
  left: -300px;
}

.start-img {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.started-heart-img {
  display: flex;
  align-self: center;
}

.started-heart-img img{
  margin: 10px 30px;
}

.start-img .cloud3 {
  display: relative;

}

#workshops h3 {
  letter-spacing: -.2rem;
}

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

.card img {
  height: 50%;
  width: 50%;
}

.contact-img {
  display: block;
}

.contact-img .cloud1 {
  position: relative;
  left: -150px;
}

.contact-img .cloud2 {
  position: relative;
  left: 120px;
}

.social-icons  {
  display: flex;
  justify-content: space-evenly;
}

/* Mobile formatting */
@media(max-width: 800px) {
  /* Layout */

  .section {
    display: flex;
    flex-direction: column;
    width: 100vw;
    padding: 5%;
    min-height: 40vh;
  }
  .container {
    width: 90vw;
    
  }
  .card-container{
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .card {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  img {
    max-width: 100%;
  }
  .fab {
    font-size: 2.5rem;
    margin-top: 0px;
    margin-bottom: 25px;
  }

  button {
    font-size: 1.5em;
  }

  /* Fonts */

  h1,h2,h3,h4,p,a,span,b {
    word-break: break-word;
    font-size: 1em;
  }

  h1, h2 {
    letter-spacing: -.1em;
  }

  h1 {
    font-size: 3em;
  }

  h2 {
    font-size: 2em;
    line-height: 2rem;
  }

  h3 {
    margin: 15px 0px;
  }

  #workshops h3 {
    letter-spacing: -.05em;
    font-size: 1.2em;
    margin: 10px 0px;
  }

  /* Colors */

  .orange h4, .orange span {
    font-size: 1.5rem;
  }

   .orange .fab {
     font-size: 1.5em;
   }

  .orange h2 {
    margin-bottom: 0px;
  }

  /* Section */

  #hero h4 {
    margin: 0px;
  }

  .hero-img {
    display: flex;
  }
  
  .hero-img .cloud1 {
    position: relative;
    height: 70%;
    width: 70%;
    left: 100px;
  
  }
  .hero-img .cloud2 {
    position: relative;
    top: -30px;
    height: 70%;
    width: 70%;
  }
  .hero-img .cloud3 {
    position: relative;
    bottom: 0px;
    left: 0px;
    height: 50%;
    width: 50%;
  }

  .hero-img .sparkle {
    position: relative;
    left: 350px;
    top: -90px;
  }

  .cloud-border {
    display: flex;
    align-items: flex-start;
    position: relative;
    left: -20px;
    bottom: 0px;
  }

  .start-img {
    display: flex;
    align-items: center;
    height: 30%;
    width: 120%;
    margin-top: 30px;
  }

  #start {
    height: 60%;
    width: 60%;
  }
  
  .started-heart-img {
    display: flex;
    align-self: center;
    justify-content: center;
  }
  
  .started-heart-img img{
    margin: 10px 10px;
    height: 10%;
    width: 10%;
  }
  
  .start-img .cloud3 {
    position: relative;
    bottom: -25px;
    
  }

  .card img{
    height: 30%;
    width: 30%;
  }

  button {
    font-size: 20px;
  }

  .contact-img {
    display: flex;
    flex-direction: column-reverse;
    
  }
  
  .contact-img .cloud1 {
    position: relative;
    top: 0px;
    left: -60px;
    height: 80%;
    width: 80%;
  }
  
  .contact-img .cloud2 {
    position: relative;
    left: 50px;
    
    height: 80%;
    width: 80%;
  }
  
  .social-icons {
    display: flex;
    justify-content: space-evenly;
    font-size: 90px;
    margin: 0px;
  }

  .fab {
    font-size: 60px;
  }


}
