*{
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	line-height: 1.5;
}

body{
	width: 100%;
	background: linear-gradient(to right, #f9f9f9, #f3f3f3);	
}
.colleft{
	flex-basis: 66%;
	position: relative;
	margin: 20px 20px 20px 0;
}
.centeritalic {
	text-align: center;
	font-size: 22px;
	Color: #00ff00;
}
.borderleft {
	width: 225px;
	float: left;
	padding: 0 25px 0 25px;
}
.borderright {
	width: 225px;
	float: right;
	padding: 0 25px 0 25px;
}
.colright{
	flex-basis: 34%;
	position: relative;
	margin: 20px 0 20px 20px;
	border-right-style: solid;
	border-left-style: solid;
	border-color: black;
	padding: 30px;
}
.colright h3 {
	font-size: 22px;
	text-align: center;
	padding-left: 30px;	
	padding-right: 30px;
}
.colright h5 {
	font-size: 24px;
	text-align: center;
	color: #00ff00;
}
.container {
	width: 100%;
	min-height: 100vh;
	padding-left: 12%;
	padding-right: 12%;
	box-sizing: border-box;
	overflow: hidden;
}
.element {
	clear: both;
	vertical-align: top;
	padding-bottom: 100px;
}
h1 {
	color: #65574f;
	font-size: 48px;
}
.kick {
	width: 350px;
	align: right;
	transform: translateX(200px);
}
.korean {
	width: 200px;

}
.logo {
	width: 60px;
	cursor: pointer;
	margin: 30px 0;
	padding-right: 20px;
}
.menu-icon {
	width: 25px;
	cursor: pointer;
	display: none;
}
h2 {
	color: #ff0000;
	Font-size: 18;
}

nav {
	flex: 1;
	text-align: right;
}
.navbar {
	width: 100%;
	display: flex;
	align-items: center;
	border-bottom-style: solid;
	border-width: 3px;
}
nav ul li {
	list-style: none;
	display: inline-block;
	margin-right: 30px;
}
nav ul li a {
	text-decoration: none;
	color: #000;
	font-size: 14px;
}
nav ul li a:hover {
	color: #bfa89e;
}
.photo {
	width: 400px;
}
.photoright {
	padding-left: 25px;
	padding-right: 35px;
	Vertical-align: top;
}

.photoleft {
	width: 45%;
	float: left;
	padding-right: 25px;
	vertical-align: top;
}
.row {
	display: flex;
	align-items: center;
	margin-bottom: 100px;
	padding-top: 10px;
	border-top-style: solid;
	border-color: #000000;
}
.row2 {
	display: flex;
	align-items: center;
	margin-bottom: 100px;
	padding-top: 10px;
}
.textleft {
	width: 50%;
	display: inline-block;
	float: left;
	vertical-align: top;
	padding-top: 1px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}
h4 {
	text-align: center;
}
.textright {
	clear: right;
	padding-top: 1px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}
.social-links img {
	height: 13px;
	margin: 20px;
	cursor: pointer;
}
.section1 {
	height: 500px;
}
.social-links {
	text-align: center;
	border-top-style: solid;
	border-color: black;
	padding: 20px;
}
.tenets {
	text-align: center;
	
}





/* PHONE FORMATTING BELOW */

@media only screen and (max-width:700px) {
	
nav ul {
	width: 100%;
	background: linear-gradient(#ff54a2, #ff575a);
	position: absolute;
	top: 75px;
	right: 0px;
	z-index: 2;	
}

nav ul li {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

nav ul li a {
	color: #fff;
}

.menu-icon {
	display: block;
}

#menuList {
	overflow: hidden;
	transition: 0.5s;
}

.row {
	flex-direction: column-reverse;
	margin: 50px 0;
}


.logo {
	width: 120px;
	cursor: pointer;
	margin: 30px 0;
}

.kick {
	width: 200px;
	position: absolute;
	align: right;
	transform: translateX(50px);
}

.korean {

}

.row {
	border: none;
}


}

