@charset "utf-8";
/* -----------------Mobile view----------------- */

@media all and (min-width: 410px) {
    .content-desktop {visibility: hidden;}
	.content-mobile {visibility: visible;}
}
/*-- Basic CSS--*/
body {
	position: absolute;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Amatic SC', sans-serif;
}
p{
	font-family:'Yuji Syuku', serif;
    letter-spacing: -.05rem;
    word-spacing: .2rem;
	line-height: 1.3rem;
}
a img:hover {
	transition: opacity .8s;
	opacity: .6;
}
body::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}
/*--------- Start of HOME Page ---------*/
#homePage header {
	height:300px;	
	background: url(assets/home_front2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	resize: both;
	position: relative;
}
#navbar{
    font-family: 'Amatic SC', sans-serif;
    font-weight: bold;
    font-size: 1.7vw;
    color: #4A155F;
}
#navbar a:link,a:visited {
    color: #4A155F;
    text-decoration: none;
}
#navbar a:hover,a:active {
    color: #9602A2;
}
#navbar ul{
    display: flex;
    justify-content: space-evenly;
    list-style-type: none;
    width: 70%;
    position: absolute;
    top: 20px;
	left:15%;
}
#logoNav {
	display: flex;
	justify-content: space-evenly;
	list-style-type: none;
	width: 10%;
	
	position: absolute;
	top: 20px;
	right: 5px;
}
#logo {
	position: absolute;
	top: 8px;
	left: 15px;
}

