/* 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;
}

/**reset^**/

label {
	text-align: left;
	font-family: 'Courier New', Courier, monospace;
	font-weight:bold;
}

body {
	background: linear-gradient(0deg, #cfd2d6 0%,  #dfe2e5 51%, #ffff 75%);
height:100%;
}

p {
	font-family:'Courier New', Courier, monospace;
	font-weight: bold;
}

#FeverBG {
  background: linear-gradient(0deg, #f7baff 0%,  #ffdaf6 51%, #ffff 75%);
}

#CBBG {
  background: linear-gradient(0deg, #badaff 0%,  #daefff 51%, #ffff 75%);
}

#GalleryNav {
	display:flex;
	justify-content: center;
	flex-flow: row wrap;
}

.GalleryNavButtons {
	padding: 2% 4% 2% 4%;
	border: 5px dashed rgb(0, 55, 174);
	margin: 3%;
	border-radius: 25px;
	background-color: rgb(238, 234, 241);
}



.navlink {
	text-decoration: none;
	color:black;
	font-family:'Courier New', Courier, monospace;
	font-weight: bolder;
	font-size: 1em;
	border-bottom: 3px rgba(0, 0, 0, 0) solid;
	padding:15px;
}

#lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    cursor: pointer;
}

#lightbox img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
    animation: zoomIn 0.3s ease;
}

@keyframes zoomIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.GallerySized {
    cursor: pointer;
    transition: transform 0.2s ease;
}



.GallerySized:hover {
    transform: scale(1.05);
}

.SmallGallerySized {
    cursor: pointer;
    transition: transform 0.2s ease;
}

.SmallGallerySized:hover {
    transform: scale(1.05);
}

@font-face {
	font-family: Alternian;
	src: url(alternian.ttf);
}

@font-face {
	font-family: Sassacre;
	src: url(sassacre.ttf);
}

@font-face {
	font-family: Broadway;
	src: url(Goldroom.otf);
}

@font-face {
	font-family: Neuropolitical;
	src: url(Neuropolitical.otf);
}

@font-face {
	font-family: Joystick;
	src: url(joystick.otf);
}

h1 {
	font-family: 'Neuropolitical';
	font-size:75px;
}

.navlink:hover {
	transition: 0.5s border-bottom;
	border-bottom: 3px black solid;
	color:black;
}

#ProjectsNav {
    text-decoration: none;
	color:black;
	font-family:'Courier New', Courier, monospace;
	font-weight: bolder;
	font-size: 1em;
	border-bottom: 3px rgba(0, 0, 0, 0) solid;
	padding:15px;
	padding-bottom:20px;

}

h3 {
	font-family:'Joystick';
	font-size:25px;
}

li {
	margin:15px;
	background-color: rgb(238, 234, 241);
}

#top1 {
	background-color: rgb(238, 234, 241);
	color:black;
	position:sticky;
	top:0;
	z-index: 1;
	padding:15px;
	padding-bottom: 12px;
	display: flex;
	justify-content: space-evenly;
	padding-left:25%;
	padding-right:25%;
}

#homepage {
	display:grid;
	grid-template-rows: auto auto auto auto ;
	grid-template-columns: 1fr 1fr 1fr;
}

#FeverProjPage {
	display: grid;
	grid-template-rows: auto auto auto auto auto auto auto;
	grid-template-columns: auto;
}

#CYBERSPACEprojPage {
	display: grid;
	grid-template-rows: auto auto auto auto auto auto auto;
	grid-template-columns: auto;
}

#CYBERSPACEPageName {
	text-align: center;
	grid-area: 1 / 1;
	padding-top:18%;
	padding-bottom: 18%;
	background-color: rgba(255, 255, 255, 0.648);
	background-blend-mode:lighten;
	border-bottom: 5px dotted rgb(0, 55, 174);
}



#FeverPageName {
	text-align: center;
	grid-area: 1 / 1;
	padding-top:18%;
	padding-bottom: 18%;
	background-image: url(images/Rendered.png);
	background-position:center;
	background-position-x:25%;
	background-position-y: 35%;
	background-repeat: no-repeat;
	background-color: rgba(255, 255, 255, 0.648);
	background-blend-mode:lighten;
	border-bottom: 5px dotted rgb(104, 1, 78);
}

