:root {
    --color-foreground: black;
    --color-background: white;
    --button-foreground: var(--color-background);
    --button-background: var(--color-foreground);
    --color-primary: var(--color-foreground);
    --color-grey: rgb(157, 157, 157);
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

html {
    height: 100%;
}

body,
html {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    background-color: var(--color-background);
    color: var(--color-foreground);
    position: relative;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer !important;
}

li {
    list-style: none;
}

img {
    width: 100%;
}

.trigger-nav {
    height: 250px;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 100%;
}

section {
    position: relative;
}

.wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.container {
    max-width: 720px;
    margin: auto;
}

a {
    color: inherit;
}

.mt-40 {
    margin-top: 40px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-5 {
    margin-top: 5px;
}

.f-xxl {
    font-size: 50px;
}

.f-xl {
    font-size: 30px;
}

.f-l {
    font-size: 32px;
}

.f-m {
    font-size: 18px;
}

.f-s {
    font-size: 14px;
}

section {
    padding: 3rem 1.5rem;
}


section h2 {
    font-size: 30px;
}

h3 {
    font-weight: 400;
}

.banner {
    height: 200px !important;
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 0;
    padding-top: 20px;
    background-color: var(--color-background);
}

.banner img {
    max-width: 1100px;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    position: inherit;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

header {
    padding: 1.0rem;
    padding-top: 0;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 10;
}

header.scroll {
    background-color: var(--color-background);
}

header .nav {
    padding-top: .5rem;
    display: flex;
    justify-content: center;
    padding-bottom: 4rem;
    position: relative;
}

header .btnm:hover {
    color: var(--button-foreground);
    background: var(--button-background);

}

header .nav a {
    display: block;
    font-size: 18px;
    padding: .3rem .6rem;
    margin: 0 .4rem;
    border-bottom: 2px solid transparent;
}

header .nav a.active {
    border-bottom: 2px solid #000 !important;
}

header .nav a:hover {
    border-bottom: 2px solid rgb(147, 147, 147);
}

header.scroll .nav {
    display: flex;
    justify-content: center;
    margin-bottom: 0rem;

}

header .btnm {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: black 1px solid !important;
    font-size: 17px !important;
    cursor: pointer;
    color: var(--button-background);
    margin-top: -3px;
    padding-top: 0.3rem;
    margin-bottom: 0.2rem !important;
}

header .person .profile {
    max-height: 175px;
    height: 175px;
    overflow: hidden;
}

header.scroll .inner-header {
    flex-direction: row;
}

header.scroll .person {
    transition: transform .3s ease, grid-gap .3s ease, grid-template-columns .3s ease;
    grid-gap: 0px;
    align-items: center;
    transform: translateY(0) !important;
    grid-template-columns: 100px 300px;
}

header.scroll .inner-header .links {
    transform: translateY(0) !important;
}

header.scroll .person .picture {
    transition: transform .3s ease, height .3s ease, width .3s ease;
    height: 80px;
    width: 80px;
    transform: translateY(0);
}

header.scroll .person .profile div>p {
    display: none;
}


header.scroll .person .profile {
    transition: transform .3s ease;
    height: 0;
}

header.scroll .person .profile h1 {
    transition: font-size .3s ease;
    font-size: 24px;
}


header i {
    width: 9px;
    height: 9px;
}

header.scroll .icons {
    font-size: 18px;
}

header.scroll .icons i {
    max-width: 15px;
    max-height: 15px;
}

header.scroll .inner-header .links {
    transform: padding-top .3s ease;
    padding-top: 0;
    height: 22px;
}

header .inner-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-direction: column;
    padding-top: 10px;
}

header#header {
    transition: background-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease, padding 0.25s ease;
}


header .person {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 160px 50px 300px;
    grid-template-columns: 160px 300px;
    grid-gap: 20px;
    transition: transform .3s ease, grid-gap .3s ease, grid-template-columns .3s ease;
    max-height: 130px;
}

header .person .picture {
    transform: translateY(-40px);
    height: 140px;
    width: 140px;
    transition: transform .3s ease, height .3s ease, width .3s ease;
}

header .person .picture img {
    border: 5px solid var(--color-background);
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

header .inner-header .links {
    padding-top: 34px;
}



.icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    max-width: 800px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: center;
    font-size: 28px;
    color: var(--button-background)
}

.icons i {
    width: 34px;
    height: 34px;
    display: block;
}

.blog-table {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 12px;
}

.blog-table a {
    display: block;
    text-align: center;
    width: 100%;
    padding: .7em 1rem;
    border: 1px solid var(--color-grey);
    border-radius: 5px;
}

.blog-table a:hover {
    border-color: var(--color-foreground);
    background: var(--color-foreground);
    color: var(--color-background);
}

.buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    max-width: 800px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    padding-top: 10px;
}

