.horsebutton {
    background-color: #c2a062; 
    border: none;
    color: white;
    padding: 5px 20px 0px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

 /* Dropdown Button */
.spdropbtn {
    background-color: #d2b082;
    color: white;
    padding: 16px;
    font-size: 16px;
    font-name: serif;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.spdropdown {
    position: relative;
    display: inline-block;
}

.spdropdown1 {
    valign: bottom;
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.spdropdown-content {
    display: none;
    align: left;
    position: absolute;
    background-color: #f9f9e0;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    color: #c05050;
}

.spdropdown-content1 {
    vertical-align: bottom;
    min-width: 160px;
    color: #c05050;
}

.spdropdown-content2 {
    align: left;
    position: absolute;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* Links inside the dropdown */
.spdropdown-content a {
    color: #b03030;
    padding: 2px 5px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.spdropdown-content a:hover { background-color: #f1f1c0; }

/* Show the dropdown menu on hover */
.spdropdown:hover .spdropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.spdropdown:hover .spdropbtn {
    background-color: #a28040;
}

spnav devselect {
  display: none;
}

