@import url('https://fonts.googleapis.com/css?family=Homemade+Apple|Merriweather|Oswald&display=swap');


/* font-family: 'Teko', sans-serif;
font-family: 'Mrs Sheppards', cursive;
font-family: 'Merriweather', serif; */

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    margin: 0;
    overflow-x: hidden;
}

.slider_nav {
    position: fixed;
    top: -200vh;
    background: linear-gradient(45deg, rgb(1, 52, 82), rgb(119, 235, 209));
    background-position: center;
    background-size: cover;
    padding: 40px 20px;
    width: 100%;
    max-width: 1800px;
    left: 50%;
    transform: translateX(-50%);
    transition: .8s;
    z-index: 99;
}

.slider_nav a {
    display: inline-block;
    font-family: acumin-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: white;
    font-size: 24px;
    margin: 8px 0;
    transition: .2s;
    padding: 2px 8px 8px;
}

.slider_nav a:hover {
    background: rgb(119, 235, 209);
    color: rgb(36, 36, 36);
}

.slider_nav a::after {
    height: 4px;
    content: '';
    display: block;
    background: white;
    transition: .2s;
}

.slider_nav a:hover::after {
    background: rgb(36, 36, 36);
}

.slider_nav h2 {
    font-family: interstate-compressed, sans-serif;
    font-weight: 800;
    font-style: normal;
    color: white;
    margin: 0;
    max-width: 600px;
    font-size: 32px;
    display: block;
    padding: 16px 0 0 8px;
    text-transform: uppercase;
}

.cursor {
    cursor: pointer;
}

.toggle {
    bottom: 0px;
    top: 114px;
    position:fixed;
    overflow-y:scroll;
    overflow-x:hidden;
}

nav {
    background: rgb(119, 235, 209);
    padding: 0 20px;
    max-width: 1800px;
    margin: 0 auto;
    top: 0;
    z-index: 101;
    position: fixed;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}


nav a {
    font-family: acier-bat-solid, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: rgb(36, 36, 36);
    display: inline-block;
    text-decoration: none;
    padding: 10px;
    font-size: 32px;
    height: 114px;
}

nav a img {
    display: inline-block;
    height: 90px;
}

nav a img.menu {
    padding: 26px 0;
    background: rgb(119, 235, 209);

}

.rightfloat {
    float: right;    
    text-align: right;
}

.hero {
    display: block;
    max-width: 1800px;
    margin: 114px auto 0;
}

.hero .hero_image {
    display: block;
    padding: 150px 20px 100px;
    background: url("header.png");
    background-position: top center;
    background-size: cover;
}

.hero .hero_image.scholarships {
    display: block;
    padding: 150px 20px 100px;
    background: url("headerscholarships.png");
    background-position: top center;
    background-size: cover;
}

.hero .hero_image h2 {
    font-family: interstate-compressed, sans-serif;
    font-weight: 800;
    font-style: normal;
    color: rgb(36, 36, 36);
    background: rgb(119, 235, 209);
    margin: 0 0 8px;
    max-width: 600px;
    font-size: 32px;
    display: inline-block;
    padding: 8px;
    text-transform: uppercase;
}

.hero .hero_image h1 {
    font-family: abril-display, serif;
    font-weight: 800;
    font-style: normal;
    color: white;
    background: rgb(1, 52, 82);
    margin: 0 0 8px;
    max-width: 632px;
    font-size: 46px;
    display: inline-block;
    padding: 16px;
    line-height: 1.25em;
}

.hero .hero_image p {
    font-family: acumin-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: rgb(36, 36, 36);
    background: rgb(119, 235, 209);
    margin: 0 0 8px;
    max-width: 520px;
    font-size: 24px;
    display: inline-block;
    padding: 8px;
}

.hero .hero_image a {
    display: inline-block;
    font-family: interstate-compressed, sans-serif;
    font-weight: 800;
    font-style: normal;
    color: rgb(1, 52, 82);
    text-decoration: none;
    margin: 10px 0 0;
    font-size: 28px;
    text-transform: uppercase;
    background: rgb(119, 235, 209);
    padding: 8px 16px;
    border-radius: 4px;
}


