

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol,ul {
	list-style: none;
}
blockquote,q {
	quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

::selection {
	background-color: white;
}

/*** Media Scale ***/

@media screen and (max-width:568px) {
	body {table-layout: fixed; width:100%; text-align: center;}
	.main {height: 100%; display: table-cell; vertical-align: middle;font-size: 21px} 
	.main p {font-size: 21px;line-height: 120%;letter-spacing: .02em;}
	#content {height: 100%;}
	#outer, #header, #footer{position: relative!important; z-index: 999; display:table-row!important; width: 100%;}
	#footer {vertical-align: bottom;}
	.contact {display: table-cell;}
	.contact p {font-size:14px;}
	.break {display:inline; margin:0px;}

}

@media screen and (max-width:320px) {
	body {table-layout: fixed; width:100%; text-align: center;}
	.main {height: 100%; display: table-cell; vertical-align: middle;} 
	.main p {font-size: 20px; line-height: 120%;}
	#content {height: 100%;}
	#outer, #header, #footer{position: relative!important; z-index: 999; display:table-row!important; width: 100%;}
	#footer {vertical-align: bottom;}
	.contact {display: table-cell;}
	.contact p {font-size:16px!important;}
	.divider {display: none;}
	.break {display:block!important; margin:0px;}
}

/*** Begin Typography ***/


@font-face {
  font-family: 'Calibre-Regular';
  src: url('fonts/Calibre-Regular/Calibre-Regular.eot?#iefix') format('embedded-opentype'),  
  	url('fonts/Calibre-Regular/Calibre-Regular.otf')  format('opentype'),
	url('fonts/Calibre-Regular/Calibre-Regular.woff') format('woff'), 
	url('fonts/Calibre-Regular/Calibre-Regular.ttf')  format('truetype'), 
	url('fonts/Calibre-Regular/Calibre-Regular.svg#Calibre-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
	padding: 0px;
	margin: 0px;
}

html, body {
	height: 100%;
	background: #a840af;
	color: white;
}

body {
	font-family:'Calibre-Regular', Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

p {
	display: block;
	margin-bottom: 24px;
}

a:link, a:visited {
	color: white;
	text-decoration: none;
}

a:hover, a:active {
	border-bottom: 2px solid white;
}

.hidden {
	display: none;
}

.bottom {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#header {
	width: 100%;
	margin: auto;
	height: 180px;
	position: fixed;
	z-index:999;	
}

#outer {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	postion: relative;
	z-index: 1;
}

#content {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}

.main {
	display: block;
	margin: 0 auto;
	max-width:675px;
	height: 100%;
	text-align: center;
	font-size: 28px;
	line-height: 120%;
	letter-spacing: 0.025em;
	padding:30px;
}
.footer {
	font-size: 18px;
	line-height: 120%;
	letter-spacing: 0.025em;
	padding:30px;
}

#footer {
	width: 100%;
	margin: auto;
	position: fixed;
	bottom: 0;
	z-index:999;	
	clear:both;
}

.contact {
	padding: 30px;
}

.contact p {
	letter-spacing: 0.035em;
	margin-bottom: 16px;
	font-size: 18px;
}

.break {
	display:inline;
	margin: 0 5px;
}

.important {
	border-bottom: 2px solid white;
	font-size: 24px;
	line-height: 42px;
}

.divider {
	margin: 0 5px;
}
