* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    font-family: 'Satoshi-Variable', 'Helvetica Neue', sans-serif;
    font-size: 16px;
    background-color: #ea4f3d;
    min-height: 100vh;
    scroll-behavior: smooth;
    touch-action: pan-y;
  }
  
  *, *::before, *::after {
    box-sizing: border-box;
  }
  
  a,
  a:visited,
  a:active,
  a:focus {
    color: inherit;
    text-decoration: none;
  }

  .smoothWrapper {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    overflow: hidden;
  }

  .smoothContent {
    width: 100%;
    margin: 0;
  }

/* Variables */
:root {
 --largePhones: 480px;
 --tablets: 768px;
 --laptops: 992px;
 --desktops: 1200px;
}


/* Font Setup */

@font-face {
  font-family: 'Satoshi-Light';
  src: url('../fonts/Satoshi-Light.woff2') format('woff2'),
       url('../fonts/Satoshi-Light.woff') format('woff'),
       url('../fonts/Satoshi-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi-LightItalic';
  src: url('../fonts/Satoshi-LightItalic.woff2') format('woff2'),
       url('../fonts/Satoshi-LightItalic.woff') format('woff'),
       url('../fonts/Satoshi-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'Satoshi-Regular';
  src: url('../fonts/Satoshi-Regular.woff2') format('woff2'),
       url('../fonts/Satoshi-Regular.woff') format('woff'),
       url('../fonts/Satoshi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi-Italic';
  src: url('../fonts/Satoshi-Italic.woff2') format('woff2'),
       url('../fonts/Satoshi-Italic.woff') format('woff'),
       url('../fonts/Satoshi-Italic.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'Satoshi-Medium';
  src: url('../fonts/Satoshi-Medium.woff2') format('woff2'),
       url('../fonts/Satoshi-Medium.woff') format('woff'),
       url('../fonts/Satoshi-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi-MediumItalic';
  src: url('../fonts/Satoshi-MediumItalic.woff2') format('woff2'),
       url('../fonts/Satoshi-MediumItalic.woff') format('woff'),
       url('../fonts/Satoshi-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'Satoshi-Bold';
  src: url('../fonts/Satoshi-Bold.woff2') format('woff2'),
       url('../fonts/Satoshi-Bold.woff') format('woff'),
       url('../fonts/Satoshi-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi-BoldItalic';
  src: url('../fonts/Satoshi-BoldItalic.woff2') format('woff2'),
       url('../fonts/Satoshi-BoldItalic.woff') format('woff'),
       url('../fonts/Satoshi-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'Satoshi-Black';
  src: url('../fonts/Satoshi-Black.woff2') format('woff2'),
       url('../fonts/Satoshi-Black.woff') format('woff'),
       url('../fonts/Satoshi-Black.ttf') format('truetype');
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi-BlackItalic';
  src: url('../fonts/Satoshi-BlackItalic.woff2') format('woff2'),
       url('../fonts/Satoshi-BlackItalic.woff') format('woff'),
       url('../fonts/Satoshi-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-display: swap;
  font-style: italic;
}
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 900.0;
*
* available axes:
'wght' (range from 300.0 to 900.0
*/
@font-face {
  font-family: 'Satoshi-Variable';
  src: url('../fonts/Satoshi-Variable.woff2') format('woff2'),
       url('../fonts/Satoshi-Variable.woff') format('woff'),
       url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 900.0;
*
* available axes:
'wght' (range from 300.0 to 900.0
*/
@font-face {
  font-family: 'Satoshi-VariableItalic';
  src: url('../fonts/Satoshi-VariableItalic.woff2') format('woff2'),
       url('../fonts/Satoshi-VariableItalic.woff') format('woff'),
       url('../fonts/Satoshi-VariableItalic.ttf') format('truetype');
  font-weight: 300 900;
  font-display: swap;
  font-style: italic;
}
  

/* Nav Bar */
.progress-bar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 0;
  position: fixed;
  top: 20px;
  width: 100%;
  z-index: 1000;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s ease, transform 0.4s ease;
}


#Menu {
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 1.8rem;
  border: 2px solid #4b3e3c;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.55);
  transition: width 0.4s ease, border-radius 0.4s ease;
  overflow: hidden;
}

#Menu.open {
  width: 70vw; /* increase width */
  border-radius: 2rem; /* bigger radius */
  transition: width 0.4s ease, border-radius 0.4s ease;
  padding: 1rem;
}

@media (min-width: 600px) {
  #Menu.open {
    width: 50vw; 
  }
}

@media (min-width: 780px) {
  #Menu.open {
    width: 40vw; 
  }
}

@media (min-width: 1000px) {
  #Menu.open {
    width: max-content; 
  }
}


.menuTeaser {
  display: block;
}

.start {
  display: none;
}





.nav-toggle {
  display: none;
}

.menu-btn {
  display: none;
}

.progress-bar {
  display: flex;
  width: 90%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1rem;
  overflow: hidden;
  max-height: 800px;
  transition: max-height 0.5s ease-in-out;
}

.progress-bar.open {
  max-height: 900px; 
}

.progress-link {
  width: 90%;
  height: max-content;
  max-width: 250px;
  text-align: center;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 33px;
  letter-spacing: 0.4rem;
  color: #ffffff !important;
  padding: 0.5rem;
  border-radius: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  justify-content: center;
  align-items: flex-start;
  margin-left: 1.3rem;
  margin-right: 1.3rem;
}

.progress-bar a {
  margin: 5px;
  margin-left: 10px;
}

@media (min-width: 768px) {
  .progress-bar:hover .progress-link {
  display: flex;
  opacity: 1;
}
}
.progress-bar.open .progress-link {
  display: flex;
  opacity: 1;
}

.progress-link.active {
  display: flex;
  color: #fff;
  border-radius: 1rem;
  opacity: 1;
  pointer-events: none;
}



.progress-link:hover {
  background-color: rgba(0, 0, 0, 0.5);
  transform: scale(1.08);
}

.disable-hover .progress-bar-container {
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
}


/* Mobile: */
@media (max-width: 768px) {

  .nav-toggle {
    width: 40vw;
    color: white;
    padding-bottom: 10px;
    border-top: none;
    cursor: pointer;
    justify-content: center;
    align-items: center;
  }
  
  .menu-btn {
    display: block;
    margin-top: 0px;
    margin-bottom: 2px;
    width: 21px;
  }
  
  .progress-bar {
  max-height: 500px;
  transition: max-height 0.5s ease-in-out;
}

.progress-bar.open {
  max-height: 500px; /* Adjust based on content */
}
}     




/* 
Sections:
*/
section {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
}

/* 
Hero: 
*/

#Hero {
    height: 120vh;
    background-color: #ea4f3d;
    display: flex;
    justify-content: flex-start;
}

.logo {
    top: 20%;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    align-self: flex-start;
    z-index: 1;
    pointer-events: none;
}

.img {
    width: 60vw;
}

.text {
    width: 60vw;
}

/* Wide screens */
@media (min-width: 480px) {
  .img {
    width: 45vw;
  }

  .text {
    width: 45vw;
  }
}

@media (min-width: 600px) {
  .img {
    width: 35vw;
  }

  .text {
    width: 35vw;
  }
}

@media (min-width: 768px) {
  .img {
    width: 30vw;
  }

  .text {
    width: 30vw;
  }
}

@media (min-width: 982px) {
  .img {
    width: 22vw;
  }

  .text {
    width: 22vw;
  }
}

@media (min-width: 1200px) {
  .img {
    width: 20vw;
  }

  .text {
    width: 20vw;
  }
}




/* 
Our Mission:
*/

#Mission {
    position: relative;
    height: 100vh;
    background-color: #ea4f3d;
    z-index: 20;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.wrapperGrund {
  height: 100%;
  width: 100%;
  bottom: 0 !important;
}

.card {
  background-color: rgb(255, 255, 255);
  height: 100vh;
  position: absolute;
  overflow: hidden;
  will-change: transform, scale;  
}

.card,
.projectsCard,
.projectsCardMore {
  will-change: transform, opacity;
  transform: translateZ(0); /* ensures GPU usage */
}

.moreProjectsWrapper {
  width: 100%;
  height: 100%;
  margin: auto;
}

.moreProjects {
  width: 100%;
  height: 100%;
}

.moreProjects h1 {
  width: 100%;
  height: 100%;
}


.moreProjectsWrapper:visited {
  width: 100%;
  height: 100%;
}

.heading {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 1.5rem;
}

.lineLeft {
  position: absolute;
  background-color: #000000;
  width: 0.4rem;
  height: 14vh;
  margin-top: 1.5rem;
}

.headingText {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: 15px;
}

.missionText {
  width: 100%;
  padding: 1.2rem;
}

.Grund {
  width: 100%;
  /* display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start; */
}

.der-heading {
  font-weight: 300;
  margin-top: 3vh;
  margin-bottom: -2vh;
}

.Grund-heading {
  text-align: left;
  font-size: 4.2rem;
  margin-bottom: 2.5vh;
  color: #ea4f3d;
}

.message {
  color: #725a5a;
  font-style: italic;
  font-size: 1.4rem;
  margin-top: 3.5vh;
  margin-bottom: 4vh;
}

.Grund p {
  text-align: left;
  margin-right: 1.5rem;
  word-spacing: 1px;
}

.bgImgMission {
  margin-top: 2rem;
  width: 100%;
  background-image: url(Assets/Images/sunsetFunPlaceholder.jpg);
  background-repeat: no-repeat;
  height: 100%;

}

.content {
  width: 100%;
  padding: 0;
  margin: 0;
  background: white;
}

/* Mirror layout for right-aligned card */
.Grund-reverse {
  align-items: flex-end; 
  text-align: right;
}

.Grund-reverse .heading {
  justify-content: flex-end;
}

.Grund-reverse .headingText {
  align-items: flex-end;
  justify-content: flex-end;
  margin-left: 0;
  margin-right: 15px;
}

.Grund-reverse .lineRight {
  position: absolute;
  background-color: #000000;
  width: 0.4rem;
  height: 14vh;
  margin-top: 1.5rem;
  right: 15px; /* move line to the right */
}

.Grund-reverse p {
  text-align: right;
  margin-left: 1.5rem;
  margin-right: 0;
}

.Grund-reverse .bgImgMission {
  align-self: flex-end;
}



/* wide screens */
@media (min-width: 480px) {
  .lineLeft {
    height: 16vh;
  }
  
  .Grund-reverse .lineRight {
    height: 16vh;
  }

  .bgImgMission {
    background-size: contain;
  }
  
}

@media (min-width: 600px) {

}

@media (min-width: 768px) {

  .Grund {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }

  .bgImgMission {
    margin-top: 0;
    background-position: center;
    background-size: cover;
  }

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

@media (min-width: 982px) {
  
}

@media (min-width: 1200px) {
  
}


/* 
Projects Section
*/


#project {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
  margin: auto;
}

.text-content {
  padding: 1rem;
  color: #fff;
  padding-top: 0.5rem !important;
  margin: auto;
}

.text-content h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.text-content hr {
  border: none;
  border-top: 2px solid #ccc;
  margin-bottom: 1rem;
}

.text-content p {
  font-size: 1.2rem;
  line-height: 1.6;
}

.image-content {
  height: 30%;
  width: 100%;
}

.image-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Default: hide mobile version */
.project-text .mobile {
  display: none;
}

/* Show mobile version for screens <= 535px */
@media (max-width: 535px) {
  .project-text .desktop {
    display: none;
  }
  .project-text .mobile {
    display: block;
  }
}



/* Larger screen layout */
@media (min-width: 535px) {
  #project {
    flex-direction: row-reverse;
  }

  .text-content, .image-content {
    flex: 1;
  }

  .image-content {
    height: 100%;
  }

  .image-content img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  
}





#Projects {
    height: 200vh !important;
    max-height: 200vh !important;
    min-height: 200vh !important;
    background-color: #000000;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    scroll-behavior: smooth;

}

.headingSection {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 110vh;
  width: 100%;
  background-color: #00000062;
  background-image: url(Assets/Images/ProjectsPlaceholder.png);
  background-size: cover;
  background-position: center;
  gap: 4rem;
  font-size: 1.5rem;
  color: white !important;
}

.headingSection h1 {
  opacity: 0;
  text-shadow: 1px 1px 5px rgb(0, 0, 0);
}

.projectsSection {
  width: 100vw;
  height: 100vh;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(Assets/Images/ProjectBgPlaceholder.png);
  background-size: cover;
  background-position: center;
}

.projectsCard {
  width: 90vw;
  height: 93vh;
  background-color: rgba(33, 29, 39, 0.56);
  box-shadow: 0 4px 10px rgba(0,0,0,0.4);
  border-radius: 0.7rem;
  backdrop-filter: blur(7px); 
  -webkit-backdrop-filter: blur(7px);
  overflow: hidden;
  border: 1px solid #ffffff22;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  will-change: transform;
}

.projectContent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
}

.projectsCardFirst {
  opacity: 1;
}


.projectsCard,
.projectsCardMore {
  contain: layout paint style;
}


.projectTitle {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: max-content;
  height: max-content;
  padding-left:1.5rem;
}

.projectName {
  font-weight: 400;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.2rem;
  margin-bottom: 1rem;
}

.projectYear {
  text-align: left;
  font-style: italic;
  font-weight: lighter;
  width: max-content;
  margin-bottom: 3rem;
  color: #c2c2c2;
}

.lineLeftProjects {
  position: absolute;
  background-color: #c2c2c2;
  width: 8px;
  height: 14vh;
  margin-top: -0.2rem;
  margin-left: -1.2rem;
}

.projectText {
  text-align: left;
  margin-left: 0.6rem;
}

.projectImg {
  margin-top: 1rem;
  width: 100%;
  height: 40%;
  background-size: cover;
}

.projectImg1 {
  background-image: url(Assets/Images/projectsPlaceholder1.jpg);
}

.projectImg2 {
  background-image: url(Assets/Images/projectsPlaceholder2.jpg);
}

.projectImg3 {
  background-image: url(Assets/Images/projectsPlaceholder3.jpg);
}


.morePicsBtn {
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  width: max-content;
  height: 6vh;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid;
  border-radius: 0.5rem;
  border-width: 2px;
  border-color: #c2c2c2;
  background-color: transparent;
  cursor: pointer;
  transition: background-color 0.4s ease, color 0.4s ease;

}

.morePicsBtn:hover {
  background-color: #c2c2c2;
  color: #000000;
}

.morePicsBtn h1 {
  letter-spacing: 0.18rem;
  font-size: 1.3rem;
  margin: 0.8rem;
}

.projectsCardMore {
width: 90vw;
height: 93vh;
background-color: rgb(106, 102, 112);
box-shadow: 0 4px 10px rgba(0,0,0,0.4);
border-radius: 1.5rem;
overflow: hidden;
border: 1px solid #ffffff22;

display: flex;
align-items: center;
justify-content: flex-start;
padding: 2rem;

transition: background-color 0.4s ease, color 0.4s ease;
cursor: pointer;
}

.projectsCardMore:hover {
  color: #000000;
  background-color: #c2c2c2;
}

.projectsCardMore h1 {
  text-align: center;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg); /* optional, if you want bottom-to-top */
  font-size: 2.5rem;
}

/* wide screens */
@media (min-width: 480px) {
  /* .projectsCardMore {
    width: 20vw;
  } */
}

@media (min-width: 600px) {
  .lineLeftProjects {
    height: 7rem;
  }
}

@media (min-width: 768px) {
  .projectsCard {
    flex-direction: row;
    padding-top: 0;
    padding-right: 0;
  }

  .projectsSection {
    background-size: auto;
  }

  .projectContent {
    height: 100%;
    gap: 2rem;
    width: 110vw;
  }

  .projectText {
    width: 80%;
  }

  .projectImg {
    background-size: cover;
    height: 100%;
    width: 100%;
    margin-top: 0;
    margin-left: 1rem;
    background-repeat: no-repeat;
    background-position: center;
  }

  
}

@media (min-width: 982px) {

  
}

@media (min-width: 1200px) {
  
}



/*
Donations
*/

#Donations {
    height: auto;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-content: start;
    justify-content: start;
}

