@import url("https://fonts.googleapis.com/css?family=Roboto");
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;700&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Roboto, arial, sans, sans-serif;
    /* outline: 1px solid red; */
}

a {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

body {
    background-color: #384F9E;
}

nav {
    background-color: #4f69c1;
    width: 100%;
    position: fixed;
    z-index: 100;
}

.under-nav {
    padding: 5px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lwv-back {
    height: 48px;
    width: 48px;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
    left: 10px;
}

.nav-h3-a {
    color: #fff;
}
.nav-h3-a p {
    font-size: 1.1rem;
    padding: 0 .8rem 0 0;
}

.lwv-img {
    width: 45px;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    padding: 13px 0 0 7px;
    cursor: pointer;
}

.nav-menu-blk {
    padding: 20px 10px 0 0;
}

.nav-menu {
    width: 35px;
    /* float: right; */
}

.section-hd {
    position: relative;
    top: 5rem;
    text-align: center;
}

.section-hd h1 {
    color: #fff;
    font-weight: bold;
    font-size: 2.1rem;
    padding: 0px 20px 0px 20px;
}

.verify {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 1rem 0;
}

.verify h2 {
    font-size: 2rem;
}

.sub-ver-back {
    /* background-color: #5977db; */
    /* height: 3rem; */
    /* width: 18rem; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .3rem;
}

.ver-checkbox {
    height: 2.2rem;
    width: 3rem;
    background-color: red;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 7px 0 0;
    border-radius: 5px;
}

.ver-check {
    width: 37px;
}

.ver-p1, .ver-p2 {
    font-family: Quicksand, arial, sans, sans-serif;
    font-weight: bold;
    font-size: 2.4rem;
    letter-spacing: 1px;
}

.ver-p1 {
    color: #fff;
    margin: 0 7px 0 0;
}
.ver-p2 {
    color: rgb(253, 54, 54);
}
.hex {
    color: #fff;
    font-family: Quicksand, arial, sans, sans-serif;
}

.sub-text-hd {
    color: #fff;
    font-size: 1.3rem;
    padding: 1rem 1rem 0 1rem;
}
.sub-text-hd-2 {
    color: #fff;
    font-size: 1.8rem;
    padding: 1rem .5rem .2rem .5rem;
}
.sub-text-hd-3 {
    color: #fff;
    font-size: 1.8em;
    padding: 0rem 0rem;
}

.down-arrow {
    padding: .7rem 0 0 0;
    width: 2rem;
}

.game-selections {
    padding: 1rem 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.game-selections a {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
}

.game-select {
    padding: .5rem 0;
    border: 3px solid yellow;
    border-radius: 2rem;
    /* width: 85%; */
}

.game-select h2 {
    color: #fff;
}
.gs1 {
    margin: .5rem 0 0 0;
    padding: .5rem 1rem .5rem 1rem;
}
.gs2-a {
    margin: 1rem 0 0 0;
}
.gs2 {
    margin: .5rem 0 0 0;
    padding: .5rem 1rem;
}

.gs3 {
    /* position: relative;
    top: 2rem; */
    margin: .5rem 0 0 0;
    padding: .2rem 1rem;
}
.gs3-a {
    /* position: relative;
    top: 2rem; */
    padding: 1rem 1rem 2rem 1rem;
}

.section-hd-2 {
    display: none;
}



.b2-img {
    width: 80%;
    border-radius: 10px;
}


@media screen and (min-width: 375px) {
    .down-arrow {
        padding: 1rem 0 0 0;
    }
}

@media screen and (min-width: 768px) {
    .ver-p1, .ver-p2 {
        font-size: 2.4rem;
    }
}

@media screen and (min-width: 1024px) {

    .sub-main-section-hd {
        display: flex;
        align-items: center;
        justify-content: center;
        /* display: grid;
        align-items: center;
        justify-content: center;
        grid-template-columns: repeat(2, 50%);
        grid-template-rows: repeat(1, 50px); */
    }

    .section-hd {
        top: 7rem;
        padding: 0 0 0 2rem;
        text-align: left;
    }

    .section-hd h1 {
        color: #fff;
        font-weight: bold;
        font-size: 2.1rem;
        width: 130%;
        padding: 0px 100px 20px 20px;
        float: left;
    }

    .game-selections {
        padding: 1rem 0 0 2rem;
        position: absolute;
        left: 0rem;
        /* display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex-direction: row; */
        display: grid;
        align-items: center;
        justify-content: center;
        grid-template-columns: repeat(3, 210px);
        grid-template-rows: repeat(1, 50px);
    }

    .game-select {
        font-size: .8rem;
    }

    .verify {
        /* float: left; */
        padding: 0 0 0 1.4rem;
    }

    .hd-sub-text {
        padding: 4rem 0 0 0;
    }
    .hd-sub-text p {
        width: 120%;
        font-size: 1.4rem;
    }

    .down-arrow {
        display: none;
    }

    .hd-sub-text-2 {
        width: 120%;
        padding: 2rem 0 0 1rem;
    }

    .sub-text-hd-2 {
        color: #fff;
        font-size: 1.8rem;
        display: inline;
    }
    .sub-text-hd-3 {
        color: #fff;
        font-size: 1.8em;
        display: inline;
    }

    .gs2-a {
        margin: 0rem 0 0 0;
    }
    .gs3 {
        margin: 1.5rem 0 0 0;
        padding: .45rem 1rem;
    }
    .gs3-a {
        padding: 1rem 1rem 2rem 0rem;
    }

    .section-hd-2 {
        display: block;
    }

    .img-box {
        position: relative;
        top: 9.5rem;
        text-align: center;
        padding: 0 0 0 5rem;
    }
    .img-box p {
        color: #fff;
    }

    .s2-img {
        width: 80%;
        border-radius: 10px;
    }
    .img-box-2, .img-box-3 {
        display: none;
    }
}

@media screen and (min-width: 1440px) {

    .section-hd {
        top: 5rem;
    }

    .img-box {
        top: 7rem;
    }
}
