@font-face {
    font-family: bitmap;
    src: url('../misc/PressStart2P.ttf');
}

@font-face {
    font-family: menlo;
    src: url('../misc/Menlo-Regular.ttf');
}

body {
    font-family: menlo;
}

.nav-justified > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
}

.nav-justified > li:first-child > a {
  border-radius: 5px 5px 0 0;
}
.nav-justified > li:last-child > a {
  border-bottom: 0;
  border-radius: 0 0 5px 5px;
}

@media (min-width: 768px) {
  .nav-justified {
    max-height: 52px;
  }
  .nav-justified > li > a {
    border-right: 1px solid #d5d5d5;
    border-left: 1px solid #fff;
  }
  .nav-justified > li:first-child > a {
    border-left: 0;
    border-radius: 5px 0 0 5px;
  }
  .nav-justified > li:last-child > a {
    border-right: 0;
    border-radius: 0 5px 5px 0;
  }
}

#welcome {
    font-family: bitmap;
    background-image: url('../img/header.png');
    background-size: 100% 100%;
    height: 90vh;
}

#welcome-title {
    font-size: 7vh;
    font-weight: bold;
    color: #1d8b8e;
    margin-top: 15vh;
    max-width: 100%;
    max-height: 100%;
}

@media (max-width: 700px) {
    #welcome {
        background-image: url('../img/header-mobile.png');
    }

    #welcome-title {
        font-size: 7vw;
        margin-bottom: 0vh;
        margin-top: 32vh;
    }
}

#cloud {
    float: right;
    position: absolute;
    margin-left: 65%;
    overflow: hidden;
    z-index: 999;
}

#cloud-img {
    overflow: hidden;
    height: 50%;
    width: 50%;
}

#lol {
    float: right;
    display: none;
    position: fixed;
    margin-left: -20%;
    z-index: 999;
}

#placeholderNav {
    display: none;
}

#myButton {
    border-radius: 0;
    border: 2px solid #6590b4;
}

#myButton > span {
    border: 1px solid #6590b4;
}

.active {
    text-decoration: underline;
    color: #003978 !important;
    font-weight: bold;
}

.section-header {
    font-size: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.navigation {
    height: 10vh;
    line-height: 10vh;
    background-color: #EBF5F4;
    z-index: 1;
}

.navbar-collapse {
    background-color: #EBF5F4;
}

.fixed-nav-bar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}

.nav-button {
    color: #6590B4;
    font-size: 5vh;
    text-align: center;
}

#about {
    min-height: 90vh;
    font-family: Menlo;
    font-size: 1.2em;
}

#about .section-header {
    color: #003978;
    overflow: hidden;
}

#background-left {

    height: 55vh;
    width: 55vh;
    float: left;
    margin-left: -33%;
    position: absolute;
    overflow: hidden;
    z-index: -1;
}

#background-right {
    max-height: 45vh;
    max-width: 70vh;
    float: right;
    margin-left: 100%;
    position: absolute;
    overflow: hidden;
    z-index: -1;
}

.about-image {
    height:100%;
    width: 100%;
}

.main-text {
    max-width: 60%;
    min-width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

@media(max-width: 700px) {
    .main-text {
        min-width: 100%;
        max-width: 100%;
    }
}
.main-text p {
    max-width: 100%;
    min-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#schedule {
    min-height: 90vh;
    text-align: left;
    background-color: #F4F2F1;
    padding-bottom: 20px;
}

#schedule .section-header {
    color: #328781;
}

.schedule {
    padding-bottom: 20px;
}

#faq {
    background-color: rgb(41, 42, 37);
    color: white;
    font-family: menlo;
}

#apply {
    height: 100%;
    color: white;
    background-color: #99CACD;
}

.apply-button {
    border: solid white 10px;
    height: 100px;
    line-height: 100px;
    max-width: 350px;
    width: 90vw;
    display: inline-block;
    background-color: #67999C;
    cursor: pointer;
}

#footer {
    height: 10vh;
    line-height: 10vh;
}


.sublime {
    color: rgb(126, 127, 124);
    padding-left: 0em;
    font: monospace;
}

.sublime ul {
    padding-left: 80%;
    box-sizing: border-box;
}

.sublime li {
    list-style-type: none;
}

.import {
    padding-left: 10px;
}

