/*------------------------------------*\
    RESET
\*------------------------------------*/
/* 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;
}
/*------------------------------------*\
    END RESET
\*------------------------------------*/


body {
	background: #ffffff url(/assets/img/rainbow-tall.png) no-repeat center 0;
	background-size:100% 156px;
	font-family: Myriad Pro, Helvetica, Arial, sans-serif;
	font-size:14px;
}

/* Full Screen */
header { text-align:center; margin-top:33px; }
.home-text { max-width:560px; margin:100px auto 0 auto; }
.home-text ul {
	font-size:140%;
}
.home-text ul { margin: 0 30px 0 60px; }
.home-text ul li { margin-bottom:0.7em; }
.home-text ul li i { display:inline-block; border-radius: 50%; width: 14px; height: 14px; margin-right:10px; }
.home-text ul li:nth-child(1) i { background-color:#1c2130; }
.home-text ul li:nth-child(2) i { background-color:#028f76; }
.home-text ul li:nth-child(3) i { background-color:#b3e099; }
.home-text ul li:nth-child(4) i { background-color:#f0b300; }
.home-text ul li:nth-child(5) i { background-color:#d14334; }

.home-text blockquote { text-align: center; font-style: italic; margin-top:60px; font-size:150%; color:#666666; line-height:140%; }
.home-text blockquote em { text-transform: uppercase; font-size: 200%; font-weight: bold; color:#333333; line-height:140%;}
.home-text blockquote cite { font-size:80%; color:999999; }

@media (max-width: 480px) {
    header { margin-top:50px; }
    .home-text { margin-top:40px; }
    .home-text ul { margin: 0 20px 0 20px; }
    .home-text blockquote { margin-top:40px; }
}