#intro {
    border-top: 2px solid #040404;
}

h2 {
    color: var(--primary-color);
    font-weight: normal;
}

.copyright {
    background-color: #060707;
}

.spotlight-bg {
    background: radial-gradient(circle at 60% -115%, rgb(6 45 65) 0%, rgb(0 0 0) 100%);
}

#intro h2 {
    margin-bottom: 20px;
    font-weight: normal;
}

#general-stats {
    border-top: 2px solid #040404;
    border-bottom: 2px solid #040404;
}

.stat-box {
    text-align: center;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.stat-box .stat-count {
    font-size: 52px;
    line-height: 52px;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    color: white;
}

.stat-box .stat-prop {
    text-transform: uppercase;
}

.ally-placement {
    padding: 12px 0 6px 0;
}

.bg-planet {
    background: #000 url(../images/explosion.jpg) no-repeat center center;
    background-size: cover;
}

.bg-timeline {
    background: #000 url(../images/drifter.jpg) no-repeat center center;
    background-size: cover;
}

.bg-red-planet {
    background: #000 url(../images/planet-swirly.jpg) no-repeat center center;
    background-size: cover;
}

.bg-moon {
    background: #000 url(../images/skyhook.jpg) no-repeat center center;
    background-size: cover;
}

.bg-wreck {
    background: #000 url(../images/station-interior.jpg) no-repeat center center;
    background-size: cover;
    border-top: 2px solid #040404;
    border-bottom: 2px solid #040404;
}

#system-stats {
    background: #000 url(../images/dark-astero.jpg) no-repeat center center;
    background-size: cover;
    border-top: 2px solid #040404;
    border-bottom: 2px solid #040404;
}

.ship-showcase .stripes {
    padding: 80px 0;
}

.bg-planet .stripes,
.bg-wreck .stripes,
.bg-red-planet
.stripes,
.bg-moon .stripes,
.bg-timeline .stripes {
    padding-top: 220px;
    padding-bottom: 210px;
}

.graph-chart h2 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: normal;
    color: white;
}

.first-loss {
    text-shadow: 0 0 20px black;
}

.first-loss a {
    color: var(--primary-color);
    text-decoration: none;
}

.first-loss .killmail-info {
    font-size: 18px;
}

.first-loss .killmail-info > div:not(:last-child) {
    margin-bottom: 6px;
}

.first-loss .loss-type {
    font-size: 2.25rem;
    color: white;
    font-family: Montserrat, sans-serif;
    margin-bottom: 30px;
    line-height: 1.2;
}

.first-loss .player-name {
    font-size: 26px;
    color: white;
}

.first-loss .player {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.first-loss .player-portrait {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #383838;
    margin-right: 20px;
}

.first-loss .loss-reason {
    font-size: 14px;
}

.character-spotlight, .favourite-ship {
    border-bottom: 2px solid #040404;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.favourite-ship:nth-child(even) {
    background: #020f16 url("../images/grid.png");
}

.character-spotlight .container.narrow,
.favourite-ship .container.narrow {
    padding: 100px 0 0 0;
}

.character-spotlight .container.narrow h2,
.favourite-ship .container.narrow h2,
#want-more h2, #srp h2, .stat-block h2 {
    text-align: center;
    color: white;
    font-size: 2.25rem;
}

#want-more h2 {
    margin-bottom: 40px;
}

#srp h2 {
    margin-bottom: 0;
}

.srp-desc {
    text-align: center;
    color: #cacaca;
    font-size: 14px;
}

.srp-spent {
    font-family: Montserrat, sans-serif;
    text-align: center;
    color: var(--primary-color);
    margin: 30px 0 100px 0;
    font-size: 38px;
    line-height: 1.2;
}

.timeline-cta {
    text-align: center;
    margin-top: 40px;
}

.timeline-cta a {
    text-decoration: none;
    background: var(--primary-color);
    padding: 12px 24px;
    border-radius: 4px;
    font-size: 16px;
    transition: all 0.3s;
}

.timeline-cta a:hover {
    background: var(--secondary-color);
}

.character-spotlight .row, .favourite-ship .row {
    margin: 0;
}

.character-spotlight:nth-child(even), .bg-pattern {
    background: #000 url(../images/pattern.jpg) no-repeat center center;
    background-size: cover;
}

.character-spotlight .character-row {
    display: flex;
}

.character-spotlight .container {
    position: relative;
    padding: 140px 30px;
}

.player-character img {
    height: 500px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.pvp-character-info .name, .pvp-character-list .name,
.ship-info .name {
    color: var(--primary-color);
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    margin-bottom: 4px;
    line-height: 1;
}

.character-info .snippet, .ship-description .snippet {
    color: white;
}

.pvp-character-info .character-info {
    margin-bottom: 40px;
}

.pvp-character-info .position {
    font-size: 18px;
}

.pvp-character-info {
    z-index: 100;
    position: relative;
}

.pvp-character-info .kills {
    display: flex;
}

.pvp-character-info .kill-box {
    text-align: center;
}

.pvp-character-info .kill-box:not(:last-child) {
    margin-right: 30px;
}

.pvp-character-info .count {
    font-size: 32px;
    margin-bottom: 6px;
}

.pvp-character-info .desc {
    text-transform: uppercase;
    font-size: 14px;
    color: #9e9e9e;
}

.pvp-character-info .character-info {
    color: #9e9e9e;
    text-align: left;
}

.bordered-section {
    border-bottom: 2px solid #040404;
    border-top: 2px solid #040404;
}

.pvp-character-list .container {
    padding: 80px 0;
}

.pvp-character-list .character-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.character-portrait {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #383838;
}

.pvp-character-list .character-row:not(:last-child) {
    margin-bottom: 20px;
    border-bottom: 1px solid #2b4f5f;
    padding-bottom: 20px;
}

.ship-info .snippet {
    margin-top: 20px;
}

.favourite-ship-row {
    display: flex;
    align-items: center;
    padding: 112px 0;
}

.favourite-ship picture img {
    width: 100%;
    border-radius: 8px;
}

.dark-bg {
    font-weight: 400;
    background-color: rgba(0, 0, 0, .8);
    padding: 36px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 13px #000;
    box-shadow: 0 0 13px #000;
    z-index: 10;
    position: relative;
}

.stat-block .stripes {
    padding: 120px 0;
}

.system-stat-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
}

