* {
	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;	
}

.projectcontainer{
	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;
}

.content{
	width:100%;
	display: flex;
	justify-content:space-around;
	align-items: center;	
	flex-wrap:nowrap;

}

.contentblock{
	width: 49%;
	padding: 15px;
}

.projectcontentblock{
	display: flex;
	width:90%;
	padding: 15px;
	max-height: 1080px;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	align-content: center;
	margin-left: 4%;
}

.contentheader{
	margin-bottom:15px;
	white-space:pre-line;
	text-align:center;
	font-weight:bold;
}

.projectcontentheader{
	text-align:center;
	font-weight:bold;
	color:white;
	background-color: #745d71;
	display: flex;
	width: 100%;
	align-self: center;
}

.contentheader--alt{
	margin-bottom:0px;
	color:#000000;
}

.contenttext{
	margin-bottom:10px;
	white-space:pre-line;	
}

.projectcontenttext{
	text-align: center;
	color: white;
	background-color: #745d71;
	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;
}

.gallerycontentwrapper{
	padding:15px;
	display:flex;
	justify-content:center;
}

.gallerycontent{
	width:100%;
	display: block;
	flex-wrap:wrap;
	column-count:3;
	column-fill:balance;
}

.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: 4;
	font-family: 'Abril Fatface', cursive;
	color:#ffffff;
}

.topmenutoggle{
	display:none;	
}

.topmenu{
	display:none;
}

.image{
	margin-bottom:10px;
	max-width:100%;
	transition:1s;
}

.projectimage{
	margin-bottom: 10px;
	max-width: 100%;
	transition: .5s;
	display: flex;
	justify-content: center;
	padding: 10px;
	flex: 1;
}

.image:hover{
	opacity:.6;	
	cursor:pointer;
}

.projectimage:hover{
	scale: 1.02;	
	cursor:pointer;
}


.img{
	width:100%;	
}

.projectimg{
	max-width:100%;
	align-self: flex-start;
}

.carousel{
	position:relative;
	margin-top:3%;
	margin-left:15%;
	margin-right:15%;
}

.carousel__track-container{
	background:#4c4356;
	height:100%;
	position:relative;
}

.carousel__track-container--gacha{
	height:600px;
	width:1200px;
	margin-left:50%;
	transform:translateX(-50%);
	overflow:hidden;
}

.carousel__track-container--tactics{
	height:600px;
	width:1200px;
	margin-left:50%;
	transform:translateX(-50%);
	overflow:hidden;
}

.carousel__track-container--linesim{
	height:600px;
	width:1200px;
	margin-left:50%;
	transform:translateX(-50%);
	overflow:hidden;
}

.carousel__track{
	height:100%;
	padding: 0;
	margin:0;
	list-style:none;
	transition:.5s ease-in-out;	
}

.carousel__slide{
	position:absolute;
	top:0;
	bottom:0;
	width:100%;
	margin-left:50%;
	transform: translateX(-50%);
	z-index:2;
	transition:.5s;
	-webkit-transition: .5s;
}

.carousel__slide--gacha{
	width:800px;
}

.carousel__slide--linesim{
	width:1000px;
}

.carousel__slide--audio{
	width:1000px;
}

.carousel__image{
	max-height:100%;
	height:auto;
	max-width:100%;	
	object-fit:cover;
	margin-left:50%;
	transform:translateX(-50%);
}

.carousel__button{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	background:transparent;
	border:0;
	opacity:75%;
}

.carousel__button:hover{
	transform:translateY(-50%) scale(130%);
	-webkit-transform: translateY(-50%) scale(1.3);
	opacity:100%;
	transition:.2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
}

.carousel__caption-container{
	position:absolute;
	background:#271c33;
	opacity: 80%;
	bottom:50px;
	margin-left:50%;
	transform:translateX(-50%);
	width:600px;
	height:125px;
	z-index: 3;
	border:solid #ffffff;
}

.carousel__caption{
	font-size: 18px;
	display:none;
	position:absolute;
	margin:10px;
	white-space: unset;
	color:#ffffff;
	transition: 1s ease-out;
}

.carousel__button--left{
	left:5%;	
	z-index:3;
}

.carousel__button--right{
	right:5%;
	z-index:3;	
}

.carousel__links{
	display:flex;
	justify-content:center;
	padding:10px;
}

.carousel__linkbutton{
	border:0;
	border-radius:50%;
	background:#4c4356;
	width:10px;
	height:10px;
	margin:0 6px;
}

.carousel__linkbutton.current-slide{
	border:solid thin;
	border-color:#4c4356;
	background:#d3dcac;
}

.carousel__header{
	display:flex;
	align-items:center;
	justify-content: center;
	margin-bottom:1%;
}

.carousel__header-text{
	color:#4c4356;
	flex-shrink: 0;
	margin-bottom:0;
	margin-inline:10px;
	white-space: unset;
}

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;	
	}

	.carousel{
		position:relative;
		margin-top:3%;
		margin-left: auto;
		margin-right: auto;
	}

	.carousel__track-container--gacha{
		height:400px;
		width:100%;
		margin-left:50%;
		transform:translateX(-50%);
		overflow:hidden;
	}
	
	.carousel__track-container--tactics{
		height:400px;
		width:100%;
		margin-left:50%;
		transform:translateX(-50%);
		overflow:hidden;
	}
	
	.carousel__track-container--linesim{
		height:400px;
		width:100%;
		margin-left:50%;
		transform:translateX(-50%);
		overflow:hidden;
	}
	
	
	.carousel__slide{
		position:absolute;
		top:0;
		bottom:0;
		width:100%;
		display:flex;
		align-items:center;
	}

	.carousel__image{
		max-height:100%;
		height:auto;
		max-width:100%;	
		object-fit:cover;
		margin-left: auto;
		transform: none;
	}

	.carousel__caption-container{
		margin-left:auto;
		transform:none;
		width:100%;
	}

	.contentheader{
		width:100%;
	}

	.carousel__slide--outoffocus{
		opacity:40%;
		transform:none;
		-webkit-transform: none;
		transform-origin: left;
		z-index:0;
	}

	.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{
		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;	
	}
}

@media only screen and (min-width: 601px) and (max-width: 960px) {
	.gallerycontent{
		column-count:2;
	}
	
}


@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;
		
	}
*/
