@media all and (min-width:321px) and (max-width: 480px) {

    /* John Fry Headshot Label */
    #message .quote p {
    display: block;
    font-size: 14px !important;
    text-align: right !important;
    font-weight: 400 !important;
    width: 80%;
    margin: 0 auto;
    color: #06294d;
    line-height: 170%;
    }

    #experience div.full-image {
        background-position: 45% 30% !important;
    }

    /* Chapter Header */
    .title.desktop {
    display: block;
    width: 100vw;
    padding-left: 10px;
    padding-top: 45px;
    overflow: hidden;
    }
    a.btn{
    width: 300px;
    }
    /* Mouse Scroll image and animation */
    .scroll-downs {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width :34px;
    height: 55px;
    }
    .mousey {
    width: 3px;
    padding: 10px 15px;
    height: 35px;
    border: 2px solid #fff;
    border-radius: 25px;
    opacity: 1;
    box-sizing: content-box;
    }
    .scroller {
    width: 4px;
    height: 12px;
    border-radius: 25%;
    background-color: #fff;
    animation-name: scroll;
    animation-duration: 2.6s;
    animation-timing-function: cubic-bezier(.15,.41,.69,.94);
    animation-iteration-count: infinite;
    }
    @keyframes scroll {
    0% { opacity: 0; }
    10% { transform: translateY(0); opacity: 1; }
    100% { transform: translateY(15px); opacity: 0;}
    }
    /* Full Scroll to Read Button Area */
    .read-btn {
    text-align: center;
    height: 120px;
    -webkit-transform: translateY(-175%);
    -ms-transform: translateY(-175%);
    transform: translateY(-175%);
    }
    .read-btn a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    text-decoration: none;
    width: 100%;
    cursor: pointer;
    }
    .read-btn p {
    font-weight: 700;
    color: white;
    text-shadow: 0px 0px 10px black;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 18px;
    font-size: 15px;
    }
    .fa-arrow-circle-down path {
    fill: white !important;
    text-shadow: 0px 0px 10px black;
    }
    /* Text Version Button at top */
    .print {
    display: none;
    }
    body {
    background-color: white;
    }
    .skip-link {
    height: 0px;
    display: block;
    }
    /* Yellow horizontal progress bar at top of page */
    .progress {
    display: none;
    }
    em {
    }
    /* HEADER BAR */
    .header {
    background-color: #ffc600;
    box-shadow: 1px 1px 4px 0 rgb(0, 0, 0);
    position: fixed;
    width: 100%;
    z-index: 30000;
    }
    .header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #07294d;
    }
    .header li a {
    display: block;
    padding: 20px 20px;
    text-decoration: none;
    font-family: FuturaMedium;
    text-transform: uppercase;
    color: white !important;
    font-size: 33px;
    }
    li.current a {
    border-left: 7px solid #ffc600;
    margin-left: 6px;
    padding-left: 7px;
    }
    .header li a:hover,
    .header .menu-btn:hover {
    background-color: #006699;
    }
    .header .logo {
    display: block;
    float: left;
    font-size: 2em;
    padding: 10px 20px;
    text-decoration: none;
    }
    /* HEADER MENU */
    .header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
    padding-left: 10px;
    }
    .menu li:first-child {
    padding-top: 20px;
    }
    /* menu icon */
    .header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
    }
    .header .menu-icon .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
    }
    .header .menu-icon .navicon:before,
    .header .menu-icon .navicon:after {
    background: #333;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
    }
    .header .menu-icon .navicon:before {
    top: 5px;
    }
    .header .menu-icon .navicon:after {
    top: -5px;
    }
    /* HEADER MENU BUTTON */
    .header .menu-btn {
    display: none;
    }
    .header .menu-btn:checked~.menu {
    max-height: 2400px;
    padding-bottom: 27px;
    }
    .header .menu-btn:checked~.menu-icon .navicon {
    background: transparent;
    }
    .header .menu-btn:checked~.menu-icon .navicon:before {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    }
    .header .menu-btn:checked~.menu-icon .navicon:after {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    }
    .header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
    .header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
    top: 0;
    }
    /* TITLE PAGE */
    #myVideo {
    /* position: fixed; */
    left: 0;
    /* top: -25px; */
    bottom: 0;
    min-width: 100vw;
    /* min-height: 100vh; */
    max-width: 100%;
    z-index: -1;
    margin-top: 50px;
    }
    #home {
    background-size: cover !important;
    background-position: center !important;
    /* min-height: 750px; */
    /* max-height: 100%; */
    display: block;
    /* align-items: center; */
    justify-content: center;
    border: none;
    }
    #home img {
    width: 100px;
    margin: 15px;
    object-fit: contain;
    }
    #home .title {
    text-transform: uppercase;
    padding-top: 16vh;
    padding-bottom: 5vh;
    position: relative;
    text-align: center;
    display: block;
    z-index: 9000;
    }
    #home .title::after {
    content: none;
    }
    /* gradient before chapter title */
    .title h2::before {
    display: block;
    position: absolute;
    top: 0px;
    /* content: "" ""; */

    z-index: -1;
    opacity: 0.85;
    left: -5%;
    width: 100%;
    height: 230px;
    }
    /* Blue gradient rhombus behind chapter title */
    .title h2::after {
    display: block;
    position: absolute;
    top: 0;
    left: -5%;
    content: "" "";
    background: linear-gradient(181deg, rgba(7, 41, 77, 1) 25%, rgba(0, 102, 153, 0.5) 100%);
    height: 200px;
    width: 100%;
    z-index: -1;
    }
    #home h1 {
    font-size: 40px;
    color: white;
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
    font-weight: 400;
    text-shadow: 0px 0px 10px black;
    padding: 10px;
    letter-spacing: 7px;
    line-height: 109%;
    text-shadow: none !important;
    }
    #home h1 span {
    font-size: 28px;
    margin-bottom: 0;
    display: block;
    font-weight: 400;
    line-height: 60%;
    margin-bottom: 0;
    display: block;
    text-shadow: none !important;
    }
    .title h1 em {
    font-style: normal !important;
    font-weight: 700;
    color: #ffc600;
    }
    #home h2 {
    font-size: 25px;
    margin-top: 18px;
    color: white;
    letter-spacing: 4px;
    }
    .logos {
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
    z-index: 9000;
    margin: 70px auto 0 auto;
    max-width: 375px;
    padding: 20px;
    }
    .home-social-list li {
    display: inline-block;
    margin: 19px 15px;
    }
    .home-social-list .fab {
    font-size: 37px;
    }
    /* PREZ MESSAGE */
    #message::before {
    position: relative;
    top: -10px;
    width: 100%;
    height: 25px;
    background: #07294d;
    content: "";
    display: block;
    margin-bottom: 11px;
    margin-left: 0px !important;
    }
    #message ul{
    list-style: disc;
    font-family: 'Fira Sans', sans-serif;
    font-size: 20px;
    line-height: 115%;
    margin-bottom: 30px;
    font-weight: 300;
    padding-left: 15px;
    }
    #message li{
    padding-bottom: 8px;
    font-weight: 500px;
    }
    #message {
    background: white;
    display: block;
    padding: 10px 0 0 0;
    border-bottom: 40px solid white;
    overflow: visible;
    position: relative;
    }
    #message a:link {
    color: #07294D;
    text-decoration: underline;
    }
    #message a:hover {
    color: #07294D;
    }
    #message a:visited {
    color: #07294D;
    }
    #message .content {
    overflow: visible !important;
    }
    #message h2 {
    font-family: 'Fira Sans', sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: -65px;
    color: white;
    letter-spacing: 3px;
    width: 100%;
    text-shadow: 0px 0px 10px black;
    }
    @media only screen and (max-width: 380px) {
    #message h2 {
    top: -90px;
    }
    }
    #message .box {
    margin: 0;
    }
    .right .content p:first-of-type {
    font-weight: 300;
    font-size: 20px;
    }
    #head {
    width: 100%;
    float: none;
    margin: 20px auto 10px auto;
    display: block;
    }
    #message .container {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    }
    /* President's Message Read More/Less Toggle Button */
    .toggle {
    font-size: 16px;
    height: 50px;
    line-height: 46px;
    font-family: 'Fira Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    border: 2px solid black;
    background: #FFC600;
    padding: 0px 40px 0px 40px;
    margin-top: 6px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    width: 250px;
    }
    .newToggle {
    font-size: 16px;
    height: 50px;
    line-height: 46px;
    font-family: 'Fira Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    border: 3px solid #0a5f84;
    padding: 0px 40px 0px 40px;
    color: #0a5f84 !important;
    margin-top: 6px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    width: 250px;
    }
    .quote {
    margin: 30px auto;
    }
    .quote p {
    display: block;
    font-size: 21px !important;
    text-align: center !important;
    font-weight: 400 !important;
    width: 80%;
    margin: 0 auto;
    color: #06294d;
    line-height: 170%;
    }
    #sig {
    width: 170px;
    }
    /* PREZ MESSAGE IMAGES */
    .img img {
    z-index: 1000;
    position: relative;
    }
    .img figcaption {
    z-index: 1000;
    position: relative;
    font-family: 'Fira Sans', sans-serif;
    width: 80%;
    margin-left: 10%;
    margin-top: -10px;
    padding: 5px 20px;
    font-size: 16px;
    text-align: center;
    }
    .img figcaption::before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: #ffc600;
    height: 100%;
    width: 100%;
    z-index: -1;
    transform: skew(-38deg);
    }
    .f-left {
    float: left;
    margin: 20px 20px 20px 0;
    }
    .img div {
    border: 10px solid white;
    }
    /* SECTION SET UP */
    p {
    font-family: 'Fira Sans', sans-serif;
    font-size: 17px;
    line-height: 115%;
    margin-bottom: 30px;
    font-weight: 300;
    }
    section {
    display: block;
    border-bottom: 30px solid white;
    width: 100vw;
    position: relative;
    z-index: 1;
    }
    /*
    section:nth-child(2n) {
    flex-direction: row-reverse;
    }
    */
    /* FULL IMAGE PANELS */
    div.full-image {
    height: 100vh;
    background-size: cover !important;
    background-position: 30% 30% !important;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: -1;
    }

        #athletics div.full-image {
            background-position: 40% 30% !important;
        }

    .full-image::before {
    content: "";
    display: block;
    height: 25px;
    max-width: 100%;
    background: #FFC600;
    }
    .full-image::after {
    content: none;
    }
    /* TITLE SECTION */
    section div.text {
    padding: 10px !important;
    z-index: 10000 !important;
    }
    .title h2 {
    top: -5%;
    max-width: 66vw;
    font-family: 'Fira Sans', sans-serif;
    font-size: 32px;
    color: white;
    font-weight: 500;
    margin-top: 5px;
margin-left: 10px;
    }
    #experience .title h2 {
    font-size: 24px;
    }
    #experience p {
    padding-top: 15px;
    }
    .bar {
    background: none;
    color: #07294D;
    width: 550px;
    margin-left: -30px;
    padding: 20px 30px 0px 0px;
    margin-top: -11px;
    }
    .bar p::before {
    display: none;
    }
    .bar p {
    font-family: 'Fira Sans', sans-serif;
    margin: 0;
    font-weight: 600;
    margin-left: 20px;
    padding: 0px 0px 40px 20px;
    width: 65%;
    font-size: 14px;
    color: white;
    }
    .title .bar::before {
    content: none;
    }
    .title .bar::after {
    content: none;
    }
    /* FEATURE BLOCK */
    .feature {
    width: 50%;
    position: absolute;
    bottom: 0;
    top: 50%;

    }
    .feature h3 {
    color: #ffc600;
    text-transform: uppercase;
    font-family: 'Fira Sans', sans-serif;
    letter-spacing: 5px;
    font-size: 31px;
    text-shadow: 0px 0px 10px #07294D;
    margin-bottom: 5px;
    }
    .feature .block {
    background: none;
    min-height: 300px;
    max-height: 25vh;
    width: 100%;
    }
    .feature .block .image {
    display: none;
    }
    .feature .image::before {
    position: relative;
    left: 0;
    top: 0;
    content: "";
    display: block;
    width: 35px;
    min-height: 200px;
    max-height: 25vh;
    z-index: 100;
    background: linear-gradient(-45deg, rgba(7, 41, 77, .7) 0, rgba(255, 198, 0, .7) 100%);
    }
    .feature .block p {
    margin-top: 80px;
    left: -15px;
    width: 175%;
    color: #07294D;
    font-size: 14px;
    font-weight: 600;
    }
    .feature .block p::before {
    background: none;
    }
    .feature a:link,
    a:visited {
    color: #07294D;
    text-decoration: none;
    }
    .feature a:hover {
    text-decoration: underline;
    }
    .feature .block::before {
    position: relative;
    top: 160px;
    left: -25%;
    height: 110px;
    width: 200%;
    background: linear-gradient(45deg, rgba(255, 255, 255, 1) 0, rgba(108, 172, 228, 1) 75%);
    display: block;
    content: "";
    }
    .feature .block::after {
    position: relative;
    left: -5%;
    margin-top: 160px;
    height: 15px;
    background: linear-gradient(45deg, rgba(7, 41, 77, 1) 0, rgba(0, 102, 153, 1) 100%);
    display: block;
    content: "";
    width: 180%;
    }
    /* STORY BLOCKS */
    .block a:hover p {
    text-decoration: underline;
    }
    .stories {
    margin-top: 35px;
    width: 100%;
    }
    .stories h3 {
    color: #07294D;
    text-transform: uppercase;
    font-family: 'Fira Sans', sans-serif;
    letter-spacing: 5px;
    font-size: 31px;
    text-shadow: 0px 0px 10px #07294D;
    margin-bottom: 5px;
    }
    .block {
    background: rgba(255, 255, 255, 0.85);
    position: relative;
    margin: 10px
    }
    .stories .block:nth-of-type(1) {
    margin-top: -5px;
    }
    .image {
    width: 150px;
    height: 100px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    /* -webkit-transition: all 0.2s; */
    }
    .stories .image::before {
    position: relative;
    left: -20px;
    top: 0;
    content: "";
    display: block;
    width: 10%;
    height: 100%;
    z-index: 100;
    background: #FFC600;
    }
    .block p {
    position: absolute;
    top: 45%;
    left: 135px;
    color: #07294D;
    font-family: 'Fira Sans', sans-serif;
    margin-left: 20px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 600;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    width: calc(100% - 45vw);
    padding: 5px;
    font-size: 15px;
    }
    .top {
    background-position-y: center !important;
    }
    .right {
    background-position-x: center !important;
    }
    .block p::before {
    display: none;
    }
    .box {
    background: rgba(255, 255, 255, 0.88);
    padding: 20px;
    margin: 88px 0;
    overflow: hidden;
    }
    .btn {
    font-size: 16px;
    height: auto;
    line-height: 46px;
    font-family: 'Fira Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    border: 3px solid #0a5f84;
    padding: 10px 40px 10px 40px;
    color: #0a5f84 !important;
    display: block;
    text-align: center;
    width: 100%;
    margin: 33px auto 33px auto;
    line-height: 121%;
    background: white;
    }
    .box p {
    font-size: 20px;
    }
    .right p:first-of-type {
    font-weight: 700;
    font-size: 22px;
    }
    .quote {
    display: none;
    }
    /*FINANCES AND FUNDRAISING*/
    #finances .feature {
    display: none;
    }
    #finances h2 {
    /* text-align: center; */
    padding-top: 100px;
    padding-bottom: 50px;
    font-size: 44px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #07294D;
    text-shadow: none;
    padding-left: 15%;
    max-width: 80vw;
    }
    #finances h3 {
    font-family: 'Fira Sans', sans-serif;
    font-size: 34px;
    font-weight: 700;
    margin: 50px auto;
    }
    #finances .text {
    padding: 0 !important;
    position: relative;
    }
    #finances a:link{
    color: #07294D;
    text-decoration: underline;
    }
    #finances a:visited{
    color: #07294D;
    text-decoration: underline;
    }
    #finances a:hover{
    color: #07294D;
    text-decoration: underline;
    }
    #finances a:active{
    color: #07294D;
    text-decoration: none;
    }
    #finances .box {
    background: rgba(255, 255, 255, 0.88);
    padding: 50px 25px 50px 25px;
    margin-top: 100px;
    margin-bottom: 100px;
    margin-right: 0px;
    margin-left: 0px;	
    overflow: hidden;
    }
    .btn {
    font-size: 16px;
    height: auto;
    line-height: 46px;
    font-family: 'Fira Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    border: 3px solid #0a5f84;
    padding: 10px 40px 10px 40px;
    color: #0a5f84 !important;
    display: block;
    text-align: center;
    width: 100%;
    margin: 33px auto 33px auto;
    line-height: 121%;
    background: white;
    }
    .giving-logo {
    background: rgba(255, 255, 255, 0.88);
    display: block;
    transform: skew(200.25deg);
    padding: 20px 20px 20px 100px;
    overflow: hidden;
    position: absolute;
    top: -113px;
    left: -161px;
    width: 500px;
    }
    .giving-logo img {
    width: 300px;
    float: right;
    transform: skew(-200.25deg);
    }
    .box p {
    font-size: 20px;
    }
    .right p:first-of-type {
    font-weight: 700;
    font-size: 22px;
    }
    .quote {
    display: none;
    }
    /*---------------------- FOOTER----------------------*/
    #footer {
    background: white;
    min-height: 800px;
    position: relative;
    padding: 75px 0 100px;
    color: black;
    overflow: hidden;
    }
    #footer .container {
    margin: 0 auto;
    width: 80%;
    max-width: 1000px;
    }
    #footer h2 {
    font-family: 'Fira Sans', sans-serif;
    color: black;
    text-align: center;
    letter-spacing: .3rem;
    text-transform: uppercase;
    margin: 20px 0;
    font-size: 27px;
    }
    #footer h3 {
    font-family: 'Fira Sans', sans-serif;
    font-size: 20px;
    }
    #footer p {
    font-family: 'Fira Sans', sans-serif;
    font-size: 17px;
    line-height: 1.5;
    margin-top: 8px;
    margin-bottom: 22px auto;
    text-align: left;
    }
    #footer strong {
    font-family: 'Fira Sans', sans-serif;
    font-size: 23px;
    display: block;
    line-height: 1;
    }
    #footer a {
    font-weight: bold;
    color: #2babe2;
    }
    .trustees {
    font-size: 16px;
    line-height: 32px;
    font-family: 'Fira Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    border: 3px solid #0a5f84;
    padding: 10px 40px 10px 40px;
    color: #0a5f84 !important;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-weight: normal !important;
    }
    h2.finance_header::before {
    content: none;
    }
    h2.finance_header::after {
    content: none;
    }
    .title.mobile {
    visibility: hidden;
    }
    .section{       
    scroll-margin-top: 100px;
    }
    #learning div.full-image {
    background-position: 20% 30% !important;
    }
    #research div.full-image {
    background-position-x: 45% !important;
    background-position-y: 110px !important;
    }

#alumni div.full-image {
    background-position: 55% 12vh !important
    }

#humanities div.full-image {
    background-position: 50% 30% !important
    }

    #large-header {display:none;}
    #mobile_header {display:block}
    #home div.full-image {
    background-position: 45% 30% !important;
    }
}