/* body {
    background-color: black
} */


#hero-area:before {
    background: rgba(0 , 0, 0, 0.3)
}

.navbar {
    min-height: 100px;
}

.navbar-brand {
    padding: 0px 0px;
}
    
.fa {
    padding-top: 15x;
    padding-right: 15px;
}

.img-responsive {
    max-width: 30%;
    float: left;
    /* margin-left: auto;
    margin-right: auto;     */
}

.img-responsive-logo {
    max-width: 20%;

    display: inline-block;
    /* margin-left: auto; */
    /* margin-right: auto; */
    padding-bottom: 5%;
    /* filter: alpha(opacity=50);
    opacity: 0.5;  */
 
}


nav .block {
    background: rgba(255, 255, 255, 0.8);
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    #footer .block {
        padding-bottom: 0px;
      }   
}    

/* #termin {
    padding: 100px 0px;
    background: #F6F6F6;
} */

#termin .block a {
    background: #330f5e;
}

#contact-us .block a {
    background: #330f5e;
}

.title span {
    color: #330f5e;
  }

.heading span {
    font-size: 45px;
    color: #330f5e;
    font-weight: 600;
}  


nav .block .navbar-default .navbar-nav > li > a:hover:before {
    background-color: #330f5e;
    content: "";
    width: 100%;
  }
nav .block .navbar-default .navbar-nav > li.current > a:before {
    background-color: transparent;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    height: 2px;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    width: 100%;
    background-color: #330f5e;
  }  

  nav .block .navbar-default .navbar-nav > .active > a:before,
  nav .block .navbar-default .navbar-nav > .active > a:focus:before,
  nav .block .navbar-default .navbar-nav > .active > a:hover:before {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: #330f5e;
  }  

#footer .block h3 span {
    color: #330f5e;
}  