@font-face {
    font-family: "Montserrat";
    src: url("https://www.mbp-rnc.com/fonts/Montserrat-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: bold;
}

@font-face {
    font-family: "Montserrat";
    src: url("https://www.mbp-rnc.com/fonts/Montserrat-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("https://www.mbp-rnc.com/fonts/Montserrat-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("https://www.mbp-rnc.com/fonts/Montserrat-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("https://www.mbp-rnc.com/fonts/Montserrat-Thin.woff2") format("woff2");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("https://www.mbp-rnc.com/fonts/Montserrat-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("https://www.mbp-rnc.com/fonts/Montserrat-ExtraLight.woff2") format("woff2");
    font-weight: 200;
    font-style: lighter;
}

@font-face {
    font-family: "Montserrat";
    src: url("https://www.mbp-rnc.com/fonts/Montserrat-ExtraBold.woff2") format("woff2");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("https://www.mbp-rnc.com/fonts/Montserrat-Black.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
}

html,
body {
    height: fit-content;
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    background-color: black !important;
    color: #f58f1d;
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
    color: #f58f1d;
    transition: color 0.3s ease;
}

table {
    border-collapse: collapse;
    width: 100%;
    height: auto;
}

.table-header {
    background-color: transparent;
}

.background {
    table-layout: fixed;
}

.logo-wrapper {
    position: relative;
    z-index: 10;
}

.logo-cell {
    position: fixed !important;
    width: 100%;
    height: 30vh;
    top: 0.1vh;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    vertical-align: middle;
}

.logo-cell.visible {
    opacity: 1;
    transition: opacity 0.4s ease;
}

.logo-cell.faded {
    opacity: 0.05;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

.small-logo-cell {
    color: #f58f1d !important;
    position: fixed;
    width: min-content;
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 0;
    text-align: center;
    vertical-align: middle;
    left: 1vw;
    top: 5vh;
}

.small-logo-cell.visible {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.4s ease;
}

.small-logo-cell.faded {
    opacity: 0.05;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

.small-logo-text {
    color: #f58f1d !important;
    text-decoration: none !important;
}

.small-logo-text:hover {
    text-shadow: #f58f1d 0px 0px 1vw;
}

.center-header-cell {
    width: auto;
}

.bread-crumb-wrapper {
    position: relative;
    z-index: 1001;
}

.bread-crumb-cell {
    position: fixed;
    display: inline-block;
    right: 1vw;
    top: 5vh;
}

.right-small-header a {
    color: white !important;
}
.right-small-header a:hover {
    color: #f58f1d !important;
    text-shadow: #f58f1d 0px 0px 1vw !important;
}

.logo-placeholder {
    height: 100vh;
}

.logo-text {
    display: inline-block;
    line-height: 1.1;
    white-space: normal;
    font-size: 42.5vh;
}

.inner-table {
    table-layout: fixed;
}

.cell {
    position: relative;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}

.content-cell {
    width: fit-content;
    height: fit-content;
}

h1.headline {
    position: relative; 
    color: white; 
    font-weight: 400; 
    font-size: 7vh; 
    padding-left: 15vw; 
    width: 74vw; 
    z-index: 50;
} 

h2.subheadline {
    color: white; 
    font-size: 5vh; 
    font-weight: 200; 
    padding-left: 15vw; 
    margin-bottom: 25vh; 
    width: 74vw;
} 
.background-container {
    position: relative;
    height: 100%;
    vertical-align: middle;
    background-color: transparent !important;
    outline: 2px dashed transparent !important;
}

.flex-background {
    height: auto !important;
    z-index: 1000 !important;
}

.flex-background.second {
    margin-top: 0px !important;
    z-index: 1000 !important;
}

.line-art-background {
    position: absolute;
    top: 50%; /* center vertically inside container */
    left: 50%; /* center horizontally inside container */
    transform: translate(-50%, -50%); /* exact centering */
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    background: transparent !important;
    opacity: 1;
}

.flex-container {
    display: flex;
    flex-direction: row;
    text-align: left;
}

.flex-item-left {
    padding-left: 3vw;
    padding-right: 3vw;
}

.flex-item-mid {
    padding-left: 3vw;
    padding-right: 3vw;
}

.flex-item-right {
    padding-left: 3vw;
    padding-right: 3vw;
}

#profile-name {
    color: #f58f1d;
    padding-top: 2.5vh !important;
    font-size: 3vw !important;
    font-weight: 200 !important;
}

#profile-text {
    margin-top: 5vh;
    background-color: transparent;
    opacity: 1;
    padding-left: 3vw;
    padding-right: 3vw;
    flex: 40%;
}

h2.column {
    font-weight: 300;
    color: #f58f1d;
    text-align: left;
}

.half {
    width: 50%;
}

.newsletter-link {
    color: white;
}

.newsletter-link:hover {
    color: #f58f1d;
    text-shadow: #f58f1d 0px 0px 1vw;
}

.third {
    width: 33.33%;
}

.left-sub-head.flex {
    font-weight: 200;
    font-size: 2vw;
    color: #f58f1d;
    text-align: left;
    margin-top: 0vh;
}

h1.prose-page {
    text-align: center;
    padding-top: 2.5vh !important;
    font-size: 3vw;
    font-weight: 400;
}

@media (max-width: 800px) {
    h1.headline {
        font-size: 7vw;
    }
    h2.subheadline {
        font-size: 5vw;
    }
    #profile-name {
        font-size: 9vw !important;
    }
    h1.left-head.flex {
        font-size: 9vw !important;
    }
    h1.prose-page {
        font-size: 9vw !important;
    }
    h2.left-head.flex {
        font-size: 9vw !important;
    }

    .left-head.flex {
        font-size: 7vw !important;
    }
    .left-sub-head.flex {
        font-size: 7vw !important;
    }

    .flex-container {
        flex-direction: column;
    }

    .logo-placeholder {
        height: 66vw;
    }

    .logo-text {
        font-size: 28.3vw;
    }

    .image-background {
        width: 74vw !important;
        height: auto !important;
        z-index: 0;
        pointer-events: none;
    }
    .third {
        width: 100% !important;
    }
    .half {
        width: 100%;
    }
}

.left-head.flex {
    padding-top: 2.5vh !important;
    font-size: 2vw !important;
    font-weight: 200;
    border-bottom: 0.1px solid #f58f1d !important;
}

.left-sub.flex {
    font-size: 1.4em !important;
    font-weight: 400;
}

.left-sub-sub.flex {
    color: white;
    font-size: 1em !important;
    font-weight: 200;
}

.left-sub-text.flex {
    color: white;
    font-size: 1.2em !important;
    font-weight: 200;
}

.gen-div-flex {
    padding-left: 3vw;
    padding-right: 3vw;
}

.image-background {
    width: auto;
    height: 50vh;
    pointer-events: none;
}

.pnf {
    border-radius: 10px;
    box-shadow: 0 0 10px #f58f1d;
}

.line-art-background.embed {
    opacity: 0.1;
    z-index: 0;
    background: transparent !important;
}

.section-content {
    width: 100%;
    height: max-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.floater-container-top,
.floater-container-bottom {
    position: relative;
    width: 100%;
    height: 50%;
}

.shape-floater.top {
    float: left;
    width: 100%;
    height: 100%;
    background: transparent;
    opacity: 0.6;
    position: relative;
    display: block;
    z-index: 5;
    -webkit-shape-outside: polygon(50% 100%, 100% 100%, 62.61% 96%, 42.39% 83.67%, 26.24% 67.35%, 13.1% 48.94%, 4.03% 25.45%, 0% 0%, 0% 100%);
    shape-outside: polygon(50% 100%, 100% 100%, 62.61% 96%, 42.39% 83.67%, 26.24% 67.35%, 13.1% 48.94%, 4.03% 25.45%, 0% 0%, 0% 100%);
    -webkit-clip-path: polygon(50% 100%, 100% 100%, 62.61% 96%, 42.39% 83.67%, 26.24% 67.35%, 13.1% 48.94%, 4.03% 25.45%, 0% 0%, 0% 100%);
    clip-path: polygon(50% 100%, 100% 100%, 62.61% 96%, 42.39% 83.67%, 26.24% 67.35%, 13.1% 48.94%, 4.03% 25.45%, 0% 0%, 0% 100%);
}

.shape-floater.bottom {
    float: right;
    width: 100%;
    height: 100%;
    background: transparent;
    opacity: 0.6;
    position: relative;
    display: block;
    z-index: 5;
    -webkit-shape-: polygon(0% 0%, 41.36% 4%, 65.66% 22%, 81.83% 42%, 93.94% 68%, 100% 100%, 100% 0%);
    shape-outside: polygon(0% 0%, 41.36% 4%, 65.66% 22%, 81.83% 42%, 93.94% 68%, 100% 100%, 100% 0%);
    -webkit-clip-path: polygon(0% 0%, 41.36% 4%, 65.66% 22%, 81.83% 42%, 93.94% 68%, 100% 100%, 100% 0%);
    clip-path: polygon(0% 0%, 41.36% 4%, 65.66% 22%, 81.83% 42%, 93.94% 68%, 100% 100%, 100% 0%);
}

.cell-text {
    color: white;
    z-index: 5;
    position: relative;
}

.right.hook {
    font-weight: 400;
    color: white;
    text-align: right;
}

.left.hook {
    font-weight: 400;
    color: white;
    text-align: left;
}

div.right {
    font-weight: 100;
    color: white;
    text-align: right;
}

div.left {
    font-weight: 100;
    color: white;
    text-align: left;
}

.right-sub-text img,
.left-sub-text img {
    text-align: left;
    color: #f58f1d;
    text-decoration: none;
    max-height: 1.4em !important;
    border-radius: 0.3em;
    z-index: 51;
}

.right-sub-text img:hover,
.left-sub-text img:hover {
    background-color: black;
    opacity: 1;
    box-shadow: 0vw 0vw 1vw #f58f1d;
    z-index: 51;
}

#icon {
    text-align: left;
    text-decoration: none;
    max-height: 0.8em !important;
    border-radius: 0;
}

p.left,
p.right {
    margin: 0 !important;
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
}

.left-sub-text li {
    list-style-type: disc !important;
}

.two li {
    margin-left: 0.5em !important;
}

#list-button {
    margin-left: 2vw;
    margin-right: 0.5vw;
}

#archive-subscribe {
    margin-top: 0vh;
}

