/* 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: swap;
}

@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: swap;
}

@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: swap;
}

@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: swap;
}

@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: swap;
}

@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: swap;
}

@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"); }
  
  * {
    box-sizing: border-box;
  }
  
  body {
    background-color: #fff;
  }


/* GRADIENT ANIMA */

.anthro {
background-color: #f7e594;
background: linear-gradient(230deg, #f1ffc4, #f7e594, #ffd39b, #ffa293, #ffbfe6, #bfcdff, #bffff7, #fbffbf);
background-size: 1000% 1000%;

-webkit-animation: coolisbg 20s ease infinite;
-moz-animation: coolisbg 20s ease infinite;
-o-animation: coolisbg 20s ease infinite;
animation: coolisbg 20s ease infinite;
}

@-webkit-keyframes coolisbg {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes coolisbg {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-o-keyframes coolisbg {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes coolisbg {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* 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: #000;
  width: 100%;
}

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

.headwrapper a {
  color: #fff;
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-weight: bold;
}

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

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

/* ----- */

.boxy {
  border: 1px solid #00A7F0;
  display: block;
margin: 20px 20px 0;
padding: 0 0 1em;
}

blockquote.bigquote
{
  font-size: 2em;
  font-style: italic;
  font-family: Museo Sans, sans-serif;
  text-align: center;
  border: none;
  padding: 0;
}

.quotebg {
  background-color: pink;
  margin: 0;
  padding: 0.5em 1em 1.5em;
  display: block;


}

.divider {
  margin: 0;
  padding: 0;
/*	background-color: #fff;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; */
  vertical-align: middle;
}


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

p.intro {
	font-size: 1.5em;

}

blockquote {
font-weight: 100;
padding: 0 20px 0 15px;
margin-top: 20px;
margin-left: 20px;
border-left: 7px solid #000;
}

blockquote.excerpt {
	font-family: Courier;
	font-weight: 100;
padding: 2px 20px;
margin: 20px 40px 0;
border-left: 7px solid #000;
border-bottom: none;
}

blockquote h4 {
  color: #fff;
  background-color: #000;
  display: inline-block;
  margin-left: -20px;
  padding: 2px 5px 2px 20px;
}

figcaption {
	font-weight: 100;
	font-size: 0.8em;
padding: 5px 20px;
text-align: center;
font-family: Museo Sans, sans-serif;
}

figcaption.source {
	padding-right: 40px;
text-align: right;
}

.quotebg figcaption
{
  text-align: center;
}

cite {
	font-style: italic;
}







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




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



	    .wrapper {
	        max-width: 1000px;
					background-color: #fff;
	        margin: 0 auto;
					padding: 0 0 20px 0;
	        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 20px 0;
				line-height: 1.25;
			}

			.smaller {
				font-size: 0.75em;
			}

			.wrapper em {
				font-style: italic;
			}

			.wrapper strong {
				font-weight: 600;
			}



			.wrapper h2 {
				font-size: 1.3em;
        font-weight: 600;
				font-family: "Museo Sans";
				line-height: 0.9;
				clear: left;
        display: block;
        padding: 1em 20px 0;
        margin: 0;
			}

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

			}
      

			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;
			}



			footer img {
				width: 260px;
				max-width: 100%;
				float: right;
				margin: 0;
			}

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



	    nav ul {
	        list-style: none;
	        margin: 0;
	        padding: 0;
	    }
	.header img {
	 width: 275px;
	 height: auto;
	 margin-top: 15px;
	 margin-left: 20px;
	 padding: 0;
	}


	.bigfooter {
		height: auto;
		width: 100%;
		background-color: rgb(69, 69, 69);
	}

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

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


