/* --------------------------------------
   Samson's Classroom CSS (Resources Page) - Mobile
   Created: 3/3/2017
   Authors: 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 {
    text-align: center;
    margin-bottom: 30px;
}

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

.hero-buttons {
    text-align: center;
}

/** Hero Section **/
#signup.btn, #login.btn {
    margin-top: 25px;
    margin-bottom: 10px;
}

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

.headline {
    text-align: center;
    font-size: 18px;
    margin-bottom: 60px;
}

.hero-buttons h3 {
    font-family: "Titan One", "Helvetica Neue", "Helvetica Black", "Helvetica Bold", "Arial Black", "Arial Bold";
    text-align: left;
    font-size: 24px;
}

.hero-buttons p {
    white-space: normal;
    text-align: left;
}

.hero-buttons .btn {
    background-color: #075EAD;
    border-color: #075EAD;
    margin-bottom: 35px;
    height: 230px;
    display: inline-block;
    padding-left: 105px;
    font-size: 18px;
    width: 330px;
    -moz-border-radius: 21px;
    -webkit-border-radius: 25px;
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: 20px 50px;
}

#articles {
    background-image: url(../../website_assets/resources_page_assets/articles_icon.svg);
}

#awards {
    background-image: url(../../website_assets/resources_page_assets/awards_icon.svg);
}

#images-and-links {
    background-image: url(../../website_assets/resources_page_assets/images_and_links_icon.svg);
}

#lesson-plans {
    background-image: url(../../website_assets/resources_page_assets/lesson_plans_icon.svg);
}

#letters {
    background-image: url(../../website_assets/resources_page_assets/letters_icon.svg);
}

#worksheets {
    background-image: url(../../website_assets/resources_page_assets/worksheets_icon.svg);
}

/** Media Queries **/

@media only screen
and (max-width: 376px)
{
    .hero-buttons .btn {
        background-size: 24%;
        background-position: 78% 6%;
        padding: 90px 10px 0 30px;
        width: 90%;
        height: 310px;    
    }
    
    .hero-buttons h3 {
        font-family: "Titan One", "Helvetica Neue", "Helvetica Black", "Helvetica Bold", "Arial Black", "Arial Bold";
        text-align: left;
    }
    
    .hero-buttons p {
        white-space: normal;
        text-align: left;
    }
}