form {
	background-color: rgb(238, 234, 241);
	border-radius:25px;
	margin-right:25%;
	margin-left:25%;
	place-items:center;
	margin-top:50px;
	padding:15px;
	text-align:center;
	border:black double 5px;
	display: grid;
	grid-template-columns: auto auto;
	grid-template-rows: auto auto;
}

#ContactHeader {
	grid-area: 1 / 1 / span 1 / span 2;
}

fieldset {
	grid-area: 2 / 1;
}

input, textarea {
	width:20vw;
	font-family:'Courier New', Courier, monospace;
	font-weight:bolder;
	 border-style: none;
    border-bottom: solid rgb(96, 146, 255);
	border-radius:5px;
	resize:none;
}

#SocialMediaContact {
	grid-area: 2 / 2;
	display:flex;
	flex-flow:column;
	display:inline-block;
	margin-left: -200px;
	margin-top: -150px;
}


textarea {
	height:100px;
}

input[required] {
	  border-bottom: solid rgb(255, 0, 0);
}

textarea:active {
	border-style: none;
    border-bottom: solid rgb(96, 146, 255);
}

#submitButton {
	width: fit-content;
	padding:15px;
	font-family: "Joystick", sans-serif;
	background-color: rgb(96, 146, 255);
	font-size:30px;
	border-radius:10px;
	margin-top:-50px;
	border: black solid 3px;
	color:black;
}

#ShowcaseVideo {
	border-radius: 25px;
	border: 5px double rgb(104, 1, 78);
}

#MoreVideo {
	border-radius: 25px;
	border: 5px solid black ;
}

#FeverOverview {
	grid-area: 2 / 1;
}

#CYBERSPACEoverview {
	grid-area: 2 / 1;
}

#FeverNews {
	grid-area: 3 / 1;
}

#CYBERSPACEnews {
	grid-area: 3 / 1;
}

#FeverCharactersHeader {
	grid-area: 4 / 1;
}

#CYBERSPACEcharactersHeader {
	grid-area: 4 / 1;
}

#FeverCharacters {
	grid-area: 5 / 1;
	display:flex;
	overflow-x: auto;
	gap: 25px;
	scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}

#CYBERSPACEcharacters {
	grid-area: 5 / 1;
	display:flex;
	overflow-x: auto;
	gap: 25px;
	scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}


#FeverCharacterCarousel {
	display:flex;
	align-items:center;
	justify-content:center;
	gap: 25px;
	margin:1vw;
}

#FeverCharacters::-webkit-scrollbar {
            width: 16px;
        }
        
        #FeverCharacters::-webkit-scrollbar-track {
            border-radius: 8px;
            background-color: white;
            border: 2px solid rgb(104, 1, 78);
        }
        
        #FeverCharacters::-webkit-scrollbar-thumb {
            border-radius: 8px;
          border: 3px solid transparent;
           background-clip: content-box;
            background-color: rgb(255, 104, 217);
        }

		#CYBERSPACEcharacters::-webkit-scrollbar {
            width: 16px;
        }
        
        #CYBERSPACEcharacters::-webkit-scrollbar-track {
            border-radius: 8px;
            background-color: white;
            border: 2px solid rgb(0, 55, 174);
        }
        
        #CYBERSPACEcharacters::-webkit-scrollbar-thumb {
            border-radius: 8px;
          border: 3px solid transparent;
           background-clip: content-box;
            background-color: rgb(96, 146, 255);
        }

.CharacterCard {
	height: 35vw;
	width:20vw;
	border: rgb(255, 104, 217) solid 10px;
	background-color:rgb(255, 255, 255);
	text-align:center;
	border-radius: 15px;
	padding: 20px 15px;
	flex: 0 0 300px;
	 scroll-snap-align: center;
	 animation: carouselSpinSelect; 
  	animation-timeline: view(inline) ;

}

