.header-block {
    padding: 30px;
}

.primary-header {
    width: 100%;
    font-size: 5em;
}

.header-left {
    text-align: left;
}

.header-right {
    text-align: right;
}

.nav-home {
    background-color: #312760;
    border-radius: 5pt;
}

#homeNavLink {
    color: #e5e4e2;
}

.main-text {
    font-size: 2.5em;
    padding-left: 30px;
    padding-right: 30px;
}

#introSection {
    background-image: url('../Images/Computer\ and\ coffee.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    aspect-ratio: 2.4 / 1;
}

.intro-content {
    width: 60%;
    padding-left: 2em;
}

.intro-content>p {
    color: #e5e4e2;
    font-size: 5vw;
    text-align: left;
}

.section-centered {
    width: 100%;
    height: fit-content;
    text-align: center;
}

.logo-section {
    padding-top: 2em;
}

#imageCardSection {
    padding-left: 2em;
    padding-right: 2em;
    width: 100%;
    display: flex;
    justify-content: center;
}

.image-card-container {
    width: 75%;
}

.card-img {
    width: 40%;
}

.card {
    position: relative;
    text-align: center;
    color: #312760;
    width: 60%;
    height: 10%;
    padding: 30px;
    border: 4px solid #312760;
}

.card-left {
    left: 42.5%;
    bottom: 100px;
}

.card-right {
    top: 50px;
    z-index: -1;
}

.card-align-right {
    position: relative;
    bottom: 150px;
    width: 100%;
    text-align: right;
}

.card-img-right {
    width: 50%;
}

.card-img-left {
    width: 50%;
}

#loadingBarImg {
    width: 20%;
    vertical-align: middle;

}

.loading-block-text {
    color: #e5e4e2;
    text-align: center;
    font-family: 'PT Mono', monospace;
}

.loading-bar-block {
    line-height: 100px;
}

@media screen and (min-width: 1700px) {
    .card {
        font-size: 58px;
    }

    .loading-block-text {
        font-size: 50px;
    }
}

@media screen and (min-width: 1200px) {
    .card {
        font-size: 48px;
    }

    .card-right {
        bottom: 50%;
    }

    .loading-block-text {
        font-size: 40px;
    }
}

@media screen and (min-width: 960px) {
    .card {
        font-size: 38px;
    }

    .loading-block-text {
        font-size: 30px;
    }
}

@media screen and (max-width: 540px) {
    .intro-content {
        width: 100%;
        padding-left: 2em;
        text-align: center;
    }

    .intro-content>p {
        color: #e5e4e2;
        font-size: 28px;
    }

    .platinum-logo-lg {
        width: 75%;
        margin-bottom: 1em;
    }

    #imageCardSection {
        text-align: center;
        padding: 2em;
    }

    .card {
        margin: auto;
        width: 100%;
        font-size: 28px;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        margin-bottom: 2em;
    }

    .card-img {
        margin-bottom: 2em;
        width: 90%;
    }

    .card-img-right {
        position: relative;
        right: 0%;
    }

    .card-align-right {
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        padding: 0px;
        text-align: center;
    }

    #loadingBarImg {
        width: 50%;
        vertical-align: middle;
    }
}