@import url(https://fonts.googleapis.com/css?family=Lobster|Oswald:400,300,700|Vollkorn:700italic|Pacifico|Amatic+SC:400,700|Leckerli+One|Raleway:400,300,600,700,800,900|Pacifico);
[class*="entypo-"]:before {
    font-family: "entypo", sans-serif
}
.raleway {
    font-family: "Raleway", sans-serif
}
.oswald {
    font-family: "Oswald", sans-serif
}
.volkorn {
    font-family: "Vollkorn", serif
}
.lobster {
    font-family: "Lobster", cursive
}
.pacifico {
    font-family: "Pacifico", cursive
}
.amatic {
    font-family: "Amatic SC", cursive
}
.leckerli {
    font-family: "Leckerli One", cursive
}
.uppercase {
    text-transform: uppercase;
    letter-spacing: 0.04em
}
i {
    font-style: normal
}
body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4 {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    color: #fff
}
p {
    margin-bottom: 0px;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    line-height: 2.4rem
}
@media (min-width: 768px) {
    p {
        font-size: 20px;
        font-size: 2rem;
        line-height: 28px;
        line-height: 2.8rem
    }
}
@media (min-width: 992px) {
    p {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 32px;
        line-height: 3.2rem
    }
}
h1,
h2 {
    color: #fff !important
}
.fittext {
    text-align: center;
}
.animated {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s
}
.animated.hinge {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-o-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
.delay-0 {
    animation-delay: 0ms;
    -moz-animation-delay: 0ms;
    -webkit-animation-delay: 0ms
}
.delay-1 {
    animation-delay: 100ms;
    -moz-animation-delay: 100ms;
    -webkit-animation-delay: 100ms
}
.delay-2 {
    animation-delay: 200ms;
    -moz-animation-delay: 200ms;
    -webkit-animation-delay: 200ms
}
.delay-3 {
    animation-delay: 300ms;
    -moz-animation-delay: 300ms;
    -webkit-animation-delay: 300ms
}
.delay-4 {
    animation-delay: 400ms;
    -moz-animation-delay: 400ms;
    -webkit-animation-delay: 400ms
}
.delay-5 {
    animation-delay: 500ms;
    -moz-animation-delay: 500ms;
    -webkit-animation-delay: 500ms
}
.delay-6 {
    animation-delay: 600ms;
    -moz-animation-delay: 600ms;
    -webkit-animation-delay: 600ms
}
.delay-7 {
    animation-delay: 700ms;
    -moz-animation-delay: 700ms;
    -webkit-animation-delay: 700ms
}
.delay-8 {
    animation-delay: 800ms;
    -moz-animation-delay: 800ms;
    -webkit-animation-delay: 800ms
}
.delay-9 {
    animation-delay: 900ms;
    -moz-animation-delay: 900ms;
    -webkit-animation-delay: 900ms
}
.delay-10 {
    animation-delay: 1000ms;
    -moz-animation-delay: 1000ms;
    -webkit-animation-delay: 1000ms
}
.delay-11 {
    animation-delay: 1100ms;
    -moz-animation-delay: 1100ms;
    -webkit-animation-delay: 1100ms
}
.delay-12 {
    animation-delay: 1200ms;
    -moz-animation-delay: 1200ms;
    -webkit-animation-delay: 1200ms
}
.delay-13 {
    animation-delay: 1300ms;
    -moz-animation-delay: 1300ms;
    -webkit-animation-delay: 1300ms
}
.delay-14 {
    animation-delay: 1400ms;
    -moz-animation-delay: 1400ms;
    -webkit-animation-delay: 1400ms
}
.delay-15 {
    animation-delay: 1500ms;
    -moz-animation-delay: 1500ms;
    -webkit-animation-delay: 1500ms
}
.delay-16 {
    animation-delay: 1600ms;
    -moz-animation-delay: 1600ms;
    -webkit-animation-delay: 1600ms
}
.delay-17 {
    animation-delay: 1700ms;
    -moz-animation-delay: 1700ms;
    -webkit-animation-delay: 1700ms
}
.delay-18 {
    animation-delay: 1800ms;
    -moz-animation-delay: 1800ms;
    -webkit-animation-delay: 1800ms
}
.delay-19 {
    animation-delay: 1900ms;
    -moz-animation-delay: 1900ms;
    -webkit-animation-delay: 1900ms
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}
@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}
@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}
@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}
@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}
@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}
@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}
@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}
@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight
}
@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}
@-moz-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -moz-transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}
@-o-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -o-transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}
@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}
.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    -moz-animation-name: fadeInDownBig;
    -o-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@-o-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    -moz-animation-name: fadeOut;
    -o-animation-name: fadeOut;
    animation-name: fadeOut
}
@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px)
    }
}
@-moz-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(-20px)
    }
}
@-o-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -o-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -o-transform: translateY(-20px)
    }
}
@keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        transform: translateY(-20px)
    }
}
.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    -moz-animation-name: fadeOutUp;
    -o-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}
