
/*
 * WriteForKids 
 * Author: Faisal
 */

/* This stylesheet generated by Transfonter (https://transfonter.org) on April 7, 2017 8:43 PM */

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/segoe/SegoeUI-SemiBold.eot');
    src: url('../fonts/segoe/SegoeUI-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/segoe/SegoeUI-SemiBold.woff') format('woff'),
        url('../fonts/segoe/SegoeUI-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI Semilight';
    src: url('../fonts/segoe/SegoeUI-Semilight.eot');
    src: url('../fonts/segoe/SegoeUI-Semilight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/segoe/SegoeUI-Semilight.woff') format('woff'),
        url('../fonts/segoe/SegoeUI-Semilight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/segoe/SegoeUI-Light.eot');
    src: url('../fonts/segoe/SegoeUI-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/segoe/SegoeUI-Light.woff') format('woff'),
        url('../fonts/segoe/SegoeUI-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/segoe/SegoeUI-Bold.eot');
    src: url('../fonts/segoe/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/segoe/SegoeUI-Bold.woff') format('woff'),
        url('../fonts/segoe/SegoeUI-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/segoe/SegoeUI-BoldItalic.eot');
    src: url('../fonts/segoe/SegoeUI-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/segoe/SegoeUI-BoldItalic.woff') format('woff'),
        url('../fonts/segoe/SegoeUI-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/segoe/SegoeUI.eot');
    src: url('../fonts/segoe/SegoeUI.eot?#iefix') format('embedded-opentype'),
        url('../fonts/segoe/SegoeUI.woff') format('woff'),
        url('../fonts/segoe/SegoeUI.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/segoe/SegoeUI-Italic.eot');
    src: url('../fonts/segoe/SegoeUI-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/segoe/SegoeUI-Italic.woff') format('woff'),
        url('../fonts/segoe/SegoeUI-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Segoe UI",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.topnav {
    font-size: 14px; 
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.intro-header {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/intro-bg.jpg) no-repeat center center;
    background-size: cover;
}

.intro-message {
    position: relative;
    padding-top: 20%;
    padding-bottom: 20%;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 50px 0;
    background-color: #FFF3F6;
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 100px 0;
    
    
    background-color: #fff;
    background-size: cover;
}


.banner h2 {
    margin: 0;
    
    font-size: 3em;
    color: rgb(51, 51, 51);
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
    background-color: #FFFFFF;
}

p.copyright {
    margin: 15px 0 0;
}

.navbar-brand{
    padding: 0;
}
.navbar-brand img{
    height: 0px;
}
.navbar-default {
    background-color: #ffffff;
}

.navbar-default {
  background: #FFF; }

.navbar-brand {
  padding: 0; }





/* EVERNOTE INSPIRATION */

.home-video-hero {
    position: relative;
    width: 100%;
    height: auto;
    bottom: -4px
}

.home-video-hero .video-frame {
    position: relative
}

.home-video-hero .video-frame video {
    width: 100%;
    height: auto
}

.home-video-hero .video-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2
}

@media only screen and (max-width: 768px) {
    .home-video-hero .video-overlay {
        display: none
    }
}

.home-video-hero .content-container {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3
}

@media only screen and (max-width: 768px) {
    .home-video-hero .content-container {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding: 25px 0px 25px 0px;
        
        background: #f3f3f3
    }
}

.home-video-hero h1 {
    font-size: 22px;
    
    line-height: 48px;
    
    text-align: center;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
    
}

@media only screen and (max-width: 768px) {
    .home-video-hero h1 {
        color: #586062
    }
}

@media only screen and (max-width: 600px) {
    .home-video-hero h1 {
        font-size: 20px;
        
        line-height: 30px;
        
        text-align: left;
        margin-bottom: 0
    }
}

.home-video-hero p {
    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: 12px;
    
    line-height: 18px;
    font-weight: 400;
    color: #fff;
    -webkit-font-smoothing: antialiased
}

@media only screen and (max-width: 768px) {
    .home-video-hero p {
        color: #586062
    }
}

.home-video-hero .content {
    position: relative;
    max-width: 600px;
    margin: 0 auto 0 auto;
    padding: 0 20px
}

@media only screen and (max-width: 1024px) {
    .home-video-hero .content {
        margin: 0 auto 20px
    }
}

.home-video-hero .sub-copy {
    font-family: "webfont", Helvetica, Arial, sans-serif;
    font-size: 18px;
    
    line-height: 30px;
    
    text-align: center;
    color: #fff;
    -webkit-font-smoothing: antialiased
}

@media only screen and (max-width: 768px) {
    .home-video-hero .sub-copy {
        color: #586062
    }
}

@media only screen and (max-width: 600px) {
    .home-video-hero .sub-copy {
        text-align: left;
        font-size: 14px;
        
        line-height: 20px;
        line-height: 1.25rem
    }
}

.home-video-hero .sign-up-form {
    position: relative;
    max-width: 540px;
    margin: 0 auto;
    padding: 0 20px
}

@media only screen and (max-width: 600px) {
    .home-video-hero .sign-up-form {
        max-width: 100%
    }
}

.home-video-hero legend {
    position: absolute;
    left: -9999px
}

.home-video-hero fieldset {
    margin-bottom: 10px;
    overflow: hidden
}

.home-video-hero label {
    position: absolute;
    left: -9999px
}

.home-video-hero .field-item {
    width: 48.5%;
    float: left
}

.home-video-hero .field-item:first-of-type {
    margin-right: 3%;
}

@media only screen and (max-width: 600px) {
    .home-video-hero .field-item {
        width: 100%;
        float: none;
    }
    .home-video-hero .field-item:first-of-type {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

.home-video-hero input {
    display: block;
    width: 100%;
    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: 14px;
    
    line-height: 21px;
    
    color: #586062;
    border-radius: 3px;
    outline: none;
    padding: 12px 10px 10px;
    font-weight: 400;
    box-shadow: 1px 1px 10px #555;
    border: none;
    
}

@media only screen and (max-width: 700px) {
    .home-video-hero input {
        border: 1px solid #586062
    }
}

.home-video-hero .button-pricing--premium {
    display: block;
    width: 100%;
    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
    margin-bottom: 15px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    border: none;
    padding: 7px;
    border-radius: 3px;
    box-shadow: 1px 2px 14px 0 rgba(17, 17, 17, 0.42);
}

.home-video-hero .legal,
.home-video-hero .upgrade-toggle-info {
    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: 10px;
    
    text-align: center
}

@media only screen and (max-width: 600px) {
    .home-video-hero .legal,
    .home-video-hero .upgrade-toggle-info {
        text-align: left
    }
}

.home-video-hero .legal a,
.home-video-hero .legal a:link,
.home-video-hero .legal a:visited,
.home-video-hero .upgrade-toggle-info a,
.home-video-hero .upgrade-toggle-info a:link,
.home-video-hero .upgrade-toggle-info a:visited {
    color: #fff
}

@media only screen and (max-width: 768px) {
    .home-video-hero .legal a,
    .home-video-hero .legal a:link,
    .home-video-hero .legal a:visited,
    .home-video-hero .upgrade-toggle-info a,
    .home-video-hero .upgrade-toggle-info a:link,
    .home-video-hero .upgrade-toggle-info a:visited {
        color: #586062
    }
}

.home-video-hero .legal {
    margin-bottom: 10px
}

.home-video-hero fieldset {
    overflow: visible
}

.home-video-hero .field-item {
    position: relative
}

.home-video-hero .error-message {
    position: absolute;
    top: 100%
}

.home-video-hero .google-sso {
    text-align: center;
    margin-top: 20px
}

.home-video-hero .or-divider {
    padding-bottom: 15px;
    overflow: hidden
}

.home-video-hero .or-divider .line {
    display: block;
    position: relative;
    top: 10px;
    float: left;
    width: 43%;
    height: 1px;
    background: rgba(255, 255, 255, 0.3)
}

@media only screen and (max-width: 768px) {
    .home-video-hero .or-divider .line {
        background: rgba(0, 0, 0, 0.3)
    }
}

.home-video-hero .or-divider .text {
    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-size: 1rem;
    display: block;
    float: left;
    width: 14%;
    color: #fff
}

@media only screen and (max-width: 768px) {
    .home-video-hero .or-divider .text {
        color: #586062
    }
}

.home-video-hero .google-logo {
    display: inline-block;
    position: relative;
    top: -1px;
    width: 20px;
    height: 20px;
    background: url(/media/img/google-sso/google-logo.svg) no-repeat center center;
    background-size: contain;
    margin-right: 10px;
    vertical-align: middle
}

.home-video-hero .google-sso-cta {
    display: inline-block;
    font-family: "Gotham_SSm_5r", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #6a6a6a;
    text-align: left;
    text-decoration: none;
    background: #fff;
    border: solid 1px #d0d0d0;
    border-radius: 7px;
    padding: 12px 20px 9px 10px
}



.hero-content .sign-up-form {
    max-width: 450px;
    max-width: 28.125rem
}

@media only screen and (max-width: 1024px) {
    .hero-content .sign-up-form {
        text-align: center;
        margin: 0 auto
    }
}

@media only screen and (max-width: 600px) {
    .hero-content .sign-up-form {
        text-align: left
    }
}

.hero-content .sign-up-form.row {
    width: 1160px
}

.hero-content .sign-up-form .login-link,
.hero-content .sign-up-form .create-link {
    color: #fff;
    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    font-size: 14px;
    
    -webkit-transition: border .2s ease-in-out 0s;
    -moz-transition: border .2s ease-in-out 0s;
    -o-transition: border .2s ease-in-out 0s;
    transition: border .2s ease-in-out 0s
}

.hero-content .sign-up-form .login-link:focus,
.hero-content .sign-up-form .login-link:hover,
.hero-content .sign-up-form .create-link:focus,
.hero-content .sign-up-form .create-link:hover {
    border-color: #fff
}

@media only screen and (max-width: 1024px) {
    .hero-content .sign-up-form .login-link,
    .hero-content .sign-up-form .create-link {
        color: dimgray;
        font-family: "Segoe UI", Helvetica, Arial, sans-serif;
        text-decoration: none;
        border-bottom: 1px solid transparent;
        font-size: 14px;
        
        -webkit-transition: border .2s ease-in-out 0s;
        -moz-transition: border .2s ease-in-out 0s;
        -o-transition: border .2s ease-in-out 0s;
        transition: border .2s ease-in-out 0s
    }
    .hero-content .sign-up-form .login-link:focus,
    .hero-content .sign-up-form .login-link:hover,
    .hero-content .sign-up-form .create-link:focus,
    .hero-content .sign-up-form .create-link:hover {
        border-color: dimgray
    }
}

.hero-content .sign-up-form legend,
.hero-content .sign-up-form label {
    display: none
}

.hero-content .sign-up-form .legal {
    font-family: "Gotham_SSm_5r", Helvetica, Arial, sans-serif;
    font-size: 10px;
    
    margin: 0px 0px 15px 0px;
    margin: 0rem 0rem .9375rem 0rem
}

.hero-content .sign-up-form .legal a {
    color: inherit
}

.hero-content .sign-up-form .legal a:hover,
.hero-content .sign-up-form .legal a:focus {
    text-decoration: none
}

.hero-content .sign-up-form .legal a:visited {
    color: inherit
}

.hero-content .sign-up-form .legal a.white a {
    color: white;
    font-weight: 500
}

.hero-content .sign-up-form .form-items {
    width: 85%
}

@media only screen and (max-width: 1024px) {
    .hero-content .sign-up-form .form-items {
        width: 100%
    }
}

.hero-content .sign-up-form .field-item {
    margin-bottom: 10px;
    
}

.hero-content .sign-up-form .field-item input {
    border: none;
    width: 100%;
    padding: 10px;
    
    height: 50px;
    height: 3.125rem;
    border-radius: 4px;
    border-radius: .25rem;
    background: rgba(255, 255, 255, 0.6);
    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: 16px;
    
}

.hero-content .sign-up-form .field-item input:focus {
    color: white;
    -webkit-transition: color 0.5s ease-in 0s background 0.5s ease-in 0s;
    -moz-transition: color 0.5s ease-in 0s background 0.5s ease-in 0s;
    -o-transition: color 0.5s ease-in 0s background 0.5s ease-in 0s;
    transition: color 0.5s ease-in 0s background 0.5s ease-in 0s
}

@media only screen and (max-width: 1024px) {
    .hero-content .sign-up-form .field-item input:focus {
        border: 1px solid dimgray;
        color: dimgray
    }
}

@media only screen and (max-width: 1024px) {
    .hero-content .sign-up-form .field-item input {
        border: 1px solid dimgray;
        color: dimgray
    }
}

.hero-content .sign-up-form .button-container {
    margin-top: 10px;
    
}

.hero-content .sign-up-form .button-pricing--premium {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    min-width: 0
}


.bottom-cta .form-items {
    position: relative;
    max-width: 460px;
    margin: 20px auto 0
}

@media only screen and (max-width: 600px) {
    .bottom-cta .form-items {
        max-width: 100%
    }
}
.bottom-cta .field-item {
    margin-bottom: 15px
}


.bottom-cta .button-pricing--premium {
    display: block;
    width: 100%;
    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
    color: #fff;
    border-color: #fff;
    background: transparent;
    border: 1px solid;
    transition: .2s background ease-out, .2s color ease-out, .2s border-color ease-out
}

.bottom-cta .button-pricing--premium:hover,
.bottom-cta .button-pricing--premium:focus {
    color: #9b6cae;
    background-color: rgba(255, 255, 255, 0.9);
    border-color: rgba(255, 255, 255, 0.8);
    transition: .2s background ease-out, .2s color ease-out, .2s border-color ease-out
}

.bottom-cta .button-pricing--premium:active {
    color: #23954b;
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(255, 255, 255, 0.6);
    transition: .2s background ease-out, .2s color ease-out, .2s border-color ease-out
}

.button-pricing--premium{
    display: block;
    width: 100%;
    font-family: "Segoe UI",Helvetica,Arial,sans-serif;
    margin-bottom: 15px;
    background: #9b6cae;

-webkit-transition: background .2s ease-out 0s;
    -moz-transition: background .2s ease-out 0s;
    -o-transition: background .2s ease-out 0s;
    transition: background .2s ease-out 0s;
}
.home-video-hero .legal {
    margin-bottom: 10px;
}
.home-video-hero .legal, .home-video-hero .upgrade-toggle-info {
    font-family: "Segoe UI",Helvetica,Arial,sans-serif;
    font-size: 10px;
    
    text-align: center;
}
.home-video-hero p {
    font-family: "Segoe UI",Helvetica,Arial,sans-serif;
    font-size: 12px;
    
    line-height: 18px;
    
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.other-links{
    padding: 2% 0;
    background-color: #f8f8f8;
    background-attachment: fixed;
    background-size: cover;
}
.other-links div.link-content {
    border: 1px solid rgba(238, 238, 238, 0.37);
    background-color: rgba(255, 255, 255, 0.4);
    padding: 10% 0;
    -webkit-transition: 0.6s all;
       -moz-transition: 0.6s all;
        -ms-transition: 0.6s all;
         -o-transition: 0.6s all;
            transition: 0.6s all;
}
.other-links div.link-content:hover{
    background-color: #FFF;
    
    cursor: pointer;
}

.other-links div.link-content .link-img{
    margin: 0 auto;
}
.other-links div.link-content .link-title{
    margin-top: 10px;
    font-size: 18px;
    
    padding-bottom: 2px;
    text-transform: none;
    letter-spacing: 4px;
    
}
.other-links div.link-content:hover .link-title{
    text-decoration: underline;    
}

.demo {
  position: relative;
  width: 100%;
  height: 100%;
}
.demo::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 80%;
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 80%,rgba(0,0,0,.8) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 80%,rgba(0,0,0,.8) 100%);
}
.demo h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font : normal 300 64px/1 'Josefin Sans', sans-serif;
  text-align: center;
  white-space: nowrap;
}

#section03 { background: url(https://www.nxworld.net/example/css-scroll-down-button/bg03.jpg) center center / cover no-repeat;}

.demo a {
  position: absolute;
  bottom: -220px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font : normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}
.demo a:hover {
  opacity: .5;
}





#section03 a {
  padding-top: 60px;
}
#section03 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
}
#section03 a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
#section03 a span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 0 rgba(255,255,255,.1);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb03 3s infinite;
  animation: sdb03 3s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}