/*
Theme Name: demo_umadocs
Version: 1.0
Description: A child theme of WP Bootstrap Starter
Template: wp-bootstrap-starter
Author: Administrator
*/
@import url("../wp-bootstrap-starter/style.css");
/* Your awesome customization starts here */


header#masthead {
    margin-bottom: 0;
    background-color: #fff;
    box-shadow: none;
    padding: 0;
}

.navbar-brand img {
    height: auto;
    max-width: 100%;
    margin: auto;
    display: block;
    width: 140px;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    color: #222;
    padding: 0.5rem;
    font-weight: 500;
    font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover {
    color: #666;
    padding: 0.5rem;
    font-weight: 500;
    font-size: 0.875rem;
}

#content.site-content {
    padding-bottom: 3.75rem;
    padding-top: 0;
}
