
.main-page  {
    display: grid;
    margin-left: 0;
    padding-left: 0;
}

.page-name  {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.game-title    {
    display: grid;
    grid-template-rows: 1fr;
    align-items: center;
    z-index: 100;
    /* justify-self: right; */
    /* font-size: 70px;
    font-weight: 900;
    color: rgb(0, 97, 161);
    z-index: 100;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
    transition: 1s; */
}

/* @media (max-width: 900px)   {
    .game-title {
        font-size: 35px;
        transition: 1s;
    }

} */

.title-1 {
    flex: 1;
    font-size: 70px;
    font-weight: 900;
    color: rgb(0, 97, 161);
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
    transition: 1s;
    margin: auto;
}

.title-2 {
    flex: 1;
    font-weight: 300;
    font-size: 20px;
    color: rgb(88, 88, 88);
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
    transition: 1s;
    margin: auto;
}

@media(max-width: 1600px)    {
    .title-1    {
        font-size: 50px;
        transition: 0.5s;
    }

    .title-2    {
        font-size: 15px;
        transition: 0.5s;
        margin: auto;
    }

}

@media(max-width: 1200px)    {
    .title-1    {
        font-size: 40px;
        transition: 0.5s;
    }

    .title-2    {
        font-size: 12px;
        transition: 0.5s;
        margin: auto;
    }

}

@media(max-width: 900px)    {
    .page-name    {
        grid-template-columns: 1fr;
        justify-items: center;
        justify-self: center;
    }

    .title-1    {
        font-size: 30px;
        transition: 0.5s;
    }

    .title-2    {
        font-size: 10px;
        transition: 0.5s;
        margin: auto;
    }
}

.download-link   {
    margin-left: 150px;
    border: none;
    color: white;
    font-family: Montserrat, arial;
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 5px;
    background-color: rgb(0, 97, 161);
    padding: 25px 100px;
    border-radius: 40px;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    transition: 1s;
}

@media (max-width: 1599px)   {
    .download-link  {
        font-size: 15px;
        padding: 15px 50px;
        transition: 0.5s;
    }
}

@media (max-width: 1199px)   {
    .download-link  {
        font-size: 13px;
        padding: 14px 50px;
        transition: 0.5s;
    }
}

@media(max-width: 900px)    {
    .download-link    {
        font-size: 10px;
        padding: 12px 40px;
        transition: 0.5s;
        margin: auto;
    }
}

.download-link:hover    {
    background-color: rgb(0, 48, 80);
}

.download-link:active   {
    color: rgb(163, 163, 163);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 1);
}

.page-info  {
    margin-top: 120px;
    margin-left: 0;
    width: 100%;
    height: 500px;
    background-color: rgb(0, 24, 77);
}

 .server-info    {
    margin-top: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    width: 100%;
    height: 100%;
    column-gap: 20px;
}

@media(max-width: 900px)    {
    .server-info   {
        grid-template-columns: 1fr;
    }
}

.logo-container   {
    flex: 1;
    justify-self: right;
    margin-right: 130px;
}

@media(max-width: 900px)    {
    .logo-container {
        margin: auto;
    }
}

@media(min-width: 901px) and (max-width: 1200px)    {
    .logo-container {
        margin: auto;
    }
}

.bbr-logo   {
    height: 350px;
    width: 350px;
    transition: 0.5s;
}
@media (max-width: 1200px)    {
    .bbr-logo   {
        height: 250px;
        width: 250px;
        margin: auto;
        transition: 0.5s;
    }
}
@media(max-width: 900px)    {
    .bbr-logo   {
        height: 150px;
        width: 150px;
        margin-left: 200px;
        margin: auto;
        transition: 0.5s;
    }
}

.active-info    {
    margin-left: 130px;
    color: white;
    flex: 1;
    transition: 0.5s;
}

@media(max-width: 900px)    {
    .active-info {
        margin: auto;
        transition: 0.5s;
    }
}

.active-text    {
    color: rgb(2, 255, 2);
    font-size: 30px;
    font-weight: 700;
}

