
    .navbar-static-top {
        margin-bottom: 9px;
        margin-top: 2px;
    }
    
    .demo-text-note-1 {
        font-size: 44px;
        font-weight: 200;
        font-family: 'Raleway', sans-serif;
        color: #5A4030;
        font-family: 'Raleway';
    }
    
    
    .navbar-header {
        color: #5A4030;
    }
    
    .active {
        color: #5A4030;
    }
    
    .navbar-brand {
        color: #5A4030;
    }
    
    a:link {
        color: #757702;
    }
    
    a:visited {
        color: #757702;
    }
    
    a:hover {
        font-weight:500;
        color: #d35400; 
        /*#d35400; #e74c3c;*/
    }
    
    .circle {
        border-radius: 50%;
        display: inline-block;
        position: relative;
    }
    
    .circle img {
        border-radius: 100%;
        display: block;
        border: 1px solid #fff;
    }
    
    .circle:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 1) 100%);
        border-radius: 90%;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    @media (min-width: 768px) {
        .navbar-nav {
            width: 100%;
            text-align: center;
        }
        .navbar-nav > li {
            float: none;
            display: inline-block;
        }
        .navbar-nav > li.navbar-right {
            float: right !important;
        }
    }
    
    .img-comment-right {
        font-size: 14px; //ceil(@font-size-base * 0.8333); // ~15px
        line-height: 1.2;
        /*font-style: italic;*/
        margin: 12px 0;
        color: #5A4030;
        
    }
    
    .img-comment-right-2 {
        font-size: 16px; //ceil(@font-size-base * 0.8333); // ~15px
        line-height: 1.2;
        /*font-style: italic;*/
        margin: 24px 0;
        color: #757702;
    }

    
    .img-comment-buttom {
        font-size: 14px;
        
        line-height: 1.2;
        /*font-style: italic;*/
        margin: 24px 0;
        color: #757702;
    }
    
    .img-comment {
        font-size: 14px;
        color: #5A4030;  
    }

    /*#757702 is greenish alternative color*/
    
    .footer {
        background: url("../flower_footer_longer.jpg") no-repeat center top;
    }
