.btn-default,
.btn-primary {
  color: whitesmoke !important;
  background-color: #006A77 !important;
  border-color: #006A77 !important;
}

.btn-default:hover,
.btn-primary:hover {
  color: whitesmoke !important;
  background: #00A4B9 !important;
  border-color: #006A77 !important;
}

a {
  color: #006A77 !important;
  text-decoration: none;
}

.text-primary {
  color: #006A77 !important;
}

.btn-link {
  font-weight: 400;
  color: #006A77 !important;
  border-radius: 0;
}

.navbar-default {
    border-bottom: 30px solid white !important;
}

body {
    padding-top: 100px;
}

.navbar-header{
	background: #FFFFFF !important;
}

.navbar-collapse{
		background: #FFFFFF !important;
} 
