.navbar {
  margin-bottom: 0;
  border-radius: 0;
}
footer {
  background: linear-gradient(to bottom,#fff,#ddd);
  padding: 25px 0px 15px 0px;
}
footer p{font-size:14px;}
.carousel-inner img {
  width: 100%;
  margin: auto;
}
.top-bar{
  padding-top:10px;
  padding-bottom:10px;
}
.main-heading{
    margin-top: 1.5rem;
    font-family: abril-display,serif;
    text-align: center;
    font-weight: 300;
    text-decoration: underline dotted;
    text-decoration-color: #3265ff;
    text-shadow: 1px 1px 2px hsl(225deg 100% 60% / 40%);
}
.abt-img{
  float:left;
  padding:15px;
}
p, ul {
    font-family: 'Source Sans Pro',sans-serif;
    color: rgba(0,0,0,.9);
    line-height: 1.4;
    font-weight: 300;
    font-style: normal;
    text-align: justify;
    font-size:20px;
  }
  .my-table{
    font-size:20px;
    text-align: center;
  }
  .img-pojects{
    margin-bottom:15px;
    max-width:100%;
    height:216px;
    object-fit: cover;
  }
  .bank{
    border-left:3px solid #ccc;
    padding-left:10px;
    margin-left:30px;
  }
  .team-img{
    width: 159px;
    text-align: center;
height: 199px;
  padding:20px;}
  .team-row{
    border:1px solid #000;
  }
  .donate-btn{
    padding: 6px 20px;
    font-size: 18px;

    background: linear-gradient(
118.8deg
 ,hsl(213.1,100%,58.4%),hsl(224.4,100%,55.5%));
    -webkit-box-shadow: 0 10px 20px hsl(225deg 70% 50% / 19%), 0 6px 6px hsl(225deg 100% 60% / 23%);
    box-shadow: 0 8px 20px hsl(225deg 70% 50% / 19%), 0 4px 6px hsl(225deg 100% 60% / 23%);
    text-decoration: none;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    border: none;
    transition: cubic-bezier(.455,.03,.515,.955) all .22s;

  }
  .my-table2 input[type="text"], .my-table2 input[type="email"]{
    border:1px solid #ccc;
    width:100%;
    padding:4px 10px;
  }
  .my-table2{
    text-align:left;
    font-size:16px;
    padding:3px;
  }
  input.parsley-success,
    select.parsley-success,
    textarea.parsley-success {
    color: #468847;
    background-color: #DFF0D8;
    border: 1px solid #D6E9C6;
    }

    input.parsley-error,
    select.parsley-error,
    textarea.parsley-error {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
    }

    .parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;
    color:#FF0000;

    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    }

    .parsley-errors-list.filled {
    opacity: 1;
    }
@media (min-width: 769px) {
.navbar-inverse{
  padding:10px;
}
}
/* responsive */
@media (max-width: 768px) {
.abt-img{
    float:none;
    width:100%;
}
.carousel-caption {
  display: none;
}
.text-xs-center{
  text-align: center;
}
.navbar{
  background-color: #F4F7F8;
  margin-bottom:15px;
}
p, ul {
    line-height: 1.4;
    font-size:14px;
  }
  .my-table{
    font-size:14px;
  }
}
