@import url('https://fonts.googleapis.com/css2?family=Lato:ital@1&family=Oswald&family=Roboto:ital@1&display=swap');



body {
    font-family:'Lato', sans-serif;
    color: #33831b;
    background-color: #ffffff;
}


h2 {
    font-family:'Lato', sans-serif;
    color: #33831b;;
    text-decoration: none;    
}
   

.logo {
    font-family:'Lato', sans-serif;
    text-align: center;
    padding: 15px 0px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 300%;
    color: #41a323;
    margin-left: 25px;
    
    
    
} 


.navbar {
    font-size: 100%;
    width: fit-content;
    float: right;
    color: #33831b;
    background-color:#ffffff ;
    text-decoration: none;

}


#menu {

    list-style-type: none;
    letter-spacing: 0px;
    float: right;

}



 #menu li {
    float: right;
    margin-right: 20px;
    height: fit-content;
}

#menu a {

    color: #33831b;
    background-color: #ffffff;
    text-align: center;
    
    
    
}

#menu a:hover {
    border-bottom: 1px solid #33831b;
    text-decoration: none;
    margin: 1.5rem;
    
}

.active {
    border-bottom: 1px solid #33831b;
    background-color: #ffffff;
    text-decoration: none;
}
 
 #hero-image {
    height: 600px;
    width: 100%;
    margin-bottom: 0%;
    background: url("../images/hero-image.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
 }


#hero-outer {
    height: 600px;
    width: 100%;
    overflow: hidden;
}
 



#about-us >h2 {
    font-size: 100px;
    
}

#about-us > p{
    text-align: center;

  }
  
    

#causes-effect >h2{
   font-size: 100px;
   

}


#comabct-effect h5 {
     text-align: center;
     text-decoration: none;
}

#combact-effect  >p{
    text-align: justify;
    text-decoration: none;
    
}



.col > div > p > a{
    background-color: #ffffff;
    color: #0d6efd;
}
 





.footer {
    color: #d6ffff;
    background-color: #333;
}


.footer div {
    text-align: center;

} 

iframe{
    width: 100%; 
    height:100%;
    border-style: none;
    margin-bottom: auto;
    

}


.social-links > a {
   color: #ffffff;
   font-size: 35px;
   padding-right: 10px;

}


.footer div h3{
     color: #7c9595;
     background-color: #ffffff;
     margin-bottom: 1rem;
     letter-spacing: 1px;
}



form input{
    width: 100%;
    height: 45px;
    border-radius: 4px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
    outline: none;
    border-top: none;
}



form button{

    background-color: #efefef;
    border-radius: 2px solid #ffffff;
    padding: 10px 30px;
    font-size: 15px;
    cursor: pointer
}






/* END OF INDEX.HTML*/




/*GALLERY.HTML*/

#gallery-tittle {

    text-align: center;
    color: #33831b;
    margin-bottom: 0px;
}


#gallery-tittle >h3 {
  
    text-align: center;
    margin-bottom: 0px;
       
}

#gallery-tittle  >p {
    text-align: center;

}


    



#photos {
    clear: both;
    line-height: 0;
    column-count: 4;
    column-gap: 0px;

}

 #photos img {

    width: 100%;

}

/* END OF GALLERY.HTML*/



/* SIGN UP.HTML*/

#signup {
    font-size: 100%;
    letter-spacing: 1px;
    color: #717171;
    margin-bottom: 0px;

}

#signup-reason >h3 {

    color: #33831b;
    text-align: center;
    margin-bottom: 0px;
    padding: 5%;
}


#signup-reason >p {

    text-align: center;
}



.form-section {
     margin-top: 2rem;
    clear: left;
    background: url("https://formdump.codeinstitute.net/");
    background-size: contain;
    background-position: center;

}


.signup-form {
    color: #ffffff;
    background-color: #268506;
    padding: 30px;

}

.signup-form >h1 {
    color: #ffffff;
    background-color: #31a50a;
    margin-bottom: 20px;


}

.text-input {

     margin: 5px 0 20px 0;
    border: 1px solid #333;
    border-radius: 2px;
    text-align: center;
    height: 25px;
    color: #fff;
}




.text-input:hover {
    border-color:#fff;
}

.join-button {
    margin-top: 20px;
    border-radius: 2px;
    padding: 15px 32px 15px 32px;
    text-align: center;
    font-size: 100%;
    background-color: #268506 ;
    color: #ffffff;
    display: block;
}

.join-button:hover {
    background-color: #3a3737;
    color: #efefef;
}


 /* END OF SIGNUP.HTML*/





 /*media screen and (max-width: 1393px)*/



 @media screen and (max-width: 1393px) {
    body {
      background-color: #fff;
      color: #33831b;
    }

#about-us{
    width: 55%;
    margin: 0 auto;
    
}

#causes-effect{
    margin-top: 0;
    padding: 30px 0;
}

#combact-effect{
    width: 100%;
    float: left;
    padding: 0;

}
hr{
    display: none;
}

  }
  
  /*media screen and (max-width: 943px)*/

  @media screen and (max-width: 943px){
.navbar{
    width: auto;
    margin-bottom: auto;
    margin-bottom: auto;
    
}

#menu{
    clear: both;
    line-height: 20px;
   

}

#signup-reason >h3{
 width: inherit;
}


#signup-reason >p{

    text-align: center;
    margin: auto;

}

.footer div h3{
    margin: 0.5rem;
}

iframe{
    margin: auto;
}


#photos{
    column-count: 3;

}


  }

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

#photos{
        column-count: 2;

         }
    

}
    



 


 /*media screen and (max-width: px)*/


 

    







    