   





label{
color: #b47579;
font-weight: 600;
}
 
input[type=text],  textarea {
  width: 100%;
  padding: 5px;
  border: 1px solid #b47579;
  border-radius: 0px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
   color: #b47579;
   outline: none;
}

textarea{
  height: 110px!important;
}
input::placeholder, textarea::placeholder{
   color: #b47579;
   opacity: .5
}
input[type=submit] {
  background-color: #b47579;
  color: white;
  padding: 12px 20px;
  border: none;

  cursor: pointer;
}

input[type=submit]:hover {
  opacity:0.5;
}

.container {
  border-radius: 5px;
  
  padding: 20px;
}






































   .donate:hover {
       
       transition: background-color .5s ease;
       background-color: white;
    }






/*##################################################
About
##################################################*/

/* [1] The container */
.img-hover-zoom {
  text-align: center;
  height: 640px; /* [1.1] Set it as per your need */
  max-width:  400px;
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform 1s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.2);
}

 

/*##################################################
FOOTER
##################################################*/

.footerlink{

  padding: 20px; color: white!important;
  text-decoration: none!important;
  font-weight: 100;
}



/*##################################################
BODY
##################################################*/

body{
 font-family: 'Open Sans', sans-serif!important;
 font-size: 17px;
 line-height: 2;
 color: #575757;
 
}
  /*HERO*/
.jumbotron  {
        
  /*background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://images.pexels.com/photos/11158633/pexels-photo-11158633.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1");*/
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("img/hero2.jpg");
 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  padding-left:5%;
  padding-top: 5%;
 
  min-height: 650px;
}
  
p{
  padding-bottom: 10px;
}


/*##################################################
NAV
##################################################*/ 
    .navbar{
-webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.15); 
box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.15);
    }
    /*
    .mobile-container {
      max-width: 480px;
      margin: auto;
      background-color: #fff;
      height: 500px;
      color: white;
      border-radius: 10px;
    }
*/
    .topnav {
      overflow: hidden;
      background-color: #b47579;
       position: fixed; 
      width: 100%!important;
       z-index: 999;



    }

    .topnav #myLinks {
      display: none; background-color: #b47579;       width: 100%;
    }
  .logo:hover{
    background-color: white!important;
    text-decoration: none!important;
  }
    .topnav a {
      color: white;
      padding: 14px 16px;
      text-decoration: none;
      font-size: 17px;
      display: block;
    }

    .topnav a.icon {
      background: black;
      display: block;
      position: absolute;
      right: 0;
      top: 0;
    }
 
    .topnav a:hover {
      background-color: #fff;
      color:#b47579;
    text-decoration: none!important;
    }
 
    .active {
      background-color: #04AA6D;
      color: white;   text-decoration: none;
    }
  
    
    ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      overflow: hidden;
      background-color: #fff;
    }

    li {
      float: right;
    }
    .org{
      display: block;
      color: #b47579!important;
      text-align: center;
      padding-top: 14px;  padding-bottom: 14px;
      margin-left: 16px; margin-right: 16px;
          text-decoration: none!important;  border-bottom: 3px solid #fff;
    }
    .navdesk1 {
      display: block;
      color: #b47579!important;
      text-align: center;
      padding-top: 14px;  padding-bottom: 14px;
      margin-left: 16px; margin-right: 16px;
          text-decoration: none!important;  border-bottom: 3px solid #fff;
    }
     .navdesk2 {
      display: block;
      color: #b47579!important;
      text-align: center;
      padding: 14px 16px;margin-left: 16px; margin-right: 16px;
          text-decoration: none!important;  
    }
    .navdesk1:hover {
       
       transition: border-bottom .5s ease;
        border-bottom: 3px solid #b47579;
    }
    .navdesk2:hover {
       
       transition: opacity .5s ease;
       opacity: .7;
    }
     
    .icon{ display: none}
    
    @media only screen and (max-width: 900px) {
      .navdesk1, .navdesk2{
        display: none;    text-decoration: none;
        
      }
    .icon{ display: block}
    }
 