a.footer-button{
color:#ffa500!important;
text-decoration:none!important;
}
a.footer-button:hover{
text-decoration:underline!important;
}
a.btn:link {
  text-decoration: none;
    font-family: 'lemonmilkregular';
}
a.btn:visited {
  text-decoration: none;
  font-family: 'lemonmilkregular';
}
a.btn:active {
  text-decoration: none;
  font-family: 'lemonmilkregular';
}
a.btn:hover {
  text-decoration: none;
    font-family: 'lemonmilkregular';
}

a.nostyle,a.nostyle:link{
  font-family: inherit;
  text-decoration: inherit;
}


.btnbig{
  font-size:1.5rem;
  margin-bottom: 2rem;
  border-width: 3px;
}
.btn{
  border-radius:0px;
  color:black;
}
.button1{
/*font-family: 'lemonmilkregular';*/
border-color:#ffa500;
color:black;
background-color:#ffa500;
border-radius:0px;
border-width:3px;
padding:0.5rem 1rem;
}
.button1:hover{
  background-color:white;
}

.button2{
  font-family: 'lemonmilkregular';
  border-color:black;
  border-radius:0px;
  border-width:3px;
  background-color: black;
  color:white!important;
  font-size:0.85rem;
  padding:0.175rem 0.45rem;
}
.button2:hover{
  background-color:white;
  color:black!important;
}
.button2active{
  background-color:white;
  color:black;
}

.button3{
border-color:#ffa500;
color:black;
background-color:#ffa500;
border-radius:0px;
border-width:3px;
padding:0.375rem 0.5rem;
font-size:0.95rem;
}
.button3:hover{
  border-color:#ffa500;
  background-color:white;
}
.button3active{
  border-color:#ffa500;
  background-color:white;
}

.button4{
  display:inline-block;
font-weight:400;
text-align:center;
white-space:nowrap;
vertical-align:middle;
padding:0.3rem 0.6rem;
  font-size:0.7rem;
  font-family: 'lemonmilkregular';
  border-color:black;
  border-radius:0px;
  border-width:3px;
  background-color: black;
  color:white;
}
.button5{
  display:inline-block;
font-weight:400;
text-align:center;
white-space:nowrap;
vertical-align:middle;
padding:0.3rem 0.6rem;
  font-size:0.7rem;
  font-family: 'lemonmilkregular';
  border:1px solid black;
  background-color: white;
  color:black;
}

.drop1{
    text-decoration: none!important;
    font-family: "lemonmilkregular"!important;
}
.drop1active{
  font-weight:bold;
  text-decoration: underline!important;
}
