span.funky-font {
    display: block;
}

.funky-font {
    font-family: 'Dancing Script', cursive;
    font-size: 50px;
    text-transform: none;
}

.first-letter::first-letter {
    font-size: 85px;
}

.about-left-img img {
    width: 100%;
    min-height: 100px;
}

.header-brand {
    padding-top: 35px;
    display: inline-block;
}

.header-motto {
    font-size: 18px;
}

.header-motto ul {
    padding-top: 50px;
    float: left;
}

.header-motto li {
    font-family: 'Open Sans', sans-serif;
    color: #bfbfbf;
    display: inline-block;
    padding: 0 20px;
    border-right: solid 1px #e5e4e4;
}

.header-motto li:last-child {
    border-right: none;
}

.rev_slider_wrapper {
    margin-top: 0;
}

.cursive-font {
    font-family: 'Alex Brush', cursive;
}

.my-custom-title h3 {
    font-family: 'Alex Brush', cursive;
    font-size: 28px;
    margin-top: 0;
    color: #CEB888;
}

.small figcaption {
    font-size: 12px;
    text-align: center;
    color: #FFF;
}

.highlight {
    color: #CEB888;
    font-weight: bold;
}

.typo-column h2 {
    font-family: 'Alex Brush', cursive;
    text-transform: capitalize;
    font-size: 36px;
}

.small-padding p {
    margin-bottom: 10px;
}

body {
    background-color: black;
}
.f-h1-head a{
    color: #CEB888;
}
a {
    color: #FFF;
    text-decoration: none;
    
}

/*
a:visited {
    color: #FFF;
}

a:focus,
a:hover {
    color: #FFF;
    text-decoration: underline;
}
*/

a:active {
    color: #FFF;
}

.sub-heading {
    color: #FFF;
}

.publications ul li,
.publications ul li i {
    color: #FFF;
}

.publications ul.publications-submenu {
    margin-left: 50px;
    margin-bottom: 0;
    color: #FFF;
}

.imp-buttons {
    margin: 30px 0 0 30px;
}

.imp-buttons .asset-button button {
    font-size: 13px;
    color: #333333!important;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    width: 100%;
    padding: 17px 26px;
    border: 2px solid #d5aa6d!important;
    background-color: #d5aa6d!important;
    line-height: 1;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    -webkit-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    -mz-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.imp-buttons .asset-button button:visited {
    outline: none;
    text-decoration: none;
    color: #333333!important;
    border: 2px solid #d5aa6d!important;
    background-color: #d5aa6d!important;
    -webkit-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    -mz-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    box-shadow: none;
}

.imp-buttons .asset-button button:hover {
    outline: none;
    text-decoration: none;
    color: #d5aa6d!important;
    border: 2px solid #fff!important;
    background: #fff!important;
    -webkit-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    -mz-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    box-shadow: none;
}

.imp-buttons .asset-button button:active {
    outline: none;
    text-decoration: none;
    color: #333333!important;
    border: 2px solid #d5aa6d!important;
    background-color: #d5aa6d!important;
    -webkit-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    -mz-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    box-shadow: none;
}

.bullet-list-content ul li i {
    color: #FFF;
    padding-right: 10px;
    font-size: 15px;
}

footer .footer-all-h2 h2 {
    font-size: 17px;
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    margin-top: 0;
}

ul.publications-submenu a{
    text-transform: capitalize;
    color: #FFF;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}
h4{
    /*color:#CEB888;*/
    color:#FFF;
}

.f-h1-head-book a{
    color: #CEB888;
}
.f-h1-head-book *{
    color: #CEB888;
    /*font-weight: bold;*/
    /*text-transform: uppercase;*/
}
/**************************************************************************************************************************************
                                                            MEDIA QUERIES
**************************************************************************************************************************************/

@media only screen and (max-width: 575px) {
    .menuzord .custom-menuzord-brand img {
        margin-top: 15px;
        width: 100%;
    }
    .imp-buttons .asset-button {
        margin-top: 15px;
        font-size: 10px;
    }
    .imp-buttons .asset-button small {
        display: block;
    }
    .header-motto {
        font-size: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .menuzord .custom-menuzord-brand img {
        margin-top: 15px;
        width: 100%;
        font-size: 10px;
    }
    .imp-buttons .asset-button {
        margin-top: 15px;
    }
    .imp-buttons .asset-button small {
        display: block;
    }
    .header-motto {
        font-size: 14px;
    }
}

@media only screen and (max-width: 991px) {
    .menuzord .custom-menuzord-brand img {
        margin-top: 15px;
        width: 100%;
        font-size: 10px;
    }
    .imp-buttons .asset-button small {
        display: block;
    }
    .header-motto {
        font-size: 14px;
    }
}