/* Hi, I'm a CSS file created by Mason Shewman, for masonshewman.com. The more characters I have here, the less optimal I become. So... please move on. Thank you. */

/* FONT STYLES */

html {
    font-size: 62.5%;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
}

h1 {
    font-size: 4.4em;
    line-height: 115%;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    color: #EBF1F3;
    margin: 0;
    padding: 0;
}
h2 {
    font-size: 2.4rem;
    line-height: 3.6rem;
    font-weight: 400;
    color: #838587;
    text-transform:uppercase;
    margin: 0;
    padding: 0;
    margin-block-start: 1.75em;
}
.primary .slide h2 {
    text-transform:none;
}

p {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    color: #EBF1F3;
    font-size: 2.4rem;
    line-height: 3.6rem;
    transition: all 300ms ease;
    margin-block-start: 0.75em;
    margin-block-end: 0.75em;
}
.sidebar ul, .sidebar li {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    color: #EBF1F3;
    font-size: 2.4rem;
    line-height: 3.6rem;
    transition: all 300ms ease;
    margin-block-start: 0.75em;
    margin-block-end: 0.75em;
}

/* ------ Header & Footer ------ */

#header,
#footer {
    position: fixed;
    display: block;
    z-index: 9;
    text-align: center;
}

#header {
    top: 0px;
    left: 0px;
    width: 35%;
    height: 288px;
    height: 96px;
    background-color: #131617;
    transition: all 600ms ease;
    transition-delay: 150ms;
    /*border-bottom: 1px solid #252729;*/
    background: rgba(10, 12, 13, 0.50);
    backdrop-filter: blur(20px);
}

#header h1 {
    color: #EBF1F3;
    text-align: left;
    display: inline-block;
    visibility: hidden;
    top: 40px;
    left: 48px;
    opacity: 0;
    position: absolute;
    max-width: 300px;
    transition: all 300ms ease;
    transition-delay: 150ms;
}

#header img {
    display: inline-block;
    top: 30px;
    height: 36px;
    opacity: 1;
    left: 32px;
    position: absolute;
    transition: all 450ms ease;
    transition-delay: 600ms;
}

#header ul {
    display: inline-block;
    float: right;
}

ul#menu {
    margin: 28px 28px 0 0;
    height: 40px;
    transition: all 600ms ease;
    transition-delay: 150ms;
}

#header li {
    display: inline-block;
}

#header li a {
    margin: 0;
    padding: 0 8px;
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    font-weight: 700;
    font-weight: 400;
    color: #EBF1F3;
    line-height: 3.2rem;
    text-decoration: none;
    /*height: 40px;*/
    display: inline-block;
    transition: all 300ms ease;
    text-align: center;
    border-radius: 2px;
}

#header li.active a {
    color: #131617;
    background-color: #EBF1F3;
}

#footer {
    bottom: 0px;
}

p a {
    color: inherit;
    text-decoration: none;
    /*
    background-color: rgba(206, 208, 210, 0.35);
    border-bottom: 3px solid rgba(87, 208, 176, 0.5);
    */
    border-bottom: 1px solid #EBF1F3;
}

p a:hover {
    background-color: rgba(255, 255, 255, 0.10);
}

button#contact {
    position: absolute;
    /*
    bottom: -32px;
    bottom: -88px;
    right: 24px;
    */
    width: 64px;
    height: 64px;
    border: none;
    border-radius: 100%;
    background-color: #FFEA00;
    color: #000;
    left: 0;
    top: 0;
    /*
    -webkit-box-shadow: 0px 7px 21px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 7px 21px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 7px 21px 0px rgba(0,0,0,0.25);
    */
    cursor: pointer;
    outline: none;
    /*
    font-size: 2.25em;
    line-height: 64px;
    transition: all 600ms ease;
    transition-delay: 150ms;
    */
}

button#contact:hover {
    background-color: #FF0;
}

/* ------ Content ------ */

.section {
    text-align: center;
}

.sidebar {
    background-color: #141617;
    top: 0;
    left: 0;
    height: 100%;
    bottom: 0;
    width: 35%;
    position: absolute;
    text-align: left;
}

.sidebar-content {
    width: auto;
    margin: 64px;
    top: 96px;
    position: absolute;
    /*
    padding-top:80px;
    opacity: 0;
    transition: all 600ms ease;
    transition-delay: 600ms;
    */
}

