/******************************************
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
*
* Simply copy an existing style from style.css to this file,
* and modify it to your liking.
*/

.article-feature-image img {
    width:100%;
    max-width:770px;
    height:auto;
	margin-bottom:15px;
}
.navbar-nav ul {  width: 100%;  min-width: 600px; text-align: center;  margin:0 ;  display:table; }
.sf-menu li { float: left; }

@media screen and (max-width: 979px) {

    header .menu-menu-1-container { text-indent: -9999px; height: 0; }

}