/* -----------------Start of sidebar menu for mobile view----------------- */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #1A1819;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
    font-family: 'Amatic SC', sans-serif;
    font-weight: bold;
}
#sidebarLogo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -40px;
}
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #CB925D;
  display: block;
  transition: 0.3s;
}
.sidenav a:hover,.sidenav a:active{
    color: #F9D0AA;
}
#sidebarNavLogo{
	margin-top: 20%;
}
#sidebarNavLogo ul{
    display: flex;
    justify-content: space-evenly;
	
    margin-right: 25px;
}
/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s; /* If you want a transition effect */
  padding: 20px;
}
/* -----------------End of sidebar menu for mobile view----------------- */
#homePage main{
    margin-top: 0px;
    padding-top: 0px;
    margin-left: auto;
    margin-right: auto;
	background-color: #1A1818;
	
}
#intro{
    display: flex;
    justify-content: center;
    padding-top: 30px;
}
#intro h1{
    color: #9B442A;
    font-size: 10vw;
    font-weight: bold;
    text-align: center;
    padding-top: 8px;
}
#homePage main h2{
    color: #CDA48B;
    text-align: center;
	margin-top: -8px;
}
#homePage main p{
	display: block;
	margin: auto;
	width: 70%;
	color:#A68250;
	text-align: center;
	padding-top: 5%;
	padding-bottom: 10%;
	font-size: 2vw;
}
/*-------- Footer --------*/
footer{
	background-color: #1A1818;
}
#mainFooterNav ul{
	display: flex;
    justify-content: space-between;
    list-style-type: none;
	width:100%;
}
#mainFooterNav ul li{
	width: 33%;
	border-color: #817467;
    border-right-width: 3px;
    border-right-style: solid;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	
	display: block;
	text-align: center;
}
footer h2{
    font-family: 'Yuji Syuku', serif;
    letter-spacing: -.05rem;
    word-spacing: .2rem;
    line-height: 1.3rem;
    font-size: 3vw;
    color: #A68250;
    font-weight: bold;
	
	padding-top: 10px;
}
footer h3{
    text-align: center;
    color: #A99484;
    border-bottom-style: solid;
    border-bottom-width: 3px;
	border-color: #817467;
	
	padding-top: 5px;
	padding-bottom: 5px;
}
footer p{
	color:#A99484;
}
#footerNav{
	display:block;
	margin: auto;
	padding-top: 10px;
	width: 50%;
}
#footerNav ul{
	display: flex;
	justify-content: space-evenly;
	
}
#footerNav ul li{
	border-style: none;
}
#discordInfo{
    margin-top: 15px;
	margin-left: 20px;
    display: flex;
}
#discordInfo img{
	width: 20%;
	height: 20%;
}
#discordInfo p{
	text-align: left;
	font-size: 2vw;
	padding-top: 4px;
	padding-left: 5px;
}
/*--------- Start of ABOUT Page ---------*/
#aboutPage{
	background-color: #CB925D;
}
#mainHeader{
	background-color: #1A1818;
	position: relative;
}
#centerHeader{
	display: flex;
	justify-content: center;
}
#mainHeader a{
	width: 20%;
}
#aboutPage h1{
	color:#9B442A;
	font-size: 12vw;
	font-weight: bold;
	padding-top: 4%;
	text-align: center;
}
#universalNavbar{
    border-top: 2px solid #433F40;
    border-bottom: 2px solid #433F40;
	font-family: 'Amatic SC', sans-serif;
	font-weight: bold;
	padding-left: 5%;
	padding-right: 5%;
}
#universalNavbar ul{
	display: flex;
	justify-content: space-evenly;
	padding-top: 1%;
	padding-bottom: 1%;
}
#universalNavbar a:link,#universalNavbar a:visited {
    color: #CB9161;
    text-decoration: none;
}
#universalNavbar a:hover,#universalNavbar a:active {
    color: #E8BB95;
}
#infoStrip{
	display:flex;
	justify-content: center;
	background-color: #554D4A;
	margin-top: -3px;
}
#infoStrip p{
	font-family: 'Amatic SC', sans-serif;
	color:#DBD2C3;
	font-size: 1.4em;
	display:inline;
	align-text: center;
	padding-top:0.3%;
	padding-bottom: 0.3%;
}
#aboutIntro {
	padding-top: 5%;
	padding-bottom: 5%;
	padding-left: 10%;
	padding-right: 10%;
	text-align: center;
}
#aboutIntro img{
	padding-bottom: 3%;
}
#description{
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 10%;
}
#description h2{
	font-size: 5vw;
	font-weight: bold;
	color:#9A4328;
	padding-bottom: 3%;
}
#description p{
	padding-bottom: 4%;
}
#description img{
	padding-top: 3%;
	padding-bottom: 5%;
	padding-left: 42%;
}
/*--------- Start of COMMISSION Page ---------*/
#comInfo #centerHeader{
	padding-top: 5px;
	padding-bottom: 5px;
}
#comInfo h1{
	color:#9B442A;
	font-size: 10vw;
	font-weight: bold;
	padding-top: 2.5%;
}
#comInfo a{
	width: 15%;
}
#comInfo{
	background-color: #CB925D;
}
#cloud{
	background: url(assets/cloud.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center top;
	resize: both;
	text-align: center;
	margin-top: 5%;
	margin-left: 1%;
	margin-right: 1%;
}
#cloud h2{
	font-size:5vw;
	font-weight: bold;
	color:#9B442A;
	padding-top: 5%;
	padding-bottom: 5px;
}
#cloud p{
	font-size: 2.7vw;
	padding-bottom: 10%;
	padding-left: 5%;
	padding-right: 5%;
	line-height: 1.8em;
}
main h2, main h3, #comInfo h4{
	color:#9B442A;
}
#moreInfoImg h2{
	font-weight: bold;
	font-size: 5vw;
}
#moreInfoImg{
	text-align: center;
	padding-top: 20px;
}
#moreInfoImg img{
	padding-top: 30px;
	padding-bottom: 40px;
}
.comInfoBox{
    width: 90%;
    margin: auto;
    background-color: #DDBF9F;
	padding-bottom: 1px;
	margin-bottom: 10%;
}
.comInfoBox h2{
	font-size: 6vw;
	font-weight: bold;
	text-align: center;
	padding-top: 3%;
	padding-bottom: 4%;
}
.threeImg{
	display: flex;
	justify-content: space-between;
}
.threeImg div img{
	display: block;
	margin: auto;
}
.comInfoBox h3{
	font-size: 4vw;
	font-weight: bold;
	padding-top: 3%;
	padding-bottom: 3%;
	padding-left: 5%;
}
.comInfoBox ul{
	padding-bottom: 10px;
}
.comInfoBox ul li{
	font-family: 'Yuji Syuku', serif;
	font-size: 2.5vw;
	padding-left: 20%;
	padding-right: 20%;
	padding-bottom: 2%;
	line-height: 1.7em;
	
}
.comInfoBox p{
	font-size: 2.5vw;
	line-height: 2.2em;
	padding-left: 5%;
	padding-right: 5%;
}
.moreInfoBox {
    border: 2px dashed #5C5C5C;
	margin: 3%;
}
.moreInfoBox h4{
	color:#9B442A;
	font-size: 4vw;
	padding-left: 5%;
	padding-top: 3%;
	padding-bottom: 3%;
}
.moreInfoBox p{
	padding-top: 0px;
	padding-bottom: 4%;
}
/*--------- Start of GALLERY Page ---------*/
#galleryPage h1{
	color:#9B442A;
	font-size: 12vw;
	font-weight: bold;
	padding-top: 4%;
	text-align: center;
	position: relative;
}
#galleryImgNav{
    display: flex;
	background: #433F40;
	border-bottom: 2px solid #433F40;
}
.imgColumn {
  flex: 33.33%;
}
input{
	display: none;
}
.container{
	width: 100%;
	text-align: center;
	background-color: #CB925D;
}
.container h2{
	color:#9B442A;
	font-size: 12vw;
	font-weight: bold;
	padding-top: 4%;
	text-align: center;
	position: relative;
}
.container h2::before{
	content: '';
	position: absolute;
	width: 100px;
	height: 3px;
	background-color: #44321E;
	bottom:-5px;
	left:50%;
	
	transform: translateX(-50%);
	animation: animate 4s linear infinite;
}
@keyframes animate{
	0%{width: 100px;}
	50%{width: 200px;}
	100%{width: 100px;}
	
}
.container h3{
	font-size: 4vw;
	padding-top: 2%;
}
.topContent{
	background-color: #EFD1B2;
	width: 90%;
	margin: 2% auto 3% auto;
	display: flex;
	align-items: center;
	border-radius: 5px;
}
.topContent h3{
	font-size: 4vw;
    background-color: #44321E;
	text-align: center;
	color: #EFD1B2;
	padding: 0 5%;
	
}
label{
	font-family: 'Amatic SC', sans-serif;
	color: #44321E;
	font-weight: bold;
	font-size: 4vw;
	margin-left: 6%;
	display: inline-block;
	transition: .5s;
}
label:hover{
	color: saddlebrown;
}
.photoGallery{
	width: 90%;
	margin:auto;
	display:grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 25px;
}