.system-stat-row .stat-count{
    font-size: 32px;
    line-height: 52px;
    margin-bottom: 0;
}

.system-stats-list {
    margin-top: 32px;
}

.system-region {
    text-transform: uppercase;
    font-size: 16px;
}

.system-info a {
    text-decoration: none;
    font-size: 42px;
    font-weight: bold;
    line-height: 52px;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    color: var(--primary-color);
}

@media screen and (min-width: 576px) {
    .srp-spent {
        font-size: 58px;
    }
}

@media screen and (max-width: 991px) {
    .player-character img {
        position: relative;
        margin-top: 60px;
    }

    .character-spotlight .container {
        padding: 150px 0 0 0;
    }

    #top-pvp .container:last-child {
        padding: 80px 0 0 0;
    }

    .stat-box {
        margin-bottom: 50px;
    }

    .chart-spacing {
        margin-bottom: 60px;
    }

    .first-loss {
        text-align: center;
    }

    .first-loss .player {
        justify-content: center;
    }

    .left-box {
        margin-bottom: 60px;
    }

    .player-character {
        width: 100%;
        text-align: center;
        overflow: hidden;
    }

    .player-character img {
        height: 420px;
    }

    .pvp-character-info, .pvp-character-info .character-info {
        text-align: center;
    }

    .pvp-character-info .kills {
        justify-content: center;
    }

    .pvp-character-list .character-row {
        flex-direction: column;
        align-items: center;
    }

    .pvp-character-list .character-portrait {
        order: -1;
    }

    .pvp-character-list .name {
        margin: 10px 0 20px 0;
    }

    .favourite-ship-row {
        display: block;
    }

    .favourite-ship picture img {
        margin-top: 30px;
    }
}

@media screen and (min-width: 992px) {
    .first-loss {
        padding: 0 0 0 30px;
    }

    .left-box .first-loss {
        padding: 0 30px 0 0;
    }

    .left-box .first-loss {
        text-align: right;
    }

    .left-box .player {
        justify-content: flex-end;
    }

    .left-box .player .player-name {
        order: -1;
    }

    .left-box .first-loss .player-portrait {
        margin-right: 0;
        margin-left: 20px;
    }

    .swapped .player-character img {
        left: 0;
    }

    .swapped .character-row, .swapped .pvp-character-info .kills {
        justify-content: flex-end;
    }

    .swapped .pvp-character-info .name,
    .swapped .pvp-character-info .character-info {
        text-align: right;
    }

    .pvp-character-list .kills {
        justify-content: flex-end;
        flex: 1;
    }

    .pvp-character-list .character-portrait {
        margin: 0 40px;
    }

    .pvp-character-list .name {
        width: 40%;
    }

    .pvp-character-info .name.bumped-alt {
        margin-left: -24px;
    }

    .pvp-character-info .name.bumped {
        margin-left: -29px;
    }

    .favourite-ship-row .ship-image {
        width: 40%;
    }

    .favourite-ship-row .ship-info {
        flex: 1;
        padding-right: 30px;
    }

    .favourite-ship-row.swapped .ship-image {
        order: -1;
    }

    .favourite-ship-row.swapped .ship-info {
        text-align: right;
        padding-right: 0;
        padding-left: 30px;
    }
}

.nomads {
    font-size: 10px;
    color: #cacaca;
    line-height: 1.2;
}

@media screen and (max-width: 480px) {
    .pvp-character-info {
        padding: 0 20px;
    }

    .pvp-character-info .kill-box:not(:last-child) {
        margin-right: 0
    }

    .pvp-character-info .kills {
        flex-wrap: wrap;
    }

    .pvp-character-info .kill-box {
        width: 50%;
    }

    .pvp-character-info .kill-box:nth-child(-n+2) {
        margin-bottom: 20px;
    }

    .snippet br {
        display: none;
    }
}

@media screen and (max-width: 767px) {


}

@media screen and (min-width: 768px) {
    .srp-spent {
        font-size: 72px;
    }

    #want-more .container {
        max-width: 680px;
    }

    .system-stat-row {
        flex-direction: row;
        text-align: left;
        justify-content: space-between;
        align-items: center;
        gap: 128px;
    }

    .system-stats-list {
        width: 680px;
        margin: 32px auto 0 auto;
        display: flex;
        flex-direction: column;
        gap: 32px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

    .ship-image {
        text-align: center;
    }
}

@media screen and (min-width: 1200px) {
    .character-spotlight .container {
        width: 1020px;
    }
}
