@import url(../webfonts/font.css);

/******************************************************************************** root */
:root { 
    --c-black: #000;
    --c-white: #fff;
    --bg-lightgrey: #f2f2f2;
    --bg-darkgrey: #333;
    --c-red: #a94848;
    --c-redRGB: rgba(169,72,72,1);
    --c-reddark: #9b1919;
    --c-reddarkRGB: rgba(155,25,25,1);
    --c-lightblue: #91bab6;
    --c-lightblueRGB: rgba(145,186,182,1);
    --c-darkblue: #70a2a5;
    --c-darkblueRGB: rgba(112,162,165,1);
    --c-special: #70a2a5;
}

/******************************************************************************** Clean */
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;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}
body {
	-webkit-text-size-adjust: none;
}
mark {
	background-color: transparent;
	color: inherit;
}
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input,
select,
textarea {
	appearance: none;
}
.disabled {
  display: none;
}

/******************************************************************************** Basic */
@-ms-viewport {
	width: device-width;
}
body {
	-ms-overflow-style: scrollbar;
}
@media screen and (max-width: 480px) {
	html, body {
		min-width: 320px;
	}
}
html {
	box-sizing: border-box;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}
html {
	overflow-x: hidden;
}
body {
	background: #ffffff;
	overflow-x: hidden;
}
body.is-preload *,
body.is-preload *:before,
body.is-preload *:after {
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}

/******************************************************************************** Typography */
html {	
  font-size: 18pt;
}
@media screen and (max-width: 1920px) {
	html {font-size: 13pt;}
}
@media screen and (max-width: 1152px) {
	html {font-size: 14pt;}
}
@media screen and (max-width: 736px) {
	html {font-size: 12pt;}
}
@media screen and (max-width: 480px) {
	html {font-size: 11pt;}
}
/******************************************************************************** Start HTML */
body {
	background-color: #ffffff;
	color: #000000;
}
body,
input,
select,
textarea {
	color: #000000;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 0.0375em;
	line-height: 2;
}
a {
	-moz-transition: border-bottom-color 0.25s ease-in-out;
	-webkit-transition: border-bottom-color 0.25s ease-in-out;
	-ms-transition: border-bottom-color 0.25s ease-in-out;
	transition: border-bottom-color 0.25s ease-in-out;
	text-decoration: none;
	color: #000000;
	border-bottom: dotted 1px;
}
a:hover {
	text-decoration: none;
	border-bottom-color: transparent;
}
strong,
b {
	font-weight: 600;
	color: #000000;
}
em,
i {
	font-style: italic;
}
p {
	margin: 0 0 2rem 0;
}

/********************************************************************************  Headlines */
h1,h2,h3,h4,h5,h6 {
	color: #000000;
	font-family: "Raleway", Helvetica, sans-serif;
	font-weight: 600;
	letter-spacing: 0.175em;
	line-height: 1.75;
	margin: 0 0 1.5rem 0;
	text-transform: uppercase;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	color: inherit;
	text-decoration: none;
}
h1 {
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-size: 5rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.1;
	margin: 0 0 1.5rem 0;
	text-transform: none;
}
h2 {
	font-size: 1.25rem;
	font-weight: 800;
	margin: 0 0 2rem 0;
}
h3 {
	font-size: 0.875rem;
}
h4 {
	font-size: 0.875rem;
}
h5 {
	font-size: 0.75rem;
}
h6 {
	font-size: 0.625rem;
}
@media screen and (max-width: 736px) {
	h1 {
		font-size: 2.5rem;
		line-height: 1.1;
	}
	h2 {
		font-size: 1.25rem;
		line-height: 1.7;
	}
	h3 {
		font-size: 0.9rem;
	}
	h4 {
		font-size: 0.75rem;
	}
	h5 {
		font-size: 0.675rem;
	}
}
@media screen and (max-width: 360px) {
	h1 {
		font-size: 3.75rem;
	}
	h2 {
		font-size: 1.125rem;
	}
	h3 {
		font-size: 0.8rem;
	}
	h4 {
		font-size: 0.675rem;
	}
	h5 {
		font-size: 0.675rem;
	}
}
sub {
	font-size: 0.8rem;
	position: relative;
	top: 0.5rem;
}
sup {
	font-size: 0.8rem;
	position: relative;
	top: -0.5rem;
}

/******************************************************************************** Divs */
blockquote {
	border-left: solid 0.5rem rgba(144, 144, 144, 0.25);
	font-style: italic;
	margin: 0 0 2rem 0;
	padding: 1rem 0 1rem 2rem;
}
code {
	background: rgba(144, 144, 144, 0.1);
	border-radius: 0.325rem;
	font-family: "Courier New", monospace;
	font-size: 0.9rem;
	margin: 0 0.25rem;
	padding: 0.25rem 0.65rem;
}
pre {
	-webkit-overflow-scrolling: touch;
	font-family: "Courier New", monospace;
	font-size: 0.9rem;
	margin: 0 0 2rem 0;
	width: 100%;
}
pre code {
	display: block;
	line-height: 1.75;
	padding: 1rem 1.5rem;
	overflow-x: auto;
}
iframe {
  width: 100%;
  min-height: 300px;
}
video {
  width: 100%;
  min-height: 300px;
}
hr {
	border: 0;
	border-bottom: solid 2px rgba(144, 144, 144, 0.25);
	margin: 3rem 0;
}
hr.major {
	margin: 5rem 0;
}
@media screen and (max-width: 736px) {
	hr.major {
		margin: 3rem 0;
	}
}
