.btn-signup-now {
    background-color: #92c424;
    margin: 0px auto;
}

@media only screen
and (min-width: 767px)
{
    header .navbar-default #home {
        background: url(../website_assets/home_page_assets/00_nav_bar/home_icon_white.svg) no-repeat center center;
        background-size: 35px 30px;
        background-position: 50% 25%;
        color: white;
    }

    header .navbar-default #home:hover {
        color: white;
    }
}

.login-section {
    margin-top: 0;
    padding-right: 0;
}

/** Hero Section **/

.hero {
    background: url(../website_assets/home_page_assets/02_hero/page_lines.svg);
    background-position: 0 59px;
    background-size: 1400px 120px;
    padding: 110px 0px 90px 0px;
}

#star-1, #star-2, #star-3, #star-4, #star-5,
#cloud-1, #cloud-2, #cloud-3, #paper-airplane {
    position: absolute;
}

#star-1, #star-2, #star-3 {
    height: 35px;
}

#star-1 {
    top: 240px;
    left: 6%;
}

#star-2 {
    top: 130px;
    left: 15%;
}

#star-3 {
    top: 170px;
    left: 35%;
}

#star-4 {
    top: 190px;
    left: 45%;
    height: 25px;
}

#star-5 {
    top: 350px;
    right: 2%;
    height: 30px;
}

@keyframes cloud-1-animate {
    0% {
        top: 100px;
    }

    50% {
        top: 110px;
    }

    100% {
        top: 100px;
    }
}

#cloud-1 {
    top: 90px;
    left: 25%;
    height: 90px;
    width: 110px;
    animation-name: cloud-1-animate;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

@keyframes cloud-2-animate {
    0% {
        top: 150px;
    }

    50% {
        top: 140px;
    }

    100% {
        top: 150px;
    }
}

#cloud-2 {
    top: 140px;
    left: 50%;
    height: 110px;
    width: 165px;
    animation-name: cloud-2-animate;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

@keyframes cloud-3-animate {
    0% {
        top: 95px;
    }

    50% {
        top: 105px;
    }

    100% {
        top: 95px;
    }
}

#cloud-3 {
    top: 95px;
    right: 4%;
    height: 175px;
    width: 225px;
    animation-name: cloud-3-animate;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

#paper-airplane {
    top: 145px;
    right: 29%;
    height: 45px;
    width: 55px;
}

.samson-hero img {
    margin: 0 auto;
    display: block;
    height: 300px;
}

.games {
    margin-top: 10px;
    text-align: center;
    font-size: 24px;
    font-family: "Titan One", "Helvetica Neue", "Helvetica Black", "Helvetica Bold", "Arial Black", "Arial Bold";
    color: #DF7018;
}

.games i {
    font-family: "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
    color: #075EAD;
    font-weight: 900;
}

.sightwords {
    float: right;
    font-family: "Titan One", "Helvetica Neue", "Helvetica Black", "Helvetica Bold", "Arial Black", "Arial Bold";
    color: #DF7018;
    text-align: center;
}

.sightwords h1 {
    font-size: 56px;
    margin-top: 0;
}

.sightwords h2 {
    font-size: 36px;
}

.sightwords h3 {
    color: #075EAD;
    font-family: "Open Sans Condensed", "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: 700;
    text-align: justify;
    font-size: 30px;
    margin-top: 5px;
}

#try.btn {
    margin-top: 15px;
    background-color: #93C524;
    height: 45px;
    width: 180px;
    margin-left: 12px;
}

#try.btn:hover, .account .btn:hover, .footer-video-btn:hover {
    background-color: #85AA21;
    border-color: #85AA21;
}

/** Why Sight Words **/

.why-sight-words {
    margin-top: 20px;
    margin-bottom: 20px;
    /*min-height: 320px; */
    background: url(../website_assets/home_page_assets/04_why_sight_words/why_sight_words_crop.jpg) no-repeat center top;
    background-size: 100%;
    text-align: center;
    color: white;
}

