.title-logo {
   color: white;
   font-size: 30px;
   font-weight: bold;
}

.header .logo {
   line-height: 95px;
}

.contact-list > li {
   font-size: 16px;
}

.nav-link-btn {
   color: red;
   font-weight: bold;
   margin-top: 24px;
}

.nav-link-btn:active,
.nav-link-btn:focus,
.nav-link-btn:hover {
   color: white;
   background-color: #ff0000bd!important;
}
