a {
color: #00A487;
}

#header {
background: #00CDA8;
padding: 10px 0;    
}

.footer-copyright {
background: #00CDA8;
}

.nav-pills>li>a {
border-radius: 0;
}

#nav-top {
/*border-top: solid 4px #00CDA8;*/
}

.btn-primary {
background-color: #E94C3D;
border-color: #9C211B;
}

.banner-footer {
text-align: center;
margin-bottom: 30px;
}

.link-dashboard-user {
display: inline-block;
position: relative;
top: 5px;
margin-right: 20px;
}

@media (min-width: 1200px) {
  .container {
    width: 100%;
  }
}