@import url('https://fonts.googleapis.com/css?family=Varela+Round');

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }
[hidden] { display: none; }

html { font-size: 100%; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
-ms-text-size-adjust: 100%; /* 2 */ }
html, html a { -webkit-font-smoothing: antialiased; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); }

body {
    margin: 0; font-family: 'Varela Round', cursive;
    background: rgb(100,143,188); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(100,143,188,1) 0%, rgba(94, 191, 159,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(100,143,188,1)), color-stop(100%,rgba(94, 191, 159,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(100,143,188,1) 0%,rgba(94, 191, 159,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(100,143,188,1) 0%,rgba(94, 191, 159,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(100,143,188,1) 0%,rgba(94, 191, 159,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(100,143,188,1) 0%,rgba(94, 191, 159,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#648fbc', endColorstr='#3c235d',GradientType=1 ); /* IE6-9 */
}

h1 { font-size: 2em; margin: 0.67em 0; color: #353535; }
h2 { font-size: 1.5em; margin: 0.83em 0; }

a { color: #353535; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
a:hover, a:focus { color: #3dc9b3; text-decoration: none; }
p { color: #8c9398; word-spacing: 1px; line-height: 25px; font-size: 14px; }
.section-padding { padding: 90px 0 100px }
.inner { padding-top: 170px; }

.hero { -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; padding: 65px 0 0 0; height: auto; }
.hero h1 { font-size: 40px; letter-spacing: 12px; margin: 10px; color: #ffffff;  }
.hero h1 span { color: #a1a9b0; display: inline-block; }
.hero p { letter-spacing: 1px; rgba(61, 201, 179, 1); }

.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight { visibility: visible; }
.delay-01s { animation-delay: 0.1s; -webkit-animation-delay: 0.1s; }
.delay-02s { animation-delay: 0.2s; -webkit-animation-delay: 0.2s; }
.delay-03s { animation-delay: 0.3s; -webkit-animation-delay: 0.3s; }
.delay-04s { animation-delay: 0.4s; -webkit-animation-delay: 0.4s; }
.delay-05s { animation-delay: 0.5s; -webkit-animation-delay: 0.5s; }
.delay-06s { animation-delay: 0.6s; -webkit-animation-delay: 0.6s; }
.delay-07s { animation-delay: 0.7s; -webkit-animation-delay: 0.7s; }
.delay-08s { animation-delay: 0.8s; -webkit-animation-delay: 0.8s; }
.delay-09s { animation-delay: 0.9s; -webkit-animation-delay: 0.9s; }
.delay-1s { animation-delay: 1s; -webkit-animation-delay: 1s; }