#section1 .sidebar-content {
    top: 240px;
}

.sidebar-content a.down-arrow {
    display:block;
    margin:32px 0;
    width: 48px;
}

.sidebar-content a.down-arrow img {
    width:100%;
    opacity: 0.75;
}
.sidebar-content a.down-arrow:hover img {
    opacity: 1;
}

.primary {
    top: 0;
    bottom: 0;
    left: 35%;
    width: 65%;
    position: absolute;
}

.primary .slide img {
    margin: 7%;
    max-height: 86%;
    max-width: 86%;
}

/*
.primary .slide img {
    margin: 12% 10% 4%;
    max-height: 84%;
    max-width: 76%;
    width: 75%;
}
*/

.primary .slide.pobal img {
    margin: 7%;
    max-height: 86%;
    max-width: 86%;
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=12, Color='rgba(0,0,0,0.4)')";
    filter: url(#drop-shadow);
    -webkit-filter: drop-shadow(0px 7px 14px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(0px 7px 14px rgba(0, 0, 0, 0.4));
}

.primary .slide img.jnj-tka {
    margin: 4% 3% 2% 3%;
    max-height: 94%;
    max-width: 94%;
}

.primary .slide img.graviti-logo {
    margin: auto;
    width: 85%;
    max-width: 400px;
}

.primary .slide img.firebird {
    margin: 5% 3% 1% 3%;
    max-height: 94%;
    max-width: 94%;
}

.primary .slide img.browser {
    border-radius: 3px;
}

.primary .slide img.display, .primary .slide video.display {
    margin: 5%;
    max-height: 90%;
    max-width: 90%;
}

.primary .slide video {
    margin: 6%;
    max-height: 88%;
    max-width: 88%;
}

.primary .slide .container {
    background-color: magenta;
}

.slide .container.tc75x {
    height: 90%;
    width: 90%;
    margin: auto;
    background: url("../img/tc75x-screen@2x.png") top center no-repeat;
    background-size: contain;
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=12, Color='rgba(0,0,0,0.4)')";
    filter: url(#drop-shadow);
    -webkit-filter: drop-shadow(0px 7px 14px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(0px 7px 14px rgba(0, 0, 0, 0.4));
}

.slide .container.tc75x .screen {
    position: relative;
    width: 100%;
    height: 65.5%;
    top: 13.4%;
    background: url("../img/screen-pod-routelist@2x.jpg") top center no-repeat;
    background-size: contain;
    /* 16:9 Portrait Aspect Ratio */
    /*
    padding-top: 177.78%;
    width: 70.5%;
    left: 14.75%;
    top: 12.2%;
    */
}

.slide .container.tc75x .screen.routelist {
    background-image: url("../img/screen-pod-routelist@2x.jpg");
}
.slide .container.tc75x .screen.itemlist1 {
    background-image: url("../img/screen-pod-itemlist1@2x.png");
}
.slide .container.tc75x .screen.itemlist2 {
    background-image: url("../img/screen-pod-itemlist2@2x.png");
}
.slide .container.tc75x .screen.routemap {
    background-image: url("../img/screen-pod-map@2x.jpg");
}
.slide .container.tc75x .screen.bottomsheet {
    background-image: url("../img/screen-pod-bottomsheet@2x.png");
}
.slide .container.tc75x .screen.modal {
    background-image: url("../img/screen-pod-modal@2x.png");
}
.slide .container.tc75x .screen.loading {
    background-image: url("../img/screen-pod-loading@2x.jpg");
}
.slide .container.tc75x .screen.signin {
    background-image: url("../img/screen-pod-signin@2x.jpg");
}

.slide .container.firebird {
    height: 100%;
    width: 100%;
    margin: auto;
    background: url("../img/mosaic-firebird.png") top center no-repeat;
    background-size:cover;
    display: flex;
    align-items: center;
}

.primary .slide#s3-slide2 img {
    filter: none;
    margin: 5%;
    max-width: 90%;
    max-height: 90%;
}

.primary .slide.mb-mobile {
    background-image: url("../img/mb-slide-mobile-trio.jpg");
    background-size: cover;
    background-position: center center;
}

.primary .slide#slide-coke img {}

.primary .slide.coke {
    background-image: url("../img/coke-slide-01.jpg");
    background-size: cover;
    background-position: center center;
}

.primary .slide.skyzone {
    background-image: url("../img/sz-slide2.jpg");
    background-size: cover;
    background-position: center center;
}

.primary .slide.skyzone img {
    margin: 10%;
    max-height: 80%;
    max-width: 80%;
}

.primary #s5-slide1 div.bye {
    margin: 0px;
    padding: 0px;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    text-align: center;
    position: relative;
    background-color: rgba(19, 22, 23, .50);
}

