/* 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: 1em;
	font-size:100%;
}
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;
}

/* unreset rules */

html { overflow-y: scroll; }  /* inactive scrollbar appears even on pages with little content */

body {
	text-align:center;  /* IE hack for centering content */
	background:#111111;
}

b, dfn, strong {
	font-weight:bold;   /* restore bolds */
}

em, i, dfn {
	font-style: italic; /* restore italics */
}

img {
   max-width: 100%;                 /* maximum width relative to the parent */
   width: auto\9;                   /* IE hack */
   height: auto;                    /* prevent stretching */
   -ms-interpolation-mode: bicubic; /* another IE hack */
   border: 0;                       /* for older IE browsers that draw borders around images */
}

a:active, a:focus { outline:none; }  /* remove active link borders */
a:link, a:visited {
color:99ff00;
}

/*************************************************
   We scale down font size for smaller devices.
*************************************************/

@media all and (max-width: 560px){
 body {
        font-size: 90%;
    }
}

@media all and (max-width: 480px){
 body {
        font-size: 80%;
    }
}

/* default font color: we decrease the contrast somewhat */

h1, h2, h3, h4, h5, p, motto {
color:#dddddd;
}

/* ensure good proportions between lines of the text */

h1 {
    font-size: 3em;
    line-height: 1em; 
    margin-bottom: .5em; 
}
h2 {
    font-size: 2.25em; 
    line-height: 1.333333333333333em;
    margin-bottom: .6666666666666667em;
}
h3 {
    font-size: 1.5em; 
    line-height: 1em; 
    margin-bottom: 1em; 
}
h4 {
    font-size: 1.3125em; 
    line-height: 1.142857142857143em; 
    margin-bottom: 1.142857142857143em; 
}
h5 {
    font-size: 1.125em; 
    line-height: 1.333333333333333em;
    margin-bottom: 1.333333333333333em;
}

p {
    text-align:left;
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 1.5em;
}

/* pick the font */

h1, h2, h3, h4, h5 {
text-align:left;
font-family: 'Gruppo', sans-serif;
color:#ffffff;
}

.lead {
    font-size: 2.25em; 
    line-height: 0.75em;
    margin-bottom: 0em;
	font-family: 'Gruppo', sans-serif;
}

.quote {
    color:#ffffff;
    padding-left:3em;
}

.motto {
    color:#ffffff;
    text-align:right;
}


p, li {
text-align:justify;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

body {
	text-align:center;
}

.wrap {
    max-width:900px;
	margin-top:20px;
	margin-left:20px;
	margin-right:20px;
	display:inline-block;
}

.green_button {
    height: 6em;
    width: 6em;
    padding: 1em;
    line-height: 6em;
    -webkit-border-radius: 4em;
    -moz-border-radius: 4em;
    border-radius: 4em;
    -webkit-box-shadow: inset 0px 1px 3px #cfeff3;
    -moz-box-shadow: inset 0px 1px 3px #cfeff3;
    box-shadow: inset 0px 1px 3px #cfeff3;
    background: -webkit-linear-gradient(top, #A2DBDC 0%, #59A5A8 50%, #418F93 51%, #2F777C 100%);
    background: -moz-linear-gradient(top, #A2DBDC 0%, #59A5A8 50%, #418F93 51%, #2F777C 100%);
    background: -ms-linear-gradient(top, #A2DBDC 0%, #59A5A8 50%, #418F93 51%, #2F777C 100%);
    background: -o-linear-gradient(top, #A2DBDC 0%, #59A5A8 50%, #418F93 51%, #2F777C 100%);
    background: linear-gradient(top, #A2DBDC 0%, #59A5A8 50%, #418F93 51%, #2F777C 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=’#A2DBDC’, endColorstr=’#2F777C’,GradientType=0 );
    border: 1px solid #70c9d5;
    cursor: pointer;
    color: #e1fdff;
    font-size: 24px;
    letter-spacing: 0px;
    text-shadow: #CDF2F7 0px 1px 0, #256569 0 -1px 0;
    text-decoration: none;
    display: block;
    text-align: center;
}

.large
{
color:white;
padding:10px 15px 10px 15px;
border-radius:10px;
text-decoration:none;
font-weight:bold;
}  

@-webkit-keyframes greenPulse
{
from{background-color: #749a02;-webkit-box-shadow: 0 0 9px 
#333; }
50%{background-color: #91bd09;-webkit-box-shadow: 0 0 18px 
#91bd09; }
to{background-color: #749a02;-webkit-box-shadow: 0 0 9px 
#333;}
}
@-webkit-keyframes bluePulse 
{
from { background-color: #007d9a; -webkit-box-shadow: 0 0 9px 
#333; }
50% { background-color: #2daebf; -webkit-box-shadow: 0 0 18px 
#2daebf; }
to { background-color: #007d9a; -webkit-box-shadow: 0 0 9px 
#333; }
} 

 .green.button 
{
-webkit-animation-name: greenPulse; 
-webkit-animation-duration: 3s; 
-webkit-animation-iteration-count: infinite;
}
.blue.button
{
-webkit-animation-name: bluePulse;
-webkit-animation-duration: 4s;
-webkit-animation-iteration-count: infinite;
}