header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1800px;
    margin: 0 auto;
}

header div {
    display: block;
    padding: 80px 20px;
    background: rgb(1, 52, 82);
}

header div.header_image {
    display: block;
    padding: 40px 20px;
    background: url("https://images.unsplash.com/photo-1517486808906-6ca8b3f04846?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=687&q=80");
    background-position: center;
    background-size: cover;
}

header div.header_image2 {
    display: block;
    padding: 40px 20px;
    background: url("https://images.unsplash.com/photo-1531493731235-b5c309dca387?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1267&q=80");
    background-position: center;
    background-size: cover;
}

header h2 {
    font-family: interstate-compressed, sans-serif;
    font-weight: 800;
    font-style: normal;
    color: white;
    margin: 0 0 8px;
    max-width: 600px;
    text-align: right;
    float: right;
    font-size: 32px;
    text-transform: uppercase;
}

header h1 {
    font-family: abril-display, serif;
    font-weight: 800;
    font-style: normal;
    color: white;
    margin: 0 0 8px;
    max-width: 600px;
    text-align: right;
    clear: both;
    float: right;
    font-size: 46px;
}

header p {
    font-family: acumin-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: white;
    line-height: 1.8em;
    max-width: 600px;
    text-align: right;
    clear: both;
    float: right;
}

header a {
    display: inline-block;
    font-family: interstate-compressed, sans-serif;
    font-weight: 800;
    font-style: normal;
    color: rgb(1, 52, 82);
    text-decoration: none;
    margin: 10px 0 0;
    font-size: 28px;
    text-transform: uppercase;
    background: rgb(119, 235, 209);
    padding: 8px 16px;
    clear: both;
    float: right;
    border-radius: 4px;
}

section {
    display: block;
    max-width: 1800px;
    margin: 0 auto;
}

section div.students {
    display: block;
    padding: 80px 20px;
    background: url("https://images.unsplash.com/photo-1484712401471-05c7215830eb?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80");
    background-position: center;
    background-size: cover;
}

section div.diversity {
    background: url("Diversity.png"), linear-gradient(to top, rgb(1, 52, 82), rgb(119, 235, 209));
    background-position: center;
    background-size: cover;
    background-attachment: scroll, fixed;
    padding: 160px 20px;
}

section div.community_college {
    background: url("https://www.maricopa.edu/sites/default/files/2019-08/maricopa_community_colleges_university_transfer.jpg"), linear-gradient(to top, rgb(1, 52, 82), rgb(119, 235, 209));
    background-position: center;
    background-size: cover;
    background-attachment: scroll, fixed;
    padding: 160px 20px;
}

section h1 {
    font-family: abril-display, serif;
    font-weight: 800;
    font-style: normal;
    color: white;
    background: rgb(1, 52, 82);
    margin: 0 0 8px;
    max-width: 632px;
    font-size: 46px;
    display: inline-block;
    padding: 16px;
    line-height: 1.25em;
}

section h2 {
    font-family: interstate-compressed, sans-serif;
    font-weight: 800;
    font-style: normal;
    color: rgb(36, 36, 36);
    background: rgb(119, 235, 209);
    margin: 0 0 8px;
    max-width: 600px;
    font-size: 32px;
    display: inline-block;
    padding: 8px;
    text-transform: uppercase;
}

.spacer::after {
    content: '';
    display: table;
    clear: both;
}

section p {
    font-family: acumin-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: rgb(36, 36, 36);
    background: rgb(119, 235, 209);
    margin: 0 0 8px;
    max-width: 520px;
    font-size: 24px;
    display: inline-block;
    padding: 8px;
}

section a {
    display: inline-block;
    font-family: interstate-compressed, sans-serif;
    font-weight: 800;
    font-style: normal;
    color: rgb(1, 52, 82);
    text-decoration: none;
    margin: 10px 0 0;
    font-size: 28px;
    text-transform: uppercase;
    background: rgb(119, 235, 209);
    padding: 8px 16px;
    border-radius: 4px;
}

