html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
	font-size: 16px;
	margin: 0;
	font-family: "Fauna One", "Lucida Grande", Helvetica, sans-serif;
}
article,aside,footer,header,nav,section {
    display: block;
}
img {
	user-select: none;
	border: 0;
    -ms-interpolation-mode: bicubic;
}
a:focus {
    outline: thin dotted;
}
a:active,a:hover {
    outline: 0;
}
b,strong {
    font-weight: bold;
}
hr {
    box-sizing: content-box;
    height: 0;
}
svg:not(:root) {
    overflow: hidden;
}
button,input,select,textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}
button,input {
    line-height: normal;
}
button,select {
    text-transform: none;
}
button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}
button[disabled],html input[disabled] {
    cursor: default;
}
input[type="checkbox"],input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
}
button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

#fb-like {
	position: fixed;
	top: 5px; left: 50%;
	z-index: 99999;
}