/* --------------------------------------
   Samson's Classroom CSS (Resources > Worksheets Page)
   Created: 1/18/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;
}

@media only screen
and (max-width: 767px)
{
    header .navbar-default #resources {
        background-size: 7%;
        background-position: 5% 90%;
        color: white;
    }
}

/** Login Section Tweaks **/

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

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

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

#instructions {
    margin-bottom: 20px;
}

#capital-clues img {

}

.btn-section {
    padding: 0;
}

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

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

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

hr {
    background-color: gray;
}

.hero img {
    height: 310px;
    width: 235px;
}

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

.list-btn {
    width: 90px;
}

#safari-scramble .btn, #trace-them-all .btn, #fill-in .btn, #word-builder .btn {
    margin-left: 5px;
}

@media only screen
and (max-width: 768px)
{
    #login.btn, #signup.btn {
        margin-bottom: 20px;
    }

    .btn-section {
        padding: 30px;
    }

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

    .capital-lasso-column-1 {
        margin-left: 0px;
    }
}
/* New Css Needed for page */
hr {
  height: 1px;
}

.worksheet-tile .btn{
  background-color: lightgrey;
  color: black;
  margin-bottom: 10px;
  width:100%;
  word-wrap:normal;
  white-space: normal;
}

.worksheet-tile .btn:hover{
  background-color: grey;
  color: white;
}