.button {
    border: none;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    font-family: caslon-antique;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    max-width: 200px;
}

.button1 {
    background-color: #AEC392;
    color: black;
    border: 2px solid #000000;
}

.button1:hover {
    background-color: #593A26;
    color: white;
}

.button2 {
    background-color: #AEC392;
    color: black;
    border: 2px solid #000000;
}

.button2:hover {
    background-color: red;
    color: black;
}

.button-lore {
    background-repeat: no-repeat;
    background-size: 85%;
    background-color: transparent;
    background-position: left;
    color: transparent;
    text-align: right;
    border: 0px;
    width: 100%;
    max-width: none;
    height: 180px;
    align-self: center;
}

.button-lore:hover {
    opacity: 0.8;
    border: 2px solid #593A26;
    color: #000000;
}

.button-mb {
    background-image: url('images/mammalian_boroughs_cropped.png');
}

.button-hq {
    background-image: url('images/hive_queendoms_cropped.png');
}

.button-gc {
    background-image: url('images/grand_colonies_cropped.png');
}

.button-ws {
    background-image: url('images/wetland_sovereigns_cropped.png');
}

@media screen and (max-width: 600px) {
    .button-lore {
        color: #000000;
        width: 97%;
    }

    .button-lore:active {
        opacity: 0.8;
        border: 2px solid #593A26;
    }
}