@-webkit-keyframes rotation {
    from { transform: rotate(0deg); }
    to { transform: rotate(359deg); }
}

/*
@font-face {
    font-family: 'monument_groteskregular';
    src: url("/static/font/monumentgrotesk-regular-webfont.eot");
    src: url("/static/font/monumentgrotesk-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/static/font/monumentgrotesk-regular-webfont.woff2") format("woff2"), url("/static/font/monumentgrotesk-regular-webfont.woff") format("woff"), url("/static/font/monumentgrotesk-regular-webfont.ttf") format("truetype"), url("/static/font/monumentgrotesk-regular-webfont.svg#monument_groteskregular") format("svg");
    font-weight: normal;
    font-style: normal;
}
*/

@font-face {
    font-family: 'monument_groteskregular';
    src: url('/static/font/monumentgrotesk-regular-webfont.woff2') format('woff2'),
         url('/static/font/monumentgrotesk-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Montserrat';
    src: url("/static/font/montserrat.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'monument_groteskmono';
    src: url("/static/font/monumentgrotesk-mono_1-webfont.eot");
    src: url("/static/font/monumentgrotesk-mono_1-webfont.eot?#iefix") format("embedded-opentype"), url("/static/font/monumentgrotesk-mono_1-webfont.woff2") format("woff2"), url("/static/font/monumentgrotesk-mono_1-webfont.woff") format("woff"), url("/static/font/monumentgrotesk-mono_1-webfont.ttf") format("truetype"), url("/static/font/monumentgrotesk-mono_1-webfont.svg#monument_groteskmono") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'buzzblack';
    src: url("/static/font/buzzblack_1-webfont.eot");
    src: url("/static/font/buzzblack_1-webfont.eot?#iefix") format("embedded-opentype"), url("/static/font/buzzblack_1-webfont.woff2") format("woff2"), url("/static/font/buzzblack_1-webfont.woff") format("woff"), url("/static/font/buzzblack_1-webfont.ttf") format("truetype"), url("/static/font/buzzblack_1-webfont.svg#buzzblack") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'icomoon';
    src: url("/static/font/icomoon.eot?kam861");
    src: url("/static/font/icomoon.eot?kam861#iefix") format("embedded-opentype"), url("/static/font/icomoon.ttf?kam861") format("truetype"), url("/static/font/icomoon.woff?kam861") format("woff"), url("/static/font/icomoon.svg?kam861#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

footer {
    background: black;
    padding: 50px 5px 15px 5px;
    max-height: 780px;
    min-height: 250px;
    color: white;
    overflow: hidden;
}

footer .links-col {
    font-family: monument_groteskmono;
    font-size: 18px;
    vertical-align: bottom;
}

footer .links-col a {
    color: white;
    text-decoration: none;
}

footer .links-col a:hover {
    text-decoration: underline;
}

footer .bold {
    font-family: buzzblack;
}

footer .hugeish {
    font-size: 3.5rem;
}

footer .social-link {
    padding-left: 10px;
}

footer .social-link img {
    height: 25px !important;
}

footer .social-link:hover img {
    height: 30px !important;
}

footer #social-links a:hover {
    text-decoration: none !important;
}

footer .talk-link.mobile {
    font-family: buzzblack;
    text-align: left;
}

footer #footer-image {
    padding-right: 20px;
    text-align: right;
}

footer #footer-logo {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

main h1 {
    margin-top: 20px;
    font-size: 4.0rem;
}

main h2 {
    font-size: 3.3rem;
}

main h2.massive {
    font-size: 4rem;
}

main {
    font-family: monument_groteskmono, Verdana, Arial, sans-serif;
    color: black;
}

main .bold {
    font-family: buzzblack;
}

main .block .fill-img {
    width: 100%;
}

main .block.black {
    background-color: #000000;
    color: #FFFFFF;
}

main .block.blue {
    background-color: #0067ff;
    color: black;
}

main .bigish {
    font-size: 1.4rem;
}

main .block.black {
    background-color: #000000;
    color: white;
}

main .block.green {
    background-color: #beff00;
}

main .block.green-dark {
    background-color: #00ca2b;
}

main .block.pink {
    background-color: #FDD6DE;
}

main .block.teal {
    background-color: #00DCDC;
}

main .block.white {
    background-color: #FFFFFF;
}

main .block.placcard {
    padding: 70px 50px;
    text-align: center;
    min-height: 300px;
}

main .block.placcard-btn {
    padding: 70px 50px 70px 30px;
    min-height: 250px;
}

main .block.vert-pad {
    padding: 70px 50px 70px 30px;
}

main .block.vert-pad.cut-bottom {
    padding-bottom: 0;
}

main .block.vert-pad.cut-top {
    padding-top: 0;
}

main .block.vert-pad.half {
    padding: 50px 50px 50px 30px;
}

main .block .content{
    padding: 30px 50px 30px 30px;
}

main .hugeish {
    font-size: 2.8rem;
}

main .hugeish.toned-down {
    font-size: 2.1rem;
}

main .img-card {
    margin: 5px;
    border-radius: 10px;
}

main .img-card .img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 250px;
}

main .img-card .img.top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

main .img-card.green {
    background-color: #beff00;
}

main .img-card.pink {
    background-color: #FDD6DE;
}

main .img-card.teal {
    background-color: #00DCDC;
}

main .little-card {
    margin: 5px;
    border-radius: 10px;
    padding: 15px;
}

main .little-card.green {
    background-color: #beff00;
    color: black;
}

main .little-card.pink {
    background-color: #FDD6DE;
    color: black;
}

main .little-card.teal {
    background-color: #00DCDC;
    color: black;
}

main .long-text {
    font-size: 1rem;
	font-family: 'Montserrat', Verdana, Arial, sans-serif;
    /* font-family: 'monument_groteskregular'; */
}

main .long-text.middle {
    font-size: 1.2rem;
}

main .long-text.scroll-margin {
    padding-right: 10px;
}

main .long-text.smallish {
    font-size: 0.8rem;
}

main .mono {
    font-family: monument_groteskmono;
}

main .panel {
    width: 90%;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
}

main .panel .cover-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

main .panel .cover-img.left {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

main .panel .cover-img.right {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

main .panel.black {
    background-color: #000000;
    color: white;
}

main .panel.blue {
    background-color: #0067ff;
    color: white;
}

main .panel.green-dark {
    background-color: #00ca2b;
}

main .panel.pink {
    background-color: #FDD6DE;
}

main .panel.teal {
    background-color: #00DCDC;
}

main .panel.green {
    background-color: #BEFF00;
}

main .panel .content {
    padding: 15px;
}

main .panel .content.extra-pad {
    padding: 30px;
}

main .photo-intro {
    text-align: center;
    background-position: center;
    background-size: auto 100%;
    text-transform: uppercase;
}

main .photo-intro h1 {
    font-family: buzzblack;
    margin-top: 0px;
}

main .photo-intro.extra-pad h1 {
    padding-left: 10px;
    padding-right: 10px;
}

main .polaroid-row {
    padding: 15px 30px 15px 15px;
}

main .polaroid {
    padding: 15px;
}

main .polaroid .btn-holder {
    text-align: center;
}

main .polaroid .img-caption {
    font-family: monument_groteskmono;
    padding: 15px 15px;
    min-height: 200px;
    background-color: black;
    color: white;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

main .polaroid .img-caption.long {
    height: 300px;
}

main .polaroid.green .img-caption {
    background-color: #BEFF00;
    color: black;
}

main .polaroid.pink .img-caption {
    background-color: #FDD6DE;
    color: black;
}

main .polaroid.teal .img-caption {
    background-color: #00DCDC;
    color: black;
}

main .polaroid .img-caption h3 {
    font-size: 2rem;
}

main .polaroid .img-caption {
    font-size: 1.3rem;
}

main .polaroid .img-holder {
    background: #F6F6F6;
    text-align: center;
    height: 400px;
    position: relative;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

main .polaroid .img-holder.short {
    height: 300px;
}

main .polaroid .img-holder.cover {
    background-repeat: none;
    background-size: cover;
}

main .polaroid .img-holder img {
    position: relative;
}

main .polaroid .inner {
    border-radius: 8px;
}

main .polaroid-label {
    text-align: center;
    padding-top: 30px;
}

main .polaroid-label h3 {
    font-size: 2rem;
}

main .toggle {
    display: none;
}

main .toggle.default {
    display: block;
}

.big-break {
    padding-top: 50px;
}

.big-quote .attribution {
    color: #707070;
}

.breadcrumbs {
    position: fixed;
    top: 30vh;
    right: -130px;
    z-index: 1;
    font-family: monument_groteskmono;
}

.breadcrumbs .breadcrumb {
    width: 175px;
    position: relative;
    padding: 4px;
}

.breadcrumbs .breadcrumb.active {
    position: relative;
    left: -3px;
}

.breadcrumbs .breadcrumb a {
    color: black;
    text-decoration: none;
}

.breadcrumbs .breadcrumb:hover {
    left: -120px !important;
    background-color: rgba(255, 255, 255, 0.50) !important;
    padding-bottom: 10px !important;
    border-radius: 5px !important;
}

.breadcrumbs .breadcrumb .label {
    display: none;
}

.breadcrumbs .breadcrumb:hover .label {
    display: inline-block !important;
    width: 120px !important;
    position: relative !important;
    top: 5px !important;
}

.breadcrumbs .breadcrumb img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border-radius: 50%;
}

.breadcrumbs .breadcrumb:hover img {
    margin-right: 2px !important;
}

.breadcrumbs .breadcrumb.active img {
    border: 1px solid #777;
    width: 25px;
    height: 25px;
}

.btn-custom {
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: -0.2px;
    line-height: 0.98;
    color: #000;
    text-transform: uppercase;
    border: 2px solid #000;
    padding: 18px 15px 18px 20px;
    border-radius: 20px;
    font-family: monument_groteskmono;
    font-size: 19px;
    padding: 18px 15px 18px 20px;
}

.btn-custom:hover {
    background-color: #000;
    color: #fff;
}

.btn-custom.fill {
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: -0.2px;
    line-height: 0.98;
    background-color: #000;
    text-transform: uppercase;
    border: 2px solid #000;
    padding: 18px 15px 18px 20px;
    border-radius: 30px;
    font-family: monument_groteskmono;
    font-size: 19px;
    padding: 18px 15px 18px 20px;
    color: #FFF;
}

.btn-custom.fill:hover {
    background-color: #FFF;
    color: #000;
}

.btn-custom.inverse {
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: -0.2px;
    line-height: 0.98;
    color: #FFF;
    text-transform: uppercase;
    border: 2px solid #FFF;
    padding: 18px 15px 18px 20px;
    font-family: monument_groteskmono;
    font-size: 19px;
    padding: 18px 15px 18px 20px;
}

.btn-custom.inverse:hover {
    background-color: #FFF;
    color: #000;
}

.btn-custom.small {
    font-size: 14px;
}

.btn-custom.medium {
    font-size: 15px;
}

.btn-custom i {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    font-size: 12px;
    font-weight: 700;
    position: relative;
    top: -2px;
    margin-left: 10px;
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.center {
    text-align: center;
}

.close-follow {
    margin-bottom: 3px;
}

.divided-subsection {
    padding: 20px;
}

.expand-section details {
    border-bottom: 1px solid black;
    margin-right: 15px;
}

.highlight.green {
    color: #beff00;
}

.highlight.teal {
    color: #00DCDC;
}

.icon-arrow-up:before {
    content: "\e900";
}

.intro {
    background-color: black;
    color: white;
    overflow: hidden;
    text-align: center;
    height: 100vh;
}

.intro img {
    width: 100%;
    position: relative;
}

.italics {
    font-style: italic;
}

.little-break {
    padding-top: 15px;
}

.main-nav {
    background-color: rgba(15, 15, 15, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 7px;
    font-family: monument_groteskmono;
    font-size: 15px;
    z-index: 3;
    border-bottom: 1px solid #404040;
}

.main-nav a {
    color: #C5C5C5;
    text-decoration: none;
}

.main-nav a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

.main-nav .left {
    margin-right: 15px;
}

.main-nav .right {
    display: inline-block;
    float: right;
    margin-right: 10px;
    position: relative;
    top: 4px;
}

.main-nav .nav-link-holder {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
}

.main-nav .nav-link-holder a {
    position: relative;
    top: 4px;
}

.main-nav .nav-link-holder.active a {
    color: white;
}

.main-nav img {
    width: 80px;
}

.padded-button-holder {
    padding-top: 31px;
}

.pad-top {
    margin-top: 50px;
}

.peace-hologram {
    opacity: 0;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-image: url("/static/img/texture_alone_large.gif");
    background-size: cover;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.peace-hologram .peace-sign {
    height: 130px;
    position: relative;
    top: 33px;
}

.peace-hologram .text {
    height: 212px;
    position: relative;
    top: -136px;
    left: -7px;
    animation: rotation 20s linear infinite;
}

.pill {
    border-radius: 25px;
    padding: 15px;
    color: black;
    display: inline-block;
    text-align: center;
    margin: 0.5px 0.5px 19.5px 0.5px;
    border: 1px solid black;
}

.pill.small {
    border-radius: 15px;
    padding: 10px;
    margin: 1px 1px 20px 1px;
}

.pill:hover {
    border: 2px solid #303030;
    margin: 0px 0px 19px 0px;
}

.pill a {
    color: black;
    text-decoration: none;
}

.pill.active.black {
    background: black;
    border: 2px solid black;
    color: white;
}

.pill.active.green {
    background: #beff00;
    border: 2px solid #BEFF00;
}

.pill.active.pink {
    background: #FDD6DE;
    border: 2px solid #FDD6DE;
}

.pill.active.teal {
    background: #00DCDC;
    border: 2px solid #00DCDC;
}

.pill-box {
    padding-top: 20px;
    text-align: center;
}

.pill-box h2 {
    margin-bottom: 20px;
}

.skip-nav-link {
    position: absolute;
    left: -900px;
    width: 1px;
    height: 1px;
    top: auto;
}

.skip-nav-link:focus {
    display: inline-block;
    height: auto;
    width: auto;
    position: static;
    margin: auto;
}

.spacer-video {
    height: 30px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.span-img img {
    width: 90%;
    text-align: center;
}

.talk-link a {
    text-decoration: underline !important;
    color: white;
}

.talk-link a:hover {
    color: #beff00;
}

.top-talk.active a {
    color: white;
}

.trademark {
    font-size: 2rem;
    vertical-align: top;
}

.wide-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.wide-container .row {
    --bs-gutter-x: 0 !important;
}

@media (min-width: 100px) {
    .access-only {
        display: none;
    }
}

@media (max-width: 100px) {
    .non-access-only {
        display: none;
    }
}

@media (max-width: 340px) {
    main .conditional-center .btn-custom {
        width: 200px !important;
    }
}

@media (min-width: 540px) {
    main .mediumish {
        font-size: 1.2rem;
    }
    
    main .photo-intro {
        height: 500px;
        width: 100%;
    }
    
    main .photo-intro.half {
        height: 470px;
        width: 100%;
    }
    
    main .photo-intro h1 {
        font-size: 4.5rem;
    }
    
    main .smallish {
        font-size: 1rem;
    }
    
    .big-quote {
        padding: 20px;
    }
    
    .big-quote .attribution {
        font-size: 1.4rem;
        font-family: monument_groteskmono;
        text-align: center;
        margin-bottom: 0;
        padding: 15px 5px;
    }
    
    .big-quote .attribution img {
        width: 190px;
    }
    
    .big-quote h2 {
        padding: 15px 5px;
        line-height: 1.3;
        font-size: 2.6rem;
        margin-top: 20px;
        text-align: center;
    }
    
    .breadcrumbs {
        right: -135px;
    }
    
    .breadcrumbs .breadcrumb.active img {
        position: relative;
        left: 0;
    }
    
    .mobile-only {
        display: none;
    }
    
    .peace-hologram {
        transform: scale(0.7);
    }
    
    .peace-hologram.small {
        transform: scale(0.7);
    }
    
    .pill {
        width: 160px;
        font-size: 1.0rem;
    }
    
    .pill.small {
        width: 140px;
        font-size: 0.8rem;
    }
    
    .pill.small.conditional {
        width: 150px;
        font-size: 0.95rem;
    }
}

@media (min-width: 760px) {
    main .img-card .img.top {
        height: 350px;
    }
        
    main .little-card {
        min-height: 220px;
    }
    
    main .mediumish {
        font-size: 1.3rem;
    }
    
    main .photo-intro {
        text-align: center;
        background-size: cover;
        height: 100vh;
        max-height: 1200px;
        min-height: 500px;
    }
    
    main .photo-intro h1 {
        font-size: 6rem;
    }
    
    main .polaroid .img-caption {
        padding-top: 25px;
    }
    
    main .smallish {
        font-size: 1rem;
    }
    
    .breadcrumbs {
        right: -130px;
    }
    
    .big-quote h2 {
        padding: 15px 5px;
        line-height: 1.3;
        font-size: 3.0rem;
        margin-top: 40px;
        text-align: left;
    }
    
    .big-quote .attribution {
        font-size: 1.4rem;
        font-family: monument_groteskmono;
        padding: 15px 5px;
        margin-bottom: 0;
        text-align: left;
    }
    
    .gentle-img {
        text-align: center;
    }
    
    .gentle-img img {
        max-width: 40%;
    }
    
    .narrow-only {
        display: none;
    }
    
    .peace-hologram {
        transform: scale(0.8);
    }
    
    .peace-hologram.small {
        transform: scale(0.6);
    }
}

@media (min-width: 990px) {
    footer .talk-link.mobile {
        display: none;
    }
    
    footer #footer-image img {
        height: 120px;
    }
    
    footer #footer-logo img {
        width: 90%;
    }
    
    main h2.massive {
        font-size: 4rem;
    }
    
    main .block .content{
        padding-right: 40px;
    }
    
    main .img-card h3 {
        min-height: 60px;
    }
    
    main .img-card .content {
        height: 390px;
    }
    
    main .img-card .content .inner {
        min-height: 182px;
    }
    
    main .img-card .img.top {
        height: 270px;
    }
    
    main .mediumish {
        font-size: 1.4rem;
    }
    
    main .mediumish.toned-down {
        font-size: 1.2rem;
    }
    
    main .panel .content {
        min-height: 430px;
    }
    
    main .photo-intro {
        min-height: 650px;
    }
    
    main .photo-intro.half {
        min-height: 400px;
    }
    
    main .photo-intro h1 {
        padding-top: 20%;
        width: 95%;
        font-size: 6.5rem;
    }
    
    main .photo-intro.half h1 {
        padding-top: 30%;
    }
    
    main .photo-intro.lean-way-back h1 {
        padding-top: 10%;
    }
    
    main .photo-intro.half h1 {
        padding-top: 17%;
    }
    
    main .polaroid .img-caption {
        height: 180px;
    }
    
    main .polaroid .img-caption {
        font-size: 1.15rem;
    }
    
    main .polaroid .img-caption h3 {
        font-size: 1.4rem;
    }
    
    main .smallish {
        font-size: 1.1rem;
    }
    
    .big-quote h2 {
        margin-top: 40px;
        font-size: 3.2rem;
    }
    
    .gentle-img img {
        max-width: 100%;
    }
    
    .narrowish-only {
        display: none !important;
    }
    
    .media-display .media-link.small img {
        max-width: 150px;
        max-height: 80px;
        margin-right: 10px;
        padding-bottom: 15px;
    }
    
    .media-display .media-link.small:hover img {
        max-width: 160px;
        max-height: 90px;
    }
    
    .peace-hologram {
        transform: scale(0.9);
        margin-top: 30px;
    }
    
    .peace-hologram.small {
        transform: scale(0.7);
    }
    
    .pill {
        width: 200px;
        font-size: 1.2rem;
    }
    
    .pill.small {
        width: 140px;
        font-size: 1.0rem;
    }
    
    .pill.small.conditional {
        width: 150px;
        font-size: 1.15rem;
    }
}

@media (min-width: 1010px) {
    footer #footer-image img {
        height: 160px;
    }
    
    main .img-card .content .inner {
        min-height: 150px;
    }
    
    main .photo-intro {
        min-height: 680px;
    }
    
    main .photo-intro.half {
        min-height: 500px;
    }
    
    main .polaroid .img-holder img {
       width: 70%;
       position: relative;
    }
    
    main h2.massive {
        font-size: 5rem;
    }
    
    .breadcrumbs {
        right: -125px;
    }
    
    .main-nav .expand-link {
        display: none;
    }
    
    .main-nav .left {
        float: left;
    }
    
    .main-nav .links-group {
        display: inline-block;
    }
    
    .peace-hologram {
        transform: scale(0.9);
    }
    
    .peace-hologram.small {
        transform: scale(0.75);
    }
}

@media (min-width: 1088px) {
    footer #footer-logo img {
        min-width: 140px;
    }
    
    main .bigish {
        font-size: 1.6rem;
    }
    
    main .photo-intro {
        min-height: 680px;
    }
    
    main .photo-intro.half {
        min-height: 500px;
    }
    
    main .photo-intro h1 {
        font-size: 6.7rem;
        padding-top: 16%;
    }
    
    main .photo-intro.half h1 {
        padding-top: 14%;
    }
    
    @media (min-height: ) {
        main .photo-intro.half h1 {
            padding-top: 12%;
        }
    }
    
    main .photo-intro.lean-back h1 {
        padding-top: 10%;
    }
    
    main .polaroid .img-caption {
        font-size: 1.1rem;
    }
    
    main .polaroid .img-caption h3 {
        font-size: 2.1rem;
    }
    
    main .polaroid .img-holder img {
        width: 80%;
        position: relative;
    }
    
    .big-quote h2 {
        font-size: 3.2rem;
    }
    
    .padded-button-holder {
        padding-top: 50px;
    }
}

@media (min-width: 1200px) {
    main .bigish {
        font-size: 1.8rem;
    }
    
    main .polaroid .img-caption {
        font-size: 1.2rem;
    }
}

@media (min-width: 1380px) {
    footer #footer-image img {
        height: 200px;
    }
    
    main h2 {
        font-size: 4.1rem;
        margin-bottom: 20px;
    }
    
    main h2.massive {
        font-size: 6rem;
    }
    
    main .bigish {
        font-size: 1.9rem;
    }
    
    main .hugeish {
        font-size: 3.5rem;
    }
    
    main .hugeish.toned-down {
        font-size: 2.4rem;
    }
    
    main .img-card .content {
        height: 345px;
    }
    
    main .img-card .content .inner {
        min-height: 120px;
    }
    
    main .mediumish {
        font-size: 1.6rem;
    }
    
    main .mediumish.toned-down {
        font-size: 1.4rem;
    }
    
    main .photo-intro h1 {
        font-size: 7.5rem;
        padding-left: 15px;
    }
    
    main .photo-intro.lean-back h1 {
        padding-top: 10%;
    }
    
    main .polaroid .img-holder img {
        width: 60%;
        position: relative;
    }
    
    main .smallish {
        font-size: 1.3rem;
    }
    
    .main-nav {
        font-size: 16px;
    }
    
    .media-display .media-link.small {
        margin-left: 70px;
        height: 120px;
        display: inline-block;
    }
    
    .media-display h2 {
        font-size: 2.5rem;
        display: inline-block;
    }
    
    .media-display .media-link.small img {
        max-width: 250px;
        max-height: 80px;
        padding-bottom: 10px;
    }
    
    .media-display .media-link.small:hover img {
        max-width: 260px;
        max-height: 90px;
        padding-bottom: 10px;
    }
}

@media (min-width: 1850px) {
    main h2 {
        font-size: 6.3rem;
    }
    
    main h2.massive {
        font-size: 7rem;
    }
    
    main .bigish {
        font-size: 2.8rem;
    }
    
    main .hugeish {
        font-size: 4.7rem;
    }
    
    main .hugeish h3 {
        font-size: 4rem;
    }
    
    main .hugeish.toned-down {
        font-size: 4rem;
    }
    
    main .img-card h3 {
        min-height: 135px;
    }
    
    main .img-card .content {
        height: 450px;
    }
    
    main .img-card .content .inner {
        min-height: 150px;
        font-size: 1.2rem;
    }
    
    main .long-text {
        font-size: 1.7rem;
    }
    
    main .long-text.smallish {
        font-size: 1.2rem;
    }
    
    main .long-text.middle {
        font-size: 1.4rem;
    }
    
    main .mediumish {
        font-size: 2.8rem;
    }
    
    main .panel .cover-img {
        min-height: 600px;
    }
    
    main .photo-intro {
        min-height: 1000px;
    }
    
    main .photo-intro h1 {
        font-size: 14rem;
    }
    
    main .photo-intro.half h1 {
        font-size: 10rem;
    }
    
    main .photo-intro.lean-back h1 {
        padding-top: 15%;
    }
    
    main .photo-intro.half h1 {
        padding-top: 8%;
    }
    
    main .smallish {
        font-size: 2rem;
    }
    
    footer #regular-footer-logo {
        display: none;
    }
    
    footer .talk-link {
        display: none;
    }
    
    footer #oversize-footer-logo {
        width: 90%;
    }
    
    .big-quote h2 {
        font-size: 3.9rem;
    }
    
    .btn-custom {
        font-size: 22px;
    }
    
    .btn-custom.small {
        font-size: 20px;
    }
    
    .btn-custom.medium {
        font-size: 21px;
    }
    
    .gentle-img img {
        max-width: 50%;
    }
    
    .peace-hologram {
        transform: scale(1);
    }
    
    .peace-hologram.small {
        transform: scale(0.8);
    }
}

@media (min-width: 2100px) {
    main .photo-intro.lean-back h1 {
        padding-top: 17%;
    }
    
    main .img-card h3 {
        min-height: 115px;
    }
    
    main .img-card .content {
        height: 400px;
    }
    
    main .img-card .content .inner {
        min-height: 100px;
        font-size: 1.7rem;
    }
    
    main .img-card .img.top {
        min-height: 350px;
    }
    
    main .photo-intro {
        min-height: 800px;
    }
    
    main .photo-intro.half {
        min-height: 600px;
    }
}

@media (max-width: 540px) {
    main h2 {
        font-size: 1.8rem;
    }
    
    main h2.massive {
        font-size: 2.8rem;
    }
    
    main .bigish {
        font-size: 1.3rem;
    }
    
    main .block.vert-pad {
        padding: 30px;
    }
    
    main .block .content{
        padding: 30px;
    }
    
    main .hugeish {
        font-size: 2.7rem;
    }
    
    main .hugeish.toned-down {
        font-size: 2.2rem;
    }
    
    main .mediumish {
        font-size: 1.2rem;
    }
    
    main .photo-intro {
        height: 98vh;
        min-height: 600px;
        width: 100%;
    }
    
    main .photo-intro.half {
        height: 350px;
        width: 100%;
    }
    
    main .polaroid .img-caption {
        min-height: 150px;
        font-size: 1rem;
    }
    
    main .photo-intro h1 {
        max-width: 80vw;
        margin-left: auto;
        margin-right: auto;
        font-size: 4.3rem;
    }
    
    main .smallish {
        font-size: 1rem;
    }
    
    footer #social-links {
        width: 200px !important;
    }
    
    .big-break {
        padding-top: 30px;
    }
    
    .big-quote .attribution img {
        width: 160px;
    }
    
    .big-quote h2 {
        padding: 15px 5px;
        line-height: 1.3;
        font-size: 2.3rem;
        margin-top: 0;
        text-align: center;
    }
    
    .big-quote .attribution {
        font-size: 1.3rem;
        font-family: monument_groteskmono;
        text-align: center;
        margin-bottom: 0;
        padding: 15px 5px;
    }
    
    .btn-custom {
        font-size: 16px !important;
    }
    
    .btn-custom.small {
        font-size: 14px !important;
    }
    
    .btn-custom.medium {
        font-size: 15px !important;
    }
    
    .breadcrumbs {
        right: -150px;
    }
    
    .breadcrumbs .breadcrumb img {
        width: 10px;
        width: 10px;
    }
    
    .breadcrumbs .breadcrumb.active img {
        position: relative;
        left: 2px;
        width: 22px;
        height: 22px;
    }
    
    .desktop-only {
        display: none;
    }
    
    .peace-hologram {
        transform: scale(0.65);
    }
    
    .peace-hologram.small {
        transform: scale(0.5);
    }
    
    .pill {
        width: 140px;
        font-size: 0.9rem;
    }
    
    .pill.small {
        width: 120px;
        font-size: 0.7rem;
    }
    
    .pill.small.conditional {
        width: 130px;
        font-size: 0.9rem;
    }
}