@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }
}
@-moz-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(20px)
    }
}
@-o-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -o-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -o-transform: translateY(20px)
    }
}
@keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        transform: translateY(20px)
    }
}
.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    -moz-animation-name: fadeOutDown;
    -o-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}
@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px)
    }
}
@-moz-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(-20px)
    }
}
@-o-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -o-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -o-transform: translateX(-20px)
    }
}
@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        transform: translateX(-20px)
    }
}
.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    -moz-animation-name: fadeOutLeft;
    -o-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}
@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px)
    }
}
@-moz-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(20px)
    }
}
@-o-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -o-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -o-transform: translateX(20px)
    }
}
@keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        transform: translateX(20px)
    }
}
.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    -moz-animation-name: fadeOutRight;
    -o-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}
#title-slide {
    height: 350px;
    background: url(../img/title-image.jpg) left no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-bottom: solid 3px rgba(40, 40, 40, 0.45)
}
@media (min-width: 768px) {
    #title-slide {
        height: 450px
    }
}
@media (min-width: 992px) {
    #title-slide {
        height: 550px
    }
}
#title-slide h1 {
    color: #000;
    margin-top: 55px;
    letter-spacing: 0.05em;
    font-size: 32px;
    font-size: 3.2rem
}
@media (min-width: 768px) {
    #title-slide h1 {
        font-size: 42px;
        font-size: 4.2rem;
        margin-top: 75px
    }
}
@media (min-width: 992px) {
    #title-slide h1 {
        margin-top: 175px
    }
}
#sub-title {
    min-height: 130px;
    padding: 40px 15px 40px 15px
}
#sub-title p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
    line-height: 2.8rem;
    letter-spacing: 0.03em;
    font-family: "Oswald", sans-serif;
    font-style: italic;
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center
}
#story-icons {
    margin-bottom: 40px;
    min-height: 130px
}
#story-icons a {
    display: block;
    border-bottom: solid 0px transparent
}
#story-icons img {
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 4px;
    display: block;
    width: 85px;
    background-color: #ecf0f1;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all, 300ms;
    -moz-transition: all, 300ms;
    -o-transition: all, 300ms;
    transition: all, 300ms
}
#story-icons img:hover {
    background-color: rgba(236, 240, 241, 0.85)
}
.social {
    width: 100%;
    height: 50px;
    text-align: center
}
@media (min-width: 768px) {
    .social {
        width: 300px;
        height: 50px;
        position: absolute;
        top: 20px;
        right: 20px
    }
}
.social .social-item {
    margin: 5px;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    border: solid 2px #fff;
    color: #fff;
    line-height: 26px;
    line-height: 2.6rem;
    -webkit-transition: all, 400ms;
    -moz-transition: all, 400ms;
    -o-transition: all, 400ms;
    transition: all, 400ms;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}
