/*=================================  -----   PAGE SETTINGS ---  ===========================================================*/
* {
  margin: 0;
  padding: 0;
}

body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  font-size: 18px;
  
}

h1{
  color: white;
  font-size: .8em;
  font-family: 'Ubuntu', sans-serif;
  
}

h5{
  font-size: 1.75em;
    margin-bottom: 0;
    background-image: url(/img/textbg.jpg);
    background-size: cover;
    background-position: center;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    filter: drop-shadow(1px 1px 1px #000);
    
  }

  p{
    max-width: 50ch;
  }

  .active{
    font-size: .8em;
    text-decoration: underline;
  }




/*================================  -------  MOBILE TOP/NAVAGATION   ---------   ==============================*/



.title{
  position: relative;
  color: wheat;
  text-align: center;
  height: 225px;
 margin-bottom: 5px;
 background-image: url(/img/bg.jpg);
 background-size: cover;
    
}

.title img{
  width: 55%;
}


nav{
  width: 90%;
  height: 50px;
  margin: 0 auto;
  display: flex;
  align-content: center;
  justify-content: space-around;
}

nav ul{
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
 
}

nav ul li{
  margin-left: 30px;
}

nav ul li:nth-child(1){
  margin-left: 0;
}


nav ul li a{
  font-size: .8em;
  text-decoration: none;
  color: #a11818;
  cursor: pointer;
}

nav ul li a:hover{
  color: #000;
}


.social{
  width: 30px;
}

/*================================  -------  MOBILE HERO   ---------   ==============================*/

.container{  
  position: relative;
 display: flex;
 align-items: center;
 justify-content: flex-end;
width: 100%;
 height: 150px;
}
.container::before{
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
 height: 150%;
 background-image: url(/img/sunning.jpg);
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center;
 z-index: -1;
 
  
}

.hero{
 position: relative;
  width: 100vw;
  height: 80%;
  padding-top: 35px;
  z-index: 5;
}
.call-to-action{
  position: relative;
  text-align: left;
  left: 5%;

}
.call-to-action h1{
  font-size: .75em;
  color: white;
  line-height: 1.25em;
  text-align: left;

    
}

 button{
  background-color: rgb(153, 20, 20);
  border-radius: 5px;
  padding: 4px 7px;
  margin: 10px 0;
 
  
  
  
}

button a{
  color: white;
  text-decoration: none;
  
  
}

button a:hover{
   cursor: pointer;
  
}
/*=========================================== ------  MOBILE DONATE SECTION   -------------------  ======================================================*/


.donate{
 
  background-color: rgb(243, 243, 243);
  width: 98%;
 clip-path: polygon(100% 100%, 0 100%, 0 0, 50% 3%, 100% 0);
 padding: 40px 0 50px; 
  
 
}

.donate h5{
   margin-left: 11px;
   
}
.donate h1{
  color: #000;
  
  margin: 15px;
 
}
.donate h5::after{
  position: absolute;
  content: '';
  width: 70px;
  height: 3px;
  left: 0;
  top: 1.15em;
  background: #000;
}

.donate img{
 width: min(600px, 40%); 
 float: right;
 shape-margin: 1.25rem;
 transform: rotate(5deg);
 filter: drop-shadow(3px 3px  5px  rgba(0, 0, 0, 0.4));
  
}


.donate-btn{
  margin-left: 100px;

 }
/*=========================================== ------  MOBILE VOLUNTEER SECTION   -------------------  ======================================================*/


.volunteer{
  width: 100%;
  padding: 30px 0;
  
 }

.volunteer h1{
 
 padding: 0;
 margin: 25px;
 color: #000;
 
 
 
}

.volunteer h5{
  
  margin-left: 245px;

}
.volunteer h5::after{
  position: absolute;
  content: '';
  width: 100px;
  height: 3px;
  top: 1.15em;
  left: 30px;
  background: #000;
  

}

.volunteer img{
 float: left;
 margin-left: .5em;
 padding-right: 15px;
 transform: rotate(0);
 max-height: 275px;
 filter: drop-shadow(5px 5px  11px  rgba(0, 0, 0, 0.3));
  
}

/*=========================================== ------  MOBILE SPEAD THE WORD SECTION   -------------------  ======================================================*/



.spread-the-word{
  position: relative;
  background-color: rgb(243, 243, 243);
  width: 100%;
  height: 200px;
  padding-top: 45px;
  padding-bottom: 30px;
  clip-path: polygon(70% 0%, 100% 5%, 100% 100%, 0 100%, 0 0);
  
}

.spread-the-word h1{
  color: #000;
  margin-top: 10px;
  margin-left: 10px;
  
 
}
.spread-the-word h5{
 font-size: 1.5em;
  padding: 0;
  margin-left: 15px;
}

.spread-the-word h5::after{
  position: absolute;
  content: '';
  width: 150px;
  height: 3px;
  left: 0;
  top: 1.15em;
  background: #000;
}

.spread-the-word img{
  float: right;
  width: 50%;
  margin-top: 10px;
  margin-right: 1em;
  transform: rotate(0);
  max-height: 300px;
  filter: drop-shadow(5px 5px  7px  rgba(0, 0, 0, 0.3));
   
   
}

h1 span{
  color: #8a0e0e;
  font-size: 1em;
}


/*=========================================== ------  MOBILE VISIT US SECTION   -------------------  ======================================================*/

  
.visit-us{
  padding: 40px 15px;

  text-align: center;
}

.visit-us h1{
 padding-top: 25px;
  color: #000;
}

.visit-us h5::after{
  position: absolute;
  content: '';
  width: 90px;
  height: 3px;
  left: 155px;
  top: 1.15em;
  background: #000;
}

/*=========================================== ------  MOBILE FOOTER   -------------------  ======================================================*/

footer{
  background-color: rgb(127, 127, 127);
  width: 100%;
  padding-top: 15px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(/img/bg.jpg);
 background-size: cover;
  clip-path: polygon(30% 0%, 100% 0, 100% 100%, 0 100%, 0 9%);
}
.footer-content{
  
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.footer-content ul{
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 10px 20px;
  margin: 0%;
 
}

.footer-content li{
  font-size: .7em;
  margin-bottom: 7px;
}
.footer-content ul li a{
  color: white;
  text-decoration: none;
 
}
footer img{
  width: 30%;
}


/*=========================================== -----------   MEDIA QUERIES   -------------------  ======================================================*/





@media screen and (min-width:720px){





  /*=========================================== -----------   TOP/NAVAGATION   -------------------  ======================================================*/

  .title{
  width: 100%;
  height: 150px;

}

.title img{
  
 width: 185px;
 

}


nav{
  width: 100%;
  height: 70px;
}
nav ul{
 
    margin: 0 auto;
   
}

nav ul li a{
  font-size: 1.25em;
  
}

.active{
  font-size: 1.15em;
}
/*================================  -------   HERO   ---------   ==============================*/

.container{  
 width: 100%;
 margin: 0 auto;
 max-width: 1600px;
 height: 500px;
 
}


.hero{
 position: relative;
  padding-top: 35px;
  z-index: 5;
}
.call-to-action{
  position: relative;
  left: 5%;
  text-align: left;

}
.call-to-action h1{
  font-size: 2.75em;
  color: white;
  line-height: 1.25em;
  

    
}

button{
  background-color: rgb(153, 20, 20);
  border-radius: 5px;
  padding: 4px 7px;
  margin: 10px 0;
  font-size: 1.5em;
   
}

button a:hover{
   cursor: pointer;
   background: #5e0909;
  
}
/*=========================================== ------   DONATE SECTION  -------------------  ======================================================*/


.donate{
  height: 550px;
 width: 100%;
}

.donate h5{
 font-size: 2em;
 margin-top: 9%;
  
  
}
.donate h5::after{
  width: 80px;
}
.donate h1{
 font-size: 1em;
 
}

.donate img{
  width: 30%;
  filter: drop-shadow(5px 10px  11px  rgba(0, 0, 0, 0.4));
  
 }


.big-screens{
 max-width: 1200px;
 margin: 0 auto;
}



/*=========================================== ------  VOLUNTEER SECTION   -------------------  ======================================================*/

.wrapper{
  position: relative;;
 display: flex;
 align-items: center;
 justify-content: center;
 max-width: 1200px;
 margin: 0 auto;
}

.volunteer{
  width: 100%;
  padding: 30px 0;
  
 }

.volunteer h1{
 font-size: 1em;
 padding: 0;
 margin: 25px;
 color: #000;
 max-width: 65ch;
 
 
}

.volunteer h5{
  font-size: 2em;
 margin-left: 75%;

}
.volunteer h5::after{
  width: 100px;
  left: 50px;
  

}

.volunteer img{
 float: left;
 margin-left: .5em;
 padding-right: 15px;
 transform: rotate(0);
 max-height: 375px;
 filter: drop-shadow(5px 5px  11px  rgba(0, 0, 0, 0.3));
  
}

/*=========================================== ------  SPEAD THE WORD SECTION   -------------------  ======================================================*/

.spread-the-word{
  padding: 50px 0;
  
}

.spread-the-word h1{
  max-width: 45ch;
  text-align: left;
  margin-right: 20px;
  font-size: 1em;
 
}
.spread-the-word h5{
 font-size: 2em;
  padding: 0;
  margin-left: 15px;
}

.spread-the-word h5::after{
 
  width: 39%;
  left: 1px;
 }

.spread-the-word img{
  float: right;
  width: 40%;
  margin-right: 1em;
  transform: rotate(0);
  max-height: 275px;
  filter: drop-shadow(5px 5px  7px  rgba(0, 0, 0, 0.3));
   
   
}

h1 span{
  color: #8a0e0e;
  font-size: 1em;
}


/*=========================================== ------  VISIT US SECTION   -------------------  ======================================================*/

.visit-us{
  padding: 60px 0;
} 

.visit-us h1{
 font-size: 1em;
  color: #000;
  }

  .visit-us h5::after{
   
    left: 48vw;
  }
/*=========================================== ------   FOOTER   -------------------  ======================================================*/

footer{
  background-color: rgb(127, 127, 127);
  width: 100%;
  padding-top: 15px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(30% 0%, 100% 0, 100% 100%, 0 100%, 0 9%);
}
.footer-content{
  
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.footer-content ul{
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 10px 20px;
  margin: 0%;
 
}

.footer-content li{
  font-size: 1em;
  margin-bottom: 7px;
}
.footer-content ul li a{
  color: white;
  text-decoration: none;
 
}
footer img{
  width: 20%;
}









}