body{
  color: #777;
}
#header .navbar-light .navbar-nav .nav-link {
    color: #f34dba;
}
@media screen and (min-width: 1024px){
  #header {

    background-color: #2a2c3f;
    border-bottom: 1px solid #2a2c3f;
  }
}

#header .navbar-light .navbar-nav .nav-link:hover {
    background-color: rgb(63, 65, 82);
}
#main-header {
    background: rgb(42, 44, 63) !important;
}
footer.site-footer {
 background: #2a2c3f !important
}

#main-footer, #lower-footer {
 background: #2a2c3f !important
}
.little-text {
    color: #f14e9f;
    font-size: 16px;
}
a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
}

#logo a {
  display:none;
}

.btn-english, .btn-spanish{
  display: none !important;
}