/*
Theme Name: Corp - Leslie Pobee Ministries
Template: corp
Description: Child theme of Corp for Leslie Pobee Ministries
Version: 1.0
*/

/* Logo sizing in the dark header */
#header .site-logo {
    display: block;
    padding: 15px 0 10px 20px;
    line-height: 0;
}

#header .site-logo img {
    max-height: 90px;
    width: auto;
    display: block;
}

/* Remove the old h3 site-name styles now that we use a logo */
#header h3 {
    display: none;
}

/* Brand color overrides */
a {
    color: #cc0000;
}

a:hover {
    color: #990000;
}

/* Nav tab active/current state */
#tabs a:hover,
#tabs a:focus {
    background: #cc0000;
    color: #fff;
}

/* Widen wrapper slightly for modern screens */
#wrapper {
    width: 100%;
    max-width: 1000px;
}