.why-sight-words h2 {
    margin-top: 3%;
    font-family: "Titan One", "Helvetica Neue", "Helvetica Black", "Helvetica Bold", "Arial Black", "Arial Bold";
    font-size: 40px;
    margin-bottom: 20px;
}

.why-sight-words .wsw-text {
    margin-bottom: 20px;
    font-size: 22px;
}

/** Why Sight Words Icon Section **/

#icon-section {
    text-align: center;
}

#icon-section img.icon {
    display: block;
    width: 120px;
    margin: 0 auto;
}

#icon-section p {
    color: gray;
    margin-bottom: 35px;
    font-size: 20px;
}

#icon-section h3 {
    font-family: "Titan One", "Helvetica Neue", "Helvetica Black", "Helvetica Bold", "Arial Black", "Arial Bold";
    font-size: 30px;
}

#icon-section #confidence h3 {
    color: #DF7018;
}

#icon-section #comprehension h3 {
    color: #075EAD;
}

#icon-section #context h3 {
    color: #93C524;
}

.account {
    background: url(../website_assets/home_page_assets/04_why_sight_words/doodle_line.svg) no-repeat center;
    height: 130px;
}

.account .btn {
    background-color: #93C524;
    width: 215px;
    height: 80px;
    font-size: 24px;
    display: block;
    margin: auto;
}

/** Testimonials **/

.carousel-inner {
    background: url(../website_assets/home_page_assets/06_testimonials/testimonials_bg.svg)center center no-repeat;
    height: 570px;
    background-size: cover;
    width: 100%;
    /*margin-left: -7%;*/
}

.quote-icon {
    height: 130px;
    margin: 0 auto;
    display: block;
}

.carousel-caption {
    top:2.5em;
}

.carousel-indicators li,
.carousel-indicators .active {
    background: url(../website_assets/home_page_assets/06_testimonials/heart_icon.svg)no-repeat;
    background-size: cover;
    height: 20px;
    width: 24px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 20px;
    border: none;
    opacity: .5;
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-inner h3,
.carousel-inner h4,
.carousel-inner h5 {
    color: white;
    font-style: italic;
    text-align: center;
    text-shadow: none;
}

.carousel-caption img, .carousel-caption h3, .carousel-caption h4, .carousel-caption h5, .carousel-caption p {
    animation-delay: .5s;
}

/** Game Screens **/

.game-screens-div {
    padding: 160px 80px 0px 80px;
    text-align: center;
}

.game-screens-header {
    text-align: center;
}

.game-screens-div img {
    margin: 35px auto;
    display: block;
}

.game-screens-btn {
    background: gray;
    margin: auto;
    display: block;
    width: 150px;
}

.game-screens-header {
    font-family: "Titan One", "Helvetica Neue", "Helvetica Black", "Helvetica Bold", "Arial Black", "Arial Bold";
    color: #075EAD;
}

/** Media Queries **/

@media only screen
and (min-width: 1400px)
{
    #star-1 {
        top: 240px;
        left: 6%;
    }

    #star-2 {
        top: 130px;
        left: 15%;
    }

    #star-3 {
        top: 170px;
        left: 40%;
    }

    #star-4 {
        top: 190px;
        left: 48%;
        height: 25px;
    }

    #star-5 {
        top: 350px;
        right: 5%;
        height: 30px;
    }

    #cloud-1 {
        top: 130px;
        left: 25%;
        height: 90px;
        width: 110px;
    }

    #cloud-2 {
        top: 70px;
        left: 53%;
        height: 110px;
        width: 165px;
    }

    #cloud-3 {
        top: 95px;
        right: 10%;
        height: 175px;
        width: 225px:
    }

    #paper-airplane {
        top: 135px;
        right: 30%;
        height: 45px;
        width: 55px;
    }

    .why-sight-words {
         min-height: 350px; 
        /*margin-bottom: -55px;*/
        text-align: center;
        color: white;
    }

    .why-sight-words h2 {
        margin-bottom: 24px;
        font-size: 50px;
    }

    .why-sight-words .wsw-text {
        font-size: 28px;
        margin-bottom: 80px;
    }

    #icon-section h3 {
        font-size: 34px;
    }

    #icon-section p {
        font-size: 22px;
    }

    .account {
        background-size: cover;
        height: 170px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .account .btn {
        margin-top: 15px;
    }

    .quote-icon {
        height: 130px;
    }

    .carousel-inner h3 {
        font-size: 28px;
    }

    .carousel-inner h4 {
        font-size: 22px;
    }

    .carousel-inner h5 {
        font-size: 20px;
    }
}

