* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    color: white;
    font-family: 'Readex Pro', sans-serif;
}

button, button:focus {
    outline: none;
    border: none;
}

.banner {
    background-color: #1c4789;
<<<<<<< HEAD
    height: calc(100vh - 90px - 24px);  /* whole screen minus the value of the navabar and the value of the copyright text*/
}

a {
    text-decoration: none;
}

.navbar {
    background-color: #1c4789;
    color: white;
    font-size: 18px;
}

    .navbar .navbar-toggler {
        color: white;
        font-size: 25px;
        border-color: white;
    }

        .navbar .navbar-toggler:focus {
            box-shadow: none;
        }

.bi-list {
    width: 30px;
    height: 30px;
}

@media (max-width:991.98px) {
    .navbar-nav .nav-item:nth-child(1) {
        order: 4;
    }

    .navbar-nav .nav-item:nth-child(2) {
        order: 3;
    }

    .navbar-nav .nav-item:nth-child(3) {
        order: 2;
    }

    .navbar-nav .nav-item:nth-child(4) {
        order: 1;
    }
}

@media (min-width:1200px) {
    .navbar {
        padding: 0 50px 0 50px;
    }
}

.nav-icon {
    height: 75px;
    width: 75px;
}

.row {
    height: calc(100vh - 90px - 24.5px);
=======
    height: calc(100vh - 109px);
}

a {
    text-decoration: none;
}

.row {
    height: calc(100vh - 109px);
>>>>>>> 34c1455261108eb203d7b36195ffd33f97789c99
}

.col1 {
    height: 100%;
}

<<<<<<< HEAD
=======
.logo {
    margin-top: 30px;
}

>>>>>>> 34c1455261108eb203d7b36195ffd33f97789c99
.col2 {
    height: 100%;
}

svg {
    width: 22px;
    height: 22px;
}
<<<<<<< HEAD
/* @media (max-width:374.98px) {
   
} */
@media (max-width:575.98px) {
    .col1 {
        height: 40%;
    }

    .logo {
        margin: 0;
    }

    .col2 {
        height: 50%;
    }

        .col2 > h1 {
            font-size: 24px;
        }

        .col2 > p {
            font-size: 14px;
        }

    .btn-membership {
        width: 200px;
        height: 30px;
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .logo {
        height: 350px;
        width: 350px;
    }

    .col2 > h1 {
        font-size: 30px;
    }

    .col2 > p {
        font-size: 16px;
    }

    .btn-membership {
        width: 250px;
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .logo {
        height: 400px;
        width: 400px;
    }

    .col2 > h1 {
        font-size: 40px;
    }

    .col2 > p {
        font-size: 18px;
    }

    .btn-membership {
        width: 300px;
    }
}

@media (min-width:992px) {
    .logo {
        height: 500px;
        width: 500px;
    }

    .col2 > h1 {
        font-size: 40px;
    }

    .col2 > p {
        font-size: 18px;
    }

    .btn-membership {
        width: 300px;
    }
}

.container-md {
    background-color: #1c4789;
    padding: 0;
}
=======
>>>>>>> 34c1455261108eb203d7b36195ffd33f97789c99

.copyright {
    position: sticky;
    top: 100%;
    width: 100%;
    background-color: black;
<<<<<<< HEAD
    z-index:10;
=======
    /* font-size: 24; */
}

@media (max-width:374.98px) {
    .col1 {
        height: 40%;
    }

    .col2 {
        height: 50%;
    }

    .logo {
        height: 220px;
        width: 220px;
        margin-top: 30px;
    }

    .copyright {
        font-size: 10px;
    }

    .nav-icon {
        height: 65px;
        width: 65px;
    }

    .banner {
        height: calc(100vh - 90px);
    }
}

@media (min-width:374.98px) and (max-width:575.98px) {

    .col1 {
        height: 40%;
    }

    .logo {
        height: 280px;
        width: 280px;
    }

    .col2 {
        height: 50%;
    }

        .col2 > h1 {
            font-size: 24px;
        }

        .col2 > p {
            font-size: 14px;
        }

    .btn-membership {
        width: 200px;
        height: 30px;
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .logo {
        height: 350px;
        width: 350px;
        margin: 0;
    }

    .col2 > h1 {
        font-size: 30px;
    }

    .col2 > p {
        font-size: 16px;
    }

    .btn-membership {
        width: 250px;
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .logo {
        height: 400px;
        width: 400px;
        margin: 0;
    }

    .col2 > h1 {
        font-size: 40px;
    }

    .col2 > p {
        font-size: 18px;
    }

    .btn-membership {
        width: 300px;
    }
}

@media (min-width:992px) {
    .logo {
        height: 500px;
        width: 500px;
        margin: 0;
    }

    .col2 > h1 {
        font-size: 40px;
    }

    .col2 > p {
        font-size: 18px;
    }

    .btn-membership {
        width: 300px;
    }
}

.container-md {
    background-color: #1c4789;
    padding: 0;
>>>>>>> 34c1455261108eb203d7b36195ffd33f97789c99
}
