/* BEGIN RESET 2.0 */

/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END RESET 2.0 */

/* BEGIN MOBILE DISPLAY */

/* BEGIN TYPOGRAPHY */
@font-face { /*branding font*/
    font-family: VTCGoblinHand;
    src: url('/fonts/VTCGoblinHand.woff2') format('woff2');
    src: url('/fonts/VTCGoblinHand.woff') format('woff');
    src: url('/fonts/VTCGoblinHand.ttf') format('truetype');
}

@font-face { /* body font: medium */
    font-family: Montserrat-Medium;
    src: url('/fonts/Montserrat-Medium.woff2') format('woff2');
    src: url('/fonts/Montserrat-Medium.woff') format('woff');
    src: url('/fonts/Montserrat-Medium.ttf') format('truetype');
}

@font-face { /* body font: medium italic */
    font-family: Montserrat-MediumItalic;
    src: url('/fonts/Montserrat-MediumItalic.woff2') format('woff2');
    src: url('/fonts/Montserrat-MediumItalic.woff') format('woff');
    src: url('/fonts/Montserrat-MediumItalic.ttf') format('truetype');
}

@font-face { /* body font: bold */
    font-family: Montserrat-ExtraBold;
    src: url('/fonts/Montserrat-ExtraBold.woff2') format('woff2');
    src: url('/fonts/Montserrat-ExtraBold.woff') format('woff');
    src: url('/fonts/Montserrat-ExtraBold.ttf') format('truetype');
}

:root {
    font-size: 16px;
    font-family: Montserrat-Medium;
    color: #2d3436;
}

.vtc {
    font-family: VTCGoblinHand;
}

p {
    margin-top: 2.5vh;
    margin-top: 2.5vh;
    line-height: 2rem;
}


h1 {
    margin-top: 2.5vh;
    margin-top: 2.5vh;
    font-size: 1.2rem;
    font-weight: 500;
    color: #2d3436;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 3rem;
    color: #2d3436;
}

h4 {
    font-size: 4rem;
    color: #ffffff;
}

h5 {
    font-size: 5rem;
    color: #ffffff;
}

.center {
    text-align: center;
}

.white {
    color: #ffffff;
}

a {
    font-weight: 900;
    text-decoration: none;
    color: #000000;
}
/* END TYPOGRAPHY */

/* BEGIN GENERAL */
div { /* used during drafting phase only */
/*    outline: solid #aaaaaa 1px;*/
}

html {
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     scroll-behavior: smooth;
}

body {
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-image: url('../media/images/ux_mini_2.jpg');
}

.viewportWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: linear-gradient(rgba(0,0,0,0), rgba(255,255,255,1), rgba(0,0,0,1));
}

ul {
    margin-top: 2.5vh;
    margin-top: 2.5vh;
    list-style-type: square;
    list-style-position: inside;
}

ol {
    list-style-type: decimal;
    list-style-position: inside;
}

li {
    line-height: 2rem;
}

.generalImage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 1.5vh;
    margin-bottom: 1.5vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.generalImage img {
    width: 100%;
}

.videoResponsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.videoResponsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/* END GENERAL */

/* BEGIN HEADER */
.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    height: 10vh;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: background-color .5s ease;
}

.headerWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    max-width: 36rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sections {
    font-weight: 900;
    font-family: VTCGoblinHand;
    color: #000000;
}

#work {
}

#play {
}

.infoIcon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 6vh;
    width: 6vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

#headerDescription {
    display: none;
    color: #ffffff;
    margin-left: 5vh;
}
/* END HEADER */

/* BEGIN ABOUT */
#aboutPage {
    display: none;
    position: fixed;
    height: 100vh;
    width: 100vw;
    overflow-y: scroll;
    background-color: #ffffff;
}

.closeIcon {
    height: 8vh;
    width: 8vh;
    -ms-flex-item-align: center;
    align-self: center;
}

.mugWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin: 5vh auto 5vh auto;
}

.mugWrapper img {
    height: 100%;
    width: 100%;
}
/* END ABOUT */

/* BEGIN LANDING AREA */
.splash {
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    color: #000;
}

.name {
    width: 100%;
    max-width: 36rem;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 900;
    color: #181818;
}

.career {
    width: 100%;
    max-width: 36rem;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
    font-weight: 900;
    color: #181818;
}
/* END LANDING AREA */

/* BEGIN PROJECT DISPLAYS */

/* BEGIN GENERAL DISPLAY CLASSES */
.projectArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.projectTitleWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 36rem;
    border-radius: 1vh;
    background-image: linear-gradient(rgba(0,0,0,1),rgba(0,0,0,0));
}

.projectTitle {
    display: flex;
    height: 20%;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: VTCGoblinHand;
    font-weight: 900;
    color: #ffffff;
}

.projectSubtitle {
    display: flex;
    height: 15%;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #ffffff;
}

.overlayWrapper {

}

.overlayNav {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 10vh;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ffffff;
    
}

.overlayNavWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 36rem;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.goToProject {
    margin-top: auto;
    margin-bottom: auto;
}

