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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

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

/************** End CSS RESET ****************/


body { font-family: 'Gentium Basic', serif; color:#333; }

#page {
	width: 1000px;
	margin:auto;
}

header {
	padding:0 20px;
	
}

header h1 {
	font-size:120px;
	text-align:center;
	margin-bottom:0;
	background:#E8E8E8;
	padding:20px;
}

h1, h2 { 
	font-family: 'Oswald', sans-serif;
	font-size:24px;
	margin-bottom:1em;
	text-transform:uppercase;
}

.flexslider {
	margin: 0 20px;
	border: none;
}

.flex-control-paging li a.flex-active {
	background: #B40205;
}

.slides li div {
	width:100%;
	position:relative;
	padding-bottom:50%;
	background-size:cover;
}

.slides li div h2 {
	position:absolute;
	top:20px;
	left:20px;
	color:#B40205;
}

.slide1 { background:url(slides/kitten01.jpg) top left no-repeat; }
.slide2 { background:url(slides/kitten02.jpg) top left no-repeat; }
.slide3 { background:url(slides/kitten06.jpg) top left no-repeat; }
.slide4 { background:url(slides/kitten04.jpg) top left no-repeat; }
.slide5 { background:url(slides/kitten05.jpg) top left no-repeat; }

.cta {
	display:table;
	height:150px;
	width:150px;
	
	position:absolute;
	right:20px;
	bottom:100%;
	
	background:rgba(123,157,179,.3);
	border-radius:50%;
	border: 5px solid #084D64;
	
	text-align:center;
	padding:20px;
	text-decoration:none;
	font-family: 'Oswald', sans-serif;
	font-size:24px;
	color:#03425B;
}

.cta span {
	display:table-cell;
	vertical-align:middle;
}

.light {
	color: #EDEDED;
}

section {
	padding:20px 10px;
	overflow:hidden;
	margin-top: 40px;
}

.column {
	float:left;
	padding: 0 10px;
	width:33.3333%;
}

p { 
	line-height:1.4em;
	margin-bottom:1em;
}

img {
	max-width:100%;
}

footer {
	margin:20px;
	padding:40px;
	background:#E8E8E8;
}

footer p { 
	margin-bottom:0;
	text-align: center;
}

@media only screen and (max-width: 1000px) {
	
	#page { width: 100%; }
	
}

@media only screen and (max-width: 600px) {
	
	.column {
		float:none;
		width:100%;
	}
	
}

