/* --------------------------------------
   Samson's Classroom CSS (Pricing Page)
   Created: 1/17/2017
   Authors: Kelly Byrnes
 --------------------------------------- */

/** Navbar Icons **/

header .navbar-default #pricing {
    background: url(http://samsonsclassroom.com/website_assets/home_page_assets/00_nav_bar/pricing_icon_white.svg) no-repeat center center;
    background-size: 35px 30px;
    background-position: 50% 25%;
    color: white;
}

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

/** Login Section **/

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

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

/** Pricing Section **/
.pricing-row {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

.pricing-container {
     max-width: 600px; 
}

.pricing-col {
    padding: 0px;
}

.pricing-box {
    display:inline-block;
}


/** Hero Section and General Shapes Styling **/

.hero {
    text-align: center;
}

.for-free-section {
    margin-top: 80px;
}

.for-free-section p {
    /**text-align: left;
    margin-left: -8px;
    padding-left: 0;
    **/
    text-align:center;
}

.samson-hero {
    margin-top: -50px;
    height: 200px;
}

.box-shapes {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-top: 60px;
    width: 175px;
    color: white;
    height: 250px;
    text-align: center;
}

.users-circles {
  position: relative;
    box-shadow: 0px 1px 3px #616161;
    width: 120px;
	height: 120px;
    margin-left: 10%;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 105px;
    padding-top: 12px;
    top: -4em;
    margin-bottom: -50px;
}

.users-circles h1 {
    margin: 0;
    font-weight: 700;
    font-size: 30px;
}

#asterisk {
    position: absolute;
    font-size: 20px;
}

#green-circle-1 h1 {
    margin-top: 22px;
}

.up-to {
    margin-top: 10px;
    font-size: 20px;
}

.green-plan-box {
	background: #93C524;
}

.blue-plan-box {
	background: #075EAD;
}

.orange-plan-box {
	background: #DF7018;
}

.blue-circle, .blue-buy-now {
	background: #096DB6;
}

.green-circle, .green-buy-now {
	background: #A8D739;
}

.orange-circle, .orange-buy-now {
	background: #E57B33;
}

.for-free-section p {
    padding-left: 20px;
}

#try-btn {
    margin-top: 10px;
    background-color: #aaa;
    height: 40px;
    width: 220px;
    font-size: 20px;
    font-weight: bold;
}

.hero p, .shapes-school-plan p {
    font-size: 18px;
    margin-bottom: 0;
}

p.yearly-rate {
    font-size: 20px;
}

.buy-now {
    box-shadow: 0px 1px 3px #616161;
    height: 40px;
    width: 140px;
    font-size: 20px;
}

.green-buy-now:hover {
    background-color: #85AA21;
}

.blue-buy-now:hover, #login.btn:hover {
    background-color: #075691;
}

.orange-buy-now:hover, #signup.btn:hover {
    background-color: #C45D18;
}

.purchase-order-text {
    margin-top: 50px;
    color: black;
    text-align: left;
    margin-bottom: 50px;
    padding-left: 0;
}



@media only screen
and (max-width: 992px)
{
    .login-section {
        margin-bottom: 50px;
    }

    .login-section h1 {
        margin-bottom: 10px;
    }
}

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

    #login.btn {
        margin-left: 0;
    }

    .hero {
        margin-left: 0%;
    }

    .samson-hero {
        display: none;
    }

    .for-free-section p {
        text-align: center;
    }

    .for-free-section {
        margin: 0 auto;
        display: block;
    }
}

@media only screen
and (min-width: 1280px)
{
    .box-shapes {
        margin-top: 60px;
    }
    .pricing-container {
        max-width: 600px;
    }
}

@media only screen
and (min-width: 1400px)
{
    .box-shapes {
        margin-top: 40px;
    }
    .pricing-container {
        max-width: 100%;
    }
}