* {
	color: inherit;
	border: 0;
	margin: 0;
	padding: 0;
	outline: none;
	vertical-align: baseline;
	font-family: 'Castoro', Helvetica, Arial, Tahoma, Verdana, sans-serif;
    font-weight: inherit;
    font-style: inherit;
    font-stretch: inherit;
    font-size: inherit;
    line-height: 1.6;
    letter-spacing: inherit;
    font-kerning: normal;
    text-rendering: optimizeLegibility;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:focus,
*:active {
    outline: none;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	display: block;
	width: 100%;
	max-width: 100%;
	overflow-y: auto;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	background-color: transparent;
	direction: ltr;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 16px;
}

body {
    display: flex;
    flex-flow: column;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    background-color: var(--white);
    margin: 0 auto;
    width: 100%;
}

article,
aside,
details,
figcaption,
blockquote,
figure,
footer,
header,
main,
nav,
hr,
section {
	display: block;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

fieldset {
	min-width: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a img {
	border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    width: 100%;
    margin-top: 0;
	margin-bottom: 25px;
	clear: both;
	font-weight: 700;
	line-height: 1.2;
}

h1 {
    font-size: 42px;
    font-weight: 700;
}

h2 {
    font-size: 32px;
    font-weight: 700;
}

h3 {
    font-size: 28px;
    font-weight: 700;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

p {
	min-height: 1px;
	margin-bottom: 25px;
}

p:last-child {
	margin-bottom: 0;
}

b,
strong {
	font-weight: 700;
}

address,
dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border: 4px solid var(--text);
	font-style: italic;
	margin-bottom: 25px;
	padding: 25px;
}

blockquote > *:last-child {
	margin-bottom: 0;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace, 'Castoro';
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background-color: transparent;
	border: 1px solid var(--text);
	margin-bottom: 25px;
	max-width: 100%;
	overflow: auto;
	padding: 25px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr[title] {
	border-bottom: 1px dotted var(--text);
	cursor: help;
}

mark,
ins {
	background-color: var(--white);
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

hr {
	background-color: var(--text);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}

ul,
ol {
	margin: 0 0 25px 25px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > *:last-child {
	margin-bottom: 0;
}

dl {
	margin-bottom: 25px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 25px;
}

table,
th,
td {
	border: 1px solid var(--text);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 25px 0;
	table-layout: fixed;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th, td {
	padding: 6px 12px;
}

img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}

label {
	font-weight: bold;
}

::-webkit-input-placeholder {
	color: var(--text);
	opacity: 1;
}

:-moz-placeholder {
	color: var(--text);
	opacity: 1;
}

::-moz-placeholder {
	color: var(--text);
	opacity: 1;
}

:-ms-input-placeholder {
	color: var(--text);
	opacity: 1;
}

button,
input,
select,
textarea {
	border-radius: 0;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
	padding: 6px 12px;
}

button,
input {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	line-height: normal;
}

input,
textarea {
	border: 1px solid var(--text);
	cursor: pointer !important;
}

input:focus,
textarea:focus {
	background-color: var(--white);
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: .8;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	background-color: var(--text);
	border: 0;
	color: var(--white);
	cursor: pointer;
	font-size: inherit;
	font-weight: 700;
	padding: 6px 12px;
	text-transform: uppercase;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 6px 12px;
	width: 300px;
	max-width: 100%;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
	flex-grow: 0;
	flex-shrink: 0;
}

a {
	color: var(--text);
	text-decoration: none;
}

a:link, a:visited, a:active, a:focus, a:hover {
    cursor: pointer;
    outline: none;
    text-decoration: none;
}

a:hover,
a:focus {
	color: var(--text);
	text-decoration: underline;
}

a, input, button, textarea {
    cursor: pointer;
    outline: none;
    text-decoration: none;
}

a, button, input, textarea, video, img, iframe {
	box-shadow: none !important;
}

a, button, input, textarea {
	transition: all 300ms ease;
}


@media screen and (max-width: 1000px) {
	h1 {
		font-size: 32px;
	}

	h2 {
		font-size: 26px;
	}

	h3 {
		font-size: 24px;
	}

	h4 {
		font-size: 20px;
	}

	h5 {
		font-size: 20px;
	}

	h6 {
		font-size: 18px;
	}
}