.text-info  {
    margin-left: 20px;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    transition: 1s;
}

@media(max-width: 900px)    {
    .text-info  {
        margin: auto;
        font-size: 14px;
        font-weight: 200;
        line-height: 20px;
        transition: 1s;
    }
}

@media(min-width: 901px) and (max-width: 1400px)    {
    .text-info  {
        margin: auto;
        font-size: 16px;
        font-weight: 200;
        line-height: 24px;
        transition: 1s;
    }
}

.full-info  {
    display: flex;
    align-items: center;
}

.game-info  {
    margin-top: 20px;
    margin-left: 25%;
    padding: 20px 80px;
    color: white;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 5px;
    border: none;
    border-radius: 25px;
    background-color: rgb(27, 187, 250);
    cursor: pointer;
    transition: 1s;
    white-space: nowrap;
}

@media(max-width: 1200px)    {
    .game-info  {
        font-size: 11px;
        margin-left: 0;
        padding: 15px 60px;
        transition: 1s;
        margin: auto;
    }
}

.game-info:hover    {
    background-color: white;
}

.game-info:active   {
    opacity: 0.1;
}

.about-section  {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    background-color: black;
    color: white;
    margin: auto;
    width: 100%;
}

@media (max-width: 900px)   {
    .about-section  {
        grid-template-columns: 1fr;
        margin: auto;
    }
}

@media (min-width: 901px) and (max-width: 1200px)   {
    .about-section  {
        grid-template-columns: 1fr;
        margin: auto;
    }
}

@media (min-width: 1201px) and (max-width: 1400px)   {
    .about-section  {
        grid-template-columns: 1fr;
        margin: auto;
    }
}

.about-ran  {
    display: grid;
    align-items: center;
    justify-self: right;
    font-weight: 200;
    margin-right: 150px;
}

@media(max-width: 900px)    {
    .about-ran  {
        margin: auto;
        padding-top: 20px;
    }

}

@media(min-width: 901px) and (max-width: 1200px)    {
    .about-ran  {
        margin: auto;
    }

}

@media(min-width: 1201px) and (max-width: 1400px)    {
    .about-ran  {
        margin: auto;
    }

}

.big  {
    color: rgb(51, 214, 255);
    font-size: 40px;
    font-weight: 800;
    line-height: 40px;
    transition: 0.5s;
}

@media(max-width: 900px)   {
    .big    {
        font-size: 20px;
        line-height: 20px;
        width: auto;
    }
}

@media(min-width: 901px) and (max-width: 1199px)   {
    .big    {
        font-size: 30px;
        line-height: 30px;
        width: auto;
    }
}

@media(min-width: 1200px) and (max-width: 1400px)   {
    .big    {
        font-size: 35px;
        line-height: 30px;
        width: auto;
    }
}

.small    {
    text-align: justify;
    font-weight: 100;
    width: 500px;
    margin-top: 30px;
    text-indent: 30px;
    transition: 0.5s;
}

@media (max-width: 900px)   {
    .small  {
        font-size: 10px;
        width: 300px;
        margin: auto;
    }
}

@media (min-width: 901px) and (max-width: 1200px)   {
    .small  {
        font-size: 12px;
    }
}

.about-div2  {
    align-items: center;
    margin-left: 150px;
    transition: 0.5s;
}

@media (max-width: 900px) {
    .about-div2 {
        margin: auto;
    }
}

@media (min-width: 901px) and (max-width: 1200px)   {
    .about-div2 {
        margin: auto;
    }
}

@media (min-width: 1201px) and (max-width: 1400px)   {
    .about-div2 {
        margin: auto;
    }
}

.sordie-picture {
    height: 600px;
    transition: 0.5s;
}

@media (max-width: 900px) {
    .sordie-picture {
    height: 300px;
    }
}

@media (min-width: 901px) and (max-width: 1200px)   {
    .sordie-picture {
        height: 350px;
    }
}

@media (min-width: 1201px) and (max-width: 1400px)   {
    .sordie-picture {
        height: 400px;
        margin: auto;
    }
}

