.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #b34ccd;
}
.rating-color{
    color:#fbc634 !important;
}

@media (min-width: 992px) {
  body {
    padding-top: 90px;
  }
}
navbar-custom {
	background-color:#666699;
}

.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 .social {
     -webkit-transform: scale(0.8);
     /* Browser Variations: */
     
     -moz-transform: scale(0.8);
     -o-transform: scale(0.8);
     -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
 }

/*
    Multicoloured Hover Variations
*/
 
 #social-fb:hover {
     color: #3B5998;
 }
 #social-tw:hover {
     color: #4099FF;
 }
 #social-gp:hover {
     color: #d34836;
 }
 #social-em:hover {
     color: #f39c12;
 }

.fixed-top {
    position:absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.card {
  border-radius: .7rem;
}
.navbar {
  padding: 0;
}
