@charset "UTF-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700);
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;
	outline: none;
}
a {
	text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}
html {
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/background-hare.gif);
	background-size: contain;
}
html, body {
	font-family: 'Lato', sans-serif;
	min-height: 100%;
	color: #FFFFFF;
}
a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}
.clearall {
	clear: both;
}
strong {
	font-weight: 700;
}
a {
	color: #FFFFFF;
}
a:hover {
	color: #000000;
}


.linkbutton {
  -o-transition: 1.5s;
  -ms-transition: 1.5s;
  -moz-transition: 1.5s;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}

#pagecolumn {
	width: 280px;
	margin: 50px auto;
	min-height: 100%;
}
h1 {
	width: 280px;
	height: 234px;
	margin: 0px 0px 30px 0px;
	background: url(../images/the-wild-hare.png) top left no-repeat;
	text-indent: -32000px;
}
h2 {
	font-weight: 400;
	text-transform: uppercase;
	font-size:21px;
	padding: 0px 0px 17px 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px dotted #FFFFFF;
}
h3 {
	font-weight: 400;
	font-size:18px;
	margin: 0px 0px 10px 0px;
}
p {
	font-weight: 400;
	font-size:14px;
	line-height: 15px;
	margin: 0px 0px 10px 0px;
}
.linkbutton {
    padding: 15px 40px;
    margin-top: 30px;
    display: inline-block;
    border-radius: 5px;
    color: #FFFFFF;
    background-color: #AB0AE0;
    font-weight: 700;
}
.linkbutton:hover {
    background-color: #FFFFFF;
    color: #AB0AE0;
}

 @media only screen and (max-width : 1180px) {

}
 @media only screen and (max-width : 1020px) {

 }
 @media only screen and (max-width : 760px) {

}
