  /*** Top Navigation Spacing Customization***/
/*** The following sections allow you to define the padding-left and -right between topnav elements so they do not run to separate lines, or to spread them out more evenly across the top***/
/*** This can occur when the number of main menu items grow too large and/or the menu labels are longer than ususal***/
/*** To change, try changing both values in each section 2-4 px at a time, keeping them equal values when possible.***/
/*RSS Feed Styles*/

 .rss-box ul {
	 padding: 0;
	 list-style-type: none;
}
 .rss-box li {
	 padding: 10px 10px 10px 0px;
	 border-bottom: 1px dotted #ccc;
}
 .rss-box li a {
	 font-weight:600;
}

.rss-item{ 
    width: 100%!important;
	float: none!important;
	margin: 0 0 20px 0!important;
}
.rss-item img{ 
	margin-bottom:5px!important;
}

@media(min-width:768px){
    /* Tablet Portrait View*/
    /*** banner heading size ***/
    header h1 {
    color: #000;
    font-size: 1em;
    
    /*** Main Navigation Spacing ***/
     .navbar-inverse .navbar-nav > li > a {
         padding-right: 15px;
         padding-left: 15px;
     }
 }   
 @media(min-width:992px){
    /* Laptop/projector View*/
    /*** banner heading size ***/
    header h1 {
    color: #000;
    font-size: 1.06em;
    
    /*** Main Navigation Spacing ***/
   .navbar-inverse .navbar-nav > li > a {
         padding-right: 20px;
         padding-left: 20px;
    }
 }
 @media(min-width:1200px){
    /* Large Desktop View*/
    /*** banner heading size ***/
    header h1 {
    color: #000;
    font-size: 1.3em;
    
    /*** Main Navigation Spacing ***/
     .navbar-inverse .navbar-nav > li > a {
         padding-right: 30px;
         padding-left: 30px;
    }
}