.c-header {
    float: left;
    clear: both;
}

.preprocessor {
    color: rgb(232, 68, 112);
}

.file {
    color: rgb(232, 223, 110);
}

.faq-block {
    text-align: left;
}

.answer {
    color: #ffffff;
    padding-top: 0.7em;
}

.keyword {
    color: rgb(93, 205, 199);
    font-style: italic;
}

.params {
    color: rgb(232, 223, 110);
}
.function {
    color: rgb(162, 201, 59);
}

.closing-brace {
    padding-top: 0.5em;
}

#faq-title {
    color: rgb(126, 127, 124);
    clear: both;
}

@media (max-width: 780px ){
    .sublime {
        margin-right: 4%;
    }
}

#sponsors {
    min-height: 90vh;
    background-color: #72B9BC;
    font-family: menlo;
    color: #ffffff;
}

.sponsor-block {
    overflow: hidden;
}

#sponsors img {
    max-width: 100%;
    max-height: 100%;
}
.sponsor-img{
    width: 45%;
}
.ionic-img{
    width: 35%;
}

.tree {
    padding: 1% 1% 1% 1%;
}

.shrub {
    padding: 2% 2% 2% 2%;
}

.spring-sponsor img {
    width: 100%;
    opacity: 0.6;
}

.partner {
    padding: 0 10px 10px 0;
}

.partner-img {
    width: 65%;
}

.track-title {
  color: #72B9BC;
}

.vcenter {
    display: flex;
    align-items: center;
}




html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}


fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


textarea {
    resize: vertical;
}


.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}




















.hidden {
    display: none !important;
}


.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}


.invisible {
    visibility: hidden;
}


.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}


@media only screen and (min-width: 35em) {
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
}


@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }


    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }


    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}



 
#apply {
    height: 100%;
    color: white;
    background-color: #99CACD;
    padding-bottom: 60px;
}
 
/* ===== APPLY FORM ===== */
.apply-form-wrapper {
    background-color: rgba(29, 42, 40, 0.85);
    border: 2px solid #1d8b8e;
    border-radius: 4px;
    padding: 30px 40px 40px;
    text-align: left;
    font-family: menlo, monospace;
    margin-bottom: 40px;
}
 
.apply-form-header {
    border-bottom: 1px solid #2e5e61;
    padding-bottom: 14px;
    margin-bottom: 26px;
}
 
.apply-prompt {
    color: #7ec9cb;
    font-size: 0.85em;
}
 
.apply-field-group {
    margin-bottom: 22px;
    position: relative;
}
 
.apply-field-group.half {
    width: 48%;
}
 
.form-row-pair {
    display: flex;
    gap: 4%;
    align-items: flex-start;
    flex-wrap: wrap;
}
 
.apply-label {
    display: block;
    color: #c7d3d3;
    font-size: 0.78em;
    margin-bottom: 7px;
    font-family: menlo, monospace;
}
 
.apply-var {
    color: #5dcdc7;
    font-style: italic;
}
 
.apply-eq {
    color: #e8d86e;
}
 
.apply-comment {
    color: #6a8a8c;
    font-size: 0.9em;
}
 
.apply-input {
    display: block;
    width: 100%;
    background-color: #0e2323;
    border: 1px solid #2e6266;
    border-radius: 3px;
    color: #e8d86e;
    font-family: menlo, monospace;
    font-size: 0.82em;
    padding: 10px 14px;
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    -webkit-appearance: none;
    appearance: none;
}
 
.apply-input:focus {
    border-color: #1d8b8e;
    box-shadow: 0 0 0 2px rgba(29, 139, 142, 0.25);
}
 
.apply-input::placeholder {
    color: #3d6b6e;
}
 
.apply-input.apply-textarea {
    resize: vertical;
    min-height: 100px;
}
 
.apply-select {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%231d8b8e'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 30px;
}
 
.apply-select option {
    background-color: #0e2323;
    color: #e8d86e;
}
 
.apply-input.error-field {
    border-color: #e84470;
    box-shadow: 0 0 0 2px rgba(232, 68, 112, 0.2);
}
 
.apply-field-error {
    display: none;
    color: #e84470;
    font-size: 0.72em;
    margin-top: 5px;
    font-family: menlo, monospace;
}
 
.apply-field-error.visible {
    display: block;
}
 
