@charset "UTF-8";
/* CSS Document */
<style data-href="style.css" media="screen">/* ---------------------------------------------------------------------------------------------------- */
/* Typefaces */

@font-face
{
	font-family:'heading';
	src:url("http://scrollme.nckprsn.com/fonts/bellota-light-webfont.eot"); /* IE9 Compat Modes */
	src:url("http://scrollme.nckprsn.com/fonts/bellota-light-webfont.eot?#iefix") format('embedded-opentype'), /* IE6-IE8 */
		url("http://scrollme.nckprsn.com/fonts/bellota-light-webfont.woff") format('woff'), /* Modern Browsers */
		url("http://scrollme.nckprsn.com/fonts/bellota-light-webfont.ttf")  format('truetype'), /* Safari, Android, iOS */
		url("http://scrollme.nckprsn.com/fonts/bellota-light-webfont.svg#svgFontName") format('svg'); /* Legacy iOS */
	font-weight:normal;
	font-style:normal;
}

@font-face
{
	font-family:'body';
	src:url("http://scrollme.nckprsn.com/fonts/DroidSerif-webfont.eot"); /* IE9 Compat Modes */
	src:url("http://scrollme.nckprsn.com/fonts/DroidSerif-webfont.eot?#iefix") format('embedded-opentype'), /* IE6-IE8 */
		url("http://scrollme.nckprsn.com/fonts/DroidSerif-webfont.woff") format('woff'), /* Modern Browsers */
		url("http://scrollme.nckprsn.com/fonts/DroidSerif-webfont.ttf")  format('truetype'), /* Safari, Android, iOS */
		url("http://scrollme.nckprsn.com/fonts/DroidSerif-webfont.svg#svgFontName") format('svg'); /* Legacy iOS */
	font-weight:normal;
	font-style:normal;
}

@font-face
{
	font-family:'mono';
	src:url("http://scrollme.nckprsn.com/fonts/DroidSansMono-webfont.eot"); /* IE9 Compat Modes */
	src:url("http://scrollme.nckprsn.com/fonts/DroidSansMono-webfont.eot?#iefix") format('embedded-opentype'), /* IE6-IE8 */
		url("http://scrollme.nckprsn.com/fonts/DroidSansMono-webfont.woff") format('woff'), /* Modern Browsers */
		url("http://scrollme.nckprsn.com/fonts/DroidSansMono-webfont.ttf")  format('truetype'), /* Safari, Android, iOS */
		url("http://scrollme.nckprsn.com/fonts/DroidSansMono-webfont.svg#svgFontName") format('svg'); /* Legacy iOS */
	font-weight:normal;
	font-style:normal;
}

/* ---------------------------------------------------------------------------------------------------- */
/* Reset */

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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, nav, section, article, aside, figure, figcaption, hgroup, footer, header, audio, video, canvas { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-family:inherit; vertical-align:baseline; }
:focus { outline:0; }
body { line-height:1;}
ol, ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption, th, td { text-align:left; font-weight:normal; }
blockquote:before, blockquote:after, q:before, q:after { content:''; }
blockquote, q { quotes:'' ''; }

/* ---------------------------------------------------------------------------------------------------- */
/* Type */

