.pagination > li > a.disable-pagination,
.pagination > li > a.disable-pagination:hover {
    cursor: default !important;
    color: #eee !important;
    border-color: #eee !important;
    background-color: white !important;
}

.tagline {
    font-family: Allan,cursive;
    font-size: 30px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 32px;
    color: black;
}
@media only screen and (max-width: 767px) {
    .tagline {
        font-size: 20px;
        line-height: 22px;
    }
}
@media only screen and (max-width: 992px) {
    #header #topNav a.logo {
        height: 58px !important;
    }
}

#topBar ul.top-links li.text-welcome {
    font-family: Allan,cursive;
    font-size: 22px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 34px;
}

.grow {
    transition: all .2s ease-in-out;
}
.grow:hover {
    transform: scale(3);
    position:relative;
    top: 30px;
    z-index:99999;
}

.box-gradient>div>a {
    color: white;
}
.box-gradient>div {
    padding-top: 10px;
    padding-bottom: 10px;
}
.box-gradient h2 {
    margin-bottom: 0;
}

.box-blue>div:nth-child(5) {
    background-color: #a2d5ff;
}