/* Checkbox */
.apply-checkbox-group {
    margin-top: 10px;
}
 
.apply-checkbox-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 12px;
    font-size: 0.82em;
    color: #c7d3d3;
    font-weight: normal;
    margin-bottom: 0;
}
 
.apply-checkbox-label input[type="checkbox"] {
    width: 18px;
    height: 18px;
    min-width: 18px;
    accent-color: #1d8b8e;
    cursor: pointer;
}
 
.apply-link {
    color: #7ec9cb;
    text-decoration: underline;
}
 
.apply-link:hover {
    color: #ffffff;
}
 
/* Submit button */
.apply-submit-row {
    margin-top: 30px;
    text-align: center;
}
 
.apply-submit-btn {
    background-color: transparent;
    border: 2px solid #1d8b8e;
    color: #1d8b8e;
    font-family: bitmap, monospace;
    font-size: 0.7em;
    padding: 16px 36px;
    cursor: pointer;
    border-radius: 3px;
    letter-spacing: 0.05em;
    transition: background-color 0.2s, color 0.2s, transform 0.1s;
    outline: none;
}
 
.apply-submit-btn:hover {
    background-color: #1d8b8e;
    color: #0e2323;
}
 
.apply-submit-btn:active {
    transform: scale(0.97);
}
 
.apply-submit-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
 
/* ===== RESPONSIVE ===== */
@media (max-width: 767px) {
    .apply-form-wrapper {
        padding: 20px 18px 30px;
    }
 
    .form-row-pair {
        flex-direction: column;
        gap: 0;
    }
 
    .apply-field-group.half {
        width: 100%;
    }
 
    .apply-label {
        font-size: 0.72em;
    }
 
    .apply-input {
        font-size: 0.78em;
    }
 
    .apply-submit-btn {
        width: 100%;
        font-size: 0.65em;
        padding: 14px 20px;
    }
 
    #apply .section-header h1 {
        font-size: 28px;
    }
}
 
@media (max-width: 480px) {
    .apply-form-wrapper {
        padding: 16px 12px 24px;
    }
 
    .apply-prompt {
        font-size: 0.7em;
    }
}
 
/* Prevent iOS zoom on inputs */
@media (max-width: 767px) {
    .apply-input,
    .apply-select {
        font-size: 16px !important;
    }
}
 
#footer {
    height: 10vh;
    line-height: 10vh;
}
 
 
.sublime {
    color: rgb(126, 127, 124);
    padding-left: 0em;
    font: monospace;
}
 
.sublime ul {
    padding-left: 80%;
    box-sizing: border-box;
}
 
.sublime li {
    list-style-type: none;
}
 
.import {
    padding-left: 10px;
}
 
.c-header {
    float: left;
    clear: both;
}
 
.preprocessor {
    color: rgb(232, 68, 112);
}
 
.file {
    color: rgb(232, 223, 110);
}
 
.faq-block {
    text-align: left;
}
 
.answer {
    color: #ffffff;
    padding-top: 0.7em;
}
 
.keyword {
    color: rgb(93, 205, 199);
    font-style: italic;
}
 
.params {
    color: rgb(232, 223, 110);
}
.function {
    color: rgb(162, 201, 59);
}
 
.closing-brace {
    padding-top: 0.5em;
}
 
#faq-title {
    color: rgb(126, 127, 124);
    clear: both;
}
 
@media (max-width: 780px ){
    .sublime {
        margin-right: 4%;
    }
}
 
#sponsors {
    min-height: 90vh;
    background-color: #72B9BC;
    font-family: menlo;
    color: #ffffff;
}
 
.sponsor-block {
    overflow: hidden;
}
 
#sponsors img {
    max-width: 100%;
    max-height: 100%;
}
.sponsor-img{
    width: 45%;
}
.ionic-img{
    width: 35%;
}
 
.tree {
    padding: 1% 1% 1% 1%;
}
 
.shrub {
    padding: 2% 2% 2% 2%;
}
 
.spring-sponsor img {
    width: 100%;
    opacity: 0.6;
}
 
.partner {
    padding: 0 10px 10px 0;
}
 
.partner-img {
    width: 65%;
}
 
.track-title {
  color: #72B9BC;
}
 
.vcenter {
    display: flex;
    align-items: center;
}