@font-face {
    font-family: typewriterFont;
    src: url(kingthingstrypewriter.ttf);
}
@font-face {
    font-family: boringFont;
    src: url(Roboto-Thin.ttf);
}
h1,h2,h3,h4,h5,h6 {
    font-family: boringFont;
	font-weight: normal;
}
body {
	background-color: black;
	-webkit-transition: opacity 1s ease-in;
    -moz-transition: opacity 1s ease-in;
    -ms-transition: opacity 1s ease-in;
    -o-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in;
}
body div {
	color: white;
	font-family: boringFont;
}
a:link {
    color: white;
}
a:visited {
    color: white;
}
a:hover {
    color: white;
}
a:active {
    color: white;
}

.centered {
    margin: 25px auto 20px;
    display: block;
}

.pitch-text {
    font-size: larger;
}

/* Hide scrollbar for Chrome, Safari and Opera */
    .example::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE and Edge */
    .example {
    -ms-overflow-style: none;
}

@media only screen and (min-width: 1024px) {
    #name {
    font-size: 150%;
    width: 153px;
    margin-top: 4%;
    margin-left: 4%;
    cursor: default;
    letter-spacing: 3px;
    color: white;
    }
    #projects {
        display: inline-flex;
        margin-left: 2%;
        margin-top: 2%;
    }
    #contact {
        position: fixed;
        bottom: 3%;
        left: 4%;
        width: 100%;
        letter-spacing: 3px;
    }
    .project-img-container {
        border: 27px solid black;
        border-bottom-width: 0px;
        overflow: hidden;
        width: 20px;
        transition: width 1s;
        -moz-transition: width 1s;
        -webkit-transition: width 1s;
    }
    .project-image {
      width: 500px;
      cursor: pointer;
    }
    .project-img-container:hover {
      width: 500px;
    }
    #info {
        opacity: 0;
    }
    .project-video-container {
        display: none;
        opacity: 0;
        position: fixed;
        background-color: rgba(0,0,0,.5);
        width: 100%;
        height: 100%;
        z-index: 2;
        /* left: -1000px;
        top: -1000px; */
    }
    .project-video {
        width: 75%;
        height: 70%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 7%;
        padding-left: 5%;
    }
    .project-video-player-container {
        width: 90%;
        height: 100%;
        display: inline-flex;
    }
    .project-video-info {
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        display: inline-block;
        margin-top: 1%;
        font-size: 125%;
        vertical-align: top;
    }
    .accolades {
        opacity: 0;
        transition: opacity 1s;
        -moz-tranistion: opacity 1s;
        -webkit-transition: opacity 1s;
        position: fixed;
        left: 4%;
        width: 95%;
        height: 10%;
        z-index: 1;
    }
    .accolades img {
        /*width: 8%;
        height: 100%;*/
        height: 100%;
        width: auto;
    }
    .project-video-info-mobile{
        display: none;
    }
    
    #bioName {
        text-align: center;
        font-size: 300%;
        letter-spacing: 5px;
        padding: 10px;
    }
    
    #bioText {
        width: 42%;
        text-align: center;
        padding: 1%;
        font-size: 1vw;
        margin-top: 0;
        margin-bottom: 0;
    }
    
    #bioTextContainer {
        margin-left: 29%;
    }

    #introText {
        width: 60%;
        font-size: 1.3vw;
        padding: 5%;
        letter-spacing: 1px;
        text-align: justify;
        line-height: 1.8vw;
    }

    .episodeName {
        font-size: 3vw;
        letter-spacing: 3px;
        text-align: center;
    }
    .episodeBlurb {
        width: 80%;
        font-size: 1.2vw;
        letter-spacing: 1px;
        text-align: justify;
        padding-bottom: 35px;
        line-height: 1.8vw; 
    }

    .episodeSection {
        padding-top: 10%;
        padding-bottom: 15%;
        position: relative;
        z-index: 2;
    }

    #listColumn1 {
        float: left;
        width: 48.5%;
    }

    #listColumn2 {
        float: right;
        width: 48.5%;
    }

    .episodeList {
        padding-top: 26%;
        position: relative;
        z-index: 1;
    }

    .episodeListEntry {
        padding-bottom: 12%;
    }

    .episodeListName {
        font-size: 2.2vw;
        letter-spacing: 2px;
        padding-bottom: 1%;
    }

    .episodeListBlurb {
        font-size: 1.2vw;
        text-align: justify;
        letter-spacing: 1px;
        line-height: 1.8vw;
    }

    #episodeListTitle {
        font-size: 3vw;
        letter-spacing: 3px;
        padding-bottom: 2%;
    }

    .bio {
        padding-bottom: 1%;
        position:relative;
        bottom: 300%;
    }
    
    #mobileText {
        display: none;
    }
    
    #frog {
        position: absolute;
        bottom: -31%;
        left: -15%;
    }
    #flyingPigeon {
        position: absolute;
        bottom: 0;
        width: 139.5%;
        left: -27.30%;
        z-index: 1;
    }
    #pigeonImage2Trigger {
        position: absolute;
        z-index: 3;
    }
    
    
}

