
html {
	margin: 0 auto;
	width: auto;
}


body {
	overflow-x: hidden ;
	font-family: 'Noto Sans JP';	
	margin: 0;
}

a {
	text-decoration: none ;
	color: black ;
}

hr {
	height: 1px ;
	width: 220px ;
	background-color: black ;
	margin: 0px auto 10px auto ;
	border: 1px solid black;
}

.row {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 100px;
	padding: 0 100px 50px 100px ;
	border-bottom: 1.5px solid rgb(155, 153, 153);
}

.row > div {
	margin: 0 20px 40px 20px ;
}

.row > .image {
	width: auto;
}

/* Move it somewhere else */
#workImage {
	transform: scale(0.7) ;
	position: relative ;
	top: -30px ;
	left: -20px ;
}

#titleImage {
	transform: scale(0.7) ;
	position: relative ;
}

.titleText {
	/* font-family: 'IM Fell DW Pica'; */
	font-family: 'Amatic SC';
	font-size: 80px;
	font-weight: 600;
	line-height: 65px;
	height: 140px;
}

.titleText:hover {
	color: rgb(255, 0, 212);
}

.workText {
	font-family: 'Amatic SC';
	font-size: 75px;
	font-weight: 600;
	/* line-height: 65px; */
	letter-spacing: 0px;
}

.caption:hover {
	color: pink ;
}

/* Fields !!!!!! */
.fieldContainer {
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: auto;
	position: relative ;
	top: 60px ;
	margin-bottom: 100px;
}

ul {
	margin: 0px ;
	padding: 0px ;
	list-style: none ;
}

.fields li {
	float: left ;
	width: 230px ;
	height: 40px ;
	background-color: rgb(255, 255, 255) ;
	text-align: left ;
	font-size: 15px ;
	padding: 0px 5px ;
	text-align: center;
	line-height: 30px;
}

#firstField {
	display: flex ;
	justify-content: space-between ;
	border: 1px solid rgba(67, 182, 33, 0.42) ;
	border-radius: 10px ;
}

#firstFieldText {
	margin: auto 0px ;
	width: 80% ;
}

ul li a {
	display: block ;
	border-radius: 10px ;
	opacity: 0.7 ;
}

.fields ul li a:hover {
	height: 80% ;
	background-color: rgba(67, 182, 33, 0.42) ;
}

.fields li .fieldOptions li {
	display: none ;
	margin: auto 0px ;
}

.fields li:hover .fieldOptions li {
	display: block ;
}

.fieldOptions {
	position: relative;
	padding-top: 10px;
}

/* .fieldOptions li ul li {
	position: relative ;
	top: -40px ;	
	left: 200px ;
	/* visibility: hidden ; */
} */

.fieldOptions li:hover ul li {
	visibility: visible ;
}

/* Nav Bar */
.navbar {
	display: flex ;
	flex-direction: row ;
	justify-content: space-between ;
	height: 150px ;
}

.navbarLinks {
	width: auto ;
}

.navbarLinks  ul {
	display: flex ;
	flex-direction: row ;
	list-style-type: none ;
	margin: 0 20px;
}

.navbarLinks  li {
	height: 40px;
	font-size: 30px ;
	font-weight: 600;
	color: black ;
	text-decoration: none ;
	font-family: 'Amatic SC';
	margin-top: 8px;
	margin-left: 10px;
	padding-left: 7px;
	border-left: 1px solid black;
}

.navbarLinks  a:hover {
	color: rgb(255, 0, 212) ;
	transform: scale(1.2);
	animation: beat 1s infinite;
}

@keyframes beat {
	0% {
		transform: scale(1);
	}
	
	50% {
		transform: scale(1.1);
	}
	
	100% {
		transform: scale(1);
	}
}

#links {
	font-size: 30px ;
}

/* All files container */
#allFiles {
	visibility: hidden ;
	height: 0px ;
}

.row > img {
	margin: 0 auto;
	transition: ease-in ;
}

/* About Page */
.heading > h1 {
	margin: 0px auto ;
}

.aboutContent {
	width: 100% ;
	display: flex ;
	flex-direction: column ;
	margin: 0;
	margin-top: -50px;
	text-align: center;
}

