* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

@font-face{
	font-family: 'Abril Fatface', cursive;
	font-family: 'Oswald', sans-serif;
}

body{
	height:100%;	
	background-color:#d3dcac;

}

.page{
	margin-left:240px;
	/*background-color:#d3dcac;*/
	height:100%;
}

.popup{
	display:none;
	position:fixed;
	z-index:10;
	left:0;
	top:0;
	width:100%;
	height:100%;
	justify-content:center;
	align-items: center;
}

.popupimage{
	padding:20px;
	margin:10px;
	max-height:90%;
	background-color: #745d71;
}

.captionwrapper{
	text-align:center;
	color:#ffffff;	
}

.closelightbox{
	color:#ffffff;
	position:absolute;
	top:10px;
	right:25px;
	font-size:35px;
	font-weight:bold;
		
}

.closelightbox:hover{
	color:#cccccc;
	text-decoration:none;
	cursor:pointer;	
}

.parallax{
	height:1080px;
	position:relative;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity:1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.logoparallax{
	background-image:url("images/companylogoparallax.jpg");
}

.charlayoutparallax{
	background-image:url("images/fashionmonstersparallax.jpg");
}

.charinfoparallax{
	background-image:url("images/lehracharactersheetparallax.jpg");
}

.vidolarparallax{
	background-image:url("images/evcmemberparallax.jpg");
}

.appdesignparallax{
	background-image:url("images/soundhueparallax.jpg");
}

.content{
	width:100%;
	display: flex;
	justify-content:space-around;
	align-items: center;	
	flex-wrap:nowrap;

}

	
.contentblock{
	display: flex;
	width:90%;
	padding: 15px;
	background-color: rgba(0,0,0,.4);	
	max-height: 1080px;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	align-content: center;
}


.contentheader{
	text-align:center;
	font-weight:bold;
	color:white;
	background-color: rgba(0,0,0,.6);
	display: flex;
	width: 100%;
	align-self: center;
}

.contentheader--alt{
	margin-bottom:0px;
	color:#000000;
}

.contenttext{
	text-align: center;
	color: white;
	background-color: rgba(0,0,0,.6);
	width: 100%;
	align-self: center;
	padding: 15px;
	font-size: x-large;
}

.contentimage{
	width:100%;	
}

.desktopnavmain{
	font-family: 'Abril Fatface', cursive;	
	font-size: 24px;
	color:#ffffff;
	margin-bottom: 20px;
}

.desktopnavsub{
	font-family: 'Abril Fatface', cursive;
	font-size:16px;
	color:#deff00;
	margin-bottom: 20px;
}

.sidebar a:link, .sidebar a:visited{
	color:#ffffff;
	text-decoration:none;
}

.sidebar a:hover{
	color:#cccccc;
	text-decoration:none;
}

.contenttext a:link, .contenttext a:visited{
	color:#000000;
	text-decoration:none;
	
}

.contenttext a:hover{
	color:#cccccc;
	text-decoration:none;	
	
}

.desktopnavsub a:link, .desktopnavsub a:visited, .dropdownmenu a:link, .dropdownmenu a:visited{
	color: #deff00;
	text-decoration:none;
}

.desktopnavsub a:hover, .dropdownmenu a:hover{
	color:#d0be22;
	text-decoration:none;	
}


.dropdown{
	cursor: pointer;
}

.dropdown:hover{
	color:#cccccc;
}

.dropdownmenu{
	display:none;
	flex-direction:column;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size:20px;	
	list-style:none;
}

.eyeballbase{
	height:100%;
	display:block;
	z-index:5;
}

.eyeballiris{
	height:100%;
	display:block;
	z-index:6;
}

.eyeballshadow{
	height:100%;
	display:block;	
	z-index:7;
}

.eyeballpupil{
	height:100%;
	display:block;
	z-index:8;
}

.eyeballoutline{
	height:100%;
	display:block;
	z-index:9;
}

.eyeballblocking{
	height:100%;
	display:block;
	z-index:10;
}

.eyeballlashes{
	height:100%;
	display:block;
	z-index:11;
}

.footer{
	background-color:#f5cf8e;
}

.designgallerycontent{
	display: flex;
	justify-content: center;
	margin: 15px;
	align-items: center;
	flex-wrap: wrap;
}


h1{
	font-size:44px;
}

h4{
	font-size:32px;
	justify-content: center;
}

h5{
	font-size:26px;	
	text-decoration:underline;
	
}

h6{
	font-size:18px;	
	color:#e65d0b;
	
}

.header{
	height:170px;
	width:100%;
	position: -webkit-sticky;
	position: sticky;
	top:-94px;
	background-color: #4c4356;	
	z-index: 1;
	font-family: 'Abril Fatface', cursive;
	color:#ffffff;
}

.topmenutoggle{
	display:none;	
}

.topmenu{
	display:none;
}

.image{
	margin-bottom:10px;
	max-width:100%;
	transition:.5s;
	display: flex;
	justify-content: center;
	padding: 10px;
	flex: 1;
}

.image:hover{
	scale:1.02;	
	cursor:pointer;
}

video{
	width: 50%;
	display: flex;
	max-width: 100%;
	max-height: 90%;
}

.img{
	max-width:100%;	
	align-self: flex-start;
}

hr{
	color:#4c4356;
	width:15%;
	height:1px;
	border:none;
	border-top:double 10px;
}

.lightbox{
	display:none;
	position:fixed;
	z-index:10;
	padding-top:50px;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:#4c4356;
	justify-content:center;
}

.lightboxcontent{
	margin:auto;
	padding:0;
	height:100%;
}

.lightboximage{
	top:0;
	margin:10px;
	display:none;
	height:90%;
}

.lightboximg{
	display:block;
	max-height:100%;
	max-width: 90%;
	margin-left:auto;
	margin-right:auto;
}

.resumelist li, .resumelistnostyle li{
	padding-left:20px;	
	
}

.main{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Oswald', sans-serif;

}

.menu {
	background-color: #0080bc;
	height: 80px;
}

.menuwrapper{
	list-style:none;	
}

.movingeye{
	max-width:240px;
	height:170px;
	position:fixed;
	top:0;
	left:0;
	display:flex;
	justify-content:center;
	z-index:5;
	user-select:none;
	-webkit-user-select:none;
}

.next{
	right:0;
	text-align:right;	
}

.prev, .next{
	cursor: pointer;
	position:absolute;
	width:50%;
	height:100%;
	top:0;
	color:#ffffff;
	font-weight:bold;
	font-size:20px;
	user-select:none;
	-webkit-user-select:none;
}

.prev:hover, .next:hover{
	color:#cccccc;
}

.prevnextbutton{
	position:relative;
	top:50%;
	
}

.resumelist{
	list-style-position:inside;
	margin-bottom:15px;
		
}
.resumelistnostyle{
	list-style:none;	
	margin-bottom:15px;
}

.show{
	display:flex
}

.carousel__slide--outoffocus{
	opacity:40%;
	transform:translateX(-50%) scale(120%);
	-webkit-transform: translateX(-50%) scale(1.2);
	transform-origin: left;
	z-index:0;
}

.sidebar{
	background-color: #4c4356;
	height: 100%;
	width: 240px;
	position: fixed;
	z-index: 4;
	left: 0;
	overflow-x: hidden;
	text-align: center;
	padding-top: 171px;
	user-select: none;
	-webkit-user-select: none;
}

.sitesubtitle{
	position: absolute;
	bottom:0px;
	right:5px;
}

.sitetitle{
	position: absolute;
	bottom:27px;
	right:5px;
}

.smicon{
	max-width:30px;
}

.smmenuwrapper > li{
	display:inline;
	margin-left:15px;	
}

.smmenuwrapper > li:last-of-type{
	margin-right:15px;	
}

.title{
	-webkit-user-select:none;
	user-select:none;
	cursor:pointer;
}

.title a{
	color:inherit;
	text-decoration:none;
}




.content1{
	background-color: #00aeff;
	height: 600px;
}

.content2{
	background-color: #deff00;
	height: 600px;
}



@media only screen and (max-width: 600px) {
	.page{
		margin-left:0px;	
	}
	
	.parallax{
		height: min-content;
		padding:15px;
	}

	.carousel__slide{
		position:absolute;
		top:0;
		bottom:0;
		width:100%;
		display:flex;
		align-items:center;
	}
	
	.topmenutoggle{
		display: block;
		position: absolute;
		left: 1px;	
		bottom:-4px;
	}
	
	.topmenu{
		display:none;
		flex-direction:column;
		padding-bottom: 10px;
		font-size:20px;	
		list-style:none;
		text-align: center;
		background-color: #4c4356;
		width: 100%;		
		position: fixed;
		overflow-x: hidden;
		padding-top: 10px;
		user-select: none;
		-webkit-user-select: none;
		z-index:4;
	}
	
	.topmenu a:link, .topmenu a:visited{
		color:#ffffff;
		text-decoration:none;
	}
	
	.topmenu a:hover{
		color:#cccccc;
		text-decoration:none;
	}
	
	.content{
		flex-wrap:wrap;
	}

	.contentblock{
		display: flex;
		width:100%;	
	}

	.desktopnavsub a:link, .desktopnavsub a:visited, .dropdownmenu a:link, .dropdownmenu a:visited{
		color: #deff00;
		text-decoration:none;
	}
	
	.desktopnavsub a:hover, .dropdownmenu a:hover{
		color:#d0be22;
		text-decoration:none;	
	}
	
	.header{
		height:50px;
		width:100%;
		position: -webkit-sticky;
		position: sticky;
		top:0;
	}
	
	.sitetitle{
		bottom:-10px;
	}
	
	.sitesubtitle{
		display:none;	
	}
	
	.movingeye{
		display: none;
	}
	
	.show{
		display:block;
	}
	
	.sidebar{
		display: none;	
	}
	
	.gallerycontent{
		column-count:1;	
	}

	.designgallerycontent{
		flex-direction: column;
	}

	.logoparallax{
		background-image: none;
		background-color: #745d71;
	}
	
	.charlayoutparallax{
		background-image: none;
		background-color: #745d71;
	}
	
	.charinfoparallax{
		background-image: none;
		background-color: #745d71;
	}
	
	.vidolarparallax{
		background-image: none;
		background-color: #745d71;
	}
	
	.appdesignparallax{
		background-image: none;
		background-color: #745d71;
	}
}

@media only screen and (min-width: 601px) and (max-width: 960px) {
	.gallerycontent{
		column-count:2;
	}

	.parallax{
		height: min-content;
		padding:10px;
	}
	.logoparallax{
		background-image: none;
		background-color: #745d71;
	}
	
	.charlayoutparallax{
		background-image: none;
		background-color: #745d71;
	}
	
	.charinfoparallax{
		background-image: none;
		background-color: #745d71;
	}
	
	.vidolarparallax{
		background-image: none;
		background-color: #745d71;
	}
	
	.appdesignparallax{
		background-image: none;
		background-color: #745d71;
	}
}


@media only screen and (min-width: 961px) {
	.topmenu{
		display:none;	
	}

}
/*	.page{
		width: 100%;
		margin-left: 240px;
	}
	
	.header{
		height:200px;
		width: 100%;
		position: -webkit-sticky;
		position: sticky;
		top: 100px;
		background-color: #4c4356;
	}
	
	.sidebar{
		background-color: #4c4356;
		height: 100%;
		width: 240px;
		position: fixed;
		z-index: 1;
		left: 0;
		overflow-x: hidden;
		
	}
*/