#galleryWraper{
	background-color: #A07555;
	border-top: 5px solid #433F40;
	padding-bottom: 10%;
	padding-top: 8%;
}
.pic{
    position: relative;
    border: 10px solid white;
    box-shadow: 3px 3px 4px #A76E39;
}
.pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#check1:checked ~ .container .photoGallery .pic{
	opacity: 1;
	transform: scale(1);
	position: relative;
	transition: .5s;
}
#check2:checked ~ .container .photoGallery .pokemon{
	opacity: 1;
	transform: scale(1);
	position: relative;
	transition: .5s;
}
#check2:checked ~ .container .photoGallery .comWork{
	opacity: 0;
	transform: scale(0);
	position: absolute;
	transition: 0s;
}
#check3:checked ~ .container .photoGallery .comWork{
	opacity: 1;
	transform: scale(1);
	position: relative;
	transition: .5s;
}
#check3:checked ~ .container .photoGallery .pokemon{
	opacity: 0;
	transform: scale(0);
	position: absolute;
	transition: 0s;
}
/* ----- Lightbox ----*/

/* -----------------Tablet view----------------- */
@media screen and (min-width: 768px){
	.content-desktop {visibility: hidden;}
	.content-mobile {visibility: visible;}
	body {
		max-width: 9000px;
	}
	#homePage main h2{
		font-size: 2.4vw;
		margin-top: -15px;
	}
	#homePage main p{
		font-size: 2vw;
	}
	#homePage header{
		height: 400px;
	}
	#imgNav{
		height: 100%;
	}
	#leftImg{
		float: left;
      	width: 60%;
	}
	#rightImg{
        float: right;
        width: 40%;
	}
	/*----- Footer -----*/
	footer h2{
		padding-top:10%;
		padding-bottom: 4%;
		font-size: 1.8vw;
	}
	#discordInfo{
		margin-left: 10%;
	}
	#discordInfo img{
        width: 15%;
        height: 15%;
	}
	#discordInfo p{
		padding-top:5%px;
	}
	#footerNav{
		width: 70%;
	}
	#footerNav img{
		width: 40%;
	}
	footer h3{
		font-size: 2vw;
	}
	/*--------- Start of ABOUT Page ---------*/
	#aboutPage header h1{
		padding-top: 3%;
	}
    #universalNavbar {
        font-size: 3vw;
		font-weight: normal;
    }
    #aboutPage header img{
        width: 90%;
    }
    #infoStrip p{
        font-size: 2em;
		padding-top: 1%;
		padding-bottom: 1%;
    }
	#aboutIntro p{
		padding-bottom: 2%;
	}
	#description{
		padding-left: 15%;
		padding-right: 15%;
	}
	#description p{
		font-size: 2.4vw;
		line-height: 1.5em;
	}
	/*--------- Start of COMMISSION Page ---------*/
	#cloud{
		margin-left: 15%;
		margin-right: 15%;
	}
	#cloud p{
		font-size: 2vw;
	}
	.comInfoBox h3{
		font-size: 4vw;
	}
	.comInfoBox ul li{
		font-size: 1.8vw;
		padding-left: 5%;
		padding-right: 5%;
	}
	.comInfoBox p{
		font-size: 2vw;
	}
	.bulletPoints{
		display: flex;
		justify-content: space-around;
	}
	.moreInfoBox {
        border: 4px dashed #5C5C5C;
        margin: 3%;
    }
	/*--------- Start of GALLERY Page ---------*/
	.container h2{
		font-size: 10vw;
	}
	.container h2::before{
		height: 4px;
	}
	.photoGallery{
		grid-gap: 45px;
	}
	.pic {
    border: 18px solid white;
    box-shadow: 5px 5px 8px #825A3C;
	}
}
/* -----------------Desktop view----------------- */
@media only screen and (min-width: 1200px){
	.content-desktop {visibility: visible;}
	.content-mobile {visibility: hidden;}
	
	/*--------- Start of HOME Page ---------*/
	body {
		max-width: 9000px;
	}
	#homePage header{
		height: 800px;
	}
	#intro img{
		width: 10%
	}
	#intro h1{
		font-size: 7.5vw;
		padding-top: 20px;
	}
	#homePage main h2{
		margin-top: -20px;
		font-size: 2vw;
	}
	#homePage main p{
		padding-top: 40px;
		padding-bottom: 100px;
		width: 900px;
		font-size: 1.3vw;
		line-height: 1.5;
	}
	#imgNav{
		height: 100%;
	}
	#leftImg{
		float: left;
      	width: 60%;
	}
	#rightImg{
        float: right;
        width: 40%;
	}
	/*----- Footer -----*/
	footer h2{
		margin-top: 4%;
	}
	#discordInfo p{
		padding-top: 5%;
	}
	#footerNav{
		padding-top: 5%;
	}
	/*--------- Start of ABOUT Page ---------*/
	#centerHeader{
		padding-top: 20px;
		padding-bottom: 10px;
	}
	#centerHeader a{
		width: 13%;
	}
	#centerHeader h1{
		margin-top: -10px;
		font-size: 7vw;
	}
	#universalNavbar{
		font-size: 1.8vw;
		padding-left: 10%;
		padding-right: 10%;
		border-top-width: 7px;
		border-bottom-width: 7px;
	}
	#infoStrip{
		font-size: 1.7em;
	}
	#aboutIntro{
		font-size: 1.5em;
	}
	#description h2{
		font-size: 3vw;
	}
	#description p{
		font-size: 1.5vw;
	}
	/*--------- Start of COMMISSION Page ---------*/
	#cloud{
		margin-left: 20%;
		margin-right: 20%;
	}
	#cloud h2{
		font-size: 4vw;
	}
	#cloud p{
		font-size: 1.5vw;
	}
	#moreInfoImg h2{
		font-size: 3vw;
	}
	#moreInfoImg img{
		width: 20%;
		padding-bottom: 7%;
	}
	.comInfoBox{
        width: 95%;
        margin:auto;
        background: url(assets/canvas.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center top;
        resize: both;
        position: relative;
		padding-bottom: 3%;
    }
	.comInfoBox h2{
		font-size: 5vw;
	}
	.threeImg img{
		width: 80%; 
	}
	.comInfoBox h3{
		font-size: 3.5vw;
		padding-bottom: 2%;
	}
	.bulletPoints{
		padding-bottom: 0.8%;
	}
	.bulletPoints ul li{
		font-size: 1.2vw;
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.comInfoBox p{
		font-size: 1.2vw;
	}
	.moreInfoBox {
        border: 7px dashed #5C5C5C;
        margin: 3%;
    }
	.moreInfoBox h4{
		font-size: 2.3vw;
		padding-bottom: 1%;
		padding-top: 2%;
		padding-left: 2%;
	}
	.moreInfoBox p{
		padding-bottom: 1%;
		padding-left: 2%;
	}
	/*--------- Start of GALLERY Page ---------*/
	label{
		font-size: 3vw;
	}
	.container h2{
		font-size: 7vw;
	}
	.container h2::before{
		height: 6px;
	}
	.topContent{
		font-size: 3vw;
	}
	.photoGallery{
		grid-template-columns: repeat(3,1fr);
		grid-gap: 65px;
	}
	.pic {
    border: 20px solid white;
	}
}