/* --------------------------------------
   Samson's Classroom CSS (Resources > Worksheets Page) - Mobile
   Created: 3/3/2017
   Author: Kelly Byrnes
 --------------------------------------- */

/** Active Navbar Icon **/

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

header .navbar-default #resources {
    background: url(../../website_assets/home_page_assets/00_nav_bar/resources_icon_white.svg) no-repeat center center;
    background-size: 35px 30px;
    background-position: 50% 25%;
    color: white;
}
   
header .navbar-default #resources {
    background: url(../../website_assets/home_page_assets/00_nav_bar/resources_icon_white.svg) no-repeat center center;
    background-size: 7%;
    background-position: 5% 90%;
    color: white;
}

/** Login Section Tweaks **/

.login-section {
    margin-top: 110px;
    margin-bottom: 20px;
}

.login-section h1 {
    color: #DF7018;
    font-family: "Titan One", "Helvetica Neue", "Helvetica Black", "Helvetica Bold", "Arial Black", "Arial Bold";
    margin-top: 0px;
    margin-bottom: 30px;
}

.btn {
    font-size: 14px;
    font-weight: 400;
}

.list-button-section {
    overflow-x: visible;
}

#instructions {
    margin-bottom: 20px;
}

.worksheet-subsection {
    text-align: center;
    position: static;
    overflow-x: visible;
}

.worksheet-subsection p {
    text-align: justify;
    margin-bottom: 15px;
}

.worksheets-btn {
    background-color: lightgray;
    color: black;
    margin-bottom: 10px;
    overflow: hidden;
    margin-right: 5px;
    float: left;
}

.worksheets-btn.btn:hover {
    background-color: gray;
}

hr {
    background-color: gray;
}

.hero img {
    height: 310px;
    width: 235px;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}

.list-btn {
    width: 90px;
}

.all-level-btn {
    width: 280px;    
}

#letter-lasso .btn {
    float: none;
    width: 250px;
}

.list-button-section {
    width: 320px;
    margin: 0 auto;
}

.list-button-section .btn {
    float: none;
}

@media only screen
and (max-width: 372px)
{
    .btn {
        font-size: 12px; 
    }
    
    .list-button-section {
        margin-left: -5%;
    }
}

@media only screen
and (max-width: 334px)
{
    .btn {
        font-size: 10px; 
        font-weight: 700;
    }
    
    .list-button-section {
        margin-left: -11%;
    }
}

@media only screen
and (max-width: 324px)
{
    .list-button-section {
        margin-left: -14%;
    }
}