div.pic {
    width: 88px;
    height: 88px;
    margin:20px auto 20px 0px;
    position: relative;
    text-align: center;
    border-radius: 100%;
    background-image: url("../img/headshot-mason-shewman.jpg");
    background-size: cover;
}

.bye h4 {
    color: #EBF1F3;
    text-align: center;
    display: block;
    position: absolute;
    bottom:50%;
    width: 100%;
    font-weight: 300;
    font-size: 24px;
    line-height: 24px;
}

.primary h2 {
    margin: .35em;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    color: #EBF1F3;
    font-size: 10rem;
    line-height: 150%;
}

.primary h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    color: #EBF1F3;
    font-size: 5rem;
    line-height: 120%;
    text-transform: none;
}

#section1 .primary {
    background-color: #030507;
    background-image: url("../img/mosaic-tilted.jpg");
    background-size: cover;
    background-position: center center;
}
/* video background */
video.background-video {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    position:fixed;
    left: -30%;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    opacity:25%;
}


  @media (max-width: 750px) {
    .background-video { display: none; }
    body {
      /*background: url("https://assets.codepen.io/6093409/river.jpg") no-repeat;*/
      background-size: cover;
    }}

#section2 .primary {
    background-color: #473156;
    background-image: url("../img/surgeons.jpg");
    background-size: cover;
    background-position: center center;
}

#section3 .primary {
    background-color: #08294A;
    background-image: url("../img/mb-lettuce.jpg");
    background-size: cover;
    background-position: center center;
}

#section4 .primary {
    background-color: #08294A;
    background-image: url("../img/hatch-white-50x50-1px.png"), url("../img/prysm-bg@0.5x.jpg");
    background-repeat: repeat, no-repeat;
    background-position: top left, center center;
    background-size: auto, cover;
}

#section5 .primary {
    background-color: #1F2427;
    background-image:url("../img/graviti-bg.png");
    background-size: cover;
    background-position: center center;
}

#section6 .primary {
    background-color: #1F2427;
    background-image:url("../img/pobal-bg.jpg");
    background-size: cover;
    background-position: center center;
}
#section7 .primary {
    background-color: #1F2427;
    background-image: url("../img/bg-bye.jpg");
    background-size: cover;
    background-position: center center;
}

/*
.fp-slides {}
.fp-controlArrow.fp-prev {}
.fp-controlArrow.fp-next {}
*/

/* ------ Callback Triggers ------ */

body.fp-viewing-hi-0 #header {
    height: 240px;
}

body.fp-viewing-hi-0 .morph-button.morph-button-modal-2,
body.fp-viewing-hi-0 .morph-button.morph-button-modal-3 {
    /*
    bottom: 24px;
    right: 24px;
    */
    bottom: -32px;
    right: 24px;
}

body.fp-viewing-hi-0 #header h1 {
    top: 68px;
    opacity: 1;
    transition-delay: 600ms;
    visibility: visible;
}

body.fp-viewing-hi-0 #header img {
    left: -16px;
    opacity: 0;
    transition-delay: 0ms;
}

body.fp-viewing-hi-0 ul#menu {
    margin: 100px 48px 0 0;
}

.fp-controlArrow {
    position: absolute;
    padding: 2rem;
    /* Arrow size */
    box-shadow: 1px -1px 0 1px rgba(255, 255, 255, 0.75) inset;
    -webkit-box-shadow: 3px -3px rgba(255, 255, 255, 0.75) inset;
    border: solid transparent;
    border-width: 0 0 2rem 2rem;
    border-radius: 4px;
    transition: 300ms;
}

.fp-controlArrow:hover {
    /* box-shadow: 2px -2px 0 2px #fff inset;
    -webkit-box-shadow: 4px -4px #fff inset;*/
    box-shadow: 1px -1px 0 1px rgba(255, 255, 255, 1) inset;
    -webkit-box-shadow: 6px -6px rgba(255, 255, 255, 1) inset;
}

