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

html, body { animation: 50s infinite fadingcolors linear; width: 100%; }
			
			@-webkit-keyframes fadingcolors {
				0% { background: #e3dcc8; }
				15% { background: #a9b3a5; }
				30% { background: #eae9e3; }
				45% { background: #d2c385; }
				60% { background: #fcaa97; }
				75% { background: #d9edd1; }
				90% { background: #e5cebd; }
				100% { background: #e3dcc8; }
			}
			@-moz-keyframes fadingcolors {
				0% { background: #e3dcc8; }
				15% { background: #a9b3a5; }
				30% { background: #eae9e3; }
				45% { background: #d2c385; }
				60% { background: #fcaa97; }
				75% { background: #d9edd1; }
				90% { background: #e5cebd; }
				100% { background: #e3dcc8; }
			}
			@-keyframes fadingcolors {
				0% { background: #e3dcc8; }
				15% { background: #a9b3a5; }
				30% { background: #eae9e3; }
				45% { background: #d2c385; }
				60% { background: #fcaa97; }
				75% { background: #d9edd1; }
				90% { background: #e5cebd; }
				100% { background: #e3dcc8; }
			}

#documentation {background-color:#cbe7d7;}
#files {background-color:#eeeeee;}
p { transition: all 0.3s ease; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 35px; line-height: 142%; color: #000; opacity: 0.73; font-weight: 600; }
a, a:link, a:hover, a:active, a:visited, a:focus { transition: all 0.3s ease; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 35px; line-height: 142%; color: #000; font-weight: 600; text-decoration: none; border-bottom: 2px solid rgba(0, 0, 0, 0.73); }
p.mainpar { width: 100%; margin: 0; }
p.linkpar { margin-top: 140px; }
.logoimg { transition: all 0.3s ease;width: 231px; margin: 88px 0 62px 0; opacity: 0.73; }
span {font-weight:200; font-size: 80%}
a:hover{color:#ffffff; border-bottom:2px solid #ffffff;}
#logo a {border-bottom:0px none; text-decoration:none;}
@media (max-width: 1024px) {
	.container { padding: 0 29px 0 29px; margin-left: 0; }
	p.mainpar { font-size: 22px; margin-top: 0; }
	p.linkpar { font-size: 22px; margin-top: 40px; }
	a, a:link, a:hover, a:active, a:visited, a:focus { font-size: 22px; }
	.logoimg { width: 128px; margin: 40px 0 32px 0;}
}

@media (max-width: 768px) {
	p.mainpar { font-size: 22px; margin-top: 0; }
	p.linkpar { font-size: 22px; margin-top: 40px; }
	a, a:link, a:hover, a:active, a:visited, a:focus { font-size: 22px; }
	.logoimg { width: 128px; margin: 40px 0 32px 0; }
}

@media (max-width: 400px) {
	p.mainpar { font-size: 18px; }
	p.linkpar { font-size: 18px; }
	a, a:link, a:hover, a:active, a:visited, a:focus { font-size: 18px; }
}