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

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%;
	vertical-align: baseline;
}

@font-face { 
	font-family: "Signika-Light";
	src: url('css/Signika-Light.eot'); /* IE9 Compat Modes */
	src: url('css/Signika-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('css/Signika-Light.woff2') format('woff2'), /* Super Modern Browsers */
         url('css/Signika-Light.woff') format('woff'), /* Pretty Modern Browsers */
         url('css/Signika-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('css/Signika-Light.svg#svgFontName') format('svg'); /* Legacy iOS */
}
	
@font-face { 
	font-family: "Signika-Regular";
	src: url('css/Signika-Regular.eot'); /* IE9 Compat Modes */
	src: url('css/Signika-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('css/Signika-Regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('css/Signika-Regular.woff') format('woff'), /* Pretty Modern Browsers */
         url('css/Signika-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('css/Signika-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face { 
	font-family: "Signika-Semibold";
	src: url('css/Signika-Semibold.eot'); /* IE9 Compat Modes */
	src: url('css/Signika-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('css/Signika-Semibold.woff2') format('woff2'), /* Super Modern Browsers */
         url('css/Signika-Semibold.woff') format('woff'), /* Pretty Modern Browsers */
         url('css/Signika-Semibold.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('css/Signika-Semibold.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face { 
	font-family: "Signika-Bold";
	src: url('css/Signika-Bold.eot'); /* IE9 Compat Modes */
	src: url('css/Signika-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('css/Signika-Bold.woff2') format('woff2'), /* Super Modern Browsers */
         url('css/Signika-Bold.woff') format('woff'), /* Pretty Modern Browsers */
         url('css/Signika-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('css/Signika-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
}	
	
body {
	line-height: 1;
	overflow-x:hidden;
	background:#fffdeb;
	font-family:"Signika-Light";
}

/* Let's get this party started */
::-webkit-scrollbar {
    width: 10px;
}
 
/* Track */
::-webkit-scrollbar-track {
	background: rgba(230,230,230,1);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0); 
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: rgba(190,190,190,0.5);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(230,230,230,0); 
}

::-webkit-scrollbar {
    display:none;
}

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;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


article { cursor:pointer; }		

header img { 
	width:35vw;
	display:block;
	position:relative;
	margin:5vw auto;
}

section {
	width:35vw;
	display:block;
	position:relative;
	margin:5vw auto;
	font-size:1.2rem;
	line-height:1.8rem;
}

section p { margin-bottom:3vw; }

section a { font-family: "Signika-Bold"; color:#ae252c; text-decoration: none; }

@media only screen 
and (max-width : 1280px) {
	header img,
	section { 
		width:45vw;
	}
}

@media only screen 
and (max-width : 1024px) {
	header img,
	section { 
		width:60vw;
	}
}

@media only screen 
and (max-width : 800px) {
	header img,
	section { 
		width:80vw;
	}
}

@media only screen 
and (max-width : 600px) {
	header img,
	section { 
		width:90vw;
	}
}

