/* Working Code as of 4/14/2016 *


/* This helps you change the color of the header bar in case you want white links
#app-header {
    padding:4px 0 5px;
    background-color:#414042;
}
*/
#app-header h1 {
    margin:10px 0;
}

/* user-nav includes changes to the Login / User information link */
#user-nav {
    padding-top:25px;
}
#user-nav > a {
    display:inline-block;
    margin-bottom:0;
    font-weight:bold;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
    background-image:none;
    border:1px solid transparent;
    white-space:nowrap;
    padding:5px 10px;
    font-size:10px;
    line-height:1.428571429;
    border-radius:4px;
    -webkit-user-select:none;
    color:#4d4d4d;
}

#user-nav > a:hover {
    text-decoration:none;
    color:#e63d2f;
}
/* Active Color of Login button once logged in */

.header-nav li a {
    color:#4d4d4d;
}

/* Page Links refers to the custom links */
#page-links {
    display:inline-block;
}
#page-links a {
    display:inline-block;
    padding:5px 10px;
    font-size:10px;
    font-weight:bold;
    color:#4d4d4d;
}
#page-links a.normal_link {
    font-weight:normal;
}
#page-links a:hover,
.btn-link:hover,
.btn-link {
    color:#e63d2f;
}

#page-links .piped-list>li:after {
    content:"|";
    color:#4d4d4d;
}

#feature.feature-region {
background-color: #414042;
background-image: none;
}

#search-form.callout-region {
background-color: #414042;
}

/* Carousel CSS */
.carousel-inner .item img {
    width: auto ; height: 200px;
}
.item {
  display: block;
  margin-top: 10px;
  margin-bottom: 2px;
  margin-right: 50%;
  margin-left: 40%;
  width: 75%;
  
}

.feature-region {
	background-image: none;
}