/*  Samson's Classroom
    Base CSS File - Mobile */

body {
    font-family: "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;  
}

div {
    overflow-x: hidden;
}

.grayout {
    opacity: 0.5;
}

/** Header Navigation **/

header .navbar-default {
    box-shadow: 1px 2px 3px #a1a1a1;
    margin-bottom: 0;
    background: white;
    overflow-x: hidden;
}

/** Navbar Toggle **/

header .navbar-toggle {
    border: none;
    color: white;
}

header .navbar-default .navbar-toggle .icon-bar {
    background-color: #075691;
}

/** Navbar Brand **/

header .navbar-brand {
    background: url(../../website_assets/home_page_assets/00_nav_bar/sc_logo_3.svg) no-repeat; 
    width: 200px;
    background-position: 10px 0px;
}

header .navbar-right li {
    height: 80px; 
    border-bottom: 1px solid lightgray;
}

header .navbar-default .active {
    background-color: #075EAD;
    color: white;
}

/* Nav Icons */ 

header .navbar-default a, header .navbar-default a:hover  {
    color: gray;
    padding: 35px 0 10px;
    font-family: "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
    text-align: center;
    font-size: 20px;
}

header .navbar-default #home {
    background: url(../../website_assets/home_page_assets/00_nav_bar/home_icon_color.svg) no-repeat center center;
    background-size: 7%;
    background-position: 5% 90%;
}

header .navbar-default #home:hover {
    background-size: 8%;
    color: gray;
}

header .navbar-default #about {
    background: url(../../website_assets/home_page_assets/00_nav_bar/about_icon_color.svg) no-repeat center center;
    background-size: 7%;
    background-position: 5% 90%;
}

header .navbar-default #about:hover {
    background-size: 8%;
    color: gray;
}

header .navbar-default #pricing {
    background: url(../../website_assets/home_page_assets/00_nav_bar/pricing_icon_color.svg) no-repeat center center;
    background-size: 8%;
    background-position: 5% 70%;
}

header .navbar-default #pricing:hover {
    background-size: 9%;
    color: gray;
}

header .navbar-default #resources {
    background: url(../../website_assets/home_page_assets/00_nav_bar/resources_icon_color.svg) no-repeat center center;
    background-size: 8%;
    background-position: 5% 90%;
}

header .navbar-default #resources:hover {
    background-size: 9%;
    color: gray;
}

header .navbar-default #contact {
    background: url(../../website_assets/home_page_assets/00_nav_bar/contact_icon_color.svg) no-repeat center center;
    background-size: 8%;
    background-position: 5% 75%;
}

header .navbar-right a #contact {
    border-bottom: white;
}

header .navbar-default #contact:hover {
    background-size: 9%;
    color: gray;
}

#contact-li {
    border-bottom: none;
}

header .navbar-collapse.collapse.in {
    overflow-y: scroll;
    overflow-x: hidden;
}

/** General Button Styling **/

.btn {
    color: white;
    font-family: "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    font-weight: 700;
    font-size: 22px;
}

.btn:hover {
    color: white;
}

/** Login Section **/

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

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

#signup.btn, #login.btn {
    height: 44px;
    width: 110px;
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 700;
}

#signup.btn {
    background-color: #DF7018;
}

#login.btn {
    background-color: #075EAD;
    margin-right: 15px;
}

#signup.btn:hover {
    background-color: #C45D18;
}

#login.btn:hover {
    background-color: #075691;
}
    
/** Footer **/

footer {
    padding: 30px;
    color: white;
    font-size: 18px;  
    margin-top: 100px;
}

.footer-inner {
    padding-left: 0;
}

footer li {
    list-style-type: none;
}

.phone-link {
    background: url(../../website_assets/home_page_assets/10_footer/phone_icon.svg) center left no-repeat; 
}

.email-link {
    background: url(../../website_assets/home_page_assets/10_footer/email_icon.svg) center left no-repeat; 
}

.address-link {
    background: url(../../website_assets/home_page_assets/10_footer/address_icon.svg) center left no-repeat;
}

.footer-more-links-list { 
    padding-left: 0;
    width: 110%;
    margin-left: 1%;
}

.footer-more-links-list li {
    padding-left: 0;
}

.footer-links-list a, .footer-more-links-list a {
    color: white;
}

.footer-li-btn .btn {
    font-weight: 700;
    float: left;
}

.footer-video-btn {
    background-color: #93C524;
    border-color: #93C524;
    margin-bottom: 10px;
}

.footer-video-btn:hover {
    background-color: #85AA21;
    border-color: #85AA21;
}

.footer-fb-btn {
    background-color: #096ECB;
    border-color: #096ECB;   
}

.footer-fb-btn:hover {
    background-color: #0866BC;
    border-color: #0866BC;    
}

.footer-glyphicon {
    width: 38px;
    padding-left: 2px;
}

.copyright {
    background-color: #096ECB;
    overflow: visible;
    margin-top: -25px;
    margin-bottom: 0;
}

.copyright p {
    text-align: right; 
    color: white;
    padding: 5px 8% 5px 0; 
}

.phone-link:hover, .email-link:hover, .address-link:hover {
    text-decoration: underline;
}

.phone-link, .email-link, .address-link {
    background-size: 35px;
    text-align: center;
    font-weight: 700;
    padding: 15px 0;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #075EAD;
    background-size: 30px;
    background-position: 6px;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.address-link {
        padding-left: 40px;
    }

.footer-more-links-list li, .divider {
    text-align: center;
}

.footer-fb-btn {
    background-color: #075EAD;
}

.footer-more-links-list a, .divider {
    color: #075EAD;     
}

.footer-li-btn .btn {
    width: 105%;
    font-size: 20px;
}

.questions {
    overflow-x: visible;
}

footer .samson {
    height: 140px;
    margin-bottom: 10px;
}

.copyright p {
    padding-right: 10px;
    background-color: #075EAD;
    font-size: 14x;
}

@media only screen
and (max-width: 497px) 
{   
    .footer-links-list, .footer-li-btn {
        margin-left: -3%;
    }
    
    .footer-links-list li {
        width: 110%;
    }
    
    footer, .footer-li-btn .btn {
        font-size: 15px;
    }
    
    .footer-li-btn .btn {
        height: 40px;
        padding-top: 5px;
        margin-left: -2%;
    }
    
    .footer-glyphicon {
        height: 30px;
    }
    
    footer .samson {
        height: 120px;
    }
}

@media only screen
and (max-width: 401px)
{
    .footer-links-list li {
        background-size: 20px;
        height: 40px;
        padding-top: 10px;
    }
    
    .address-link {
        padding-left: 25px;
    }
    
    footer, .footer-li-btn .btn {
        font-size: 13px;
    }
    
    .footer-li-btn .btn {
        padding-top: 7px;
    }
    
    .footer-glyphicon {
        height: 25px;
    }
    
    footer .samson {
        height: 100px;
    }
}

@media only screen
and (max-width: 353px)
{
    footer, .footer-li-btn .btn {
        font-size: 12px;
    }
    
    .footer-li-btn, .footer-links-list {
        margin-left: -5%;
    }
    
    .footer-links-list li {
        background-size: 15px;
        width: 117%;
    }
    
    .address-link {
        padding-left: 17px;
        padding-bottom: 1px;
    }
    
    .footer-li-btn .btn {
        height: 32px;
        padding-top: 3px;
        margin-left: -3%;
    }
}