@media (min-width: 768px) {
    .social .social-item {
        float: right
    }
}
.social .social-item:hover {
    background-color: rgba(255, 255, 255, 0.3)
}
.social-footer {
    width: auto;
    text-align: center;
    position: relative;
    top: auto;
    left: auto;
    right: auto
}
.social-footer .social-item {
    float: none
}
.keep-scrolling {
    height: 30px;
    width: 30px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    line-height: 26px;
    line-height: 2.6rem;
    border: 2px solid #fff
}
#contact {
    padding: 50px 15px;
    background-color: #222;
    -webkit-transition: all, 3400ms;
    -moz-transition: all, 3400ms;
    -o-transition: all, 3400ms;
    transition: all, 3400ms
}
#contact img {
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
    margin: 0 auto
}
.form-container {
    padding: 15px 0
}
@media (min-width: 992px) {
    .form-container {
        padding: 15px 50px
    }
}
.form-container .form-group {
    padding: 0;
    margin: 20px 0
}
.form-container label {
    width: 110px;
    text-align: center;
    float: left;
    margin: 0;
    background-color: #95a5a6;
    color: #fff;
    padding: 15px;
    letter-spacing: 0.03em
}
@media (min-width: 992px) {
    .form-container label {
        width: 85px
    }
}
@media (min-width: 1200px) {
    .form-container label {
        width: 70px
    }
}
.form-container input,
.form-container textarea {
    min-height: 50px;
    float: left;
    border: solid 0px transparent;
    padding: 5px;
    font-size: 20px;
    font-size: 2rem;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 #000;
    -moz-box-shadow: 0 0 0 #000;
    box-shadow: 0 0 0 #000
}
.form-container textarea {
    padding: 10px;
    font-size: 18px;
    font-size: 1.8rem
}
.form-container .input-container {
    padding: 0
}
.form-submit-btn {
    border: solid 0px transparent;
    float: right;
    margin: 0;
    background-color: #95a5a6;
    color: #fff;
    padding: 15px;
    font-weight: 600;
    letter-spacing: 0.03em;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 #000;
    -moz-box-shadow: 0 0 0 #000;
    box-shadow: 0 0 0 #000
}
.form-submit-btn:active {
    outline: none
}
.form-submit-btn i {
    font-style: normal;
    margin-right: 15px
}
.contact-info {
    padding: 30px
}
.contact-info .contact-me-title {
    margin-top: 40px;
    color: #fafafa;
    font-size: 28px;
    font-size: 2.8rem;
    font-family: "Amatic SC", cursive
}
.contact-info p {
    font-size: 20px;
    font-size: 2rem;
    color: #fafafa
}
@media (min-width: 768px) {
    .contact-info {
        padding: 0 30px;
        height: 200px
    }
}
@media (min-width: 992px) {
    .contact-info {
        padding: 0 50px
    }
}
#example {
    margin-bottom: 300px
}
#example hr {
    margin-bottom: 100px
}
.example-title {
    font-family: "Amatic SC", cursive;
    margin-top: 200px;
    margin-bottom: 50px;
    font-size: 62px;
    font-size: 6.2rem
}
.story-container,
.story-image-container,
.dot-container,
.footer-container {
    width: 100%;
    height: auto;
    min-height: 100px
}
.story-container .circle-icon,
.story-image-container .circle-icon,
.dot-container .circle-icon,
.footer-container .circle-icon {
    height: 80px;
    width: 80px;
    display: block;
    margin: 0 auto;
    background-color: #fafafa;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}
.story-container .circle-icon img,
.story-image-container .circle-icon img,
.dot-container .circle-icon img,
.footer-container .circle-icon img {
    margin: 0 auto;
    padding: 15px;
    display: block;
    width: 80px;
    height: 80px
}
.story-container img,
.story-image-container img,
.dot-container img,
.footer-container img {
    max-width: 100%
}
.iphone-container {
    height: 300px;
    display: table-cell;
    vertical-align: middle;
    horizontal-align: middle
}
.iphone-title {
    margin-top: 50px
}
.hr-container {
    margin: 20px auto
}
.footer-container {
    display: block;
    margin: 0 auto
}
h1 {
    color: #000;
    text-align: center
}
hr {
    border-top: 4px dashed #fafafa !important
}
.align-right {
    text-align: right
}
.align-left {
    text-align: left
}
.align-center {
    text-align: center
}
.dot {
    position: absolute;
    left: 45%;
    top: 45%;
    height: 15px;
    width: 15px;
    background-color: #fafafa;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}
.float-right {
    left: auto;
    right: 0px
}
.float-left {
    left: 0px
}
.center {
    margin: 0 auto
}
.no-js .fittext {
}
html {
    font-size: 62.5%
}
body {
    background-color: #34495e
}
.hide {
    position: absolute;
    left: -9999px;
    top: -9999px
}
.center100text {
	text-align: center;
    line-height: 100px;
    line-height: 10rem;
    font-size: 90px;
    font-size: 9.0rem
}
.center50text {
	text-align: center;
    line-height: 60px;
    line-height: 6rem;
    font-size: 50px;
    font-size: 5.0rem
}
.center75text {
	text-align: center;
    line-height: 80px;
    line-height: 8.0rem;
    font-size: 75px;
    font-size: 7.5rem
}

.overlay {
	background: #fff;
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	z-index: 1000;
}

