/* Add here all your css styles (customizations) */

#buysell{
    max-width: 100%;
}

#customHeader{
    max-width: 100%;
}

#otherResourcesTitle{
    max-width:100%;
}

a:hover{
    color:#dbc55f;
}

a:focus,
a:hover {
    color: #a78a00;
}

#nav-submenu-1>li{
    background-color:black;
}

#nav-submenu-1>li:hover{
    background-color:#535353;
}

#map {
    width: auto;
    height: 400px;
}

.lender-img{
  height: 250px;
  width: 100%;
  padding-bottom: 50px;
}

.header-bg-dark{
  background-color: black;
}
