@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');

html,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Ubuntu', sans-serif;
}

h1 {
    color: rgb(51, 51, 51);
}

h3 {
    font-size: 2em;
}

h6 {
    font-weight: 700;
}

p {
    font-size: 1.2em;
}

nav {
    font-size: 1.2em
}

.teamiji_logo_lg {
    width: 90vw;
    height: 90vh;
    display: inline-block;
    alt: "Teamiji";
    content: url("/graphics/logo_dark_logo_stacked.svg");
    margin-top: 2%;
}

@media only screen and (min-width: 375px) {
    h1 {
        font-size: 50px;
    }

    h2 {
        font-size: 16px;
    }
}

@media only screen and (min-width: 685px) {
    .w4-flex {
        display: flex;
    }

    h1 {
        font-size: 50px;
    }

    h2 {
        font-size: 16px;
    }
}

@media only screen and (min-width: 800px) {
    h1 {
        font-size: 50px;
    }

    h2 {
        font-size: 18px;
    }
}

@media only screen and (min-width: 1200px) {
    .w4-flex {
        display: flex;
    }

    h1 {
        font-size: 60px;
    }

    h2 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 1550px) {
    .w4-flex {
        display: flex;
    }

    h1 {
        font-size: 80px;
    }

    h2 {
        font-size: 20px;
    }
}