@font-face {
	font-family: 'Figtree';
	src: url('fonts/Figtree-Light.woff') format('woff'),
		url('fonts/Figtree-Light.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Figtree';
	src: url('fonts/Figtree-Medium.woff') format('woff'),
		url('fonts/Figtree-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Figtree';
	src: url('fonts/Figtree-Bold.woff') format('woff'),
		url('fonts/Figtree-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
}

html {
	position: relative;
	min-height: 100%;
	box-sizing: border-box;
	text-rendering: optimizeLegibility;
}

body {
	font-family: 'Figtree', 'Calibri', sans-serif;
	font-style: normal;
	font-weight: normal;
	min-height: 100%;
	background: #FFFFFF;
	color: #000000;
	margin: 0;
	padding: 0;
	line-height: 160%;
	font-weight: 300;
	font-size: 16px;
	overflow-x: hidden;
	box-sizing: border-box;
}

#page {
	position: relative;
	max-width: 800px;
	margin: 0 auto;
	padding: 50px 30px;
	width: 100%;
}

img {
	display: block;
	max-width: 100%;
}

.header {
	position: relative;
	max-width: 100%;
	width: 350px;
	margin: 0 auto;
}

.header img {
	width: 150px;
	max-width: 100%;
	margin: 0 auto;
}

.header .bubble {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 500;
	font-size: 0.90rem;
	line-height: 130%;
	padding: 20px;
	width: 100px;
	height: 100px;
	color: #FFFFFF;
	background: #9dccc7;
	border-radius: 50%;
	position: absolute;
	right: 0;
	bottom: -70px;
}

.content {
	position: relative;
	text-align: center;
	margin-top: 100px;
}

.content span {
	display: block;
}

.content span a {
	display: block;
	color: #000000;
	text-decoration: none;
}

h2 {
	display: block;
	font-weight: 700;
	font-size: 1.20rem;
	color: #d3a890;
	margin: 30px 0 5px 0;
}

@media screen and (min-width: 800px) {
	#page {
		display: flex;
		align-items: center;
		align-content: center;
		justify-content: center;
		flex-wrap: wrap;
		padding: 40px 80px;
		min-height: 800px;
	}

	body {
		font-size: 24px;
		display: flex;
		flex-wrap: wrap;
	}

	.header {
		width: 100%;
	}

	.content {
		width: 100%;
		margin-top: 60px;
	}

	.header .bubble {
		width: 120px;
		height: 120px;
		font-size: 1.20rem;
		right: 50px;
		bottom: -20px;
	}

	.header img {
		width: 200px;
	}

    .content div {
        margin: 12px 0;
    }

	.content span {
		display: inline-block;
        line-height: 120%;
		border-right: 1px solid #d3a890;
		margin-right: 20px;
		padding-right: 20px;
	}

	.content span:last-child,
	.content span:only-child {
		border-right: 0;
		margin-right: 0;
		padding-right: 0;
	}

	.content span a {
		display: inline-block;
	}

	h2 {
		font-size: 1.80rem;
		margin: 40px 0 5px 0;
	}
}

@media screen and (min-width: 800px) and (min-height: 850px) {
	.header img {
		width: 250px;
	}
}