@media (max-width: 760px) {
    main .block.placcard-btn .btn-holder {
        margin-top: 30px;
    }
    
    main .img-card .img {
        height:400px;
    }
    
    main .long-text {
        font-size: 0.9rem;
    }
    
    main .long-text.mediumish {
        font-size: 1.1rem;
    }
    
    main .padded-button-holder {
        text-align: center;
    }
    
    main .polaroid .img-caption {
        font-size: 1.2rem;
    }
    
    main .polaroid .img-holder {
        height: 350px;
    }
    
    main .polaroid .img-holder.short {
        height: 290px;
    }
    
    footer {
        padding-left: 10px;
    }
    
    .btn-custom {
        font-size: 17px !important;
    }
    
    .btn-custom.small {
        font-size: 15px !important;
    }
    
    .btn-custom.medium {
        font-size: 16px !important;
    }
    
    .breadcrumbs .breadcrumb img {
        width: 15px;
        height: 15px;
    }
    
    .breadcrumbs .breadcrumb.active {
        position: relative;
        left: -6px;
    }
    
    .gentle-img {
        text-align: center;
    }
    
    .gentle-img img {
        max-height: 400px;
    }
    
    .wide-only {
        display: none;
    }
}

@media (max-width: 990px) {
    footer .links-col {
        padding-left: 14px;
    }
    
    footer .talk-link.desktop {
        display: none;
    }
    
    footer #footer-image .rotate-img {
        width: 150px;
        transform: rotate(15deg);
        float: right;
    }
    
    footer #regular-footer-logo {
        display: none;
    }
    
    footer #social-links {
        padding-top: 140px;
        text-align: left;
        padding-bottom: 10px;
    }
    
    footer #social-links .social-link {
        padding-left: 0px;
    }
    
    main .conditional-center {
        text-align: center;
    }
    
    main .conditional-center .btn-custom {
        text-align: center;
        width: 320px;
    }
    
    main .photo-intro h1 {
        padding-top: 21%;
    }
    
    main .photo-intro.lean-back h1 {
        padding-top: 20%;
    }
    
    main .panel .cover-img {
        height: 450px;
    }
    
    main .panel .cover-img.left {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    
    main .panel .cover-img.right {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    
    .conditional-break {
        padding-top: 25px;
    }
    
    .conditional-break-big {
        padding-top: 70px;
    }
    
    .gentle-img img {
        max-width: 40%;
    }
    
    .media-display .media-link.small {
        margin-top: 20px;
        margin-bottom: 20px;
        display: block;
    }
    
    .media-display .media-link.small img {
        max-width: 180px;
        max-height: 70px;
        padding-bottom: 10px;
    }
    
    .media-display .media-link.small:hover img {
        padding-bottom: 7px;
        border-bottom: 3px solid black;
    }
}

@media (max-width: 1010px) {
    main .polaroid .img-holder img {
        max-height: 300px;
        max-width: 90%;
        position: relative;
        top: 40px;
    }
    
    .main-nav img {
        width: 90px;
        padding-top: 4px;
    }
    
    .main-nav.open {
        padding-bottom: 20px;
    }
    
    .main-nav .expand-link {
        display: inline-block;
        float: right;
        position: relative;
        top: 2px;
        font-size: 20px;
        border: 1px solid #D0D0D0;
        border-radius: 7px;
        text-align: center;
    }
    
    .main-nav .expand-link:hover {
        color: black;
        border: 1px solid #E0E0E0;
        border-radius: 5px;
        background-color: white;
    }
    
    .main-nav .expand-link:hover a {
        color: black;
    }
    
    .main-nav .expand-link a {
        color: white;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .main-nav .expand-link a:hover {
        text-decoration: none;
    }
    
    .main-nav .links-group {
        display: none;
    }
    
    .main-nav .nav-link-holder{
        padding-left: 0px;
        padding-top: 20px;
        padding-bottom: 5px;
        display: block;
        font-size: 17px;
    }
    
    .main-nav .top-talk {
        display: none;
    }
}

@media (max-width: 1380px) {
    .media-display {
        text-align: center;
    }
    
    .media-display h2 {
        font-size: 2rem;
    }
    
    main h2 {
        font-size: 3.1rem;
    }
}

@media (max-width: 1850px) {
    footer #oversize-footer-logo {
        display: none;
    }
}

@media (orientation: landscape) {
    body {
        background-color: black;
    }
    
    .breadcrumbs {
        position: fixed;
        top: 23vh;
    }
    
    .intro {
        min-height: 520px;
    }
    
    @media (max-width: 850px) {
        main .photo-intro h1 {
            font-size: 5rem;
        }
        
        main .photo-intro.lean-back h1 {
            padding-top: 15%;
        }
    }
}

@media (orientation: portrait) {
    @media (min-width: 1088px) {
        main .photo-intro h1 {
            padding-top: 35%;
        }
    }
    
    @media (max-width: 1024px) {
        main .photo-intro.lean-back h1 {
            padding-top: 20%;
        }
    }
    
    @media (max-width: 540px) {
        main .photo-intro h1 {
            padding-top: 65%;
        }
        
        main .photo-intro.half h1 {
            padding-top: 45%;
        }
        
        main .photo-intro.lean-back h1 {
            padding-top: 40%;
        }
        
        main .polaroid .img-caption {
            font-size: 0.95rem;
        }
        
        main .polaroid .img-caption h3 {
            font-size: 1.6rem;
        }
    }
}