main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1800px;
    margin: 0 auto;
}

main div {
    display: block;
    padding: 80px 20px;
    background: rgb(119, 235, 209);
}

.weloveyou {
    background: url("https://images.unsplash.com/photo-1548536129-4b8e749ae0ac?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80");
    background-position: center;
    background-size: cover;
}

main h1 {
    font-family: abril-display, serif;
    font-weight: 800;
    font-style: normal;
    color: rgb(36, 36, 36);
    margin: 0 0 8px;
    font-size: 46px;
    line-height: 1.25em;
}

main h2 {
    font-family: interstate-compressed, sans-serif;
    font-weight: 800;
    font-style: normal;
    color: rgb(36, 36, 36);
    margin: 0 0 8px;
    font-size: 32px;
    text-transform: uppercase;
}

main p {
    font-family: acumin-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: rgb(36, 36, 36);
    margin: 0 0 8px;
    font-size: 24px;
}

main a {
    display: inline-block;
    font-family: interstate-compressed, sans-serif;
    font-weight: 800;
    font-style: normal;
    color: rgb(119, 235, 209);
    text-decoration: none;
    margin: 10px 0 0;
    font-size: 28px;
    text-transform: uppercase;
    background: rgb(1, 52, 82);
    padding: 8px 16px;
    border-radius: 4px;
}

main .invert h1 {
    color: white;
}

main .invert h2 {
    color: white;
}

main .invert p {
    color: white;
}

aside {
    margin: 0 auto;
    max-width: 1800px;
    display: grid;
    grid-template-columns: 1fr 2fr;
}

aside div {
    display: block;
    padding: 80px 20px;
    background: linear-gradient(white, rgb(1, 52, 82));
    position: relative;
}

aside div.teal {
    display: block;
    padding: 80px 20px;
    background: linear-gradient(white, rgb(119, 235, 209));
    position: relative;
}


aside div.student_success {
    background: linear-gradient(rgb(1, 52, 82, .85), rgb(119, 235, 209, .85)), url("https://images.unsplash.com/photo-1496469888073-80de7e952517?ixlib=rb-1.2.1&auto=format&fit=crop&w=1489&q=80");
    background-position: center;
    background-size: cover;
    background-attachment: fixed, scroll;
}

div.center {
    background: transparent;
    padding: 0 20px 0 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

aside h1 {
    font-family: abril-display, serif;
    font-weight: 800;
    font-style: normal;
    color: white;
    margin: 0 0 8px;
    font-size: 46px;
    line-height: 1.25em;
    max-width: 800px;
}

aside h2 {
    font-family: interstate-compressed, sans-serif;
    font-weight: 800;
    font-style: normal;
    color: white;
    margin: 0 0 8px;
    font-size: 32px;
    text-transform: uppercase;
}

aside p {
    font-family: acumin-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: white;
    margin: 0 0 8px;
    font-size: 24px;
    max-width: 600px;
}

aside a {
    display: inline-block;
    font-family: interstate-compressed, sans-serif;
    font-weight: 800;
    font-style: normal;
    color: rgb(119, 235, 209);
    text-decoration: none;
    margin: 10px 0 0;
    font-size: 28px;
    text-transform: uppercase;
    background: rgb(1, 52, 82);
    padding: 8px 16px;
    border-radius: 4px;
}

aside blockquote {
    font-family: verveine,sans-serif;
    font-weight: 400;
    font-style: normal;
    color: white;
    font-size: 48px;
    margin: 10px 0;
}

aside img {
    display: block;
    max-width: 400px;
    margin: 0 auto;
}

.center_link {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    background: transparent;
    font-size: 36px;
}

.center_link .span_large {
    color: white;
    font-size: 48px;
}

.center_link img {
    margin-bottom: 8px;
}

.center_link.dark {
    color: rgb(36, 36, 36);
}

.scholarships {
    margin: 0 auto;
    max-width: 1800px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.scholarships.small {
    margin: 0 auto;
    max-width: 1800px;
    display: block;
}

.scholarships div {
    display: block;
    padding: 320px 20px 40px;
    background: linear-gradient( rgba(119, 235, 209, 0.25), rgba(1, 52, 82, 0.95)), url("https://images.unsplash.com/photo-1503676382389-4809596d5290?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1355&q=80");
    background-position: center;
    background-size: cover;
    background-attachment: fixed, scroll;
}

.scholarships div#gcu {
    background: linear-gradient(rgba(233, 28, 206, 0.25), rgba(75, 4, 69, 0.95)), url("https://news.gcu.edu/wp-content/uploads/2018/08/IMG_0186_MAIN.jpg");
    background-position: center;
    background-size: cover;
    background-attachment: fixed, scroll;
}

.scholarships div#nau {
    background: linear-gradient(rgba(7, 28, 121, 0.25), rgba(233, 186, 57, 0.95)), url("https://nau.edu/wordpress/wp-content/uploads/2017/03/nau-students-wearing-blue-and-gold-cheer-on-lumberjacks.jpg");
    background-position: center;
    background-size: cover;
    background-attachment: fixed, scroll;
}