body { font-family: Helvetica, Arial, sans-serif, 'body',serif; font-size:120%; line-height:1.35em; color:#2c3e50;}

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

a {
	text-decoration: none;
	color: #ffffff;
}
a:visited {
	color: #ffffff;
}

a:hover {
	color: #e23c5b;
}
a:active {
	color: #e23c5b;
}

a, a:hover, a:active, a:focus, a:visited,
input, input:hover, input:active, input:focus { transition:all 250ms ease; }

h1 { padding:0; margin:0.00em 0 0.00em 0; font-size:7.00em; line-height:1.00em; font-weight:normal; font-family:'heading',sans-serif; text-shadow:0.05em 0.05em 0 rgba(0,0,0,0.15); }
h2 { padding:0; margin:0.33em 0 0.66em 0; font-size:2.50em; line-height:1.00em; font-weight:normal; font-family:'Signika', Helvetica ,sans-serif; font-size:278%;}
h3 { padding:1em 0; margin:1.00em 0 1.00em 0; font-size:1.50em; line-height:1.25em; font-weight:normal; display: inline-block; font-family:'Signika';}


p,
blockquote,
table,
ul,
ol { margin:1.5em 0; }

ul { list-style:disc outside; }
ol { list-style:decimal outside; }

hr
{
	max-width:60em;
	margin:0 auto;
	border:none;
	background-color: #fff;
	height:3px;
	border-top: 1px solid #eee;
}

@media screen and ( max-width:50em )
{
	hr { display:none; }
}

/* ---------------------------------------------------------------------------------------------------- */
/* Type size */

@media screen and ( max-width:80em ) { body { font-size:115%; } }
@media screen and ( max-width:70em ) { body { font-size:105%; } }
@media screen and ( max-width:60em ) { body { font-size: 95%; } }
@media screen and ( max-width:45em ) { body { font-size: 90%; } }
@media screen and ( max-width:30em ) { body {
	font-size: 85%;
} }

/* ---------------------------------------------------------------------------------------------------- */
/* Code */

pre
{
	padding:1.5em; margin:1.5em -1.5em;
	background:rgba(0,0,0,0.065);
}

code
{
	font-family:'mono',monospace;

}

.code_tag { color:#d92b2b; }
.code_attribute { color:#58a907; }
.code_value { color:#2b82d9; }

/* ---------------------------------------------------------------------------------------------------- */
/* Definitions */

dl
{
	padding:1.5em; margin:1.5em -1.5em;

	transform-origin:center top;
}

dt
{
	margin:0.75em 0;
	font-size:1.50em;
}

dd { padding:0 0 0 0; }

/* ---------------------------------------------------------------------------------------------------- */
/* Misc */

/* Clearfix */
.clearfix, .columns, .column, .wrapper { *zoom:1; }
.clearfix:after, .columns:after, .column:after, .wrapper:after { content:''; display:table; clear:both; }

/* Border/padding -moz-box model */
* { box-sizing:border-box; }

/* Strip top/bottom margin on first/last child elements */
* > :first-child { margin-top:0 !important; }
* > :last-child { margin-bottom:0 !important; }

/* Plain lists */
.plain, .plain > li { list-style:none; }
.plain > li { margin:0; }

/* ---------------------------------------------------------------------------------------------------- */
/* Columns */

.columns { margin:1em -1.5em; }

.column { padding:0 1.5em; margin:0.75em 0; float:left; }

.column_right { float:right; width:87.8034%; }

.column_xlarge  { width:100%; }
.column_large   { width:71.8034%; }
.column_medium  { width:38.1966%; }
.column_small   { width:23.6068%; }
.column_xsmall  { width:14.5898%; }
.column_xxsmall { width: 9.0170%; }
.column_right_large { float:right; width:50.8034%; margin-right:24em; padding-top:1.2em;}
.column_right_xlarge { float:right; width:81.8034%; margin-right:4em; }
.column_right_small { float:right; width:38.1966%; margin-right:24em; padding-top:1.2em;}

.column_left {
	float: left;
	width: 10%;
}

/* Collapsing columns */

@media screen and ( max-width:50em )
{
	.columns_content > .column { width:100%; margin:1.5em 0; float:none; }
}

/* ---------------------------------------------------------------------------------------------------- */
/* Buttons */

.button { perspective:300px; }

.button a
{
	display:block;
	padding:0.5em 1em;
	border:none; border-radius:0;
	background:#f7a600;
	color:white; text-decoration:none;
	cursor:pointer;
	-webkit-appearance:none;
	box-shadow:0 0 0 rgba(0,0,0,0.25);
}

.button_alt a { background:#002c50; }

.button a:focus,
.button a:hover
{
	transform:rotateX(15deg);
	box-shadow:0 0.3em 0.5em rgba(0,0,0,0.25);
}

.button a:active
{
	transform:rotateX(-15deg);
	box-shadow:0 -0.3em 0.5em rgba(0,0,0,0.25);
}

/* ---------------------------------------------------------------------------------------------------- */
/* Main elements */

html, body { width:100%; height:100%; position:relative; background:white; }

body { padding:3.5em 0 0 0; }

.wrapper
{
	max-width:60em;
	margin:0 auto;
}



/* ---------------------------------------------------------------------------------------------------- */
/* Sections */

.section
{
	padding:3em 1.5em;
	position:relative;
	overflow:hidden;
	background:white;
}

@media screen and ( max-width:50em ) { .section { padding:3.0em 1.5em; } }
@media screen and ( max-width:30em ) { .section { padding:1.5em 1.5em; } }

/* ---------------------------------------------------------------------------------------------------- */
/* Header */

.header
{
	width:100%;
	padding:0.75em 1.5em;
	position:fixed; top:0; left:0; right:0; z-index:100;
	background:#606060;
}

@media screen and ( max-width:30em )
{
	body { padding:0; }

	.header
	{
		padding:0;
		position:static; top:auto; left:auto; right:auto; z-index:0;
	}
}

/* ---------------------------------------------------------------------------------------------------- */
/* Footer */

.footer
{
	overflow:hidden;
	perspective:500px; transform-style:preserve-3d;
	background: #f6f8f8;
	}

.footer_block
{
	padding:5% 1.5em;
	transform-origin:center bottom;
	background:#606060;
	color:#fffff;
}

.footer a { color:#b0b0b0; }
.footer a:hover { color:white; }

/* ---------------------------------------------------------------------------------------------------- */
/* Navigation */

.nav { }

.nav_onpage { float:left; }
.nav_offsite { float:right; }

.nav ul { margin:0 -1.00em; }
.nav li { margin:0  0.50em 1.5em; float:left; }

.nav a
{
	display:block;
	text-decoration:none;
}



.nav_item_text a:hover
{
	color:white;
	transform:scale(1.25);
}


@media screen and ( max-width:40em )
{
	.longtext { display:none; }

.navbar-default {
	
	font-size:80%;
}
}

@media screen and ( max-width:30em )
{
	.longtext { display:inline; }

	.nav { float:none; padding-bottom: 19.5px}

	.nav ul { margin:0; text-align:left; font-size:1em;}
	.nav li { margin:0; float:none; display:inline-block; }

	.nav .nav_item_text { margin:0 0.25em; }
	.nav .nav_item_button { display:block; float:none; clear:both; }

	.nav a { padding:0 0; text-align:left; }
	.dropdown-menu { font-size:15px;}


}

/* ---------------------------------------------------------------------------------------------------- */
/* Intro */

.section_intro
{
	padding: 4% 1.5em 21em;
	background: url("../img/background1.png") no-repeat center bottom / cover;
	 
	text-align: center;
}



/* ---------------------------------------------------------------------------------------------------- */
/* Effects */

.effects
{
	margin:-0.75em !important;
}

.effect
{
	width:50%;
	border:0.75em solid white;
	float:left;
	background:rgba(0,0,0,0.065);
}

.effect_box
{
	display:block;
	width:100%; height:0;
	padding:0 0 100% 0;
}

.effect_box_opacity   { background:#606060; }
.effect_box_scale     { background:#2b82d9; }
.effect_box_rotate    { background:#d92b2b; }
.effect_box_translate { background:#93ca3a; }


/* Classes for the Do's & Dont's */



.centred {
	margin: 0 auto; text-align:center;
}

.btnDo, .btnDont {
	cursor:pointer; padding:20px; text-align:center; color:white; display:inline-block; width:100%; margin-top:10px !important;
}

.btnDo { background-color: #57bc6c; }

.btnDont { background-color: #ea6a59; }

.btnItem { background-color:#cdd5d6;padding:20px;margin:5px 0; }

@media screen and ( max-width:50em )
{
	.effect { width:25%; }
}

@media screen and ( max-width:30em )
{
	.effect { width:50%; }
}


/* Polishing details */
.navbar-header {padding-top:15px;}
.navbar-brand img {
	height: 55px;
}

section h2 {font-size:275%; padding-bottom:1em;}

.highlighted-figure {font-weight:bold; color:#f7a600; font-size:200%; font-family:"Signika";}
.highlighted-text {font-size:140%; padding-top:0;text-align: center;}
.social-media, p.social-media img { vertical-align:middle;}
.social-media{ height:50px; line-height:50px;} 

@media screen and ( max-width:992px )
{
.nav li { font-size: 140%; float:none; display:inline-block;}	
.navbar-header { text-align: center; float:none;}
	
  .navbar-nav {
    width: 100%;
    text-align: center;
    }
    .navbar-nav > li {
      float: none;
      display: inline-block;
	
 }
 
 .push-down {padding-bottom:40px;}
 
 .highlighted-text, .advantages {text-align: center;}
 
 .bigtitle { padding-top:2em;} 
 
}

@media screen and ( max-width:768px ){

 .bigtitle { padding-top:0;} 

}

@media screen and ( max-width:410px ){

 .bigtitle { padding-top:2em;} 

}

.marginTop {margin-top:1.5em;}

.reasonIcon {
    display: table-cell;
    padding: 15px;
    vertical-align: middle;
}
.reasonText {
    display: table-cell;
    padding: 5px 15px;
    vertical-align: middle;
    font-size:100%;
}
.clickDos, .clickDonts {display:none;}
sup {position: relative; bottom: 10px;}