@media only screen
and (max-width: 992px)
{
    #star-1, #star-2, #cloud-1, #cloud-2, #cloud-3, #paper-airplane  {
        display: none;
    }

    #star-3 {
        top: 700px;
        left: 130px;
    }

    #star-4 {
        top: 890px;
        left: 80px;
    }

    #star-5 {
        top: 900px;
        right: 80px;
    }

    #try.btn {
        font-size: 25px;
        width: 200px;
        height: 50px;
        margin-left: 0;
        margin-bottom: 0;
    }

    .sightwords h3 {
        text-align: center;
    }

    .samson-hero {
        padding-top: 100px;
    }

    .why-sight-words h2 {
        margin-top: 2%;
    }

    .why-sight-words .wsw-text {
        font-size: 20px;
    }

    #icon-section {
        /* margin-top: -35px; */
    }

    #comprehension h3 {
        margin-left: -15px;
    }

    .carousel-inner {
        height: 600px;
    }

    .carousel-inner h3 {
        font-size: 22px;
    }

    .games {
        margin-top: 10px;
        font-size: 24px;
    }
}

@media only screen
and (max-width: 767px)
{
    header .navbar-default #home {
        background: url(../website_assets/home_page_assets/00_nav_bar/home_icon_white.svg) no-repeat center center;
        background-size: 6%;
        background-position: 6% 25px;
        color: white;
    }

    header .navbar-default #home:hover {
        background-size: 7%;
        color: white;
    }

    .hero {
        background-position: 0% 5%;
    }

    .why-sight-words {
        margin-bottom: 0;
        background: url(../website_assets/home_page_assets/mobile/why sight words mobile banner.svg) no-repeat center top;
        background-size: 100%;
    }

    .why-sight-words h2 {
        font-size: 36px;
        padding-top: 2%;
    }

    .why-sight-words .wsw-text {
        font-size: 22px;
    }

    #icon-section {
        margin-top: 20px;
    }

    .quote-icon {
        width: 40%;
        margin-top: -80px;
    }

    .carousel-inner {
        height: 600px;
    }

    .carousel-caption {
        top:8.5em;
    }

    .carousel-inner h3 {
        font-size: 20px;
    }

    .carousel-inner h4 {
        font-size: 16px;
    }

    .carousel-inner h5 {
        font-size: 13px;
    }

    .account {
        background: url(http://www.samsonsclassroom.com/css/index.css);
    }

    .game-screens-header {
        font-size: 30px
    }
}

@media only screen
and (max-width: 529px)
{
    .why-sight-words .wsw-text {
        font-size: 17px;
        margin-top: -10px;
    }
}

@media only screen
and (max-width: 483px)
{
    .carousel-inner h3 {
        font-size: 18px;
    }

    .carousel-inner h4 {
        font-size: 14px;
    }

    .carousel-inner h5 {
        font-size: 12px;
    }
}

@media only screen
and (max-width: 440px)
{
    .hero h1 {
        font-size: 40px;
    }

    .hero h2 {
        font-size: 24px;
    }

    .hero h3 {
        font-size: 23px;
    }

    .hero p {
        font-size: 16px;
    }

    .why-sight-words h2 {
        font-size: 24px;
        /* margin-bottom: 12px; */
    }

    .why-sight-words .wsw-text {
        font-size: 15px;
    }

    .why-sight-words {
        background-size: 118%;
    }

    #icon-section {
        margin-top: -90px;
    }

    #icon-section h3 {
        font-size: 26px;
    }

    .carousel-inner h3 {
        font-size: 17px;
    }

    .carousel-inner h5 {
        font-size: 12px;
    }
}

@media only screen
and (max-width: 368px)
{
    .carousel-inner h3 {
        font-size: 15px;
    }

}