/* GENERAL  -----------------------------------*/
html, body {
    overflow-x: hidden;
    margin: 0;
}

html {
    overflow-y: scroll;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* TEXT ------------------------------------- */

h1 {
    font-size: 2.5rem;
    color: var(--ife_white);
    font-weight: 300;
}


p.home_info {
    font-size: 1.6rem;
    color: var(--ife_white);
    line-height: 1.8em;
    text-align: center;

    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
}

.title {
    padding-bottom: 10px;
    padding-top: 30px;
    text-align: center;
}

.legal-copyright {
    font-size: 20px;
    text-align: left;
    color: var(--ife_white);
    line-height: 1.8em;

    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
}

.legal-copyright a, .legal-copyright a:hover {
    color: inherit;
}

.legal-copyright h2 {
    font-family: "TillSemiBold", "Source Sans Pro", Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/* HERO BANNER-IMAGE --------------------------*/

.landingPage {
    text-align: center;
}

.heroText {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-top: max(60px, 15vh);
    z-index: 1;
}

.gradient {
    background-image: linear-gradient(white, rgba(255, 255, 255, 0));
    padding-bottom: 40%;
}

.heroTitle {
    font-size: 70px;
    color: var(--ife_illiniBlue_main);
    font-family: "TillSemiBold", "Source Sans Pro", Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.heroTitle span {
    color: var(--ife_illiniOrange_main);
}

.sub {
    font-size: 50px;
    font-family: "TillLight", "Source Sans Pro", Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: -30px;
}

/* Lines and Layout -------------------------------------*/

.sponsorsImg {
    display: inline-block;
    padding-top: 10px;
    -webkit-filter: brightness(0%) invert(85%);
    filter: brightness(0%) invert(85%);
    width: 60vw;
    max-width: min(350px, 100%);
}
.path_join_button {
    background-color: var(--ife_illiniOrange_main);
    border-color: var(--ife_illiniOrange_main);
    color: var(--ife_illiniBlue_main);
}
.path_join_button:hover, .path_join_button:active {
    border-color: var(--ife_illiniOrange_main);
    color: var(--ife_illiniOrange_main);
    background-color: transparent;
}

.hero_join_button {
    border-radius: 3px;
    position: absolute;
    bottom: 5vh;
    right: 10vw;
}


/* CONTENT CARDS AND SPONSORS ------------------ */

.top_sponsor_wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
}
.top_sponsor_wrap .card {
    background-color: rgba(255, 255, 255, 0.5);
}

.modules_headline_content {
    color: var(--ife_white);
}

.modules_headline_content .card-img-top {
    border-radius: 10px;
    margin-top: 20%;
}

.modules_headline_content h1 {
    font-family: "TillSemiBoldItalic", "Source Sans Pro", Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 3.2rem;
    line-height: 1.4em;

    margin: 4%;

}

.modules_headline_content p {
    font-family: "TillLight", "Source Sans Pro", Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.8rem;
    line-height: 1.8em;
    padding-left: 2rem;
    padding-right: 2rem;

    margin: 4%;

}

.module_right {
    text-align: right;
}

.module_spacer {
    height: 100px;
}

.word-cloud:hover,
.word-cloud,
.word-cloud:active,
.word-cloud:focus {
    margin: 10px;
    font-size: 1.2rem;
}
.word_cloud_mobile_break {
    display: inline;
}
.word_cloud_mobile_break .btn-outline-light:hover {
    background-color: transparent;
    color: white;
}

@media screen and (min-width:1200px) {
    .gradient {
        padding-bottom: 20%;
    }
}

/* MOBILE PAGE ---------------------------- */

.navbar-toggler:focus {
    box-shadow: none;
}

@media screen and (max-width:1130px) {
    .heroTitle {
        font-size: 50px;
    }

    .sub {
        font-size: 40px;
        margin-top: -20px;
    }
}

@media screen and (max-width:766px) {
    .heroText {
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        padding-top: 30%;
        z-index: 1;
    }

    .heroTitle {
        font-size: 7.5vw;
    }

    .sub {
        font-size: 6vw;
        margin-top: -5px;
    }

    h1 {
        font-size: 2em;
    }

    #pathways {
        min-height: auto;
    }
    .word-cloud:hover, .word-cloud, .btn.word-cloud, .btn.word-cloud:focus, .btn.word-cloud:active {
        margin: 4px;
        /* padding: 5px; */
        font-size: 0.8rem;
    }

    .word_cloud_wrap {
        overflow-x: auto;
    }
    .word_cloud_mobile_break {
        display: inline-block;
        float: none;
        overflow-x: auto;
        white-space: nowrap;
    }

    p.home_info {
        font-size: 1rem;
    }

    .modules_headline_content h1 {
        font-size: 1.6rem;
        margin: 0;
    }

    .modules_headline_content p {
        font-size: 1.2rem;
        padding: 15px;
        padding-left: 2vw;
        margin: 0;
    }

    .module_right {
        text-align: left;
    }

    .module_spacer {
        height: 50px;
    }

}