.dl-container1  {
    display: grid;
    /* align-content: center;
    justify-content: center; */
    text-align: center;
}

.dl-title    {
    align-items: center;
    font-size: 50px;
    font-weight: 900;
    color: rgb(0, 24, 77);
    z-index: 100;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
    transition: 1s;
}
@media (max-width: 1600px)   {
    .dl-title {
        font-size: 24px;
        margin-top: 20px;
        transition: 1s;
    }

}
@media (max-width: 900px)   {
    .dl-title {
        font-size: 24px;
        margin-top: 20px;
        transition: 1s;
    }

}

.dl-title2    {
    align-items: center;
    font-size: 18px;
    font-weight: 900;
    color: rgb(255, 255, 255);
    z-index: 100;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
    transition: 1s;
}

@media (max-width: 900px)   {
    .dl-title2 {
        font-size: 8px;
        transition: 1s;
    }

}

@media (min-width: 901px) and (max-width: 1199px)   {
    .dl-title2    {
        font-size: 10px;
        transition: 1s;
    }
}

@media (min-width: 1200px) and (max-width: 1599px)   {
    .dl-title2 {
        font-size: 13px;
        transition: 1s;
    }
}

.dl-container2  {
    /* max-width: fit-content;
    margin-inline: auto; */
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
    text-align: center;
    row-gap: 20px;
    column-gap: 20px;
    padding: 30px;
    background-color: rgba(0, 24, 77, 0.9);
    rgb(0, 24, 77);
    transition: 1s;
}

@media (max-width: 1200px)   {
    .dl-container2  {
        grid-template-columns: 1fr;
        transition: 1s;
    }
}

@media (max-width: 900px)   {
    .dl-container2  {
        display: grid;
        grid-template-columns: 1fr;
        transition: 1s;
    }
}

.dl-archer  {

}

.dl-archer-pic  {
    display: flex;
    justify-self: right;        /*align item to right horizontal */
    align-self: center;
    width: 300px;
    bottom: 200px;
    z-index: 100;
    transition: 1s;
}

@media (max-width: 1599px)   {
    .dl-archer-pic {
        width: 250px;
        margin: auto;
        transition: 1s;
    }
}

@media (max-width: 1199px)   {
    .dl-archer-pic    {
        /* width: 150px;
        margin: auto;
        transition: 1s; */
        display: none;
    }
}

@media (max-width: 900px)   {
    .dl-archer-pic {
        display: none;
        transition: 1s;
    }
}


.dl-url {
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    z-index: 200;
    vertical-align: center;
}

.dl-p-container {
    display: flex;
    justify-self: end;
    margin-bottom: 20px;
}
@media (max-width: 900px)   {
    .dl-p-container {
        justify-self: auto;
        transition: 1s;
    }
}

.dl-p   {
    justify-self: right;
    justify-content: right;
    align-self: center;
    color: rgb(255, 255, 255);
    font-size: 30px;
    font-weight: 700;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 1);
}

@media (max-width: 900px)   {
    .dl-p {
        font-size: 12px;
        font-weight: 300;
        margin: auto;
        transition: 1s;
    }
}

@media (min-width: 901px) and (max-width: 1199px)   {
    .dl-p    {
        font-size: 18px;
        font-weight: 400;
        margin: auto;
        transition: 1s;
    }
}

@media (min-width: 1200px) and (max-width: 1599px)   {
    .dl-p {
        font-size: 24px;
        font-weight: 500;
        margin: auto;
        transition: 1s;
    }
}

.dl-icon    {
    width: 30px;
    height: 30px;
    margin-left: 5px;
    align-self: center;
}

.dl-button-container    {
    margin-bottom: 20px;
    margin-left: 20px;
    justify-self: left;

}

.dl-button  {
    padding: 15px 15px;
    font-size: 14px;
    letter-spacing: 4px;
    border-radius: 4px;
    border: none;
    background-color: rgb(255, 187, 0);
    cursor: pointer;
    transition: 0.5s;
}

