
/*
Template Name: Rose Folio - Responsive Multi-purpose HTML5 Template
Author: coral-themes
Author URI: http://themeforest.net/user/coral-themes
Description: Creative multipurpose template for agencies and portfolios.
Version: 1.0
Tags: responsive, html5, css3, creative, business, portfolio, agency, corporate, multipurpose, bootstrap
*/
.page-header {
    height: 90px;
}

.page-header .logo {
    height: 120px;
    bottom: -2.25rem;
    position: absolute;
    left: 16rem;
}

#navbar .navbar-nav li a {
    letter-spacing: 4px;
    font-weight: 500;
}

#navbar .navbar-nav li a:hover {
    color: #4B5252;
}

#navbar .navbar-nav li .btn-link {
    font-weight: 600;
}

#navbar .navbar-nav li .btn-link:hover {
    color: #000;
}


#section-header .navbar-header .navbar-toggle {
    margin-top: 8px;
}

#content-about p a {
    color: #4B5252
}

#content-about p a:hover {
    color: #041F45
}

#section-body .intro .text-center .text-left .lead-border-left a {
    color: #041F45;
}

.lead-border-left:after {
    background:  #d1c5b3;
}

#section-footer .footer-widget .logo-footer {
    position: relative;
    left: -3rem;
    top: -3.5rem;
    filter: invert(1);
}

#section-footer .footer-widget .input-group .input-group-btn .btn-link {
    background: #8a9399;
    color: rgba(255, 255, 255, 1);
}

#section-footer .footer-subscribe ul li a:hover,
#section-footer .footer-widget ul li a:hover {
    color: #d1c5b3;
}

@media (min-width: 768px) {
    .navbar-nav {
        position: relative;
        top: 1rem;
    }
}

@media (max-width: 768px) {
    .page-header .logo {
        left: 0;
    }
}
