@font-face {
	font-family: "rataejooregular";
	src: url("rataejooregular.ttf") format("truetype");
}


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-decoration: none;
	border: none;
	font-family: "rataejooregular";
}

body {
	overflow-x: none;
	overflow-y: none;
	width: 100vw;
}

.background {
	position: fixed;
	/* changed from absolute */
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: -1;
	/* make sure it's behind everything */
	background-image: url("background.jpg");
	background-size: cover;
	/* scale nicely */
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.3;
	filter: brightness(1.5);
}

.graphic {
	position: absolute;
}

.apps-list {
	height: 100vh;
	width: 100vw;
	position: absolute;
	top: 0;
	left: -100vw;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 200px 400px;
	background: white;
	/*display: none;*/
	transition: 0.5s left;
}

.apps-list a {
	font-size: 40px;
	color: black;
}

.x {
	display: flex;
	flex-direction: column;
	width: 100px;
	height: 100px;
	cursor: pointer;
	position: absolute;
	top: 70px;
	right: 40px;
}

.line {
	height: 5px;
	width: 40px;
	background-color: black;
	/*margin-top: px;*/
}

.one {
	transform: rotate(45deg);
}

.two {
	transform: rotate(-45deg);

}

ul {
	display: flex;
	align-items: center;
	padding: 35px 150px;
}

ul h3 a {
	color: black;
	margin-right: 75px;
}

ul a {
	margin-right: 50px;
	color: black;
}

ul h3 a[href="#artevo"] {
	/*color: transparent;*/
	/*background-image: linear-gradient(#53e7c6, #3990ec);*/
	/*background-size: 120%;*/
	/*background-clip: text;*/
}

.page {
	padding: 50px 100px;
}

.title {
	/*font-size: 6vw;*/
	font-size: 80px;
	/*width: 70%;*/
	margin-bottom: 50px;
	display: flex;
	justify-content: center;
	/*font-family: "Montserrat", serif;*/
	/* font-style: normal;*/
}

.first {
	position: relative;
	margin: 0;
	text-align: center;
	color: white;
}

/*.content h1 {*/
/*	color: transparent;*/
/*	background-image: linear-gradient(#53e7c6, #3990ec);*/
/*	background-size: 120%;*/
/*	background-clip: text;*/
/*}*/

.heading {
	height: 100vh -;
	margin-bottom: 200px;
	display: flex;
	/*background-image: linear-gradient(to right, #FFFFFF, #AEDAFF);*/
}

.heading img {
	position: relative;
	bottom: 0;
}

/*.heading h1{*/
/*	margin-top: 0;*/
/*}*/



.team {
	width: 100vw;
	margin-bottom: 300px;
}

.people {
	display: flex;
	/*width: 100vw - 300px;*/
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}

.person {
	display: flex;
	flex-direction: column;
	width: 32%;
	padding: 10px 30px;
}

.person .img {
	width: 100%;
	height: 300px;
	border-radius: 300px;
	/*background-position: center;*/
	background-repeat: no-repeat;
	background-size: cover;
	animation: fadeIn 6s;
}

.min {
	background-image: url("minjun.jpg");
	background-position: 50% 50%;
}

.sachi {
	background-image: url("sachi.jpg");
	background-position: center;
}

.jay {
	background-image: url("jay.jpg");
	background-position: left center;
}

.tyson {
	background-image: url("tyson.jpg");
	background-position: center;
}

.hanjoon {
	background-image: url("hanjoon.jpg");
	background-position: 50% 50%;
}

.stephen {
	background-image: url("stephen_2.jpg");
	background-position: 50% 50%;
}

.description {
	width: 100%;
	justify-content: space-between;
	padding: 20px;
}

.description h2 {
	font-style: normal;
	font-size: 20px;
	padding: 10px;
}

.role {
	font-weight: 400;
}

