* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

html {
}

body {
	background: #00b8ee url(bg.jpg) center top no-repeat;
	background-size: cover;
}

html > body {
  font-size: 16px;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, q, small, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0 none;
  margin: 0;
  padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

p, ul, ol, label, input, select, textarea, dd, dt, td, th, a, caption, span, figcaption {
  font-family: "Arimo", sans-serif;
  font-weight: normal;
  font-size: 1em;
}

h1, h2, h3, h4 {
  font-family: "Arimo", sans-serif;
}

p, dt, dd, li, td, th, label {
  line-height: 1.4em;
}

p b {
  font-weight: 700;
}

h1 {
  font-size: 1.5em;
  color: #fff;
  text-transform: uppercase;
}

h2 {
  font-size: 1.25em;
  line-height: 1em;
  color: #fff;
}

h3 {
  font-size: 1.25em;
  line-height: 1em;
  color: #fff;
}

h4 {
  font-size: 1.125em;
}

h5 {
  font-size: 1em;
  font-weight: bold;
}

h6 {
  font-size: 1em;
}

a img {
  border: none;
}

.wrapper {
	width: 1024px;
	margin: 2em auto;
}

header {
	display: inline-block;
	padding: 100px 2em 2em 1em;
}

header h1 {
	padding: 0.5em 0;
	letter-spacing: .2em;
	text-align: center;
}

header img {
	display: block;
	margin: 0 auto;
}

p.content {
	color: #fff;
	position: relative;
	text-align: justify;
	line-height: 1.5em;
	width: 26em; 
	margin: 250px auto 0 auto;
	font-size: 1.125em;
}

p.content:before, p.content:after {
	background: url(quote.png) center center no-repeat;
	content: ".";
	font-size: 0;
	position: absolute;
	width: 42px;
	height: 40px;
	display: block;
}

p.content:before {
	left: -60px;
	top: 0;
}

p.content:after {
	right: -60px;
	bottom: 0;
}

.mail-number {
	margin-top: 50px;
}

.mail-number p {
	display: inline-block;
	width: 50%;
	margin-right: -4px;
	padding: 0 3em;
}

p.mail {
	text-align: right;
}

p.number {
	text-align: left;
}

.mail-number a {
	background: #e0f2fb;
	padding: 0.25em 0.5em;
	color: #002f63;
	text-decoration: none;
}

.mail-number a:hover {
	background: #002f63;
	color: #fff;
}

footer {
	margin-top: 50px;
}

footer p {
	width: 890px;
	text-align: justify;
	color: #fff;
	margin: 0 auto;
}

footer a {
	color: #fff;
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}