@media only screen and (max-width: 1023px) and (min-width: 415px) {
    #name {
        font-size: 250%;
        margin-top: 4%;
        margin-left: 2%;
        cursor: default;
        letter-spacing: 3px;
        color: white;
    }
    #projects {
        margin-left: 2%;
        height: 3000px;
        width: 96%;
    }
    #contact {
        font-size: 150%;
        margin-top: 1%;
        margin-left: 2%;
        margin-bottom: 6%;
        width: 75%;
        letter-spacing: 3px;
    }
    .project {
        height: 20%;
        margin-bottom: 8%;
    }
    .project-img-container {
        display: none;
        width: 100%;
        margin-bottom: 5%;
    }
    .project-image {
      width: 100%;
    }
    .project-video-container {
        width: 100%;
        height: 100%;
    }
    .project-video {
        width: 100%;
        height: 100%;
    }
    .project-video-player-container {
        width: 100%;
        height: 100%;
    }
    .project-video-player {
        height: 100%;
    }
    .project-video-info {
        display: none;
    }
    .project-video-info-mobile {
        font-size: 170%;
    }
    .accolades {
        display: none;
    }
    .episodeList {
        display: none;
    }
    .episodeSection {
        display: none;
    }
    #introText {
        display: none;
    }
    #introImages {
        display: none;
    }
    .bio {
        display: none;
    }
    #mobileText {
        font-size: 150%;
        width: 90%;
        text-align: center;
    }
}

@media only screen and (max-width: 414px) {
    #name {
        font-size: 250%;
        margin-top: 4%;
        margin-left: 2%;
        cursor: default;
        letter-spacing: 3px;
        color: white;
    }
    #projects {
        margin-left: 2%;
        height: 3000px;
        width: 96%;
    }
    #contact {
        font-size: 150%;
        margin-top: 1%;
        margin-left: 2%;
        margin-bottom: 6%;
        width: 75%;
        letter-spacing: 3px;
    }
    .project {
        height: 20%;
        margin-bottom: 8%;
    }
    .project-img-container {
        display: none;
        width: 100%;
        margin-bottom: 5%;
    }
    .project-image {
      width: 100%;
    }
    .project-video-container {
        width: 100%;
        height: 100%;
    }
    .project-video {
        width: 100%;
        height: 100%;
    }
    .project-video-player-container {
        width: 100%;
        height: 100%;
    }
    .project-video-player {
        height: 100%;
    }
    .project-video-info {
        display: none;
    }
    .project-video-info-mobile {
        font-size: 170%;
    }
    .accolades {
        display: none;
    }
    .episodeList {
        display: none;
    }
    .episodeSection {
        display: none;
    }
    #introText {
        display: none;
    }
    #introImages {
        display: none;
    }
    .bio {
        display: none;
    }
    #mobileText {
        font-size: 90%;
        width: 90%;
        text-align: center;
    }
    #coverImage {
        padding-top: 30%;
    }
}