/* Typography Stylings */
body {
    font-family: montserrat, sans-serif;
    font-size: 20px;
    color: #454545;
    background-color: #fff;
    background-size: cover;
}

a {
    color: #454545;
    text-decoration: none;
}


html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

#container {
    min-height: 100%;
    position: relative;
}

#header {
    padding: 10px 10px 5px 10px;
}

#body {
    padding-bottom: 50px;
    /* Height of the footer */
}

/* Nav Bar*/

/* No Bullet Points */
.nav-menu {
    list-style-type: none;
}

/* Hover Stylings */
.nav-link:hover {
    font-size: 115%;
    font-weight: 600;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 6rem 1rem 6rem;
}

.hamburger {
    display: none;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.03s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #101010;
}

.nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
}

.nav-item {
    margin-left: 3.5rem;
}

.nav-logo {
    margin-right: 10rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.nav-logo img {
    width: 70%;
}

/*Mobile*/
@media only screen and (max-width: 700px) {
    .navbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 2rem 2rem 0.5rem 2rem;
    }

    .nav-menu {
        position: absolute;
        left: -200%;
        top: 6rem;
        flex-direction: column;
        justify-content: flex-start;
        background-color: #fff;
        width: 98%;
        height: 100%;
        border-radius: 10px;
        text-align: center;
        transition: 0.3s;
        z-index: 1;
        padding-left: 2%;
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-item {
        margin: 1.5rem 0;
    }

    .nav-item2 {
        padding-bottom: 100px;
    }

    .hamburger {
        display: block;
        cursor: pointer;
    }

    .nav-logo img {
        width: 50%;
        margin-right: 3%;
    }
}

/*Tablet*/
@media only screen and (min-width: 700px) and (max-width: 1080px) {
    .navbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 3rem 4rem 1.5rem 4rem;
    }

    .hamburger {
        display: none;
    }

    .bar {
        display: block;
        width: 25px;
        height: 3px;
        margin: 5px auto;
        -webkit-transition: all 0.03s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: #101010;
    }

    .nav-menu {
        display: flex;
        justify-content: space-between;
        align-items: Center;
        margin-left: auto;
        font-size: 16px;
    }

    .nav-item {
        margin-left: 2rem;
    }

    .nav-logo {
        margin-right: 1.5rem;
        margin-bottom: 0.5rem;
    }

    .nav-logo img {
        width: 60%;
        margin-right: 3%;
    }
}

/* Footer */

#footer {
    position: absolute;
    margin-top: 5%;
    width: 100%;
}

.footer-basic {
    padding: 30px 0;
    background-color: #222222;
    color: white;
}

.footer-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footerbox1 {
    padding-right: 2%;
    padding-left: 4%;
}

.footerbox2 {
    flex: 2;
}

.footer-basic ul {
    list-style: none;
    text-align: center;
    font-size: 16px;
}

.footer-basic li {
    padding: 2% 5%;
}

.footer-basic ul a {
    color: inherit;
    text-decoration: none;
    opacity: 0.8;
}

.footer-basic ul a:hover {
    opacity: 1;
    font-weight: 600;
}

.footer-basic .copyright {
    margin-top: 35px;
    text-align: center;
    font-size: 13px;
    color: #aaa;
    margin-bottom: 0;
}

.footer-menu {
    display: flex;
    justify-content: end;
    align-items: Center;
    list-style-type: none;
    padding-right: 10%;
}

.footermobilebreak {
    display: none;
}

/* Buttons */

.buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.button1 {
    border: none;
    border-radius: 6px;
    padding: 5px 20px;
    background-color: white;
    font-family: montserrat, Arial, Helvetica, sans-serif;
    width: 200px;
    height: 44px;
}

.button2 {
    border: none;
    border-radius: 6px;
    padding: 5px 20px;
    background-color: white;
    font-family: montserrat, Arial, Helvetica, sans-serif;
    width: 200px;
    height: 44px;
}

/* Mobile */
@media (max-width: 700px) {
    .footer-menu {
        display: inline-block;
        justify-content: center;
        width: 100%;
        margin-top: 20px;
    }

    .footer-basic li {
        padding-bottom: 25%;
    }

    .buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 25px;
    }

    .footer-flex {
        flex-direction: column;
    }

    .footermobilebreak {
        display: block;
        width: 60%;
        padding-top: 20px;
    }

    .footermobilebreak hr {
        opacity: 25%;
    }

    .footer-basic ul {
        padding-left: 0;
    }
}

/* Tablet */
@media only screen and (min-width: 700px) and (max-width: 1024px) {


    .footer-menu {
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding-left: 0;
        margin-top: 1%;
    }

    .footer-basic li {
        padding: 10% 15%;
    }

    .buttons {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 25px;
    }

    .footer-flex {
        flex-direction: column;
    }

    .footermobilebreak {
        display: block;
    }

    .buttons {
        margin-bottom: 2%;
    }

    .footermobilebreak {
        display: block;
        width: 60%;
        padding-top: 20px;
    }

    .footermobilebreak hr {
        opacity: 25%;
    }

}

/* Laptop */
@media only screen and (min-width: 1024px) and (max-width: 1440px) {


    .footer-menu {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin: 1%;
        padding-left: 50px;
        gap: 25px;
    }

    .footer-basic {
        padding: 2% 0 0 0;
    }

    .buttons {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 25px;
    }

    .footer-flex {
        flex-direction: column;
    }

    .footermobilebreak {
        display: block;
        width: 60%;
        padding-top: 20px;
    }

    .footermobilebreak hr {
        opacity: 25%;
    }

    .footerbox2 {
        width: auto;
    }

}