.CBCharacterCard {
	height: 35vw;
	width:20vw;
	border: rgb(96, 146, 255) solid 10px;
	background-color:rgb(255, 255, 255);
	text-align:center;
	border-radius: 15px;
	padding: 20px 15px;
	flex: 0 0 300px;
	 scroll-snap-align: center;
	 animation: carouselSpinSelect; 
  	animation-timeline: view(inline);

}

.CharacterCardEdge1 {
	text-align:center;
	align-content: center;
	border-radius: 15px;
	padding: 15px;
	flex: 0 0 23vw;
	 scroll-snap-align: center;
	 animation: carouselSpinSelect; 
  animation-timeline: view(inline);
}

.CharacterCardEdge2 {
	text-align:center;
	align-content: center;
	border-radius: 15px;
	padding: 15px;
	flex: 0 0 23vw;
	 scroll-snap-align: center;
	 animation: carouselSpinSelect; 
  animation-timeline: view(inline);
}

.CharacterCardPlaceHolder {
	text-align:center;
	align-content: center;
	border-radius: 15px;
	padding: 15px;
	flex: 0 0 15vw;
	 scroll-snap-align: center;
	 animation: carouselSpinSelect; 
  animation-timeline: view(inline);
  display:none;
}

.FeverHeadshots {
	height:50%;
	border-radius:50%;
	margin-bottom: 25px;
	border: rgb(255, 104, 217) dashed 5px;
	transition: all 0.5s ease-out;
}

.FeverHeadshots:hover{
	transform: rotate(360deg);
}


.CBHeadshots {
	height:50%;
	border-radius:50%;
	margin-bottom: 25px;
	border: rgb(96, 146, 255) dashed 5px;
	transition: all 0.5s ease-out;
}

.CBHeadshots:hover{
	transform: rotate(360deg);
}
#FeverGalleryHeader {
	grid-area: 6 / 1;
}

#CBGalleryHeader {
	grid-area: 6 / 1;
}

#FeverGallery {
	grid-area: 7 / 1;
	display:grid;
	grid-template-columns: auto auto auto;
	grid-template-rows: auto auto auto auto auto;
	margin: auto;
	place-content: center;
}

#CBGallery {
	display:grid;
	grid-template-columns: auto auto auto;
	grid-template-rows: auto auto auto;
	margin: auto;
	place-content: center;
	grid-area: 7 / 1;
}

.GallerySized {
	max-height: 35vw;
	max-width:35vw;
	border-radius:15px;
	border: black 5px solid;
	justify-content: center;
	place-self: center;
	margin:1vw;
	background-color: rgba(96, 146, 255, 0.25);
}

.GallerySizedVid {
	max-height: 35vw;
	max-width:35vw;
	border-radius:15px;
	border: black 5px solid;
	justify-content: center;
	place-self: center;
	margin:1vw;
	background-color: rgba(96, 146, 255, 0.25);
}


.SmallGallerySized {
	max-height: 15vw;
	max-width:15vw;
	border-radius:15px;
	border: black 5px solid;
	justify-content: center;
	place-self: center;
	margin:1vw;
	background-color: rgba(96, 146, 255, 0.25);
}

.SmallGallerySizedPFP {
	max-height: 15vw;
	max-width:15vw;
	border-radius:15px;
	border: black 5px solid;
	justify-content: center;
	place-self: center;
	margin:1vw;
	background-color: rgba(96, 146, 255, 0.25);
	
}

.SmallGallerySizedPFP:hover{
	animation: PFPspin 1.5s infinite linear;
	transform: rotate(360deg);
}

@keyframes PFPspin {
	0% {
		rotate:0deg
	}
	100% {
		rotate:359deg;
	}
}

@keyframes carouselSpin {
	from {translate: 0;}
	to {translate: -100%;}
}

@keyframes carouselSpinSelect {
	0%, 40%, 60%, 100% {
		transform: scale(0.75);
	}
	50% {
		transform: scale(1);
	}
}

a {
	color: rgb(22, 68, 167);
	transition: all 0.5s;
	font-family: 'Courier New', Courier, monospace;
	font-weight: bold;
}

