/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/


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-family: Helvetica;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.2;
}
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;
}
/* CSS RESET END */

/* WEBFONTER */

@font-face {
    font-family: 'Museo Sans';
    src: url('webfonts/museo-sans/MuseoSans-100.woff2') format('woff2'),
        url('webfonts/museo-sans/MuseoSans-100.woff') format('woff'),
				url('webfonts/museo-sans/MuseoSans-100.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'Museo Sans';
    src: url('webfonts/museo-sans/MuseoSans-100Italic.woff2') format('woff2'),
        url('webfonts/museo-sans/MuseoSans-100Italic.woff') format('woff'),
				url('webfonts/museo-sans/MuseoSans-100Italic.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
    font-display: auto;
}

@font-face {
    font-family: 'Museo Sans';
    src: url('webfonts/museo-sans/MuseoSans-500.woff2') format('woff2'),
        url('webfonts/museo-sans/MuseoSans-500.woff') format('woff'),
				url('webfonts/museo-sans/MuseoSans-500.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'Museo Sans';
    src: url('webfonts/museo-sans/MuseoSans-500Italic.woff2') format('woff2'),
        url('webfonts/museo-sans/MuseoSans-500Italic.woff') format('woff'),
				url('webfonts/museo-sans/MuseoSans-500Italic.otf') format('opentype');
    font-weight: bold;
    font-style: italic;
    font-display: auto;
}

@font-face {
    font-family: 'Museo Sans';
    src: url('webfonts/museo-sans/MuseoSans-900.woff2') format('woff2'),
        url('webfonts/museo-sans/MuseoSans-900.woff') format('woff'),
				url('webfonts/museo-sans/MuseoSans-900.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'Museo Sans';
    src: url('webfonts/museo-sans/MuseoSans-900Italic.woff2') format('woff2'),
        url('webfonts/museo-sans/MuseoSans-900Italic.woff') format('woff'),
				url('webfonts/museo-sans/MuseoSans-900Italic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
    font-display: auto;
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("webfonts/fontawesome/fa-brands-400.eot");
  src: url("webfonts/fontawesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("webfonts/fontawesome/fa-brands-400.woff2") format("woff2"), url("webfonts/fontawesome/fa-brands-400.woff") format("woff"), url("webfonts/fontawesome/fa-brands-400.ttf") format("truetype"), url("webfonts/fontawesome/fa-brands-400.svg#fontawesome") format("svg"); 
  font-display: auto;
}
  
@font-face {
    font-family: 'Stag Sans';
    src: url('webfonts/stag-sans/StagSans-Black.woff2') format('woff2'),
        url('webfonts/stag-sans/StagSans-Black.woff') format('woff'),
				url('webfonts/stag-sans/StagSans-Black.otf') format('opentype');
    font-weight: 900;
    font-style: bold;
    font-display: auto;
}

  
  
  * {
    box-sizing: border-box;
  }
  
  body {
	background-image: url("pastelbg_80.jpg");
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
  }


/* FONT AWESOME BRANDS */

.fab {
  font-family: 'Font Awesome 5 Brands';
font-size: 2em;
	  -moz-osx-font-smoothing: grayscale;
	  -webkit-font-smoothing: antialiased;
	  display: inline-block;
	  font-style: normal;
	  font-variant: normal;
	  text-rendering: auto;
	  line-height: 1;
	color: #00a7f0; }

.fab a, a {
/*	color: #99cc01; */
color: #00A7F0;
	text-decoration: none;
}

.fab a:hover, a:hover {
	color: #000000;
	text-decoration: none;
}

/* HEADER & FOOTER */

.header {
  background-color: #f5f5f5;
  width: 100%;
}

.headwrapper {
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-weight: bold;
  color: #fff;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px 15px;
  text-align: left;
}

.headwrapper h1 {
    font-family: "Museo Sans", Helvetica, sans-serif;
    font-weight: normal;
	font-size: 15px;
    text-align: center;
	
}

.headwrapper a {
  color: #000;
}

.headwrapper a:hover {
  color: #00d4ff;
}

.push {
	margin: 1em auto 0;
	text-align: center;
	clear: both;
}

.action {
	margin: 2em auto;
	text-align: center;
}

.reviews {
	text-align: center;
	font-size: 0.8em;
}

.onethird {
	width: 33%;
	float: left;
	padding: 15px;
	margin: 0 auto 1em;
}

.first {
	padding-left: 0;
}

.last {
	padding-right: 0;
}

p.thirdtext {
	text-align: center;
}

p.wrapper {
	clear: left;
}

.bigfooter {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  height: auto;
}

.center {
	text-align: center;
}

a.button {
	height: 3em;
	border-radius: 1.7em;
	align-content: center;
    font-family: "Museo Sans", Helvetica, sans-serif;
    font-weight: bold;
	font-size: 1.3em;
    padding: 20px 30px;
    border: 1px solid #000;
    text-decoration: none;
	color: #000;
}

a:hover.button {
    color: #00d4ff;
	background-color: #000;
}

p a.buttonb {
    font-family: "Museo Sans", Helvetica, sans-serif;
    font-weight: bold;
	font-size: 1em;
	
	height: 2em;
	border-radius: 1.2em;
	padding: 10px 20px;
}

.clearfix {
  clear: both;
  display: block;
  margin: 10px;
  overflow: auto;
}



#US0, #UK0, #DE0, #FR0, #ES0, #IT0, #NL0, #JP0, #BR0, #CA0, #MX0, #AU0, #IN0, #SE0, #PL0, #BE0, #US, #UK, #DE, #FR, #ES, #IT, #NL, #JP, #BR, #CA, #MX, #AU, #IN, #SE, #PL, #BE {
	display: none;
}

.legal {
	font-size: 0.85em;
	margin-top: 3em;
}




p, ul {
	font-family: "Museo Sans", Helvetica, sans-serif;
font-weight: 100;
font-size: 1.1em;
}

p.intro, .intro h2 {
	font-size: 1.5em;
	text-align: center;
	font-weight: 600;
	margin-bottom: 1em;
}









.topwrapper {
		max-width: 1000px;
		margin: 0 auto;
		padding: 0;
    background-color: yellow;
}




h1 {
	font-family: "Stag Sans", Helvetica, sans-serif;
	font-weight: 900;
	color: #000;
	font-size: 60px;
	line-height: 1em;
	display: block;
	vertical-align: middle;
  text-align: center;
  padding: 20px 0 0;
  text-transform: uppercase;
}

.firsty {
	color: #8CD2EA;
}

.phat {
	text-transform: uppercase;
}

	    .wrapper {
	        max-width: 1000px;
					background-color: #fff;
	        margin: 0;
					padding: 20px;
	        font-family: Helvetica, arial, sans-serif;
	    }

			.wrapper img {
				margin: 0 auto;
        max-width: 100%;
			}
      
      .center {
        text-align: center;
      }

			.wrapper footer, .wrapper aside {
				padding: 0;
			}

			.wrapper p, .wrapper h2, .wrapper h3, .wrapper ul {
				padding: 20px 0 0;
				line-height: 1.25;
			}

			.smaller {
				font-size: 0.75em;
			}

			.wrapper em {
				font-style: italic;
			}

			.wrapper strong {
				font-weight: 600;
			}



			.wrapper h2 {
				font-family: "Museo Sans", Helvetica, sans-serif;
				font-size: 1.5em;
				text-align: center;
				font-weight: 600;
				margin-bottom: 1em;
			}

			.wrapper h3 {
        font-size: 1.1em;
        font-weight: 600;
        font-family: "Museo Sans";
        line-height: 0.9;
        clear: left;
        display: block;
        padding: 1em 0 0;
        margin: 0;
		text-align: center;
			}
      

			h3.cleared
			{
				clear: both;
			}

			.bigfooter p {
				float: left;
				color: #b5b5b5;
				font-family: "Museo Sans", Helvetica, sans-serif;
			}

			h3.footerheadline {
				font-family: "Museo Sans";
				color: #b5b5b5;
				margin-bottom: 20px;
				font-size: 1.2em;
			}



			.wrapper img, .wrapper a {
			  background: transparent;
			}



	    nav ul {
	        list-style: none;
	        margin: 0;
	        padding: 0;
	    }


.bigfooter .topwrapper {
	padding: 0 20px ;
}


img.bookpush {
	width: 300px;
	box-shadow: 0px 0px 9px 0px #919191;
	margin: 20px auto;
	transform: rotate(0deg);
}

a:hover img.bookpush {
	box-shadow: 0px 0px 9px 0px #8CD2EA;
	
}

div.badges {
	margin-top: 2em;
}

.badges p {
	padding-bottom: 1em;
}

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

div.badges th {
	padding: 10px;
}

div.badges img {
	height: 60px;
	width: auto;
}

@media (max-width: 600px) {
	.onethird {
		width: 100%;
		padding: 0;
		
	}
}