@font-face {
  font-family: 'Phantom Sans';
  src:
    url('https://assets.hackclub.com/fonts/Phantom_Sans_0.7/Bold.woff')
      format('woff'),
    url('https://assets.hackclub.com/fonts/Phantom_Sans_0.7/Bold.woff2')
      format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Phantom Sans';
  src:
    url('https://assets.hackclub.com/fonts/Phantom_Sans_0.7/Regular.woff')
      format('woff'),
    url('https://assets.hackclub.com/fonts/Phantom_Sans_0.7/Regular.woff2')
      format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html{
  scroll-behavior: smooth;
  box-sizing: border-box;
}

*,
*::before,
*::after{
  box-sizing: inherit;
}

body{
  margin: 0;
  background-color: #ffff;
  color: #f8781d;
  font-family: 'Phantom Sans';
  font-size: 25px;
  text-align: center; 
}

.footer{
  width: 100%;
  color: #ffffff;
  padding: 125px 0 max(150px, 16vw) 0;
  position: relative;
  min-height: 700px;
  height: fit-content;
  background-color: #f8781d;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 0;
}
.footer::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  aspect-ratio: 1080/564;
  background-color: #ffffff;
  background-image: url("Images/FooterBG.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: -1;
}
.Header{
  width: 100%;
  color: #ffff;
  padding: 125px 0 max(150px, 16vw) 0;
  position: relative;
  min-height: 700px;
  height: fit-content;
  background-color: #f8781d;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 0;
}
.Header::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  aspect-ratio: 1080 / 564;
  background-color: #ffffff;
  background-image: url("Images/HeaderBG.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: -1;
}
.Icon{
  margin-top: -150px;
  max-width: 850px;
  width: 50%;
  margin-bottom: -20px;
  min-width: 300px;
  background-color: #f8781d;
}
.Header h1{
  font-size: 100px;
}
.Header p{
  font-size: 40px;
  font-weight: bold;
  margin-left: 20px;
  margin-right: 20px;
}
.Header button{
  margin-top: 20px;
  border-radius: 20px;
  background-color: #ffff;
  border-width: 0;
  padding: 15px 20px 15px 20px;
  margin: 10px 40px 10px 40px;
  text-align: center;
  font-size: 30px;
  color: #f8781d;
  font-weight: bold;
  transition: 0.25s;
}
#seeMess:hover{
  cursor: pointer;
  transform: translateY(5px);
}

@media (min-width: 801px) and (max-width: 1100px),
       (min-width: 801px) and (max-height: 800px) {
  .Header{
    min-height: 700px;
    padding: 48px 24px max(150px, 16vw);
    justify-content: flex-start;
  }

  .Icon{
    width: min(42%, 500px);
    min-width: 220px;
    margin: 0 auto 16px;
  }

  .Header h1{
    font-size: clamp(64px, 8vw, 84px);
    margin: 20px 0;
  }

  .Header p{
    max-width: 760px;
    font-size: 26px;
    margin: 0 20px;
  }

  .Header button{
    font-size: 24px;
    padding: 12px 24px;
    margin: 20px 0 0;
  }
}

@media (max-width: 800px) {
  .Header{
    padding: 40px 20px max(120px, 16vw);
    min-height: 560px;
    justify-content: flex-start;
  }

  .Icon{
    width: min(85vw, 500px);
    min-width: 0;
    margin:50px auto 0;
  }

  .Header p{
    margin: 0 12px;
    font-size: 17px;
  }

  .Header Button{
    margin: 24px 0 0;
    font-size: 15px;
  }
}

section{
  padding: 15px;
  width: 750px;
  margin: 50px 0 50px 0;
  background-color: rgb(247, 237, 225);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-radius: 20px;
  /*border: 5px solid #f8781d;*/
}
section p{
  color: #171717;
  margin-left: 40px;
  margin-right: 40px;
}
section h1{
  font-size: 60px;
  margin-bottom: 5px;
  text-decoration:underline wavy #f8781d;
}

@media (max-width: 800px){

  section h1{
    font-size: 33px;
  }
  section p{
    font-size: 20px;
    margin-left: 5px;
    margin-right: 5px;
  }
}

#mess{
  margin-left: 7%;
  margin-right: auto;
}
#projects{
  margin-right: 7%;
  margin-left: auto;
}
#FAQ{
  margin-left: 7%;
  margin-right: auto;
}
#join{
  margin-right: 7%;
  margin-left: auto;
}
#contact{
  margin-left: 7%;
  margin-right: auto;
}
#support{
  margin-right: 7%;
  margin-left: auto;
}

@media (max-width: 800px) {
  section{
    width: calc(100% - 50px);
    margin: 50px auto !important;
    padding: 25px 20px;
  }
}

#donate{
  text-decoration: none;
  margin-top: 20px;
  border-radius: 20px;
  background-color: #f8781d;
  border-width: 0;
  padding: 15px 20px 15px 20px;
  margin: 0px 40px 10px 40px;
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
  transition: 0.25s;
}

@media (min-width: 801px) and (max-width: 1100px),
       (min-width: 801px) and (max-height: 800px) {

  #donate{
    font-size: 24px;
    padding: 12px 24px;
    margin: 0px 0 20px ;
  }
}

@media (max-width: 800px) {

  #donate{
    margin: 5px 0 0;
    font-size: 15px;
  }
}

#dino{
  margin-top: 15px;
  width: 150px;
}