h1 {
    letter-spacing: 2rem;
    font-family: 'Prompt', sans-serif;
    font-weight: 100;
    text-align: center;
    font-size: 120px;
    width: 100vw;
    margin-top: 27vh;
    margin-bottom: 0px;
}

header {
    overlfow: hidden;
}

.reduce-letter-spacing {
    letter-spacing: 0rem;
}

.share-icons {
    text-align: center;
}

.right {
    float: right;
    display: inline-block;
    margin: 0px;
}

.left {
    float: left;
    display: inline-block;
    margin: 0px;
}

.center {
    display: inline-block;
    margin: 0px auto;
}

.inner-header {
    height: 40vh;
}

.inner-h1 {
    margin-top: 23vh;
}

div.separator {
    width: 10vw;
    height: 1px;
    margin: 40px 40%;
    background-color: black;
    overflow: hidden;
    display: inline-block;
}

.work {
    width: 80vw;
    margin: 0px 10vw;
    text-align: left;
    overflow: hidden;
}

.work .left {
    width: 48%;
}

.work h2 {
    margin-top: 0px;
}

slideshow {
    width: 46%;
    margin: 0px 2%;
}

.nav-links {
    letter-spacing: .5rem;
    margin: 0px 2vw;
}

nav {
    position: fixed;
    top: 0px;
    left: 0px;
    background-image: linear-gradient(rgba(221, 221, 221, 1) 50%, rgba(221, 221, 221, 0));
    width: 100%;
    z-index: 2;
    opacity: 0;
}

.fab {
    padding: 10px;
    font-size: 25px;
}

.large-icon {
    font-size: 72px;
    color: #ccc;
}

.small-logo {
    max-height: 20px;
    max-width: 187px;
    color: #000;
    display: inline-block;
    margin: 10px;
}

.fa {
    padding: 20px 10px 0px 10px;
}

.parent {
    width: 100vw;
    height: auto;
    text-align: center;
    overflow: hidden;
}

logoholder {
    width: 100vw;
    height: 100vh;
    text-align: center;
    display: block;
}

.under-logo-appearance {
    width: 371px;
    display: block;
    margin: 0px auto 20px;
}

tagline {
    width: 44%;
    font-size: 1.4rem;
    letter-spacing: -.04rem;
    06rem;
}

scrolldownholder {
    width: 100vw;
}

img.scroll-down {
    width: 8vw;
    min-width: 80px;
    /* margin: 0vh -10px 0px auto; */
    position: absolute;
    bottom: 12px;
    left: 46vw;
    /* align-content: baseline;*/
    opacity: 0;
    /* transition: opacity 1000ms ease-in; */
}

.animate-letter-spacing {
    animation: squeeze-letters 2s forwards ease-out;
}

@keyframes squeeze-letters {
    from {
        letter-spacing: 2rem;
        opacity: 0;
    }
    to {
        letter-spacing: 0rem;
        opacity: 1;
    }
}

.animate-fade-up {
    /* 
animation-name: fade-up;
  	animation-duration: 2s;
 */
    animation: fade-up 2s forwards ease-out;
}

