@media only screen and (max-width: 1500px) {
    .container .greyBtn {
        width: 230px;
    }
    .container4 {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
    }
    .scoreone {
        flex: none;
    }
    .scoretwo {
        flex: none;
    }
    .scoresGrid {
        width: 100%;
        margin: 0;
    }
}

@media only screen and (max-width: 1400px) {
    .container .greyBtn {
        width: 200px;
    }
    .papersCont {
        grid-template-areas: 
            'text'
            'btns';
        align-items: center;
    }
    .dapapers {
        justify-content: center;
    }
    .emailSubmit {
        width: 10%;
    }
}

@media only screen and (max-width: 1300px) {
    .container .greyBtn {
        width: 150px;
    }
    .systemInfo {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 1200px) {
    .container2 {
        overflow-x: scroll !important;
    }
    .board1 {
        width: 1300px;
    }
    .table {
        overflow-x: scroll !important;
    }
    .scoresGrid {
        gap: 10px;
    }
    .scoresGrid div div {
        width: 300px;
    }
    .scoresGrid div div h1 {
        font-size: 30px;
    }
    .grid1 {
        grid-template-areas:
            'one'
            'three'
            'two'
            'two';
    }
    .gridItem2 img {
        width: auto;
    }
    .grid1 .sectionTitleText {
        font-size: 30px;
    }
    .daPerks {
        grid-template-areas: 
            'one two'
            'three four'
            'five six';
        row-gap: 30px;
    }
    .two {
        margin-top: 0;
    }
    .five {
        margin-top: 0;
    }

    /* GPU cards */
    .gpu-card {
        width: 200px;
        height: 300px;
        padding: 15px;
    }
    .rent-btn {
        padding: 6px 10px;
        font-size: 0.9rem;
    }
}

@media only screen and (max-width: 1100px) {
    .titleTextGradiant {
        font-size: 52px;
        text-align: left;
    }
    .subTitle {
        font-size: 24px;
        text-align: left;
    }
    .headerList ul li {
        font-size: 15px;
    }
    .header {
        padding-left: 5%;
        padding-top: 10%;
        text-align: left;
        width: 100%;
    }
    .container3 {
        width: 90%;
        margin-left: 5%;
        margin-top: 5%;
    }
    .systemInfo {
        justify-content: space-evenly;
    }
    .container {
        grid-template-areas: 
            'one one'
            'two two'
            'three three'
            'four four';
        height: 450px;
    }
    .divTwo {
        padding: 0;
        justify-content: center;
    }
    .divThree {
        justify-content: center;
        padding: 0;
    }
    .divFour {
        padding: 0;
        justify-content: center;
    }
    .container4 {
        width: 95%;
        margin-left: 2.5%;
    }
    .leaderboardheader {
        height: 1400px;
    }
    .leaderboardheader .subTitle {
        text-align: center;
    }
    .subtext6 {
        width: 60%;
        margin-left: 20%;
    }
    .gridtop div {
        flex-wrap: wrap;
        margin: 5%;
        margin-top: 1.5%;
        margin-bottom: 0;
        justify-content: center;
        gap: 10px;
    }
}

@media only screen and (max-width: 900px) {
    .scoresGrid {
        padding-top: 5%;
    }
    .systemInfo {
        gap: 10px;
    }
    .subtext7 {
        width: 75%;
    }

    /* GPU cards */
    .cardCont {
        flex-direction: column;
        gap: 15px;
    }
    .gpu-card {
        width: 90%;
        margin: 0 auto;
    }
    .gpu-card h2 {
        font-size: 1.2rem;
    }
    .gpu-card p {
        font-size: 0.9rem;
    }
    .rent-btn {
        font-size: 0.8rem;
        padding: 5px 8px;
    }
}

@media only screen and (max-width: 800px) {
    .scoresGrid div div {
        height: 120px;
    }
    .scoresGrid div div h1 {
        font-size: 18px;
    }
    .scoresGrid div div h2 {
        font-size: 14px;
    }
    .numberSelector {
        width: 70%;
        margin-left: 15%;
        margin-right: 15%;
    }
    .gridtop {
        height: 130px;
    }
    .container4 {
        grid-template-areas: 
            'top'
            'single'
            'single2'
            'tall1'
            'tall2';
    }
    .sliders {
        height: 2300px;
    }
    .subtext7 {
        width: 85%;
        font-size: 15px;
    }
}

@media only screen and (max-width: 600px) {
    .divFour {
        flex-wrap: wrap;
    }

    /* GPU cards */
    .gpu-card {
        width: 100%;
        height: auto;
    }
    .rent-btn {
        font-size: 0.75rem;
        padding: 4px 6px;
    }
    .cardCont {
        padding: 10px;
    }
    .gpu-card h2 {
        font-size: 1rem;
        margin-bottom: 10px;
    }
    .gpu-card p {
        font-size: 0.8rem;
    }
}