.buttons .btnm,
.buttons .btns {
    background: var(--button-background);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: black 1px solid;
    font-size: 14px;
    padding: .4rem 1.0rem;
    cursor: pointer;
    color: var(--button-foreground);
}

.buttons .btns {
    background: var(--button-background);
    color: inherit;
}

.dates-table {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    margin-top: 10px;
}

.dates-table .row {
    padding: 15px 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 10px 7fr 10px 9fr 10px 90px;
    grid-template-columns: 2fr 7fr 9fr 90px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--color-grey);
    border-radius: 5px;
}

.dates-table .row .location {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 20px 10px 1fr;
    grid-template-columns: 20px 1fr;
    grid-gap: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.dates-table .row .location.double {
    align-items: flex-start;
}

.dates-table .row .location.double img {
    margin-top: .5rem;
}

.dates-table .row .website {
    text-align: right;
    color: var(--color-primary);
}

.dates-table .row .website i {
    font-size: 16px;
    padding-left: 4px;
    padding-right: 4px;
}

.files-container {
    display: flex;
    flex-wrap: wrap;
}

.presskit-browser {
    margin-bottom: 18px;
}

.presskit-browser-folders {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 8px 4px 14px 4px;
}

.presskit-browser-folder-btn,
.presskit-browser-back {
    border: 1px solid #dadada;
    border-radius: 8px;
    background: #f8f8f8;
    color: #333;
    padding: 8px 12px;
    cursor: pointer;
}

.presskit-browser-folder-btn span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.presskit-browser-back {
    margin: 8px 4px;
}

.presskit-browser-folder-files h3 {
    margin: 8px 4px;
    font-size: 18px;
}

.presskit-browser-empty {
    padding: 10px 4px;
    color: #666;
}

.files-container div.image,
.files-container div.file {
    background-color: #f1f1f1;
    width: 170px;
    margin: 4px;
    text-align: center;
    font-size: 16px;
    padding-top: 30px;
    min-height: 150px;
}

.files-container div.image {
    padding: 10px 4px;
    display: flex;
    justify-content: center;  /* Center horizontally (if needed) */
    align-items: center;      /* Center vertically */
}

.files-container div.image img.image-high {
    max-height: 100px;
    width: auto;
}

.files-container div.image img.image-wide {
    max-width: 120px;
    height: 100%;
}

.files-container div.download {
    background-color: #f1f1f1;
    width: 170px;
    margin: 4px;
    text-align: center;
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
}

div.file i {
    font-size: 40px;
}
div.file div.file-name {
    padding-top:10px;
    padding-bottom:10px;
    font-size:12px;
    text-wrap: balance;
}

#press_kit .presskit-drive-sidebar {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
    padding: 8px;
    height: fit-content;
}

#press_kit .presskit-browser-folders {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0;
}

#press_kit .presskit-drive-node {
    display: flex;
    align-items: center;
    width: 100%;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: #2f3338;
    padding: 10px 12px;
    cursor: pointer;
    text-align: left;
}

#press_kit .presskit-drive-node:hover {
    background: #f1f3f4;
}

#press_kit .presskit-drive-node.is-active {
    background: #e8f0fe;
    color: #1967d2;
    font-weight: 600;
}

#press_kit .presskit-drive-node span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

#press_kit .presskit-drive-main {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
    min-width: 0;
    overflow: hidden;
}

#press_kit .presskit-drive-toolbar {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
}

#press_kit .presskit-browser-back {
    margin: 0;
    border: 1px solid #d7dbe0;
    border-radius: 8px;
    background: #fff;
    color: #374151;
    padding: 6px 10px;
    cursor: pointer;
}

#press_kit .presskit-browser-back:hover {
    border-color: #b9c0c9;
}

#press_kit .presskit-drive-location {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #5f6368;
}

#press_kit .presskit-current-folder-label {
    font-weight: 600;
    color: #1f2937;
}

#press_kit .files-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    gap: 12px;
}

#press_kit .files-container div.image,
#press_kit .files-container div.file {
    width: 100%;
    margin: 0;
    border: 0;
    background-color: transparent;
    min-height: 150px;
    transition: border-color .15s ease, box-shadow .15s ease;
}

#press_kit .files-container a:hover div.image,
#press_kit .files-container a:hover div.file {
    border-color: #d2d8df;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
}

