/* --------------------------------------
   Samson's Classroom CSS (Resources > Lesson Plans)
   Created: 1/18/2017
   Authors: Kelly Byrnes
 --------------------------------------- */

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

body {

}

/* Navbar Tweak to align w. login buttons */
.navbar-collapse {
    padding-right: 0;
}

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: 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 {
    margin-top: 20px;
}

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

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

hr {
    background-color: gray;
    margin-top: 30px;
}

.img-links {
    margin-left: 17px;
}

.hero img {
    height: 95px;
    width: 125px;
}

.pdf-link {
    width: 150px;
}

.worksheet-subsection {
    margin-top: 20px;
}

.worksheet-subsection h3 {
    font-family: "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: 700;
}

.worksheet-subsection p {
    text-align: center;
    margin-left: 3px;
}

h3 span {
    font-size: 14px;
    font-weight: 400;
}

.hero-btn.btn {
    background-color: lightgray;
    color: black;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    /*width: 70px;*/
    font-size: 14px;
    font-weight: 400;
    /*added*/
    white-space: normal;
    word-wrap: normal;
}

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

.btn-container {
    margin-top: 20px;
}

table, td {
    border: 1px solid gray;
}

.btn-container img {
    width: 120px;
    height: 45px;
    margin-right: 10px;
}

#sw-baseball .btn, #kaboom .btn {
    width: 230px;
}

#baseball-scoreboard-btn {
    margin-left: 0;
    margin-top: -20px;
}

.no-btns-section p {
    text-align: left;
    margin-top: 30px;
}


@media only screen
and (max-width: 768px)
{
    body {
        overflow-x: scroll;
    }
}

@media only screen
and (max-width: 440px)
{
    .img-links {
        margin-left: 23px;
    }
}