@keyframes fade-up {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.animate-fade-down {
    animation: fade-down 2s forwards;
}

@keyframes fade-down {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.delay1 {
    animation-delay: .5s;
}

.delay2 {
    animation-delay: 1s;
}

.delay3 {
    animation-delay: 1.5s;
}

.delay4 {
    animation-delay: 2s;
}

.animate-fade-to-50 {
    animation: fade-to-50 2s forwards;
}

@keyframes fade-to-50 {
    from {
        opacity: 1;
    }
    to {
        opacity: .15;
    }
}

.animate-fade-from-50 {
    animation: fade-from-50 2s forwards;
}

@keyframes fade-from-50 {
    from {
        opacity: .15;
    }
    to {
        opacity: 0;
    }
}

.animate-fade-back-to-50 {
    animation: fade-back-to-50 2s forwards;
}

@keyframes fade-back-to-50 {
    from {
        opacity: 0;
    }
    to {
        opacity: .15;
    }
}

.animate-fade-back-to-100 {
    animation: fade-back-to-100 2s forwards;
}

@keyframes fade-back-to-100 {
    from {
        opacity: .15;
    }
    to {
        opacity: 1;
    }
}

bodytext {
    width: 100vw;
}

bodytext p {
    width: 40vw;
    margin: 20px auto;
    text-align: left;
}

.glyph {
    /* width: max-content; */
}

img.mobOn {
    display: none;
}

img {
    width: 100%;
    height: auto;
}

body {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    line-height: 2.0;
    color: #000;
    background-color: #ddd;
    overflow-x: hidden;
    /* 
text-shadow: 3px 0px 7px rgba(0,0,0,0.4), 
	  -3px 0px 7px rgba(0,0,0,0.4), 
	  0px 4px 7px rgba(0,0,0,0.4);
 */
    /*
	text-shadow:
        0.05em 0 rgba(0,0,0,0.4),
        0 0.05em rgba(0,0,0,0.4),
        -0.05em 0 rgba(0,0,0,0.4),
        0 -0.05em rgba(0,0,0,0.4),
        -0.05em -0.05em rgba(0,0,0,0.4),
        -0.05em 0.05em rgba(0,0,0,0.4),
        0.05em -0.05em rgba(0,0,0,0.4),
        0.05em 0.05em rgba(0,0,0,0.4);*/
}

a {
    color: #d37800;
}

.spacer {
    min-height: 30px;
}

h2 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 30px;
}

examples {
    width: 100vw;
}

example {
    display: inline-block;
    width: 25%;
    margin: 15px 4%;
}

example img {
    width: 85%;
    margin: 5px;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    /*top:0;*/
}

.transparent {
    opacity: 0;
}

.seen {
    opacity: 1;
}

.last_stuff {
    width: 100%;
    padding: 20px;
}

footer {
    padding: 10px 20px 10px 20px;
    text-align: center;
    width: 100%;
    display: inline-block;
}

.footer-left {
    float: left;
    color: #333;
}

.footer-right {
    float: right;
    color: #333;
}

.call-to-action {
    text-align: center;
}


/* Extra small devices (phones, 600px and down) */

@media only screen and (min-width: 0px) and (max-width: 600px) {
    img.fullOn {
        display: none;
    }
    img.mobOn {
        display: block;
    }
    .under-logo-appearance {
        width: 217px;
    }
    slideshow {
        width: 98%;
    }
    .work .left {
        width: 98%;
    }
    .inner-header {
        height: 20vh;
    }
    .inner-h1 {
        margin-top: 18vh;
    }
    .small-logo {
        max-width: 90px;
    }
    bodytext p {
        width: 80vw;
    }
    example {
        width: 92%;
        margin: 20px 4%;
    }
    h1 {
        font-size: 70px;
    }
    img.scroll-down {
        width: 8vw;
        min-width: 80px;
        margin: 0vh auto 0px auto;
        position: absolute;
        bottom: 12px;
        left: 39vw;
        /* align-content: baseline; */
        opacity: 0;
        /* transition: opacity 1000ms ease-in; */
    }
    .nav-links {
        letter-spacing: .25rem;
        margin: 0px 0vw;
    }
}

@media only screen and (min-width: 601px) and (max-width: 769px) {
    img.fullOn {
        display: none;
    }
    img.mobOn {
        display: block;
    }
    .under-logo-appearance {
        width: 217px;
    }
    slideshow {
        width: 98%;
    }
    .work .left {
        width: 98%;
    }
    .inner-header {
        height: 20vh;
    }
    .inner-h1 {
        margin-top: 18vh;
    }
    .small-logo {
        max-width: 90px;
    }
    bodytext p {
        width: 80vw;
    }
    example {
        width: 92%;
        margin: 20px 4%;
    }
    h1 {
        font-size: 70px;
    }
    img.scroll-down {
        width: 8vw;
        min-width: 80px;
        margin: 0vh auto 0px auto;
        position: absolute;
        bottom: 12px;
        left: 46vw;
        /* align-content: baseline; */
        opacity: 0;
        /* transition: opacity 1000ms ease-in; */
    }
    .nav-links {
        letter-spacing: .25rem;
        margin: 0px 0vw;
    }
}


/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 769px) and (max-width: 992px) {}


/* Medium devices (landscape tablets, 768px and up) */


/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {
    ...
}