.scholarships div#asu {
    background: linear-gradient(rgba(245, 155, 10, 0.25), rgba(73, 4, 2, 0.95)), url("https://www.anthonytravel.com/files/asu-technology-concussion-science.jpg");
    background-position: center;
    background-size: cover;
    background-attachment: fixed, scroll;
}

.scholarships div#uoa {
    background: linear-gradient(rgba(243, 8, 8, 0.25), rgba(4, 39, 121, 0.95)), url("https://ewscripps.brightspotcdn.com/dims4/default/1ec282e/2147483647/strip/true/crop/640x360+0+60/resize/1280x720!/quality/90/?url=https%3A%2F%2Fmediaassets.abc15.com%2Fphoto%2F2018%2F07%2F26%2Fknxv%20arizona%20stadiu_1532634185390.jpg_93440823_ver1.0_640_480.jpg");
    background-position: center;
    background-size: cover;
    background-attachment: fixed, scroll;
}

.scholarships h1 {
    font-family: abril-display, serif;
    font-weight: 800;
    font-style: normal;
    color: white;
    background: rgb(36, 36, 36);
    margin: 0 0 8px;
    max-width: 632px;
    font-size: 46px;
    display: inline-block;
    padding: 20px 16px 10px 16px;
    line-height: .8em;
}

.scholarships h2 {
    color: white;
    font-family: interstate-compressed, sans-serif;
    font-weight: 800;
    font-style: normal;
    margin: 0;
    font-size: 38px;
    text-transform: uppercase;
}

.scholarships h3 {
    font-family: acumin-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: white;
    margin: 0 0 8px;
    font-size: 28px;
}

.scholarships p {
    font-family: acumin-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    color: white;
    line-height: 1.4em;
    max-width: 600px;
}


.urlwrap {
    word-wrap: break-word;
}


.scholarships a {
    display: inline-block;
    font-family: interstate-compressed, sans-serif;
    font-weight: 800;
    font-style: normal;
    color: rgb(36, 36, 36);
    text-decoration: none;
    margin: 10px 0 0;
    font-size: 28px;
    text-transform: uppercase;
    background: white;
    padding: 8px 16px;
    border-radius: 4px;
}

@media (max-width: 1100px) {
    main {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        max-width: 1800px;
        margin: 0 auto;
    }

    main div:last-of-type {
        grid-column: 1 /span 2;
    }

    aside {
        margin: 0 auto;
        max-width: 1800px;
        display: block;
    }

    div.center {
        background: transparent;
        padding: 80px 20px;
        position: relative;
        top: 0px;
        transform: translateY(0%);
    }
}

@media (max-width: 900px) {
    header {
        display: block;
    max-width: 1800px;
    margin: 0 auto;
    }

    header div::after {
        content: "";
        display: table;
        clear: both;
    }

    header div.header_image, header div.header_image2 {
        display: block;
        height: 600px;
    }
}

@media (max-width: 876px) {
    main {
        display: block;
        max-width: 1800px;
        margin: 0 auto;
    }

    main div:last-of-type {
        grid-column: 1 /span 2;
    }
}