.overlayCloseTop {
    margin-top: auto;
    margin-bottom: auto;
    height: 5vh;
    width: 5vh;
    background-image: url('../media/icons/closeIcon.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.overlayConent {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    max-width: 36rem;
    padding-top: 10vh;
}

.overlayContent h1 {

}
/* END GENERAL DISPLAY CLASSES */

/* BEGIN DISPLAY 1 */
#projectImage1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70%;
    max-height: 36rem;
    width: 90%;
    max-width: 36rem;
    -ms-flex-item-align: center;
    align-self: center;
    background-image: url('../media/images/pongImage_gs_thumbnail.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    border-radius: 1vh;
}

#projectInfo1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    width: 20vh;
    margin: auto;
    border: .35vh solid white;
    border-radius: 1vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.5vh;
    cursor: pointer;
    background-color: rgba(24, 24, 24,.6);
}

#projectOverlay1 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    overflow-y: scroll;
    background-color: #ffffff;
}

.pongImage {
    width: 100%;
    background-image: url('../media/images/jsGrowth.PNG');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
/* END DISPLAY 1 */

/* BEGIN DISPLAY 2 */
#projectArea2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ffffff;
}

#projectImage2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70%;
    max-height: 36rem;
    width: 90%;
    max-width: 36rem;
    -ms-flex-item-align: center;
    align-self: center;
    background-image: url('../media/images/lightmare_gs_thumbnail.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 1vh;
}

#projectInfo2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    width: 20vh;
    margin: auto;
    border: .35vh solid white;
    border-radius: 1vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.5vh;
    cursor: pointer;
    background-color: rgba(24, 24, 24,.6);
}

#projectOverlay2 {
    z-index: 1;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    overflow-y: scroll;
    background-color: #ffffff;
}
/* END DISPLAY 2 */

/* BEGIN DISPLAY 3 */
#projectArea3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #181818;
}

#projectImage3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70%;
    max-height: 36rem;
    width: 90%;
    max-width: 36rem;
    -ms-flex-item-align: center;
    align-self: center;
    background-image: url('../media/images/janes_focus_gs_thumbnail.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 1vh;
}

#projectInfo3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    width: 20vh;
    margin: auto;
    border: .35vh solid white;
    border-radius: 1vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.5vh;
    cursor: pointer;
    background-color: rgba(24, 24, 24,.6);
}

#projectOverlay3 {
    z-index: 1;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    overflow-y: scroll;
    background-color: #ffffff;
}
/* END DISPLAY 3 */

/* BEGIN DISPLAY 4 */
#projectArea4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#projectImage4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70%;
    max-height: 36rem;
    width: 90%;
    max-width: 36rem;
    -ms-flex-item-align: center;
    align-self: center;
    background-image: url('../media/images/planet_fitness_gs_thumbnail.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 1vh;
}

#projectInfo4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    width: 20vh;
    margin: auto;
    border: .35vh solid white;
    border-radius: 1vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.5vh;
    cursor: pointer;
    background-color: rgba(24, 24, 24,.6);
}

#projectOverlay4 {
    z-index: 1;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    overflow-y: scroll;
    background-color: #ffffff;
}
/* END DISPLAY 4 */

/* BEGIN DISPLAY 5 */
#projectArea5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#projectImage5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70%;
    max-height: 36rem;
    width: 90%;
    max-width: 36rem;
    -ms-flex-item-align: center;
    align-self: center;
    background-image: url('../media/images/drexel_equip_logo.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 1vh;
}

#projectInfo5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    width: 20vh;
    margin: auto;
    border: .35vh solid white;
    border-radius: 1vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.5vh;
    cursor: pointer;
    background-color: rgba(24, 24, 24,.6);
}

#projectOverlay5 {
    z-index: 1;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    overflow-y: scroll;
    background-color: #ffffff;
}
/* END DISPLAY 5 */

/* BEGIN STREAMER */
.streamer {
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
    background-image: url('/media/images/hayden_site_banner.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.streamModule {
    width: 75vw;
    max-width: 36rem;
}

.streamQuote {
    font-weight: 900;
    color: #ffffff;
}

.streamIconWrapper {
    display: flex;
    justify-content: space-between;
}

.streamIcon {
    width: 8vh;
}
/* END STREAMER */

/* END PROJECT DISPLAYS */

/* BEGIN FOOTER */
.contactWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.directContact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 10vh;
    width: 100%;
    max-width: 18rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
}

.aboutDirectContact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 10vh;
    width: 100%;
    max-width: 18rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000000;
}

.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.footerContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 36rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.socialWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 10vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.socialWrapper img {
    width: 8vh;
    height: 8vh;
}
/* END FOOTER */

/* BEGIN GALLERY */
.galleryHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    height: 10vh;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #181818;
}

.galleryHeaderWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    max-width: 36rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gallerySplash {
    height: 100%;
    background-color: #181818;
}

.galleryArea {
    display: flex;
    width: 100%;
    max-width: 36rem;
    margin-top: 10vh;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.galleryArea img {
    width: 100%;
}
/* END GALLERY */

/* END MOBILE */

/* BEGIN RESPONSIVE */

/* TABLET */
@media screen and (min-width : 800px) {

}

/* DESKTOP */
@media screen and (min-width : 1300px) {
    font-size: calc(16px + 6 * ((100vw - 320px) / 680));
}
/* END RESPONSIVE */