.curvedLine {
  height: 50vh;
}

.heart {
  width: 70vw;
  margin-left: 8vw;
  margin-top: -2rem;
}

.fillHeart {
  fill: transparent;
  transition: fill 0.4s ease;
}

.heartFilled {
  transition: fill 0.4s ease;
  fill: #ea4f3d;
}

.donationHeading {
  position: absolute;
  align-self: center;
  color: rgb(255, 255, 255);
  font-size: 2.5rem;
  margin-top: 53vh;
}

#donateOptions {
  width: 100%;
  height: 90vh;
  display: flex;
  align-content: center;
  justify-content: center;
}

.donationCard {
  width: 90%;
  height: fit-content;
  padding: 1rem;
  opacity: 0;
  background-color: #ea4f3d;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
  border-radius: 1rem;
  margin-top: 2rem;
  transition: opacity 0.9s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.donationAppear {
  opacity: 1;
}

.donationText {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  /* margin-left: 0.5rem; */
  /* margin-top: 0.5rem; */
  margin-bottom: -0.63rem;
  color: white;
}

.lineSpacer {
  width: 70%;
  height: 5px;
  border-radius: 1rem;
  margin: 1.5rem;
  align-self: center;
  background-color: #ffffffcb;
}

.donationMethod {
  align-self: flex-start !important;
  font-size: 1.4rem;
  font-weight: 600;
  color: white;
  margin-left: 0.7rem;
}

.donationMethodText {
  display: flex;
  gap: 1rem;
  margin-top: 0.2rem;
  margin-bottom: 2rem;
}

.underline {
  text-decoration: underline;
}

.donationLineLeft{
  width: 1rem;
  height: 23vh;
 background-color: #ffffff;
 margin-left: 1rem;
}

.donationCard p {
  align-self: flex-start !important;
  text-align: start;
  font-size: 1.2rem;
  font-weight: 300;
  color: white;
}

.paypalBtn {
  align-self: flex-start;
  width: 50vw;
  height: 10vh;
  border: 3px solid #ffffff;
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  background-color: white;
  cursor: pointer;

}

.paypalBtn:hover {
  background-color: transparent;
}

.paypalBtn img {
  width: 85%;
}

/* wide screens */
@media (min-width: 480px) {
  .heart {
    width: 60vw;
    margin-left: 2rem;
    margin-top: -2rem;
  }

  .curvedLine {
    height: 60vh;
  }

  .donationHeading {
    position: absolute;
    align-self: center;
    color: rgb(255, 255, 255);
    font-size: 2.5rem;
    margin-top: 65vh;
  }
}

@media (min-width: 600px) {
  .heart {
    width: 60vw;
    margin-left: 2.5rem;
    margin-top: -3.5rem;
  }

  .curvedLine {
    height: 80vh;
  }

  .donationHeading {
    position: absolute;
    align-self: center;
    color: rgb(255, 255, 255);
    font-size: 3rem;
    margin-top: 85vh;
  }

  .donationLineLeft{
    height: 7rem;
  }
}

@media (min-width: 768px) {
  .heart {
    margin-left: 3.2rem;
  }

  .donationHeading {
    margin-top: 92vh;
  }

  .donationCard p {
    margin-right: 2rem;
  }
}

@media (min-width: 860px) {
  .donationLineLeft {
    height: 5.2rem;
  }

  .donationMethod {
    margin-left: 1rem;
  }
}

@media (min-width: 982px) {
  .heart {
    width: 50vw;
    margin-left: 3rem;
    margin-top: -4rem;
  }

  .curvedLine {
    height: 80vh;
  }

  .donationHeading {
    position: absolute;
    align-self: center;
    color: rgb(255, 255, 255);
    font-size: 3rem;
    margin-top: 92vh;
  }

  .donationLineLeft{
    height: 6.8rem;
  }

  .donationCard {
    width: 64%;
  }

  .paypalBtn img {
    width: 79%;
  }

  .paypalBtn {
    width: 21vw;
  }


}

@media (min-width: 1100px) {
  .heart {
    width: 50vw;
    margin-left: 3rem;
    margin-top: -4rem;
  }

  .curvedLine {
    height: 80vh;
  }

  .donationHeading {
    position: absolute;
    align-self: center;
    color: rgb(255, 255, 255);
    font-size: 3.5rem;
    margin-top: 92vh;
  }

  .donationLineLeft{
    height: 5.5rem;
    margin-left: 3rem;
  }

  .donationCard {
    width: 64%;
  }

  .paypalBtn img {
    width: 79%;
  }

  .paypalBtn {
    width: 21vw;
    align-self: center;
  }

  .donationMethod {
    margin-left: 3rem;
  }
}




/* 
Conact Section
*/

#Contact {
    height: 100vh;
    background-color: #000;
    color: white;
}

