body {
	text-align: center;
	font-family: 'Noto Sans Display', sans-serif;
	color: #666565;
	margin: 0;
	background-color: #E6CFC5;
}

.body_container .logo_container img.logo {
	width: 250px;
	max-width: 100%;
}

.profile_pic {
	max-width: 80%;
	padding-top: 0px;
	padding-right: 20px;
}

.logo_container {
	margin: 0 auto 20px 0;
	text-align: left;
	position: relative;
}

a {
	color: #666565;
	border-bottom: solid 1px #666565;
	text-decoration: none;
	padding: 2px 5px;
}

a:hover {
	color: #666565;
	border-bottom: solid 1px #fff;
	text-decoration: none;
	background-color: #DDBFB2;
	border-radius: 4px;
	padding: 2px 5px;
}

.body_container {
	background: url("../images/top_back01.png") #aaa top center no-repeat;
	background-size: 100%;
	max-width: 680px;
	margin: 5vw auto;
	text-align: left;
	background-color: #fff;
	padding: 5vw;
	border-radius: 30px;
}

.body_container img {
	margin: 15px 0;
	width: 100%;
	height: auto;
}

.caption {
	margin-top: 0;
	margin-bottom: 30px;
	color: #666565;
	font-size: 0.875em;
}

a.button {
	background-color: #C2DEC6;
	color: #666565;
	display: inline-block;
	text-align: left;
	padding: 30px 25px 25px 25px;
	border-bottom: 0;
	letter-spacing: 0.05em;
	font-size: 1.125em;
	margin: 10px 20px 10px 0;
	border-radius: 7px;
	width: 270px;
	line-height: 1em;
}

a.button.phone_button {
	width: 180px;
}

a.button:hover {
	background-color: #E6CFC5;
}

a.button span {
	font-family: 'Signika Negative', sans-serif;
	font-weight: 900;
	font-size: 30px;
}

table.colour_chart td, table.colour_chart th {
	border: #ddd solid 1px;
	padding: 10px;
	min-width: 30px;
	text-align: center;
}

table.colour_chart th {
	background-color: #333;
	color: #fff;
}

table.colour_chart td:first-child {
	font-weight: bold;
}

table.colour_chart td.cyan { background-color: #c9e9fb; }
table.colour_chart td.magenta { background-color: #f9d3e6; }
table.colour_chart td.yellow { background-color: #fffad2; }
table.colour_chart td.black { background-color: #ddd; }

table.colour_chart td.cyan0, 
table.colour_chart td.magenta0, 
table.colour_chart td.yellow0, 
table.colour_chart td.black0 {
	background-color: #fff;
}

table.colour_chart td:last-child {
	border-left: solid 50px;
}

div.price_box {
	background-color: #656564;
	width: 120px;
	color: #fff;
	padding: 25px 20px 25px 20px;
	display: inline-block;
	line-height: 1.125em;
	margin: 0 15px 15px 0;
}

div.price_box h3, div.price_box h4 {
	padding: 0;
	margin: 0;
}

div.price_box h3 {
	font-weight: 600;
	margin-bottom: 15px;
	font-size: 22px;
}

div.price_box h4 {
	font-weight: 100;
	font-size: 30px;
	font-family: 'Noto Sans Display', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Signika Negative', sans-serif;
	line-height: 1em;
}

h1 {
	font-weight: 900;
	font-size: 40px;
}

h2 {
	font-weight: 900;
	font-size: 30px;
}

p {
	font-size: 20px;
}

img.emily_image {
	width: 300px;
}

img.bacp_logo {
	width: 250px;
	margin-top: 30px;
}

.half_section {
	width:45%;
	float: left;
}

.text_right {
	text-align: right;
}

div.left_section {
	width:55%;
}

div.right_section {
	width: 40%;
	float: right;
}

/* ============================
Media Queries
============================ */

@media only screen and (max-width: 760px) {
	.body_container {
		margin: 0 auto;
		border-radius: 0;
	}
}

@media only screen and (max-width: 380px) {
	a.button {
		width: auto;
		font-size: 0.85em;
		padding: 20px 15px 15px 15px;
	}
}