@media only screen and (max-width: 769px) {
    body {
        margin: 40px auto;
        max-width: 650px;
        line-height: 1.6;
        font-size: 18px;
        color: #444;
        padding: 0 10px
    }
    h1,
    h2,
    h3 {
        line-height: 1.2
    }
    .cd-words-wrapper {
        display: none;
    }
    .container {
        text-align: center;
    }
}
@media all and (min-width: 770px) {
    body {
        background: #f3f3f3;
        color: #222222;
        padding: 0;
        margin: 0;
        font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        line-height: 150%;
        position: relative;
    }
    .mobspan {
        display: none;
    }
    ::selection {
        background: #e8edf0;
        /* Safari */
    }
    ::-moz-selection {
        background: #e8edf0;
        /* Firefox */
    }
    .header {
        padding-top: 220px;
        padding-bottom: 0px;
    }
    h2 {
        color: grey;
        font-family: 'Raleway', sans-serif;
        font-size: 38px;
        font-weight: bold;
        text-align: center;
        line-height: 50px;
        margin: 10px 0px 100px 0px;
    }
    .namespan {
        color: #32321F;
    }
    .attspan {
        color: #3b5998;
    }
    .content {
        text-align: justify;
        color: #555555;
        font-family: 'Merriweather', serif;
        font-size: 16px;
        line-height: 150%;
        max-width: 700px;
        margin: 0 auto;
    }
    #fpc {
        text-align: left;
        color: grey;
    }
    .top-nav {
        width: 100%;
        text-align: center;
        color: grey;
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
    }
    .name-top {
        padding-top: 40px;
        padding-bottom: 0px;
    }
    .name-top h2 {
        margin: 10px 0px 40px 0px;
    }
    .container {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
        margin: 0 auto;
    }
    .video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    footer {
        overflow: hidden;
        position: relative;
        text-align: center;
        background: #222222;
        /*#3c3b3f;*/
        
        color: grey;
        margin-top: 100px;
        box-shadow: 0px 500px 0px 500px #222222;
        font-size: 13px;
        line-height: 13px;
        padding-top: 10px;
        font-family: 'Open Sans', sans-serif;
    }
    a:link,
    a:visited {
        text-decoration: none;
        color: #555555;
        border-bottom: #666666;
        border-width: 0px 0px 1px 0px;
        border-style: none none solid none;
        -o-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        /* ...and now for the proper property */
        
        transition: .5s;
    }
    a.cornell-span {
        border-color: brown;
    }
    a.yale-span {
        border-color: blue;
    }
    a.robot-span {
        border-color: red;
    }
    a.code-span {
        border-color: green;
    }
    a.write-span {
        border-color: orange;
    }
    a.standup-span {
        border-color: purple;
    }
    a.podcast-span {
        border-color: fuchsia;
    }
    .contact-span {
        color: #555555;
    }
    a:hover {
        border-color: pink;
        color: #000000;
    }
    /* begin type effect styles */
    
    .cd-words-wrapper {
        display: inline-block;
        position: relative;
        text-align: left;
    }
    .cd-words-wrapper b {
        display: inline-block;
        position: absolute;
        white-space: nowrap;
        left: 0;
        top: 0;
    }
    .cd-words-wrapper b.is-visible {
        position: relative;
    }
    .no-js .cd-words-wrapper b {
        opacity: 0;
    }
    .no-js .cd-words-wrapper b.is-visible {
        opacity: 1;
    }
    /* --------------------------------

xtype

-------------------------------- */
    
    .cd-headline.type .cd-words-wrapper {
        vertical-align: top;
        overflow: hidden;
    }
    .cd-headline.type .cd-words-wrapper::after {
        /* vertical bar */
        
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 90%;
        width: 1px;
        background-color: #aebcb9;
    }
    .cd-headline.type .cd-words-wrapper.waiting::after {
        -webkit-animation: cd-pulse 1s infinite;
        -moz-animation: cd-pulse 1s infinite;
        animation: cd-pulse 1s infinite;
    }
    .cd-headline.type .cd-words-wrapper.selected {
        background-color: #aebcb9;
    }
    .cd-headline.type .cd-words-wrapper.selected::after {
        visibility: hidden;
    }
    .cd-headline.type .cd-words-wrapper.selected b {
        color: #0d0d0d;
    }
    .cd-headline.type b {
        font-weight: inherit;
        visibility: hidden;
    }
    .cd-headline.type b.is-visible {
        visibility: visible;
    }
    .cd-headline.type i {
        font-style: normal;
        position: absolute;
        visibility: hidden;
    }
    .cd-headline.type i.in {
        position: relative;
        visibility: visible;
    }
    @-webkit-keyframes cd-pulse {
        0% {
            -webkit-transform: translateY(-50%) scale(1);
            opacity: 1;
        }
        40% {
            -webkit-transform: translateY(-50%) scale(0.9);
            opacity: 0;
        }
        100% {
            -webkit-transform: translateY(-50%) scale(0);
            opacity: 0;
        }
    }
    @-moz-keyframes cd-pulse {
        0% {
            -moz-transform: translateY(-50%) scale(1);
            opacity: 1;
        }
        40% {
            -moz-transform: translateY(-50%) scale(0.9);
            opacity: 0;
        }
        100% {
            -moz-transform: translateY(-50%) scale(0);
            opacity: 0;
        }
    }
    @keyframes cd-pulse {
        0% {
            -webkit-transform: translateY(-50%) scale(1);
            -moz-transform: translateY(-50%) scale(1);
            -ms-transform: translateY(-50%) scale(1);
            -o-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
            opacity: 1;
        }
        40% {
            -webkit-transform: translateY(-50%) scale(0.9);
            -moz-transform: translateY(-50%) scale(0.9);
            -ms-transform: translateY(-50%) scale(0.9);
            -o-transform: translateY(-50%) scale(0.9);
            transform: translateY(-50%) scale(0.9);
            opacity: 0;
        }
        100% {
            -webkit-transform: translateY(-50%) scale(0);
            -moz-transform: translateY(-50%) scale(0);
            -ms-transform: translateY(-50%) scale(0);
            -o-transform: translateY(-50%) scale(0);
            transform: translateY(-50%) scale(0);
            opacity: 0;
        }
    }
}
/* end type effect styles */