.direct-contact-container {
  max-width: 400px;
}

/* Location, Phone, Email Section */
.contact-list {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1rem;
  margin-left: -0.5rem;
}

.list-item {
  line-height: 4;
  color: #aaa;
}

.contact-text {
  font: 300 18px 'Lato', sans-serif;
  letter-spacing: 1.9px;
  color: #bbb;
}

.place {
  margin-left: 1.5rem;
}

.phone {
  margin-left: 1.3rem;
}

.gmail {
  margin-left: 1rem;
  font-size: 1rem;
}

.contact-text a {
  color: #bbb;
  text-decoration: none;
  transition-duration: 0.2s;
}

.contact-text a:hover {
  color: #fff;
  text-decoration: none;
}


/* Social Media Icons */
.social-media-list {
  position: relative;
  font-size: 22px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.social-media-list li a {
  color: #fff;
}

.social-media-list li {
  position: relative; 
  display: inline-block;
  height: 60px;
  width: 60px;
  margin: 10px 3px;
  /* line-height: 60px; */
  border-radius: 50%;
  color: #fff;
  background-color: rgb(27,27,27);
  cursor: pointer; 
  transition: all .2s ease-in-out;
}

.social-media-list li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0 0 0 1px #fff;
  transition: all .2s ease-in-out;
}

