/* light F0F2A6, medium 392061, dark 1A1b25*/
html{
    scroll-behavior: smooth;
}

@font-face {
    font-family: OldSansBlack;
    src: url(./Fonts/OldSansBlack.ttf);
}
@font-face {
    font-family: Name;
    src: url(./Fonts/Dolce\ Vita\ Light.ttf);
}
@font-face {
    font-family: Princ;
    src: url(./Fonts/PRINC___.TTF);
}
:root{
    --bg-col:#0D0E20;
    --plate-col:#161630;
}

body {
    margin: 0;
    padding: 0;
    background-color: var(--bg-col);
}

#bgImage {
    width: 100%;
    position: absolute;
    z-index: -1;
    overflow-x: hidden;
}
#bgImage img{
    width: 100%;
    overflow-x: hidden;
}

.top {
    width: 100%;
    margin-bottom: 0;
}
.navBarHolder{
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 99;
}

.namePlate {
    display: flex;
    width: 100%;
    text-align: center;
    font-size: calc(20px + 5vw);
    display: block;
    font-family: Name;
    padding-top: 3vh;
    color: white;
    /*margin-bottom: calc(12px + 10vw);*/
}

.namePlate p {
    font-size: calc(14px + 1.8vw);
    font-family: Princ;
}

.header {
    background-color: var(--plate-col);
    width: 100%;
    display: inline-flexbox;
    font-weight: normal;
    flex-wrap: wrap;
    overflow-x: none;
    overflow-y: none;
    font-family: Princ;
    color: white;
    text-align: center;
    padding-top: 10px;
    white-space: normal;
    font-size: calc(12px + 1vw);
}
.headerBreak {
    background-color: var(--bg-col);
    width: 100%;
    overflow-x: none;
    overflow-y: none;
    height: 10px;
    margin: 0;
    padding: 0;
}
.headerBreak p{
    margin: 0;
    padding: 0;
}

.header h1 {
    font-size: inherit;
    display: inline-block;
    line-height: 50%;
    white-space: normal;
    margin: 0;
    padding: 0;
    margin-left: 3vw;
    margin-right: 3vw;
    margin-bottom: 1vh;
    font-weight: inherit;
    color: white;
}

.header button {
    font-size: inherit;
    margin: 0;
    margin-left: 3vw;
    margin-right: 3vw;
    margin-bottom: 1vh;
    padding: 0;
    font-weight: inherit;
    color: inherit;
}

.header a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.header a:hover {
    text-decoration: underline;
}

.noClickButton {
    border: none;
    background: none;
    color: white;
    display: inline-block;
    padding-left: 100px;
    font-size: 30pt;
    font-size: 1.75vw;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 50px;
    padding-right: 2vw;
    font-family: inherit;
}

.noClickButton:hover {
    cursor: pointer;
    text-decoration: underline;
}

.nav {
    background-color: var(--plate-col);
    white-space: nowrap;
    width: 100%;
    text-align: center;
    margin-top: 0;
    font-family: Princ;
    color: white;
}

.nav h1 {
    display: inline-block;
    margin-left: 1vw;
    margin-right: 1vw;
    font-size: 1vw;
    margin-top: 0;
    padding-top: 10px; 
    font-family: inherit;
    color: inherit;
    font-weight: normal;
}

.nav a {
    text-decoration: none;
    font-family: inherit;
    color: inherit;
}

.nav a:hover {
    text-decoration: underline;
    font-family: inherit;
    color: inherit;
}

.youtubeShort{
    aspect-ratio: 9 / 16;
    width: 281.25px;
    height: 500px;
    justify-self: center;
}

.projectSectionHeader {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    margin-top: 1vh;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    font-size: calc(20px + 2vw);
    text-align: center;
    font-family: Princ;
    background-color: var(--plate-col);
    color: white;
}
.projectSectionSubHeader {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    font-size: calc(20px + 1vw);
    text-align: center;
    font-family: Princ;
    color: white;
}


#projectArea {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}

.project {
    height: auto;
    width: 500px;
    margin: 20px;
    float: left;
    color: white;
    padding: 20px;
    overflow-y: hidden;
    text-align: center;
    position: relative;
}
.projectTop{
    background-color: var(--plate-col);
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Princ;
}

.projectInfo {
    word-wrap: break-word;
    height: auto;
    font-size: 14pt;
    font-family: Helvetica;
}

.project img {
    width: 100%;
    height: 300px;
}

.project a {
    text-decoration: none;
    color: rgb(0, 119, 255);
    font-size: 16pt;
}
.project a:hover {
    text-decoration: underline;
}

.project h1 a {
    font-size: inherit;
    white-space: nowrap;
}

