@charset "utf-8";
/* CSS Document */

html {
	font-size: 100%;
}

body {
	font-family: "Crimson Text", serif;
	line-height: 1;
	color: #2D2D2D;
}

img {
	max-width: 100%;
}

#header {
	width: 90vw;
	margin: 60px auto;
}

.main_visual {
	margin-bottom: 35px;
}

.header_bar {
	display: flex;
}


.logo img{
	height: 14px;
	line-height: 0;
}

.top_nav ul{
	display: flex;
	margin-left: 58px;
	
}

.top_nav ul li {
	text-transform: capitalize;
	font-size: 0.875rem;
	margin-right: 30px;
}

.wrapper {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 18px;
}

.section {
	display: flex;
	margin-bottom: 60px;
}

.section_img {
	width: 50%;	
}

.section_detail {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 7%;
	line-height: 1.68;
}

.section_title {
	font-size: 1.5rem;
	margin-bottom: 10px;
}

.section_subtitle {
	text-transform: capitalize;
	margin-bottom: 30px;
}


.work {
	flex-direction: row-reverse;
}

#footer {
	display: flex;
	justify-content: space-between;
	padding: 25px 0;
}

#footer small {
	font-size: 0.875rem;
}

@media screen and ( max-width:767px){
	
	#header {
		width: 100%;
		margin: 0 0 50px 0;
	}
	
	.section {
		flex-direction: column;
	}
	
	.section_img,
	.section_detail {
		width: 100%;
	}
	
	.section_img {
		margin-bottom: 10px;
	}
	
	.main_visual {
		margin-bottom: 20px;
	}
	
	.main_visual img {
		height: 334px;
		object-fit: cover;
	}
	
	.header_bar {
		padding: 0 18px;
	}
	
}








