.outer-button {
    display: flex;
    flex-wrap: wrap;
}

.outer-button .inline {
    display: inline-flex;
    margin-right: 20px;
}

.outer-button a.coolBeans img {
    margin: 0;
}

.coolBeans > i.left {
    position: relative;
    top: 4px;
    float: left;
    margin-right: 10px;
}

.coolBeans > i.right {
    position: relative;
    top: 4px;
    float: right;
    margin-left: 10px;
}

.coolBeans > img {
    margin-left: 10px;
}

.coolBeans {
    font-weight: 500;
    border-radius: 3rem;
    background-color: #61A754;
    color: white !important;
    overflow: hidden;
    padding: 1rem 2.1rem;
    position: relative;
    text-decoration: none;
    will-change: transform;
    z-index: 0;
    transition: background-color .2s ease-in-out;
}

.coolBeans.highlight {
    background-color: white;
    color: #0F2B62 !important;
}

.coolBeans:hover {
    background-color: #76b36b;
}

/* ====================================== Dark Button ==================================== */
.coolBeans.dark {
    background-color: #4A628C;
    padding: 1.5rem 3rem;
}

@media only screen and (max-width: 750px) {

}

@media only screen and (min-width: 750px) and (max-width: 1000px) {

}

@media only screen and (min-width: 1001px) and (max-width: 1099px) {

}

@media only screen and (min-width: 1100px) {

}
