/*
Theme Name: Hopenkit
Author: Antoine Vroonen
Version: 1.0
*/



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;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

li {list-style-type:none;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body{font-family: "Fira Sans",arial,sans-serif;font-size: 18px;color:#343944;margin:0;padding:0;background:url("../img/bg.png") no-repeat right top;}

a {text-decoration: none;color:#20a1a5;}
a:hover, .selected {opacity: 0.7;}

strong {font-weight: 700;}
em {font-style: italic;}

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

.end {clear: both;}
.center {text-align: center;}

p {
    line-height: 24px;
    margin-bottom: 20px;
}


.img-logo {margin-bottom: 60px;}
.wrap-intro {text-align: center;width:610px;height:460px;position:absolute;top:50%;left:50%;margin-top:-250px;margin-left:-305px;}
.c1 {color:#20a1a5;font-weight: bold;}
.p-copyright {color:white;font-size: 11px;position:absolute;top:5px;right:15px;}
.p-copyright a {color:white;font-weight: bold;}