#press_kit .presskit-browser-empty {
    border: 1px dashed #d5dbe1;
    border-radius: 12px;
    background: #fafafa;
    color: #6b7280;
    padding: 20px 16px;
    text-align: center;
}

#press_kit .presskit-download-row {
    display: flex;
    justify-content: flex-end;
}

#press_kit .presskit-download-row .download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid #d5dbe1;
    border-radius: 10px;
    background: #fff;
    min-width: 170px;
    margin: 0;
    padding: 10px 14px;
}

#press_kit .presskit-download-row .download:hover {
    background: #f8fafc;
}

footer {
    margin-top: auto;
    padding: 20px;
    padding-top: 40px;
    text-align: center;
}

footer svg {
    width: 150px;
}

footer svg #logo_logo {
    /*fill: var(--color-foreground)*/
}




@media only screen and (max-width: 1100px) {
    .banner {
        padding: 0;
    }

    .banner img {
        -webkit-border-radius: unset;
        -moz-border-radius: unset;
        border-radius: unset;
    }
}

@media only screen and (max-width: 900px) {

    .banner {
        height: 200px !important;
    }

    .icons {
        font-size: 28px;
    }

    .icons i {
        width: 28px;
        height: 28px;
    }

    .inner-header {
        flex-direction: column;
    }

    header.scroll .inner-header {
        flex-direction: unset;
    }

    header .inner-header .links {
        margin: 0 auto;
    }

    .icons,
    .buttons {
        max-width: 100%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    header .buttons {
        display: block;
        margin-top: 0;
    }

    header .person {
        grid-template-columns: 120px 300px;
        max-height: unset;
        align-items: center;
    }

    header .person .picture {
        width: 120px;
        height: 120px;
        transition: transform .3s ease, width .3s ease, height .3s ease;
    }

    #press_kit .presskit-browser {
        grid-template-columns: 1fr;
    }

    #press_kit .presskit-drive-sidebar {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        padding: 8px;
    }

    #press_kit .presskit-browser-folders {
        flex-direction: row;
        flex-wrap: wrap;
    }

    #press_kit .presskit-drive-node {
        width: auto;
        padding: 8px 10px;
    }

}

@media only screen and (max-width: 600px) {
    .inner-header .links {
        display: block;
    }

    header .inner-header {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    header.scroll .inner-header {
        flex-direction: column;
        justify-content: unset;
    }

    header .person {
        display: block;
        max-width: 400px;
        margin: 0 auto;
        text-align: center;
    }

    header.scroll .person {
        display: grid;
        text-align: left;
        max-width: 100%;
        width: 100%;
        grid-template-columns: 80px 1fr;
        grid-gap: 15px;
    }

    header.scroll .person .profile {
        max-width: 200px;
        transform: translateY(0px);
    }

    header.scroll .person .profile h1 {
        font-size: 18px;
    }

    header.scroll .person .picture {
        width: 80px;
        height: 80px;
    }

    header.scroll .person .picture {
        margin: unset;
    }

    header .person .picture {
        width: 150px;
        height: 150px;
        margin: 0 auto;
        transform: translateY(0);
        transition: transform .3s ease, width .3s ease, height .3s ease;
    }

    .icons {
        font-size: 22px;
    }

    .icons i {
        width: 22px;
        height: 22px;
    }

    .blog-table a {
        padding: .4rem .5rem;
    }

    #press_kit .files-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #press_kit .presskit-drive-toolbar {
        padding: 8px 10px;
        gap: 8px;
    }

    .banner {
        height: 160px !important;
    }

    .inner-header .links {
        margin: 1rem auto 0 auto;
    }

    header {
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 600px) {
    footer .inner-footer .links {
        gap: 50px;
    }

    footer .inner-footer .links {
        text-align: center;
    }

    header .person {
        max-width: 300px;
    }

    .dates-table .row {
        display: -ms-grid;
        display: grid;
        grid-template-columns: 4fr 6fr;
    }

    .dates-table .row .rowitem.date {
        order: 1;
    }

    .dates-table .row .rowitem.ename {
        order: 2;
    }

    .dates-table .row .rowitem.website {
        order: 3;
    }

    .dates-table .row .rowitem.location {
        order: 4;
    }

    .dates-table .row .website {
        text-align: left;
    }

    .dates-table {
        grid-gap: 20px;
    }

    section {
        padding: 3rem 1.5rem;
    }

    header .nav a {
        margin: 0;
        font-size: 16px;
    }
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    padding-top: 0; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
    max-width: 900px;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