.fp-controlArrow.fp-next {
    transform: rotate(225deg);
    border-width: inherit;
    border-color: transparent;
    right: 2.4em;
}

.fp-controlArrow.fp-prev {
    transform: rotate(45deg);
    border-width: inherit;
    border-color: transparent;
    left: 2.4em;
}

a.linkedin {
    /*
    padding:8px 12px;
    background-color: #EBF1F3;
    border-radius:3px;
    */
    display:inline-block;
}

a.linkedin img {
    max-width:120px;
}

/* ------ Breakpoints ------ */

/* Resolution-specific CSS & images */

@media only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and ( min--moz-device-pixel-ratio: 1.25),
only screen and ( -o-min-device-pixel-ratio: 1.25/1),
only screen and ( min-device-pixel-ratio: 1.25),
only screen and ( min-resolution: 200dpi),
only screen and ( min-resolution: 1.25dppx) {
    /*
    #section1 .primary {
        background-image: url("../img/mosaic-tilted@2x.jpg");
    }
    #section2 .primary {
        background-image: url("../img/pod-map@2x.png");
    }    
    .primary .slide.coke {
        background-image: url("../img/coke-slide-01@2x.jpg");
    }
    .primary .slide.skyzone {
        background-image: url("../img/sz-slide2.jpg");
    }   
    #section5 .primary {
        background-image: url("../img/mosaic-tilted@2x.jpg");
    } 
    */
}

/* short */

@media only screen and (max-height: 810px) {
    p {
        font-size: 2.5rem;
        line-height: 4rem;
    }
}
@media only screen and (max-height: 690px) {
    p {
        font-size: 2.25rem;
        line-height: 3.5rem;
    }
}


/* lg */

/*
@media only screen and (-webkit-min-device-pixel-ratio: 2) and ( max-width: 1660px),
only screen and ( min--moz-device-pixel-ratio: 2) and ( max-width: 1660px),
only screen and ( -o-min-device-pixel-ratio: 2/1) and ( max-width: 1660px),
only screen and ( min-device-pixel-ratio: 2) and ( max-width: 1660px),
only screen and ( min-resolution: 192dpi) and ( max-width: 1660px),
only screen and ( min-resolution: 2dppx) and ( max-width: 1660px) */

@media only screen and (max-width: 1660px) {
    html {
        font-size: 100%;
    }
    h1 {
        font-size: 2.5em;
        line-height: 115%;
    }
    h2 {
        font-size: 1.5rem;
        line-height: 2.15rem;
        margin-block-start: 1.25em;
    }
    p {
        font-size: 1.5rem;
        line-height: 2.15rem;
    }
    .sidebar ul, .sidebar li {
        font-size: 1.5rem;
        line-height: 2.15rem;
    }
    #header {
        width: 32%;
    }
    #header h1 {
        top: 40px !important;
    }
    #header img {
        display: none;
    }
    ul#menu {
        float: left;
    }
    body.fp-viewing-hi-0 ul#menu {
        margin: 172px 0 0 8px;
    }
    #header li a {
        color: #EBF1F3;
        font-size: 1.25rem;
        line-height: 2.75rem;
    }
    .morph-button.morph-button-modal-2,
    .morph-button.morph-button-modal-3 {
        bottom: -32px;
        -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
    }
    body.fp-viewing-hi-0 .morph-button.morph-button-modal-2,
    body.fp-viewing-hi-0 .morph-button.morph-button-modal-3 {
        bottom: -32px;
        right: 24px;
    }
    .content-style-form input[type="text"],
    .content-style-form input[type="email"],
    .content-style-form textarea {
        font-size: 1rem;
        line-height: 1.2em;
    }
    .content-style-form input[type="submit"] {
        font-size: 1.2rem;
        line-height: 3.4rem;
    }
    .content-style-form .icon-close {
        font-size: 2.3rem;
    }
    body.fp-viewing-hi-0 #header {
        height: 258px;
    }
    .sidebar {
        width: 32%;
    }
    .sidebar-content {
        margin: 24px 48px 48px;
    }
    #section1 .sidebar-content {
        top: 258px;
    }
    .primary {
        left: 32%;
        width: 68%;
    }
    .primary h2 {
        font-size: 4rem;
        line-height: 120%;
    }
    .primary h3 {
        font-size: 2.5rem;
    line-height: 115%;
    }
    .fp-controlArrow.fp-prev {
        left: 1.6em;
    }
    .fp-controlArrow.fp-next {
        right: 1.6em;
    }
    .fp-controlArrow {
        padding: 1.5rem;
    }
}

