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

/** Login Section Tweak **/

#login.btn, #signup.btn {
    margin-bottom: 10px;
}

/** Hero Section **/

.hero {
    background: url(../../website_assets/home_page_assets/02_hero/page_lines.svg);
    background-size: 1300px 120px;
    background-position: 0% 3%;
    padding: 80px 0px 40px 0px;
}

header .navbar-default #home {
    background: url(../../website_assets/home_page_assets/00_nav_bar/home_icon_white.svg) no-repeat center center;
    background-size: 7%;
    background-position: 6% 90%;
    color: white;
}

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

#star-3, #star-4, #star-5 {
    position: absolute;
}

#star-3 {
    height: 35px;  
    top: 500px;
    left: 90px;
}

#star-4 {
    height: 25px;
    top: 570px;
    left: 65px;
}

#star-5 {
    height: 30px;
    top: 580px;
    right: 55px;    
}

.samson-hero {
    margin-top: 40px;
    background: url(../../website_assets/resources_page_assets/samson_waving.svg) top no-repeat;
    height: 320px;
    background-size: 150px;
}

.games {
    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';
    font-weight: 700;
    text-align: center;
    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: 0px;
    background: url(../../website_assets/home_page_assets/mobile/why sight words mobile banner.svg) no-repeat center top;
    background-size: 100%;
    min-height: 320px;
    text-align: center;
    color: white;
}

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

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

/** 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 .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: 510px;
    background-size: cover;
    margin-bottom: 40px;
    margin-top: 30px;
    overflow-y: hidden;
}

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

.carousel-caption {
    z-index: 1;
}

.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: 50px;
    border: none;
    opacity: .5;
}

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

.carousel-inner h3,
.carousel-inner h4,
.carousel-inner h5,
.carousel-p {
    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;
}

.carousel-caption {
    position: static;
    margin-top: 50px;
}
/** Game Screens **/

.game-screens-div {
    padding: 0px 30px 0px 30px;
    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 only screen
and (max-width: 552px)
{
    .why-sight-words h2 {
        font-size: 34px;
    }
    
    .why-sight-words .wsw-text {
        font-size: 16px;
    }
    
    .carousel-inner h3 {
        font-size: 20px;
    }
    
    .carousel-inner h4 {
        font-size: 16px;
    }
    
    .carousel-inner h5 {
        font-size: 14px;
    }
}

@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: 30px;
    }
    
    .why-sight-words .wsw-text {
        font-size: 16px;
    }
    
    .why-sight-words {
        background-size: 120%;
    }
    
    #icon-section {
        margin-top: -90px;
    }
    
    #icon-section h3 {
        font-size: 26px;    
    }
    
    .carousel-inner h3 {
        font-size: 18px;
    }
    
    .carousel-inner h4 {
        font-size: 16px;
    }
    
    .carousel-inner h5 {
        font-size: 12px;
    }
}

@media only screen
and (max-width: 375px)
{
    .why-sight-words h2 {
        font-size: 26px;
        margin-bottom: 5px;
        margin-top: 2%;
    }
    
    .why-sight-words .wsw-text {
        font-size: 15px;
    }
    
    .carousel-inner h3 {
        font-size: 16px;
    }
    
    .carousel-inner h4 {
        font-size: 14px;
    }
}


@media only screen
and (max-width: 331px)
{
    .why-sight-words h2 {
        margin-top: 0;
    }
}