.aboutPageContent {
	width: 100% ;
	display: flex ;
	flex-direction: column ;
	margin: 0;
	text-align: center;
}

#text {
	text-align: justify;
	font-size: 13px ;
	color: black ;
	margin: -40px 220px;
}

#aboutTitle {
	position: relative ;
	top: 32px;
	left: 42.5% ;
}

.rowOne {
	font-weight: 600;
	text-align: center ;
	font-size: 30px ;
	color: black ;
	margin: 40px 0px;
}

.rowTwo {
	padding: 0 200px;
	display: flex ;
	flex-direction: row ;
}

.colOne {
	line-height: 22px;
	text-align: left;
	font-size: 11px ;
	width: 20% ;
	padding: 0 30px ;
	font-weight: 300;
}

#subheadings {
	width: auto ;
	font-size: 20px ;
	font-weight: 400 ;
}

.colTwo {
	font-size: 13px ;
	text-align: left;
	width: 80% ;
	padding: 0px 70px ;
	border-left: 1px solid rgb(143, 161, 155);
}

/* Selfie Wall styling */

.aboutPageBackgroundPhoto {
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0.3;
	z-index: -2;
	width: 100%;
	height: 100%;
}

.aboutPageBackgroundPhoto > img {
	position: relative;
	margin: 0;
	width: 100%;
	height: auto;
	transform: scale(0.5);
	top: -450px;
}

.comingSoonImage > img {
	z-index: -1;
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
}

/* Footer */
footer {
	position: relative;
	bottom: 0;
	width: 100%;
	height: auto;
}

#footer {
	position: relative;
	background-color: rgba(173, 216, 230, 0.219);
	width: 100%;
	height: 60px;
	display: flex;
	flex-direction: row;
	justify-content: end;
}

.email {
	position: relative;
	float: right;
}

/* Contact Side Bar */
#sidebar {
	font-family: 'Amatic SC';
	position: fixed;
	height: 100%;
	width: 0px;
	background-color: rgba(173, 216, 230, 0.877);
	z-index: 1;
	top: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	transition: 0.5s;
	text-align: center;
	font-size: 20px;
}

#sidebar > .closeButtonContainer {
	height: 50px;
	font-size: 20px;
	font-weight: 500;
	text-align: left;
	font-family: 'Courier New', Courier, monospace;
	margin: 10px;
}

#sidebar > .closeButtonContainer > a:hover {
	color: grey;
}

.contactHeading {
	margin: 10px;
	font-size: 20px;
	font-weight: 600;
}

.contactText {
	font-size: 25px;
}

.contactEmail > a:hover {
	color: rgb(255, 0, 212);
}

/* Media queries! */
@media screen and (max-width: 480px) {
	#aboutTitle {
		left: 26%;
	}
	
	.fieldContainer {
		position: relative;
		transform: scaleX(0.8);
		float: left;
	}

	.row {
		z-index: -1;
		width: 482px;
		position: relative;
		left: 0;
		display: flex;
		justify-content: center;
		padding: 0;
		flex-wrap: wrap;
		padding: 40px 0px;
		border-bottom: 1.5px solid rgb(155, 153, 153);
	}

	.navbarLinks li {
		font-size: 17px;
		height: 22px;
	}

	.row > img {
		width: 300px;
		height: auto;
		margin: 0 auto;
		transform: scale(0.4);
	}

	.aboutPageContent {
		width: 100% ;
		display: flex ;
		flex-direction: column ;
		margin: 0;
		text-align: center;
	}

	.aboutPageBackgroundPhoto > img {
		position: relative;
		margin: 0;
		width: 100%;
		height: auto;
	}

	#text {
		margin: -26px 220px;
	}
}

@media screen and (max-width: 768px) {
	#aboutTitle {
		left: 34.5%;
	}
	
	.rowTwo {
		padding: 0 60px;
		display: flex ;
		flex-direction: row ;
	}

	.colTwo {
		font-size: 13px ;
		text-align: left;
		width: 80% ;
		padding: 0px 40px ;
		border-left: 1px solid rgb(143, 161, 155);
	}
}