a:hover {
	color: rgb(96, 146, 255);
}

#top2 {
	display:none;
}

.Empty {
    margin-top:5px;
}

ul {
    background-color: rgb(238, 234, 241);
    height:fit-content;
}
#drop {
	flex-flow: column;
	margin: 0;
	padding: 0;
	width:200px;
	position:fixed;
	top:0;
	left:0;
	height:100%;
	margin-left:-25px;
	margin-top:65px;

}

#projdrop {
    flex-flow: column;
	padding: 0;
	width:fit-content;
	position:fixed;
    margin-top:50px;
}

#AAAAAA{
	cursor: pointer;
	font-size: 45px;
	color:rgb(0, 0, 0);
	height:100%;
}

#HomePageName {
	margin-left:60%;
	margin-top:13%;
	grid-area: 1 / 1 / 1 / 4;
	margin-bottom: 3%;
}

#Projects {
	grid-area: 3 / 1 / 3 / 4; 
}

#News { 
	grid-area: 4 / 1 / 4 / 4;
}

#CharacterDesign {
	grid-area: 2 / 1;
	margin-top: 250px;
	margin-left:30%;
	margin-bottom:100px;
	background-image: url(images/CShullabalooRef.jpeg);
	background-repeat:no-repeat;
    background-size:cover;
	border-radius: 25px;
}

.CatPreviewTitle {
	margin-top: -75px;
	font-family: 'Neuropolitical';
	font-size: 30px;
}

#VideoProduction {
	grid-area: 2 / 2;
	background-color: rgb(255, 218, 246);
	background-image: url(images/HarpyBlink.gif);
	background-repeat:no-repeat;
    background-size:contain;
	border-radius: 25px;
	background-position: center;
}

#ConceptArt {
	grid-area: 2 / 3;
	margin-top: 250px;
	margin-right:30%;
	margin-bottom:100px;
	background-image: url(images/FCwaveEnergyConverter.jpg);
	background-repeat:no-repeat;
    background-size:cover;
	border-radius: 25px;
	background-position-x:center;
}

.socmedia {
	margin:10px;
	width:35px;
	height:35px;
	display:inline-block;
}

.socmediaContact {
	margin:10px;
	width:35px;
	height:35px;
	display:inline-block;
	margin-bottom: -15px;
}

.socmediahandle {
	display:inline-block;
	
}

.CategoryPreview {
	width: 22vw;
	text-align:center;
	margin: auto;
	height:35vw;
	border: black 4px solid;
	border-radius: 25px;
}

#CYBERSPACEPageNameMOBILE {
	display:none;
}

#cubismArticle {
	background-color: rgb(255, 218, 246); 
	border: rgb(104, 1, 78) double 5px;
}

#CYBERSPACEparryNews {
	background-color: rgb(218, 253, 255);
	border: rgb(1, 104, 104) double 5px;
}

h2 {
	font-size:60px;
	font-family: "Neuropolitical";
	margin-bottom: 25px;
	text-align: center;
}

h4  {
	font-size: 40px;
	font-family: "Joystick";
	margin-bottom: 25px;
}

footer {
	text-align: center;
	font-family:'Courier New', Courier, monospace;
	font-weight: bold;
}

#socials {
	text-align: center;
}

.Feed {
	margin:auto;
	text-align:center;
	margin:3%;
	margin-right:10%;
	margin-left:10%;

}

#CubismOverview {
	background-color: rgb(238, 234, 241);
}

#BayleeOverview {
	background-color:#badaff;
}
.ProjectArticle {
	border: black 5px double;
	margin-left: 15%;
	margin-right: 15%;
	border-radius: 25px;
	padding-right:7%;
	padding-left: 7%;
	padding: 2%;
	text-align: center;
}

#CharacterDesignGallery {
	display:grid;
	grid-template-columns: auto auto;
	grid-template-rows: auto auto auto ;
	margin: auto;
	place-content: center;
}

#CharacterDesignTitle {
	grid-area: 1 / 1 / span 1 / span 2;
	margin-top:5%;
	margin-bottom: 2%;
	font-size:10vw;
	text-align:center;
}

