.black {
    color: #212529;
}
.bg-grey{
    background-color: #f7f8f8;
}
.wagyu-orange{
    color: #b35537;
}
.lamb-green{
    color: #008745;
}
.angus-blue{
    color: #363744;
}
.crown-grey{
    color: #6d6e71;
}
.crown-blue{
    color: #7895a3;
}
.callout-top{
    margin-bottom:60px;
    padding-bottom:20px;
}
.border-callout{
    border: 2px solid #212529;
    padding:20px;
}
.border-callout:before {
    content: " ";
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 1px solid #212529;
}
#craftgrinds .icon-description{
    padding-top:20px;
}
#protein-picker .italic-lead{
    font-size: 1rem;
}
#protein picker img{
    width:100%;
    max-width: 124px;
}
#angus-corner-top {
    position: relative;
}
#angus-corner-top img {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
}
#wagyu-corner-top {
    position: relative;
}
#wagyu-corner-top img {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
}
#lamb-corner-top {
    position: relative;
}
#lamb-corner-top img {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
}
#standards-corner-top {
    position: relative;
}
#standards-corner-top img {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
}
.angusbutton{
    font-weight: 400;
    font-size: .8rem;
    font-weight: bold;
    border: none;
    background-color: #363744;
    color: #fff;
    padding: 10px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    margin-bottom: 50px;
    border: 2px solid #363744;
}

.angusbutton:hover{
    background-color: #fff;
    color: #444;
    text-decoration: none;
    border: 2px solid #444;
}
.lambbutton{
    font-weight: 400;
    font-size: .8rem;
    font-weight: bold;
    border: none;
    background-color: #008745;
    color: #fff;
    padding: 10px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    margin-bottom: 50px;
    border: 2px solid #008745;
}

.lambbutton:hover{
    background-color: #fff;
    color: #444;
    text-decoration: none;
    border: 2px solid #444;
}