/* --------------------------------------
   Samson's Classroom CSS (About Page)
   Created: 1/18/2017
   Authors: Kelly Byrnes
 --------------------------------------- */

/** Active Navbar Icon **/
header .navbar-default #about:hover {
    color: white;
}

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

/* Login Section Tweak */

.login-section h1 {
    margin-top: 5px;
    margin-bottom: 0;
}

.login-btn-div {}

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


/* Testimonial Section */

.testimonials h1 {
    color: #DF7018;
    font-family: "Titan One", "Helvetica Neue", "Helvetica Black", "Helvetica Bold", "Arial Black", "Arial Bold";
    margin-bottom: 40px;
    text-align: center;
}

.testimonials-column-1 {
    margin-left: -30px;
}

.testimonials-column-2 {
    margin-left: 40px;
}

.testimonials p {
    font-size: 17px;
    text-align: justify;
}



.product-box-text {
    font-size: 17px;
    text-align: justify;
    margin-top: 10px;
}



/** Games Carousel **/

#carousel-outer-div {
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #075EAD;
    height: 850px;
}

#games-carousel {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-top: 50px;
    font-family: "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
    background-color: white;
    height: 720px;
}

.gamescreenimg {
    margin-top: 200px;
}

.carousel-caption h3 {
    color: #075EAD;
    font-family: "Titan One", "Helvetica Neue", "Helvetica Black", "Helvetica Bold", "Arial Black", "Arial Bold";
}

.carousel-caption {
    top: -1em;
    color: black;
    text-shadow: none;
}

.carousel-caption p {
    font-size: 16px;
    font-weight: 100;
}

#indicator-1 {
    width: 200px;
}

#indicator-2 {
    width: 180px;
    padding-right: 15px;
    padding-left: 15px;
}

#indicator-3 {
    width: 340px;
}

.carousel-indicators {
    margin-bottom: 699px;
    width: 790px;
    margin-left: -390px;
    top: -51px;
}

.carousel-indicators .active {
    background-color: #DF7018;
}

.carousel-indicators .active:before {
    content:"";
    position: relative;
    left: 50%;
    top: 59px;
    -moz-border-radius: 60px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #DF7018;
    margin-left: -40px;
}

.carousel-indicators li, .carousel-indicators .active {
    color: white;
    font-family: "Titan One", "Helvetica Neue", "Helvetica Black", "Helvetica Bold", "Arial Black", "Arial Bold";
    font-size: 24px;
    text-indent: 0;
    height: 50px;
    border: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    padding-top: 6px;
}

@media only screen
and (min-width: 1400px)
{
    .carousel-caption h3 {
        font-size: 30px;
    }

    .carousel-inner p {
        font-size: 20px;

    }
    .carousel-indicators {
        margin-bottom: 779px;
        width: 790px;
        margin-left: -390px;
    }

    #carousel-outer-div {
        height: 900px;
    }

    .gamescreenimg {
        height: 480px;
    }
}

@media only screen
and (max-width: 992px)
{
    .carousel-indicators {
        width: 630px;
        margin-left: -310px;
    }

    #indicator-1, #indicator-2, #indicator-3 {
        font-size: 18px;
        padding-top: 10px;
    }

    #indicator-1 {
        width: 150px;
    }

    #indicator-2 {
        width: 130px;
    }

    #indicator-3 {
        width: 270px;
    }

    .carousel-indicators .active:before {
        top: 58px;
        left: 62%;
    }

    .carousel-indicators li, .carousel-indicators li.active {
        font-size: 20px;
        padding-bottom: 0px;
    }

    .testimonials-column-1, .testimonials-column-2 {
        margin: 0
    }

    .gamescreenimg {
        top: 30px;
        height: 440px;
    }
}

@media only screen
and (max-width: 767px)
{
    header .navbar-default #about {
        background: url(http://samsonsclassroom.com/website_assets/home_page_assets/00_nav_bar/about_icon_white.svg) no-repeat center center;
        background-size: 7%;
        background-position: 5% 90%;
        color: white;
    }

    .login-section h1 {
        text-align: center;
    }

    #login.btn, #signup.btn {
        margin-top: 20px;
    }

    .carousel-indicators {
        width: 470px;
        margin-left: -235px;
        top: -51px;
        height: 50px;
    }

    .outer-div {
        height: 700px;
    }

    #indicator-1, #indicator-2, #indicator-3 {
        font-size: 15px;
        padding-top: 12px;
        height: 50px;
    }

    #indicator-1 {
        width: 120px;
    }

    #indicator-2 {
        width: 100px;
    }

    #indicator-3 {
        width: 220px;
    }

    .carousel-indicators .active:before {
        position: relative;
        top: 55px;
        left: 66%;
    }

    .carousel-indicators li, .carousel-indicators li.active {
        font-size: 20px;
        padding-bottom: 0px;
    }

    .gamescreenimg {
        height: 370px;
        margin-top: 350px;
    }
}

@media only screen
and (max-width: 440px)
{
    #games-carousel {
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        margin-top: 40px;
        font-family: "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
        background-color: white;
    }

    #indicator-1, #indicator-2, #indicator-3 {
        font-size: 12px;
        padding-top: 10px;
        height: 40px;
    }

    #indicator-1 {
        width: 100px;
    }

    #indicator-2 {
        width: 80px;
        padding-left: 10px;
    }

    #indicator-3 {
        width: 180px;
    }

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

    .carousel-indicators li {
        margin-top: 11px;
    }

    .carousel-indicators .active:before {
        position: relative;
        top: 45px;
    }

    #indicator-1.active:before {
        left: 60%;
    }

    #indicator-2.active:before {
        left: 90%;
    }

    #indicator-3.active:before {
        left: 50%;
    }

    .gamescreenimg {
        margin-top: 390px;
    }
}