/* md */

@media only screen and (max-width: 1367px) {
    p {
        font-size: 1.4rem;
        line-height: 1.9rem;
    }
    .sidebar ul, .sidebar li {
        font-size: 1.4rem;
        line-height: 1.9rem;
    }
}

/* md 2 */

@media only screen and (max-width: 1200px) {
    html {
        font-size: 80%;
    }
    h1 {
        font-size: 2.5em;
        line-height: 115%;
    }
    h2 {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    p {
        font-size: 1.4rem;
        line-height: 2rem;
    }
    .sidebar ul, .sidebar li {
        font-size: 1.4rem;
        line-height: 2rem;
    }
    #header h1 {
        max-width: 70%;
        left: 32px;
    }
    body.fp-viewing-hi-0 #header {
        height: 212px;
    }
    ul#menu {
        padding: 0 0 0 24px;
    }
    .morph-button.morph-button-modal-2,
    .morph-button.morph-button-modal-3 {
        width: 48px;
        height: 48px;
        bottom: -24px;
        right: 16px;
    }
    button#contact {
        width: 48px;
        height: 48px;
    }
    button#contact svg {
        width: 24px;
        height: 24px;
    }
    .content-style-form .icon-close {
        font-size: 2.8rem;
    }
    body.fp-viewing-hi-0 ul#menu {
        margin: 140px 0 0 8px;
    }
    body.fp-viewing-hi-0 .morph-button.morph-button-modal-2,
    body.fp-viewing-hi-0 .morph-button.morph-button-modal-3 {
        bottom: -24px;
        right: 16px;
    }
    .sidebar-content {
        margin: 16px 32px 32px;
    }
    #section1 .sidebar-content {
        top: 212px;
    }
}

/* sm */

/*
@media only screen and (-webkit-min-device-pixel-ratio: 2) and ( max-width: 700px),
only screen and ( min--moz-device-pixel-ratio: 2) and ( max-width: 700px),
only screen and ( -o-min-device-pixel-ratio: 2/1) and ( max-width: 700px),
only screen and ( min-device-pixel-ratio: 2) and ( max-width: 700px),
only screen and ( min-resolution: 192dpi) and ( max-width: 700px),
only screen and ( min-resolution: 2dppx) and ( max-width: 700px),
only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3) */

@media only screen and (min-device-width: 300px) and (max-device-width: 800px) {
    html {
        font-size: 100%;
    }
    #header {
        width: 100%;
        height: auto;
    }
    body.fp-viewing-hi-0 #header {
        height: auto;
    }
    body.fp-viewing-hi-0 ul#menu {
        margin: 200px 0px 0px 24px;
        /*height: 128px;*/
    }
    h1 {
        font-size: 4em;
        line-height: 115%;
    }
    h2 {
        font-size: 1.15rem;
        line-height: 1.5rem;
        margin-block-start: 0.75em;
    }
    ul#menu {
        height: 120px;
    }
    #header h1 {
        top: 64px !important;
        left: 48px !important;
    }
    #header li a {
        font-size: 3rem;
        line-height: 5rem;
        padding: 4px 24px;
        margin: 0px 4px;
    }
    .sidebar {
        display: none;
    }
    .primary {
        left: 0;
        width: 100%;
    }
    .primary h2 {
        font-size: 11vw;
        line-height: 115%;
    }
    .primary h3 {
        font-size: 7vw;
        line-height: 115%;
    }
    body.loaded .morph-button {
        bottom: 4rem !important;
        position: fixed;
        right: 3rem !important;
        width: 140px;
        height: 140px;
    }
    button#contact {
        width: 140px;
        height: 140px;
    }
    button#contact svg {
        width: 80px;
        height: 80px;
    }
    .morph-button.open div.morph-content {
        top: 24px !important;
        right: 24px !important;
        bottom: 24px !important;
        left: 24px !important;
        margin: 0;
        width: auto;
        height: auto;
        border-radius: 4px;
    }
    .content-style-form h2 {
        margin: 4rem auto !important
    }
    .content-style-form h2 svg {
        width: 6rem !important;
        height: 6rem !important;
    }
    .content-style-form .icon-close {
        top: 0rem !important;
        right: 3rem !important;
        fill: black !important;
        font-size: 0rem !important;
        width: 64px !important;
        height: 64px !important;
        background-color: transparent !important;
        border: none !important;
    }
    .content-style-form .icon-close svg {
        height: 64px !important;
        width: 64px !important;
    }
    .content-style-form form {
        padding: 0 !important;
        width: 88% !important;
        margin: 0 6% !important;
    }
    .content-style-form input[type="text"],
    .content-style-form input[type="email"],
    .content-style-form textarea {
        margin: 16px 0 16px !important;
        font-size: 2.4rem !important;
        line-height: 4rem !important;
        width: 92% !important;
        padding: 24px 4% !important;
    }
    .content-style-form input[type="submit"] {
        margin-top: 16px !important;
        padding: 0 auto !important;
        font-size: 2.6rem !important;
        line-height: 8rem !important;
        width: 100% !important;
    }
}

