/*
 * -- MENU STYLES --
 */

.home-menu {
    padding: 0.5em;
    text-align: center;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0, 0.10);
            box-shadow: 0 1px 1px rgba(0,0,0, 0.10);
    background: white;
    overflow: auto;
    white-space: nowrap;
}

.pure-menu-heading {
    text-transform: none;
    color:black;
}

.pure-menu-link {
    color:black;
}

/*
 * -- SPLASH STYLES --
 */

.splash-container {
    background: url("../images/izzy_oji_2019.jpg")  no-repeat;
    background-size: auto 100%;
    background-position: right;
    z-index: 1;
    overflow: hidden;
    /* The following styles are required for the "scroll-over" effect */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed !important;
}

.splash {
    position: absolute;
    left: 1.5em; bottom: 10%; right: 1.5em;
    text-align: left;
    color: black;
}

/* This is the main heading that appears on the overscroll section */
.splash-head {
    font-weight: bold;
    font-family: 'Roboto Mono', monospace;
    display:inline;
}

.splash-subhead {
    letter-spacing: 0.05em;
    font-weight: normal;
    font-size: 3.5em;
    margin: 0em;
}

.white-bg {
  background-color:white;
}

/*
 * -- CONTENT STYLES --
 * This represents the content area (everything below the overscroll section)
 */
.content-wrapper {
    /* These styles are required for the "scroll-over" effect */
    -webkit-box-shadow: 0 -1px 1px rgba(0,0,0, 0.10);
            box-shadow: 0 -1px 1px rgba(0,0,0, 0.10);
    position: absolute;
    top: 93.5%;
    width: 100%;
    min-height: 12%;
    z-index: 2;
    background: white;
}

/* This is the class used for the main content headers (<h2>) */
.content-head {
    font-weight: 600;
    font-size:5em;
    margin: 2em 0 1em;
    padding-left: .25em;
    padding-top: 1.75em;
    text-align: left;
}

.content p {
    font-size: 1.5em;
    padding: .5em;
    text-align: left;
}

a:link, a:visited {
    color: black;
}

a img {
    height: 40px;
    width: 40px;
    padding-top: .5em;
    padding-right: .58em;
}

/*
 * -- DESKTOP (AND UP) MEDIA QUERIES --
 */
@media (min-width: 78em) {
    /* We increase the header font size even more */
    .splash-head {
        font-size: 6em;
    }

    .splash-subhead {
        font-size: 3em;
    }
}

/*
 * -- TABLET (AND UP) MEDIA QUERIES --
 */
@media (min-width: 48em) {

    /* We increase the body font size */
    body {
        font-size: 16px;
    }
    /* We want to give the content area some more padding */
    .content {
        padding: 1em;
    }

    /* We can align the menu header to the left, but float the
    menu items to the right. */
    .home-menu {
        text-align: left;
    }

    .home-menu ul {
        float: right;
    }

    .splash-head {
        font-size: 4em;
    }

    .splash-subhead {
        font-size: 2.25em;
    }

    /* We remove the border-separator assigned to .l-box-lrg */
    .l-box-lrg {
        border: none;
    }

    .content-head {
        font-size:3em;
    }
}


/*
 * -- SMALLER THAN TABLETS MEDIA QUERIES --
 */
@media (max-width: 48em) {
    .splash-head {
        font-size: 2em;
    }

    .splash-subhead {
        font-size: 1em;
    }

    .content-head i {
        font-size: 1em;
    }

    .splash {
        left: .75em; bottom: 10%; right: .75em;
    }

    .content-head {
        font-size:3em;
    }
}


.l-box {
    padding: 2em;
    padding-top: 5em;
}