@media (max-width: 900px)   {
    .dl-button {
        transition: 1s;
        padding: 10px 12px;
        font-size: 8px;
    }
}

@media (min-width: 901px) and (max-width: 1199px)   {
    .dl-button    {
        transition: 1s;
        padding: 11px 14px;
        font-size: 10px;
    }
}

@media (min-width: 1200px) and (max-width: 1599px)   {
    .dl-button {
        transition: 1s;
        padding: 13px 15px;
        font-size: 12px;
    }
}

.dl-button:hover    {
    background-color: rgb(199, 199, 199);
}

.dl-button:active   {
    opacity: 0.5;
}

.dl-system  {
    justify-self: left;
}
@media (max-width: 900px)   {
    .dl-system {
        margin: auto;
        transition: 1s;
    }
}
@media (min-width: 901px) and (max-width: 1199px)   {
    .dl-system {
        margin: auto;
        transition: 1s;
    }
}
@media (min-width: 1200px) and (max-width: 1599px)   {
    .dl-system {
        margin: auto;
        transition: 1s;
    }
}

.system-pic {
    border-radius: 10px;
    object-fit: cover;
}

@media (max-width: 900px)   {
    .system-pic {
        width: 250px;
        margin: auto;
        transition: 1s;
    }
}
@media (min-width: 901px) and (max-width: 1199px)   {
    .system-pic    {
        margin: auto;
        width: 300px;
        transition: 1s;
    }
}
@media (min-width: 1200px) and (max-width: 1599px)   {
    .system-pic {
        margin: auto;
        transition: 1s;
    }
}

.dl-container3  {
    /* color: white;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px; */
    background-color: rgb(0, 24, 77);
}

.dl-container4  {
    display: grid;
    grid-template-columns: 1fr 1fr;
    color: white;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    padding-bottom: 50px;
    background-color: rgb(0, 24, 77);
}
@media (max-width: 900px)   {
    .dl-container4 {
        grid-template-columns: 1fr;
        transition: 1s;
    }
}

