/* Enter Your Custom CSS Here */

/* Change color on menu bar */
.menu-wrapper {
    background: none repeat scroll 0 0 #ff6600;
}

/* Change oranage color on header bar */
.top-header {
    background: none repeat scroll 0 0 #ff6600;
}

/* Remove border-right vertical line on header bar */
.header-text-only .header-text-container h1.site-title, .header-text-logo .header-text-container h1.site-title {
    border-right: none;
    }

/* Remove not found post */
.page-header .page-title {
    display:none;
    
}

/* remove home page content  */
.home #primary {
	display:none;
}

.header-text-only .header-text-container h2.site-description, .header-text-logo .header-text-container h2.site-description{
    font-size: 30px;
    display: inline-block;
    margin-bottom: 0;
    text-transform: lowercase;
    color: #FFFFFF;
    vertical-align: bottom;
}



