@font-face {
    font-family: 'Proxima Nova';
    src: url('./fonts/ProximaNova-RegularIt.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('./fonts/ProximaNova-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('./fonts/ProximaNova-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

h1, h2, h3 {
    font-weight: 400;
    font-size: 16px;
}

body {
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    overflow-y: auto;
}


.slide-container {
    overflow-y: hidden;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    width: 1920px;
    transform-origin: top center;
}

section {
    width: 1920px; /* Fixed width 1920px*/
    height: 1080px; /* Fixed height 1080px*/
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin: 30px auto 30px;
    border: 1px solid #ccc;
    overflow: hidden;
    position: relative;
}

.back-button {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 32px;
    z-index: 5;
    color: green;
}

.back-button:hover {
    color: rgb(111, 111, 111);
    text-decoration: underline;
}

.main-title {
    text-transform: uppercase;
    font-size: 180px;
    position: absolute;
    font-weight: 700;
    top: 650px;
    left: 80px;
}

.main-subtitle {
    font-size: 40px;
    position: absolute;
    top: 840px;
    left: 95px;
}

.main-subsubtitle {
    font-size: 80px;
    position: absolute;
    top: 800px;
    left: 1300px;
}

#l-ink-splash-box {
    position: absolute;
    top: 0px;
    left: 0px;
}

#pull-splash-box {
    position: absolute;
    top: 100px;
    left: 670px;
}

#video-analogies-splash-box {
    opacity: 0.4;
    z-index: 5;
}

#hyacinth-labyrinth-splash-box {
    opacity: 0.35;
    z-index: 5;
}

section.pull {
    background-color: black;
    color: white;
}

section.pull .project-title-overbar {
    display: none;
    background-color: white;
}

section.pull .textbox {
    color: white;
}

section.pull .textbox a {
    color: #94abf1;
}

section.pull .vert-bar-left {
    background-color: white;
}

section.pull .horiz-bar-bottom {
    background-color: white;
    z-index: 10;
}

section.visual-code-studio {
    background-color: rgb(31, 31, 31);
}

section.visual-code-studio .textbox a {
    color: #94abf1;
}

section.visual-code-studio .project-title-box {
    color: rgb(178, 178, 178);
}

section.visual-code-studio .textbox {
    color: rgb(178, 178, 178);
}

section.visual-code-studio .slide-title-top-left-box {
    color: rgb(178, 178, 178);
}

section.visual-code-studio .curr-proj-top-right {
    color: rgb(178, 178, 178);
}

section.l-ink .project-title-overbar, section.l-ink .vert-bar-left {
    background-color: rgb(3, 109, 23);
}

section.adobe .project-title-overbar, section.adobe .vert-bar-left {
    background-color: rgb(139, 42, 38);
}

section.visual-code-studio .project-title-overbar, section.visual-code-studio .vert-bar-left {
    background-color: rgb(34, 44, 122);
}

section.splatbrush .project-title-overbar, section.splatbrush .vert-bar-left {
    background-color: rgb(170, 23, 101);
}

section.video-analogies .project-title-overbar, section.video-analogies .vert-bar-left {
    background-color: rgb(117, 69, 28);
}

section.hyacinth-labyrinth .project-title-overbar, section.hyacinth-labyrinth .vert-bar-left {
    background-color: rgb(89, 103, 6);
}

section.pen-plotting .project-title-overbar, section.pen-plotting .vert-bar-left {
    background-color: rgb(82, 0, 129);
}

section.martial-arts .project-title-overbar, section.martial-arts .vert-bar-left {
    background-color: rgb(0, 0, 0);
}

.page-num {
    font-size: 24px;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

section.title-slide .page-num {
    display: none;
}

/* section.l-ink {
    color: rgb(1, 87, 1);
}

section.l-ink .project-title-overbar {
    background-color: rgb(1, 87, 1);
}

section.l-ink .vert-bar-left {
    background-color: rgb(1, 87, 1);

}

section.l-ink .horiz-bar-bottom {
    background-color: rgb(1, 87, 1);
} */

div.project-title-overbar {
    background-color: black;
    height: 30px;
    width: 2000px;
    /* margin-bottom: 20px; */
    position: absolute;
    top: 700px;
    left: 0px;
    z-index: 10;
}

div.project-title-box {
    position: absolute;
    top: 760px;
    left: 54px;
    z-index: 10;
}

h1.project-title {
    /* text-transform: uppercase; */
    font-size: 120px;
    font-weight: 700;
    display: inline;
}

section.visual-code-studio .project-title {
    font-size: 100px;
}

section.visual-code-studio .project-subtitle {
    font-size: 40px;
}

section.hyacinth-labyrinth .project-title {
    font-size: 100px;
}

section.hyacinth-labyrinth .project-subtitle {
    font-size: 40px;
}

section.video-analogies .project-title {
    font-size: 100px;
}

section.video-analogies .project-subtitle {
    font-size: 40px;
}

section.pen-plotting .project-title {
    font-size: 100px;
}

section.pen-plotting .project-subtitle {
    font-size: 40px;
}


h2.project-subtitle {
    font-size: 42px;
    display: inline;
    font-style: italic;
}

h3.project-org, h3.project-dates, h3.project-blurb {
    font-size: 30px;
    margin-top: 6px;
    margin-bottom: 6px;
}

h3.project-blurb {
    margin-top: 28px;
}

div.slide-title-top-left-box {
    position: absolute;
    top: 3%;
    left: 54px;
    z-index: 10;
}

div.curr-proj-top-right {
    /* text-transform: uppercase; */
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 80px;
    font-weight: 700;
    z-index: 10;
}

div.slide-title-top-left {
    text-transform: uppercase;
    font-size: 80px;
    font-weight: 700;
    display: inline;
}

div.slide-subtitle-top-left {
    display: inline;
    font-size: 36px;
    font-style: italic;
}

div.vert-bar-left {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 130px;
    width: 30px;
    background-color: black;
}

div.vert-bar-right {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 140px;
    width: 30px;
    background-color: black;
}

div.horiz-bar-bottom {
    display: none;
    position: absolute;
    top: 1030px;
    left: 40px;
    height: 14px;
    width: 1840px;
    background-color: black;
}

div.textbox {
    font-size: 30px;
    color: rgb(86, 86, 86);
    line-height: 35px;
}

.textbox.center {
    text-align: center;
}

.textbox > p {
    margin: 0;
}