@charset "UTF-8";
@font-face {
	font-family: 'garamond';
	src: url('fonts/ebgaramond12-regular-webfont.woff2') format('woff2'), url('fonts/ebgaramond12-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
body {
	background-color: #b9c4d2;
	margin: 0;
	color: #363d46;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 24px;
}
header {
	background: #4f59aa;
	height: 80px;
	font-family: "garamond", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 26px;
	color: #b9c4d2
}
header img {
	margin: 6px 0 0 33px;
	z-index: 20;
	position: relative;
}
header div {
	float: right;
}
header li {
	display: inline;
	margin: 0 1em;
}
header li a {
	color: #b9c4d2;
	text-decoration: none;
	font-size: 66%;
	-webkit-transition: color 1s;
	transition: color 1s;
	letter-spacing: 2px;
}
header li a:hover {
	color: #fff;
}
.ghoststripe {
	background: url(img/cornflowerghost.png);
	width: 100%;
	height: 20px;
	z-index: 2;
	float: left;
	clear: both;
	position: relative
}
.bookkeeper {
	width: 100%;
	height: auto;
	margin-top: -20px;
}
aside {
	background: #4f59aa;
	float: right;
	width: 28%;
	color: #fff;
	font-size: 17px;
	padding: 20px 5%;
	position: relative;
	top: -215px;
	line-height: 30px;
	border-bottom-left-radius: 2em;
	border-left: .5em #626cbd solid;
	border-bottom: .5em #626cbd solid;
}
aside a { text-decoration:none; color:#fff }
aside span {
	font-size: 20px;
	font-family: "garamond", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	letter-spacing: 4px
}
section {
	padding: 80px 12%;
}
h1 {
	color: #625ea8;
	font-size: 30px;
	font-family: "garamond", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: lighter;
	letter-spacing: 3px
}
sup {
	line-height: 1;
}
form input, textarea {
	font-size: 14px;
	width: 500px;
	padding: .5em;
	margin: 1em 0;
	color: #737981;
	border: none;
	font-family: Verdana, Geneva, sans-serif;
	background: #bec7e8;
	-webkit-transition: background 1s;
	transition: background 1s;
}
form input {
	float:left;
	clear:both;
}
form textarea { margin-right:500px }
form input:focus, textarea:focus {
	color: #4f59aa;
	background: #d5dcf7
}
.btn {
	padding: 1em;
	width: auto;
	color: #b9c4d2;
	border-radius: 6px;
	background: #363d46;
	-webkit-transition: background 1s;
	transition: background 1s;
}
.btn:hover {
	background: #4f59aa;
}
td {
	background: #bec7e8
}
footer {
	font-size: 16px;
	background: #4f59aa;
	color: #b9c4d2;
	letter-spacing: 1px;
	text-align: center;
	padding: 80px 12%;
	float:none;clear:both
}
footer a {
	color: #b9c4d2;
	text-decoration: none;
}
 @media screen and (max-width: 960px) {
header ul {
	margin-left: -20px;
}
header li {
	margin: 0 .5em;
}
header li a {
	font-size: 50%;
	letter-spacing: 1px
}
header li:first-child {
	margin-left: 0;
	font-size: 75%
}
header img {
	margin-left: 15px
}
}
 @media screen and (max-width: 670px) {
header li:first-child {
	display: none
}
header ul {
	margin-right: 50px
}
aside {
	float: right;
	width: 20%;
	font-size: 15px;
	padding: 20px 3%;
	position: relative;
	top: -200px;
	border-left: .25em #626cbd solid;
	border-bottom: .25em #626cbd solid;
}
}
 @media screen and (max-width: 530px) {
section {
	padding: 40px 6%;
}
aside {
	clear: both;
	width: 94%;
	color: #fff;
	font-size: 20px;
	position: relative;
	top: 0px;
	line-height: 36px;
	border-bottom-left-radius: 0;
	border: none;
	text-align: center;
	margin-bottom: 40px;
}
aside span {
	font-size: 20px;
}
header {
	height: 120px;
	text-align: center
}
header ul, header div {
	display: none
}
header img {
	margin: 0 auto;
	z-index: 20;
	position: relative;
	top: 20px;
	left: -10px
}
footer {
	padding-top: 40px;
	border-bottom: 40px #4f59aa solid;
}
footer span {
	width: 100%;
	float: left;
	clear: both;
}
.hide {
	display: none;
}
h1 {
	text-align: center
}
}