@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FEFCF6;
	margin: 0;
	padding: 0 16px;
	font-family: museo, serif;
}

p, h1, h2 {
	color: #154734;
}

p {
	font-family: museo-sans, serif;
	font-weight: 300;
	line-height: 24px;
	font-size: 16px;
	margin: 28px 0;
}

p strong {
	font-weight: 500;
	font-style: normal;
}

h1 {
	font-size: 25px;
	line-height: 30px;
	font-style: normal;
	font-weight: 500;
	margin: 7px 0;
}

h2 {
	font-weight: 500;
	margin-bottom: 8px;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}

h3 {
	color: #D94619;
	font-weight: 300;
	font-size: 20px;
	line-height: 26px;
	margin: 6px 0;
}

h4 {
	color: #154734;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	line-height: 26px;
}

span {
	color: #D94619;
	font-size: 14px;
	font-weight: 300;
}

.header-logo {
	background-color: #154734;
	margin-bottom: 37px;
}

.header-logo {
	width: 166px;
	height: 183px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header-logo img {
	width: 97px;		
}

.border {
	border: 20px solid #F2DEA2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px 0 45px;
}

.border h4, .border ul {
	width: 90%;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	color: #154734;
	font-weight: 300;
}

ul li {
	margin: 12px 0;
	font-family: museo-sans, serif;
}

.quote {
	text-align: center;
}

.flex-wrap {
	margin-bottom: 36px;
}

.quote span {
	font-family: museo-sans, serif;
	font-size: 16px;
}

.contact-wrap {
	margin-top: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-wrap img {
	width: 145px;
}

.contact-wrap .contact {
	background-color: #154734;
	width: 100%;
	padding: 20px 24px 24px;
	max-width: 200px;
}

.contact-wrap .contact p, .contact-wrap .contact a {
	text-decoration: none;
	color: #F5E1A4;
	font-weight: 100;
	margin: 0;
	line-height: 21px;
}

.logo {
	text-align: center;
	margin: 100px
}

.logo img {
	width: 113px;
}

@media screen and (min-width: 374px) {
	body {
		padding: 0 36px;
	}
	
	.border h4, .border ul {
		width: 75%;
	}
}

@media screen and (min-width: 768px) {
	.content {
		max-width: 1060px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.header-logo {
		width: 272px;
		height: 301px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 115px;
	}

	.header-logo img {
		width: 160px;		
	}
	
	span.mana {
		margin-left: auto;
		margin-right: auto;
		font-size: 20px;
		display: block;
		text-align: center;
	}
	
	h1 {
		text-align: center;
		font-size: 77px;
		line-height: 87px;
	}
	
	h2 {
		font-size: 40px;
		line-height: 48px;
		max-width: 100%;
	}
	
	p {
		line-height: 26px;
		font-size: 18px;
	}
	
	.flex-wrap {
		display: flex;
		margin-top: 75px;
		margin-bottom: 185px;
	}
	
	.flex-wrap div:first-of-type {
		width: 50%;
	}
	
	.border {
		margin-left: auto;
		max-width: 368px;
		width: 40%;
	}
	
	h3 {
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 30px;
	}
	
	h4 {
		font-size: 18px;
		line-height: 26px;
	}
	
	ul li {
		font-size: 18px;
	}
	
	.quote span {
		font-size: 18px;
	}
	
	.contact-wrap {
		margin-top: 142px;
		justify-content: center;
	}
	
	.contact-wrap img {
		width: auto;
	}
	
	.contact-wrap .contact {
		max-width: 365px;
		padding: 65px 39px 69px 40px;
	}
	
	.contact-wrap .contact p, .contact-wrap .contact a {
		font-size: 26px;
		line-height: 36px;
	}
	
	.logo {
		margin: 177px 0 120px;
	}
	
	.logo img {
		width: 160px;
	}
}