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

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

div {
    overflow-x: visible;
}

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

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

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

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

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

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

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

.pdf-link {
    text-align: center;
}

.pdf-link p, .pdf-link img {
    display: block;
    margin: 0 auto;
}

.pdf-link p {
    text-align: center;
    width: 250px;
}

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

.hero-btn.btn {
    background-color: lightgray;
    color: black;
    margin: 10px;
    padding-left: 10px;
    width: 70px;
    font-size: 14px;
    font-weight: 400;
}

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

.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;
}