.dl-reminder0    {
    margin-top: 15px;
    margin-bottom: 20px;

    color: white;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
@media (max-width: 900px)   {
    .dl-reminder0 {
        font-size: 8px;
        font-weight: 300;
        transition: 1s;
    }
}
@media (min-width: 901px) and (max-width: 1199px)   {
    .dl-reminder0    {
        font-size: 10px;
        font-weight: 500;
        transition: 1s;
    }
}
@media (min-width: 1200px) and (max-width: 1599px)   {
    .dl-reminder0 {
        font-size: 12px;
        font-weight: 600;
        transition: 1s;
    }
}

.dl-reminder1    {
    display: grid;
    justify-self: right;
    margin-right: 20px;
    border-radius: 10px;
}
@media (max-width: 900px)   {
    .dl-reminder1 {
        margin: auto;
        width: 250px;
        transition: 1s;
    }
}
@media (min-width: 901px) and (max-width: 1199px)   {
    .dl-reminder1    {
        margin: auto;
        width: 300px;
        transition: 1s;
    }
}
@media (min-width: 1200px) and (max-width: 1599px)   {
    .dl-reminder1 {
        width: 350px;
        transition: 1s;
    }
}

.dl-reminder2    {
    display: grid;
    justify-self: left;
    margin-left: 20px;
    border-radius: 10px;
}
@media (max-width: 900px)   {
    .dl-reminder2 {
        margin: auto;
        width: 250px;
        transition: 1s;
    }
}
@media (min-width: 901px) and (max-width: 1199px)   {
    .dl-reminder2    {
        width: 300px;
        transition: 1s;
    }
}
@media (min-width: 1200px) and (max-width: 1599px)   {
    .dl-reminder2 {
        width: 350px;
        transition: 1s;
    }
}

.news-logo  {
    text-align: center;
    background-color: rgb(0, 24, 77);
}

.bbr-logo2   {
    height: 250px;
    width: 250px;
    transition: 0.5s;
}

@media(max-width: 900px)    {
    .bbr-logo2   {
        height: 150px;
        width: 150px;
        margin-left: 200px;
        margin: auto;
        transition: 0.5s;
    }
}

@media(min-width: 901px) and (max-width: 1200px)    {
    .bbr-logo2   {
        height: 200px;
        width: 200px;
        margin: auto;
        transition: 0.5s;
    }
}


.news-serverinfo    {
    display: grid;
    /* grid-template-columns: 1fr 1fr; */
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    background-color: rgb(0, 24, 77);
    padding: 5px 10px;
    margin: 0;
    column-gap: 200px;
}

.serverinfo-head-1    {
    justify-self: right;

}
.serverinfo-head-2    {
    justify-self: left;
}

.serverinfo-title-left,
.serverinfo-title-right  {
    color: rgb(250, 182, 56);
    font-style: italic;
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
}

.serverinfo-left {
    list-style-type: square;
    color: white;
    font-size: 16px;
    font-weight: 300;
    justify-self: right;
    text-transform: capitalize;
    line-height: 25px;
    width: 500px;
}

.serverinfo-right {
    list-style-type: square;
    color: white;
    font-size: 16px;
    font-weight: 300;
    justify-self: left;
    text-transform: capitalize;
    line-height: 25px;
}

@media (max-width: 1600px)  {
    .news-serverinfo   {
        column-gap: 50px;
        transition: 0.5s;
        margin: auto;
    }

    .serverinfo-title-left,
    .serverinfo-title-right  {
        font-size: 24px;
        transition: 0.5s;
        margin: auto;
    }

    .serverinfo-right,
    .serverinfo-left   {
        font-size: 14px;
        font-weight: 300;
        transition: 0.5s;
        margin: auto;
    }
}

@media (max-width: 1200px)  {
    .news-serverinfo   {
        column-gap: 30px;
        transition: 0.5s;
        margin: auto;
    }

    .serverinfo-title-left,
    .serverinfo-title-right  {
        font-size: 20px;
        transition: 0.5s;
        margin: auto;
    }

    .serverinfo-right,
    .serverinfo-left   {
        font-size: 12px;
        font-weight: 300;
        transition: 0.5s;
        margin: auto;
    }
}

@media (max-width: 900px)  {
    .news-serverinfo   {
        grid-template-columns: 1fr;
        column-gap: 20px;
        transition: 0.5s;
        margin: auto;
    }

    .serverinfo-title-left,
    .serverinfo-title-right  {
        font-size: 20px;
        transition: 0.5s;
        margin: auto;
    }

    .serverinfo-right,
    .serverinfo-left   {
        font-size: 12px;
        font-weight: 300;
        transition: 0.5s;
        margin: auto;
    }

    .serverinfo-head-1,
    .serverinfo-head-2 {
        margin: auto;
    }
}

.news-container1  {
    display: grid;
    grid-template-columns: 1fr 1fr;
    color: white;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    /* background-color: rgb(0, 24, 77); */
    background-color: rgba(0, 24, 77, 0.9);
}

.news-dev1  {
    display: grid;
    text-align: center;
}

.news-post1    {
    justify-self: right;
    text-align: justify;
    text-indent: 30px;
    margin-right: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 300;
    height: 500px;
}

.news-dev2  {
    display: grid;
    text-align: center;
    align-self: center;
}

.news-post2    {
    justify-self: left;
    margin-left: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: justify;
    text-indent: 30px;
    font-weight: 300;
    width: 500px;
}

.news-container2  {
    padding-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    color: white;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 50px;
    background-color: rgb(0, 24, 77);
    border: 1px solid gray;
}
@media (max-width: 900px)   {
    .news-container2 {
        grid-template-columns: 1fr;
        transition: 1s;
    }
}

.news-post3 {
    /* text-align: justify; */
    justify-self: right;
    margin-right: 100px;
    font-size: 14px;
    font-weight: 300;
}

.news-post4 {
    /* text-align: justify; */
    justify-self: left;
    margin-left: 100px;
    font-size: 16px;
    font-weight: 300;
}