.neon-glow-button.right,
.neon-glow-button.left {
    margin-top: 7vh;
    margin-bottom: 3vh;
    padding: 0.8vh 1.8vw;
    border-radius: 0.3em;
}

.center {
    text-align: center;
    white-space: normal;
}

.neon-glow-button {
    position: relative;
    z-index: 1000;
    display: inline-block;
    vertical-align: middle;
    border: none;
    margin-right: 1vw;
    color: #fff;
    padding: 1vw 2vw;
    background-color: black;
    cursor: pointer;
    box-shadow: 0 0 1vw #f58f1d;
    transition: all 0.3s ease;
}

.neon-glow-button:hover {
    box-shadow: 0 0 2vw #f58f1d;
}

.neon-glow-button:focus {
    animation: pulse 1s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 1vw #f58f1d;
    }
    50% {
        box-shadow: 0 0 1vw #f58f1d;
    }
    100% {
        box-shadow: 0 0 1vw #f58f1d;
    }
}

.form-label-top {
    text-align: left;
}

/*----- Forms CSS -----*/
#embed-container {
    width: 74vw;
    height: fit-content;
    margin-left: 12vw;
    z-index: 1000 !important;
}

#embedded-form {
    pointer-events: auto;
    background-color: transparent !important;
    outline: 2px dashed transparent !important;
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 10vh;
}

select,
label,
input,
button,
textarea {
    z-index: 1000;
    font-family: "Montserrat", sans-serif;
}

form {
    font-family: "Montserrat", sans-serif;
    color: white;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 500px;
    margin: 0 auto;
}

.form-title {
    font-size: 2em;
    font-style: bold;
    color: white;
    margin-bottom: 5px;
}

.form-description {
    font-size: 1em;
    font-weight: lighter;
    color: white;
    margin-bottom: 5px;
}

.form-label {
    font-size: 1.2em;
    font-weight: bold;
    color: white;
    margin-bottom: 5px;
}

input,
select,
button,
textarea {
    padding: 8px 12px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

#req-type {
    z-index: 1000 !important;
}

input[type="checkbox"] {
    accent-color: #f58f1d;
}

input[type="text"] {
    margin-top: 0.5em;
}

button {
    background: #f58f1d;
    color: #fff;
    cursor: pointer;
}

#subscribe {
    margin-top: 10vh;
}
