body { padding-top: 56px; }
.left-aligned { margin-left: auto; }
.bg-dark { background-color: #343a40 !important; }
.bg-hero { background-color: #8bbf81; }

/* CALLOUT */
.bd-callout { padding:1.25rem; margin-top:1.25rem; margin-bottom:1.25rem; border:1px solid #e9ecef; border-left-width:.25rem; border-radius:.25rem }
.bd-callout h4 { margin-bottom:.25rem }
.bd-callout p:last-child { margin-bottom:0 }
.bd-callout code { border-radius:.25rem }
.bd-callout+.bd-callout { margin-top:-.25rem }
.bd-callout-info { border-left-color:#5bc0de }
.bd-callout-warning { border-left-color:#f0ad4e }
.bd-callout-danger { border-left-color:#d9534f }

/* footer */
footer a { color: white; font-weight: bold; text-decoration: none; }
footer a:hover { color: white; text-decoration: underline; }

.unstyled-button {
    border: none;
    padding-top: none; padding-left: 20px;
    background: none;
}

#rcornersleft{
  border-radius: 10px 70px;
  background: #b5f1b8ab;
  padding: 30px;
  width: 100%;
  height: auto;
  border-right: 7px solid #5a8f6c;
  border-bottom: 9px solid #5a8f6c;
}

#rcornersright{
  border-radius: 60px 10px;
  background: #b5f1b8ab;
  padding: 30px;
  width: 100%;
  height: auto;
  border-left: 5px solid #5a8f6c;
  border-bottom: 7px solid #5a8f6c;
} 

#evenrcornersdarkgreen{
  border-radius: 50px;
  background: #8bbf81;
  padding: 30px;
  width: auto;
  height: auto;
}

#evenrcornersgreen{
  border-radius: 50px;
  background: #BDDAA9;
  padding: 30px;
  width: auto;
  height: auto;
}

#evenrcornerswhite{
  border-radius: 15px;
  background: #ffffff;
  padding: 10px;
  width: auto;
  height: auto;
}

#evenrcornersbronze{
  border-radius: 20px;
  background: #a46628;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 35%;
  padding-right: 35%;
  width: auto;
  height: auto;
}

#evenrcornerssilver{
  border-radius: 20px;
  background: #9a9a9a;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15%;
  padding-right: 15%;
  width: auto;
  height: auto;
}

#evenrcornersgold{
  border-radius: 20px;
  background: #e6c200;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15%;
  padding-right: 15%;
  width: auto;
  height: auto;
}

#evenrcornersspecial{
  border-radius: 20px;
  background: #2e7e48;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15%;
  padding-right: 15%;
  width: auto;
  height: auto;
}

#stem{
  background: #5a8f6c;
  border-radius: 20px;
  border-bottom:100% solid #2e7e48;
  height: 100%;
  width: 90%;
  padding: 0%;
}
