body{
  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.container{
    max-width:85%;
    margin: 0 auto;
    display: table;
}
.img-responsive{
    max-width: 100%;
}
.top{
    padding: 15px 0px;
}
.donate-here{
    max-width: 45%;
    margin: 30px auto;
    float: right;
}
.donate-here a{
    background: #f4b115;
    padding:15px 25px 10px;
    /* width: 50%; */
    color: #fff;
    margin: 0px auto;
    font-size:18px;
    text-align: center;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
.donate-here a:hover{
    background: #441566; 
    color: #fff;
    margin: 0px auto;
    font-size:18px;
    text-align: center;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
.top-nav{
    background:#441566;
}
.nav-link{
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.nav-link:hover{
    color: #fff;
}
.dropdown-menu{
        background: #f4b115;
            border-radius: 0px;

}
.dropdown-item{
    font-size: 18px;
    color: #fff;
    padding:10px 15px;
}
.dropdown-item.active, .dropdown-item:active,
.dropdown-item:focus, .dropdown-item:hover{
    background:#441566;
    color: #fff;
}
.dropdown-toggle::after{
    display: none;
}
 .fa-plus{
    font-weight:100 !important;
        font-size: 12px !important;
 }

.footer{
    background: #000;
    padding:70px 0px 50px;
}
.footer h1{
    font-size:45px;
    color: #fff;
    font-weight: bold;
    width: 50%;
}
.footer h3{
    font-size:25px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}
.footer p{
    font-size:18px;
    color: #fff;
    font-weight:300;
    margin-bottom: 20px;
}
.footer hr{
    opacity: 1;
}
.footer ul{
           justify-content: space-around;
        width: 100%;
        display: flex;
        margin-top: 15px;
}
.footer ul li{
    float: left;
    color: #fff;
    font-size: 17px;
    list-style: none;
    padding: 3px 10px;
}
.footer ul li a{
    color:#a3a3a3;
    text-decoration: none;
}
.footer ul li a:hover{
    color:#f4b115;
}
.copyright p{
   color:#a3a3a3;
   font-size: 17px;
   text-align: center;
   font-weight: 500;
}
.copyright p a{
    color:#a3a3a3;
    text-decoration: none;
}



@media screen and (max-width:767px){
   .container {
    max-width: 95%;
}
.footer ul{
        display: block;
                padding: 0;
 
}
.footer h1 {
    width: 100%;
}
.footer h3{
    margin-top: 25px;
}
.footer ul li{
    padding-left: 0px;
}
.copyright p {
    color: #a3a3a3;
    font-size: 17px;
    text-align: left;
    font-weight: 500;
    margin-top: 25px;
}
.donate-here {
    max-width: 55%;
    margin: 30px auto;
    float: none;
}
.donate-here a{
      padding: 13px 25px 7px;  
}
 
}

@media screen and (min-width: 992px) {
  .navbar {
    padding: 0;
    line-height: 3rem;
  }
  .navbar .dropdown-menu {
    line-height: initial;
  }

  .dropdown .dropdown-menu {
    display: none;
  }

  .dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
    display: block;
  }

  .dropdown:hover > .dropdown-menu {
    margin-top: -0.5rem;
  }

  .dropend:hover > .dropdown-menu {
    position: absolute;
    top: -0.5rem;
    left: 100%;
    margin-left: 0;
  }

  .navbar-expand-lg .navbar-nav{
    justify-content: space-around;
        width: 100%;
  }

}
