/* Write your styles */
.am-titlebar-default {
background-color: #A5181E;
}
.am-navbar-default {
background-color: #A5181E;
}

.am-list .am-list-item-desced a, .am-list .am-list-item-thumbed a {
padding-right: 0;
font-size: 15px;
}

.am-slider-a1 .am-control-nav li a.am-active {
background-color: #A5181E;
cursor: default;
}

.am-btn-secondary{
background-color: #A5181E;
border-color: #A5181E;
}

.am-btn-secondary:hover{
background-color: #9E1B21;
border-color: #A5181E;
}