a:active {
    color: red;
    background-color: transparent;
    text-decoration: underline;
    transition: 0.3s;
}
a:hover {
    color: darkorange;
    background-color: transparent;
    text-decoration: underline;
    transition: 0.3s;
}
a:hover > .bossName {
    opacity: 0;
    transition: 0.3s;
}
a:link {
    color: palegreen;
    background-color: transparent;
    text-decoration: none;
    transition: 0.3s;
}
a:link:hover {
    color: darkorange;
    background-color: transparent;
    text-decoration: underline;
    transition: 0.3s;
}
a:visited {
    color: palegreen;
    background-color: transparent;
    text-decoration: none;
    transition: 0.3s;
}
a:visited:hover {
    color: darkorange;
    background-color: transparent;
    text-decoration: underline;
    transition: 0.3s;
}
h1 {
    color: orange;
}
h2 {
    color: white;
    text-shadow: 0.5px 0.5px 6px black;
}
p {
    text-shadow: 0.5px 0.5px 6px black;
}
.bigGap {
    margin-left: -2rem;
    margin-right: -2rem;
}
.bossBorder {
    width: 20%;
    height: 170px;
    display: block;
    position: relative;
    border-radius: 14px;
    border: 1px solid rgb(46 46 46 / 70%);
    background: rgb(15 15 15);
    box-sizing: border-box;
    min-width: 10rem;
    background-size: cover;
    transition: 0.3s;
}
.bossBorder:hover > .worldFirstAlliance {
    opacity: 0;
    transition: 0.3s;
}
.bossBorder:hover > .worldFirstHorde {
    opacity: 0;
    transition: 0.3s;
}
.bossBorder > a {
    width: 100%;
    height: 100%;
    display: block;
}
.bossImage {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-size: cover;
    background-position: 0 0%;
    z-index: 1;
    background-color: rgb(46 46 46 / 15%);
    transition: 0.3ms;
}
.bossComingSoonImage {
    background-position-x: center !important;
}
.bossImage:hover {
    background-color: rgba(100, 40, 0, 0.5);
    transition: 0.3ms;
}
.bossScaler:hover {
    transform: scale(1.3);
    transform-origin: 50% 50%;
    transition: transform 0.4s;
}
.bossName {
    font-weight: 700;
    font-size: 1.1rem;
    opacity: 1;
    position: absolute;
    left: 0px;
    bottom: 6px;
    text-transform: uppercase;
    z-index: 3;
    line-height: 92%;
    text-shadow: 0 2px 2px rgb(0 0 0 / 80%);
    letter-spacing: 0.05em;
    width: 100%;
    text-align: center;
    pointer-events: none;
}
.crestBorder {
    height: 160px;
    display: block;
    position: relative;
    border-radius: 4px;
    border: 0px solid rgb(46 46 46 / 70%);
    box-sizing: border-box;
    min-width: 10rem;
}
.crestImage {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-size: cover;
    background-position: 0 50%;
    z-index: 1;
    background-color: transparent;
}
.crestName {
    font-weight: 700;
    font-size: 1.1rem;
    opacity: 1;
    position: absolute;
    left: 0px;
    bottom: 20%;
    text-transform: uppercase;
    z-index: 3;
    line-height: 92%;
    text-shadow: 0 2px 2px rgb(0 0 0 / 80%);
    letter-spacing: 0.05em;
    width: 100%;
    text-align: center;
}
.worldFirst {
    font-weight: 700;
    font-size: 0.9rem;
    opacity: 1;
    position: absolute;
    text-transform: uppercase;
    z-index: 3;
    line-height: 92%;
    text-shadow: 1px -1px 1px black;
    width: 100%;
    text-align: center;
    pointer-events: none;
    left: 0px;
    bottom: 0px;
    top: 6px;
}
.worldFirstAlliance {
    color: rgb(1, 99, 152);
}
.worldFirstHorde {
    color: rgb(199, 1, 0);
}
.fixBg {
    position: fixed !important;
    background-position: 0 50% !important;
    height: 100% !important;
}
.hasTitle {
    margin-top: -1.5rem;
}
.flexBossContainerRow {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    gap: 24px;
    flex-wrap: wrap;
}
.flexCrestContainerColumn {
    margin-left: 25%;
    margin-right: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
    align-content: space-around;
    gap: 0.3rem;
}
.flexCrestContainerRow {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
    gap: 2rem;
    line-height: 150%;
}
.talentSpecTitleName {
    font-weight: 700;
    left: 0px;
    top: 2px;
    text-transform: uppercase;
    text-decoration: underline;
    z-index: 3;
    line-height: 92%;
    text-shadow: 0 2px 5px rgb(0 0 0 / 80%);
    letter-spacing: 0.05em;
}
.talentList {
    text-align: center;
    min-width: 200px;
}

.amirdrassilModal {
    display: none;
    position: fixed;
    z-index: 4;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}
.amirdrassilModal-content {
    background-color: #1d1d1d;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 55%;
}
.amirdrassilClose {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.amirdrassilClose:hover,
.amirdrassilClose:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.aberrusModal {
    display: none;
    position: fixed;
    z-index: 4;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}
.aberrusModal-content {
    background-color: #1d1d1d;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 55%;
}
.aberrusClose {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.aberrusClose:hover,
.aberrusClose:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.vaultModal {
    display: none;
    position: fixed;
    z-index: 4;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}
.vaultModal-content {
    background-color: #1d1d1d;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 55%;
}
.vaultClose {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.vaultClose:hover,
.vaultClose:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

h3.mobile {
    display: none;
}
@media (max-width: 640px) {
    h3.mobile {
        display: block;
    }
    button.desktop {
        display: none;
    }
}