.social-media-list li:hover {
  background-color: #fff; 
}

.social-media-list li:hover:after {
  opacity: 1;  
  /* transition-timing-function: cubic-bezier(0.37,0.74,0.15,1.65); */
}

.social-media-list li:hover a {
  color: #000;
}

.copyright {
  font: 200 14px 'Oswald', sans-serif;
  color: #555;
  letter-spacing: 1px;
  text-align: center;
}

hr {
  border-color: rgba(255,255,255,.6);
}


/* wide screens */
@media (min-width: 480px) {

}

@media (min-width: 600px) {

}

@media (min-width: 855px) {
  .social-media-list li {
    line-height: 60px;
  }
}

@media (min-width: 982px) {
  
}

@media (min-width: 1200px) {
  
}






/* Other Media Queries*/
@media screen and (max-width: 850px) {
  .direct-contact-container, .form-horizontal {
    margin: 0 auto;
  }  
  
  .direct-contact-container {
    margin-top: 60px;
    max-width: 300px;
  }    
  .social-media-list li {
    height: 60px;
    width: 60px;
    line-height: 60px;
  }
  .social-media-list li:after {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

@media screen and (max-width: 569px) {

  .direct-contact-container, .form-wrapper {
    float: none;
    margin: 0 auto;
  }  
  .form-control, textarea {
    
    margin: 0 auto;
  }
 
  
  .name, .email, textarea {
    width: 280px;
  } 
  
  .direct-contact-container {
    margin-top: 60px;
    max-width: 280px;
  }  
  .social-media-list {
    left: 0;
  }
  .social-media-list li {
    height: 55px;
    width: 55px;
    line-height: 55px;
    font-size: 2rem;
  }
  .social-media-list li:after {
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
  
}

@media screen and (max-width: 410px) {
  .send-button {
    width: 99%;
  }
}