#VideoProductionGallery {
	display:grid;
	grid-template-columns: auto ;
	grid-template-rows: auto auto auto ;
	margin: auto;
	place-content: center;
	place-items: center;
	text-align:center;
}

#VideoProductionTitle {
	grid-area: 1 / 1;
	margin-top:5%;
	margin-bottom: 2%;
	font-size:10vw;
	text-align:center;
}

#ConceptArtGallery {
	display:grid;
	grid-template-columns: auto auto auto auto;
	grid-template-rows: auto auto auto auto auto;
	margin: auto;
	place-content: center;
}

#ConceptArtTitle {
	grid-area: 1 / 1 / span 1 / span 4;
	margin-top:5%;
	margin-bottom: 2%;
	font-size:10vw;
	text-align:center;
}



iframe {
	display:block;
	margin: auto;
	width: 35vw;
	height: 35vw;
	border-radius: 25px;
}


@media screen and (max-width:640px) {
	#top1 {
	display:none;
	}



	h3 {
		word-wrap: break-word;
	}

	h4 {
		word-wrap: break-word;
	}

	iframe {
		width: 50vw;
		height: 50vw;
	}

	#top2 {
	display: flex;
	background-color: rgb(238, 234, 241);
	position:sticky;
	top:0;
	z-index: 1;
	height:100%;
	padding:17px;
	}

	.navlink:hover {
	transition: 0.5s border-bottom;
	border-bottom: 3px rgb(238, 234, 241) solid;
}

	.Feed {
		margin-right:0px;
		margin-left:0px;
	}

	video {
		width:50vw;
	}
	

	#Back2Home {
	display:block;
	margin:auto;
	padding-right:50px;
}

.CharacterCardPlaceHolder {
	display:none;
}

input, textarea {
	width:30vw;
}

#FeverPageName {
	background-position-x:29%;
}

#homepage {
	display:grid;
	grid-template-rows: auto auto auto auto auto;
	grid-template-columns: auto auto;
}

#HomePageName {
	grid-area: 1 / 1 / span 1 / span 2;
	margin:auto;
	text-align: center;
}

h1 {
	font-size: 20vw;
	word-wrap: break-word;
}

h2 {
	font-size:2em;
	flex-flow:wrap;
	word-wrap: break-word;
}

section, article, div, main {
	word-wrap: break-word;
}

section, article, div, main > h5 {
	word-wrap:normal;
}

#Projects {
	grid-area: 4 / 1 / span 1 / span 2; 
}

#VideoProduction {
	grid-area: 2 / 1 / span 1 / span 2;
	margin:auto;
	margin-top: 100px;
	margin-bottom:50px;
}

footer {
	font-size: 5vw
}

#CharacterDesign {
	grid-area: 3 / 1 / span 1 / span 1;
	margin:auto;
	margin-top: 100px;
	margin-bottom:50px;
}

#ConceptArt {
	grid-area: 3 / 2 / span 1 / span 1;
	margin:auto;
	margin-top: 100px;
	margin-bottom:50px;
}

#News { 
	grid-area: 5 / 1 / span 1 / span 2;
}

.CategoryPreview {
	width: 44vw;
	height:70vw;
}

form {
	grid-template-columns: auto;
	grid-template-rows: auto auto;
	margin-right:5vw;
	margin-left:5vw;
}

#ContactHeader {
	grid-area: 1 / 1;
}

#SocialMediaContact {
	display:none;
}

#BayleeOverview {
	margin-top: 25%;
	margin-bottom: 25%;
}

#fieldset {
	grid-area: 2 / 1;
}

.CharacterCard, .CBCharacterCard {
	height:100vw;
}

#submitButton {
	color:black;
}

#CYBERSPACEPageName {
	word-wrap: break-word;
	display:none;
}

#CYBERSPACEPageNameMOBILE {

	display:block;
	text-align: center;
	grid-area: 1 / 1;
	
}

	.CharacterCardEdge1 {
	text-align:center;
	align-content: center;
	border-radius: 15px;
	padding: 15px;
	flex: 0 0 250vw;
	}

}