/* xs
     @media only screen and (-webkit-min-device-pixel-ratio: 2) and ( max-width: 50px),
     only screen and ( min--moz-device-pixel-ratio: 2) and ( max-width: 50px),
     only screen and ( -o-min-device-pixel-ratio: 2/1) and ( max-width: 50px),
     only screen and ( min-device-pixel-ratio: 2) and ( max-width: 50px),
     only screen and ( min-resolution: 192dpi) and ( max-width: 50px),
     only screen and ( min-resolution: 2dppx) and ( max-width: 50px) {
        html {
            font-size: 100%;
        }
        p {
            font-size: 4rem;
            line-height: 5rem;
            color: white;
        }
        #header {
            width: 100%;
            background-color: transparent;
        }
        #header h1 {
            top: 2.5rem;
            left: 6rem;
            line-height: 6rem;
            color: magenta;
        }
        ul#menu {
            display: none;
        }
        .sidebar {
            display: none;
            top: 260px;
            bottom: auto;
            display: none;
            width: 100%;
            height: auto;
            padding: 64px;
            display: block;
            padding: 0;
            position: absolute;
            background: transparent;
            z-index: 2;
            color: white;
        }
        .primary {
            top: auto;
            bottom: auto;
            left: auto;
            position: relative;
            height: auto;
            width: 100%;
            display: block;
        }
        .primary h2 {
            display: none;
        }
        .sidebar-content {
            position: relative;
        }
        #section1 .sidebar-content {
            top: auto;
            background: transparent;
            margin: 6rem;
        }
        body.loaded .morph-button {
            bottom: 4rem !important;
            position: fixed;
            right: 4rem !important;
            width: 140px;
            height: 140px;
        }
        button#contact {
            width: 140px;
            height: 140px;
        }
        button#contact svg {
            width: 80px;
            height: 80px;
        }
        .morph-button.open div.morph-content {
            top: 30px !important;
            right: 30px !important;
            bottom: 30px !important;
            left: 30px !important;
            margin: 0;
            width: auto;
            height: auto;
            border-radius: 4px;
        }
        .content-style-form h2 {
            margin: 4rem auto !important;
        }
        .content-style-form h2 svg {
            width: 6rem !important;
            height: 6rem !important;
        }
        .content-style-form .icon-close {
            top: -1rem !important;
            right: 3rem !important;
            fill: black !important;
            font-size: 4rem !important;
            width: 6rem !important;
            height: 6rem !important;
            background-color: transparent !important;
            border: none !important;
        }
        .content-style-form .icon-close svg {
            height: 48px !important;
            width: 48px !important;
        }
        .content-style-form form {
            padding: 0 !important;
            width: 88% !important;
            margin: 0 6% !important;
        }
        .content-style-form input[type="text"],
        .content-style-form input[type="email"],
        .content-style-form textarea {
            margin: 12px 0 24px !important;
            font-size: 3rem !important;
            line-height: 4rem !important;
            width: 92% !important;
            padding: 32px 4% !important;
        }
        .content-style-form input[type="submit"] {
            margin-top: 16px !important;
            padding: 0 auto !important;
            font-size: 3rem !important;
            line-height: 8rem !important;
            width: 100% !important;
        }
        #section2,
        #section3,
        #section4,
        #section5 {
            display: none;
        }
    }
    */