.project h1 a:hover {
    font-size: inherit;
}

.projectForm{
    margin: 10px;
}

.projectForm input{
    color: white;
    font-family: Helvetica;
    background-color: #0D0E20;
    font-size: 14pt;
    border: none;
    padding: 10px;
    border-radius: 10px;
}
.projectForm input:hover{
    background-color: #1A1A37;
    cursor: pointer;
}

.sectionBlurb{
    margin-bottom: 1%;
}

.sectionBlurb p{
    word-wrap: break-word;
    height: auto;
    font-size: 16pt;
    font-family: Helvetica;
    color: white;
    margin-left: 25%;
    margin-right: 25%;
}

.sectionItem{
    align-items: center;
    justify-content: center;
    align-content: center;
    margin-bottom: 1%;
    text-align: center;
    margin-top: 0;
}

.sectionItemText{
    word-wrap: break-word;
    height: auto;
    font-size: 16pt;
    font-family: Helvetica;
    color: white;
    text-align: inherit;
    margin-left: 25%;
    margin-right: 25%;
    text-align: left;
}
.sectionItem img{
    height: auto;
    width: 200px;
    aspect-ratio: 9 / 16;
    margin-left: 5%;
    margin-right: 5%;
}

.webGameContainer {
    margin-left: auto;
    margin-right: auto;
}

.webGame {
    display: block;
    margin: auto;
}

.webGameExtra {
    text-align: center;
    width: 80%;
    height: 500px;
    margin: auto;
}

.webGameExtra iframe {
    display: block;
    margin: 0;
    height: 100%;
    width: 100%;
}

.webGameExtra h1 {
    font-size: 4vw;
    margin-bottom: 0;
    padding-bottom: 0;
}

#experienceArea{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}

.eduSkills{
    width: 45%;
    min-width: 350px;
    max-width: 500px;
    background-color: var(--plate-col);
    min-height: 3vh;
    float: left;
    display: table-cell;
    flex-wrap: wrap;
    margin: 2.5%;
    margin-top: 0;
    color: white;
    text-align: center;
    vertical-align: middle;
    font-family: Princ;
}

.eduSkillInfo{
    /*
    transform: translateY(-50%);
    position: relative;
    top: 50%;
    */
    font-size: calc(14px + .5vw);
}

.eduSkills h1{
    font-size: calc(18px + 1vw);
    font-weight: normal;
    margin-bottom: 40px;
}

.eduSkillsHeaderBreak {
    background-color: white;
    width: 75%;
    overflow-x: none;
    overflow-y: none;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}
.eduSkillsHeaderBreak p{
    margin: 0;
    padding: 0;
}

.eduSkills p{
    font-size: calc(14px + .5vw);
    margin-top: 0;
    padding-top: 0;
}

.eduSkillInfo table{
    margin-top: 0;
    padding-top: 0;
    margin-left: auto;
    margin-right: auto;
}
.eduSkillInfo table td{
    margin-top: 0;
    padding-top: 0;
}
.eduSkillInfo table td ul{
    margin-top: 0;
    padding-top: 0;
}

.eduSkills table td ul li{
    font-size: calc(14px + .5vw);
    margin: 25px;
}

.experienceHeader {
    width: 100%;
    font-size: calc(20px + 2vw);
    text-align: center;
    font-family: Princ;
    background-color: var(--plate-col);
    color: white;
    margin: 20px;
    margin-top: 1vh;
}

.workExperience {
    background-color: var(--plate-col);
    width: 32%;
    min-width: 350px;
    max-width: 500px;
    margin: 10px;
}

.workHeader {
    color: white;
    font-family: Princ;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    text-align: center;
    font-size: calc(18px + 1vw);
    padding: 10px;
    font-weight: normal;
}

.workTime{
    font-size: calc(16px + .5vw);
}

.workInfo {
    font-size: calc(14px + .5vw);
    font-family: Princ;
    color: white;
}

.workInfo p{
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#loading {
    top: 0;
    width: 100vw;
    height: 100vh;
    position: -webkit-sticky;
    position: sticky;
    background-color: #3f3f3f;

    display: flex;
    justify-content: center;
    align-items: center;

    overflow: hidden;
    z-index: 100;
  }
  #loadingBlock{
    width: 2vw;
    height: 2vw;
    animation-name: rotation;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0, .01, .7, 0);
    animation-iteration-count: infinite;
    background-color: rgb(141, 141, 141);
  }
  #loading p {
    -webkit-text-stroke: .1vw black;
    color: white;
    font-size: 5vw;
    flex: 0 0 5vw;
    padding-right: 1vw;
}
  
  @keyframes rotation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(90deg);
    }
  }