.about-description {
	font-style: normal;
	font-size: 1.8vw;
	width: 60%;
	line-height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.about {
	margin-bottom: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.mission {
	margin-bottom: 300px;
}

.gradient {
	color: transparent;
	background-image: linear-gradient(#53e7c6, #3990ec);
	background-size: 120%;
	background-clip: text;
}


.statement {
	text-align: center;
	padding: 40px, 0px;
	font-size: 30px;
	font-weight: normal;
	margin-top: 200px;
	position: relative;
	font-style: normal;
}

.statement::before {
	transform: scaleX(0);
	transform-origin: bottom right;
}

.statement:hover::before {
	transform: scaleX(1);
	transform-origin: bottom left;
}

.statement::before {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	inset: 0 0 0 0;
	background: hsl(200 100% 80%);
	z-index: -1;
	transition: transform .3s ease;
}


input:focus~label,
textarea:focus~label,
input:valid~label,
textarea:valid~label {
	font-size: 0.75em;
	color: #999;
	top: -5px;
	-webkit-transition: all 0.225s ease;
	transition: all 0.225s ease;
	animation: fadeIn 4s;
}

.styled-input {
	float: left;
	width: 293px;
	margin: 1rem 0;
	position: relative;
	border-radius: 4px;
}

@media only screen and (max-width: 768px) {
	.styled-input {
		width: 100%;
	}
}

.styled-input label {
	color: #999;
	padding: 1.3rem 30px 1rem 30px;
	position: absolute;
	top: 10px;
	left: 0;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	pointer-events: none;
	animation: fadeIn 4s;
}

.styled-input.wide {
	width: 650px;
	max-width: 100%;
}

input,
textarea {
	padding: 30px;
	border: 0;
	width: 100%;
	border: none;
	border-bottom: 2px solid #000000;
	background: transparent;
	/*font-size: 1rem;*/
	/*background-color: #2d2d2d;*/
	/*color: white;*/
	/*border-radius: 4px;*/
	/*animation: fadeIn 4s;*/
	
}

input:focus,
textarea:focus {
	outline: 0;
	animation: fadeIn 4s;
}

input:focus~span,
textarea:focus~span {
	width: 100%;
	-webkit-transition: all 0.075s ease;
	transition: all 0.075s ease;
	animation: fadeIn 4s;
}

textarea {
	width: 100%;
	min-height: 15em;
	animation: fadeIn 4s;
}

.input-container {
	width: 650px;
	max-width: 100%;
	margin: 20px auto 25px auto;
}

.submit-btn:hover {
	background: #000000;
	color: #ffffff;
}

.submit-btn {
	float: right;
	display: inline-block;
	margin-top: 20px;
	padding: 10px 20px;
	font-size: 10px;
	background: transparent;
	/* Makes the background fully transparent */
	border: 1px solid black;
	border-radius: 30px;
	cursor: pointer;
	text-align: center;
	transition: all 0.5s;
	cursor: pointer;
	margin-left: 5%;
	transition: 0.3 all ease-in-out;
}

.submit-btn:hover {
	transform: translateY(1px);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.10),
		0 1px 1px 0 rgba(0, 0, 0, 0.09);
}

@media (max-width: 768px) {
	.submit-btn {
		width: 100%;
		float: none;
		text-align: center;
	}
}

input[type=checkbox]+label {
	color: #ccc;
	font-style: italic;
}

input[type=checkbox]:checked+label {
	color: #f00;
	font-style: normal;
}

/*.button {*/
/*  border-radius: 4px;*/
/*  background-color: #f4511e;*/
/*  border: none;*/
/*  color: #FFFFFF;*/

/*  font-size: 28px;*/
/*  padding: 20px;*/
/*  width: 200px;*/
/*  transition: all 0.5s;*/
/*  cursor: pointer;*/
/*  margin: 5px;*/
/*}*/

/*.apps span {*/
/*	cursor: pointer;*/
/*	display: inline-block;*/
/*	position: relative;*/
/*	transition: 0.5s;*/
/*}*/

/*.apps span:after {*/
/*	content: '\00bb';*/
/*	position: absolute;*/
/*	opacity: 0;*/
/*	top: 0;*/
/*	right: -20px;*/
/*	transition: 0.5s;*/
/*}*/

/*.apps:hover span {*/
/*	padding-right: 25px;*/
/*}*/

/*.apps:hover span:after {*/
/*	opacity: 1;*/
/*	right: 0;*/
/*}*/


.apps:hover {
	background: #000000;
	color: #ffffff;
}

.apps {
	margin-top: 70px;
	padding: 20px 60px;
	font-size: 20px;
	background: transparent;
	/* Makes the background fully transparent */
	border: 1px solid black;
	border-radius: 30px;
	cursor: pointer;
	text-align: center;
	transition: all 0.5s;
	cursor: pointer;
	margin-left: 5%;
	transition: 0.3 all ease-in-out;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.artevo-image {
	display: block;
	width: 30%;
	height: 30%;
	border-radius: 30px;
	margin-left: 15%;
}

.container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.three {
	margin-bottom: 20%;
}

.brush-wrap {
	position: relative;
	display: inline-block;
	padding: 100px 130px;
}

.brush-wrap:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: black;
	z-index: -1;
	clip-path: url(#clip);
	/* applying clip animation */
}

.ink-stroke {
	position: fixed;
	z-index: 0;
	pointer-events: none;
	opacity: 0.4;
	mix-blend-mode: multiply;
	/*opacity: 0.6;*/
	/*opacity: 0;*/
	/*transform: translateX(-100%);*/
	/*transition: fadeInFromLeft 2s ease-in-out forwards;*/
}

/*@keyframes fadeInFromLeft {*/
/*	0% {*/
/*		opacity: 0;*/
/*		transform: translateX(-100%);*/
/*	}*/
/*	100% {*/
/*		opacity: 0.6;*/
/*		transform: translateX(0);*/
/*	}*/
/*}*/

.stroke1 {
	top: 300px;
	right: 80%;
	width: 300px;
	height: 40%%;
	transform: rotate(45deg)
}

.stroke2 {
	top: 70%;
	left: 75%;
	width: 200px;
}

.stroke3 {
	top: 700px;
	left: 100px;
	transform: rotate(165deg);
	width: 900px;
	height: 100px;
}

.stroke4 {
	right: 400px;
	top: 1500px;
	width: 700px;
	height: 100px;
	transform: rotate(260deg);
}

.stroke5 {
	left: 80%;
	transform: rotate(195deg);
	width: 200px;
	height: 350px;

}
/*.section_one {*/
/*	position:relative;*/
/*	right:18%;*/
/*}*/
/*.section_two {*/
/*	position:relative;*/
	
/*}*/
/*.section_three {*/
/*	position:relative;*/
/*	right:18%;*/
/*}*/
/*.pic_one {*/
	
/*}*/
.description_container {
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom:40%;
	flex-direction:column;
}
.description_pictures {
	height:auto;
	width:40%;
	margin-bottom:5%;
	border-radius:30px;
}
.section_one {
	right:18%;
}
.section_two {
	left:18%;
}
.section_three{
	right:18%;
}
.third{ 
	margin-bottom:35%;
}