/*Global Styles */
body {
    background: #ccc;
    margin: 0;
}

.wrapper {
    padding: 0;
    width: 1300px;
    background: #fff;
    margin: 0 auto;
}
    .wrapper div h2 {
        text-align: center;
        font-size: 3em;
        font-family: 'Great Vibes', cursive;
        color: #f8558c;
        letter-spacing: 2px;
    }
	

.important-tab a {
    color: #f8558c;
}
a button {
    border: 3px solid #8ae9e5;
    padding: 20px 40px;
    font-size: 24px;
    background: #8ae9e5;
    color: #000000;
}
a button:hover {
    cursor: pointer;
}

footer {
    background: #333333;
    color: #ffffff;
    padding: 10px 0;
    font-size: 18px;
}
    footer a {
        text-decoration: none;
        color: #ffffff;
        text-transform: uppercase;
        margin: 0 20px;
    }

/* Banner/Nav */
    .wrapper .banner {
        font-family: 'Great Vibes', cursive;
        margin: 0;
        max-height: 152px;
    }
	
    .wrapper .banner div h1 {
        color: #f8558c;
        margin: 0;
		text-align: center;
    }
    .wrapper .banner div {
        font-size: 44px;
       /* position: relative;
        top: 50%;
        transform: translateY(-50%);*/
        margin-left: auto;
		margin-right: auto;
    }
    .wrapper .banner img {
        width: 150px;
        display: none;
    }

        .nav {
            overflow: hidden;
            margin: 0;
            padding: 0;
            list-style: none;
            background: #8ae9e5;
        }
        .nav li {
            float: left;
            border-right: 1px solid #3bddd5;
        }
        .nav a {
            display: block;
            padding: 8px 30px;
            color: #FFFFFF;
            text-decoration: none;
            font-size: 22px;
            font-family: Arial, Helvetica, sans-serif;
            font-weight: bold;
        }
        .nav a:hover {
            background: #2dccc4;
        }
            .menu-toggle {
                display: none;
            }

/* Home */
.home {
    background-image: url("../images/main-landing2.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #000000;
    border-left: none;
    padding: 0;
    margin: 0;
    width: 100%;    
    height: auto;
}
    .home div {
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        background: #00000071;
        padding: 225px 0 100px;
        height: 450px;
        color: #FFFFFF;
    }
    .home div h1 {
        margin: 0;
        text-align: center;
        font-size: 4.2em;
    }
    .home div p {
        font-size: 1.4em;
    }
        

    /* Previous Creation Styles */
    .previous-work img {
        width: 250px;
        margin: 5px 90px 30px;
        transition: .3s ease-in-out;
        -webkit-transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        -ms-transition: .3s ease-in-out;
    }
    .previous-work img:hover {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transition: .3s ease-in-out;
        -webkit-transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        -ms-transition: .3s ease-in-out;
    }

    /* Kim's Fans Styles */
    .testimonials div {
        display: inline-block;
        text-align: center;
    }
        .testimonials div img {
            width: 150px;
        }
        .testimonials div p {
            width: 400px;
            font-size: 18px;
            text-align: left;
            margin-left: 15px;
            margin-right: 15px;
            line-height: 2.2em;
        }
        .testimonials div p span {
            font-size: 32px;
            font-weight: bolder;
            color: #f8558c;
            font-family: 'Revalia', cursive;
        }
    
    .final-call {
        text-align: center;
        margin: 50px;
    }

/* Shop */
.store-nav {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #ffffff;
    color: black;
    display: inline-block;
}
    .store-nav li {
        float: left;
        border-right: 1px solid black;
    }
    .store-nav a {
        display: block;
        padding: 8px 30px;
        text-decoration: none;
        font-size: 14px;
        font-weight: bold;
    }
    .store-nav li.active a {

        color: #f8558c;
    }

.secondarynav {
    float: right;
    text-align: right;
    margin: 5px 10px 0 0;
}


#content .products {
    padding: 0 132px;
    margin: 0;
    list-style: none;
    overflow: hidden;
}
    #content .products li {
        float: left;
        margin: 0 70px 30px 0;
    }
    #content .products li.last {
        margin-right: 0;
    }
    #content .products li img {
        border: 1px solid #ccc;
        margin-bottom: 4px;
    }
    #content .products li strong {
        font-size: 14px;
    }

/* Product Page Styles */
.product #content {
    min-height: 350px;
    padding-top: 75px;
}

.product #content .product_image {
    float: left;
    margin: 0 40px 40px;
    border: 1px solid #ccc;
}
.product #content h2 {
    font-size: 22px;
    margin: 10px 0 2px 0;
    text-align: left;
}
.product #content .price {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 16px;
}
.product #content .description {
    margin-bottom: 20px;
    font-size: 14px;
}

/* Cart Page Styles */
.shoppingcart form {
    clear: both;
    overflow: hidden;
}
.shoppingcart .cart {
    padding: 0;
    margin: 0;
    list-style: none;
}
    .shoppingcart .cart li {
        overflow: hidden;
        padding: 10px;
    }
    .shoppingcart .cart li.alt {
        background: #eee;
    }
        .shoppingcart .col1 {
            float: left;
            width: 472px;
            padding-top: 5px;
            font-size: 20px;
        }
        .shoppingcart .col2 {
            float: left;
            width: 250px;
            font-size: 20px;
        }
            .shoppingcart .col2 input {
                width: 40px;
            }
        .shoppingcart .col3 {
            float: left;
            width: 200px;
            padding-top: 5px;
            font-size: 20px;
        }
        .shoppingcart .col4 {
            float: right;
            width: 100px;
            font-weight: bold;
            padding-top: 5px;
            font-size: 20px;
        }
    .shoppingcart .header_row {
        font-weight: bold;
        color: #666;
        border-bottom: 1px solid #eee;
        padding-bottom: 8px;
        margin-bottom: 20px;
    }
        .shoppingcart .header_row .col1,
        .shoppingcart .header_row .col2,
        .shoppingcart .header_row .col3,
        .shoppingcart .header_row .col4 {
            padding-top: 0;
            font-size: 20px;
        }
    .shoppingcart .total_row {
        padding: 4px 10px;
    }
        .shoppingcart .total_row .col1 {
            width: 902px;
            text-align: right;
            font-weight: bold;
            font-size: 20px;
            padding-top: 0;
        }
        .shoppingcart .total_row .col2 {
            float: right;
            width: 100px;
            font-size: 20px;
            font-weight: bold;
        }
    .shoppingcart .subtotal_row {
        border-top: 1px solid #eee;
        margin-top: 20px;
        padding: 10px 10px 4px;
    }
    .shoppingcart .cart .shipping_row,
    .shoppingcart .cart .taxes_row {
        padding: 4px 10px;
    }
        .shoppingcart .cart .subtotal_row .col1,
        .shoppingcart .cart .shipping_row .col1,
        .shoppingcart .cart .taxes_row .col1 {
            width: 902px;
            text-align: right;
            font-weight: bold; 
            padding-top: 0;
            font-size: 20px;
        }
        .shoppingcart .cart .subtotal_row .col2,
        .shoppingcart .cart .shipping_row .col2,
        .shoppingcart .cart .taxes_row .col2 {
            float: right;
            width: 100px;
            font-size: 20px;
        }
    .shoppingcart .buttons_row {
        position: relative;
        top: -101px;
        margin-left: 10px;
    }    
    .shoppingcart .submit_row {
        text-align: right;
        margin: 10px 10px 30px;
    }

/* Shopping Button Styles */
#content .button, #content .button_sml, #content .button_alt {
    display: inline-block;
    color: #fff;
    background: #8ae9e5;
    padding: 8px 20px;
    text-decoration: none;
    font-size: 16px;
    border: 0;
}
#content .button_sml {
    padding: 5px 10px;
    font-size: 14px;
    margin-top: 10px;
}
#content .button:hover, #content .button_sml:hover {
    background: #2dccc4;
    cursor: pointer;
}
#content .button_alt {
    display: block;
    float: left;
    padding: 5px 10px;
    margin: 0 10px 0 0;
    border: 0;
    cursor: pointer;
    background: gray;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
}
#content .button_alt:hover {
    background: #989898;
}


/* Payments Page */
/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
  box-sizing: border-box;

  height: 40px;

  padding: 10px 12px;

  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;

  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.p-container {
    width: 80%;
    margin: 20px auto;
}
    .p-container input[type='text'], 
    .p-container input[type='email'] {
        width: 100%;
        height: 40px;
        border: none;
        font-size: 16px;
        border-radius: 5px;
        margin-top: 25px;
        border: grey 1px solid;
    }
    .p-container input[type='email'] {
        margin-bottom: 25px;
    }

#payment-form button {
    border: none;
    width: 100%;
    text-align: center;
    height: 40px;
    background-color: #8ae9e5;
    color: white;
    margin-top: 25px;
    font-size: 16px;
    border-radius: 5px;
}
    #payment-form button:hover {
        cursor: pointer;
        background-color: #2dccc4;
    }


/* Blog Page Styles */
.blog-header {
    background-image: url("../images/blog-banner.jpg");
    background-repeat: no-repeat;
    background-position: center;
    height: 326px;
}
.blog-posts, .main-post {
    margin: 50px 250px;
    font-size: 120%;
}
    .blog-posts .post {
        margin-bottom: 60px;
    }
        .blog-posts .post button {
            padding: 10px 30px;
            font-size: 20px;
        }
.main-post {
    text-align: center;
}
    .main-post img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .main-post p {
        text-align: left;
    }

/* Place Order Page Styles */
.place-order-header {
    background-image: url("../images/place-order-banner.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 90%;
    height: 326px;
}
.custom-form {
    text-align: center;
}
    .custom-form form {
        margin: 15px auto;
        width: 400px;
        text-align: left;
    }
        .custom-form form input.form-field, textarea, .custom-form form select {
            width: 393px;
            height: 35px;
            border-radius: 5px;
            border: 2px solid #000000;
        }

        textarea {
            height: 200px;
        }
        .custom-form form input[type=submit] {
            width: 398px;
            border: 3px solid #8ae9e5;
            padding: 20px 40px;
            font-size: 24px;
            background: #8ae9e5;
            margin: 25px 0;
        }
        .custom-form form input[type=submit]:hover {
            cursor: pointer;

        }

/* Smaller Displays */
@media only screen and (max-width: 1300px) {
    /* Banner */
    .wrapper {
        width: 900px;
    }
    .wrapper .banner {
        max-height: 101px;
    }
        .wrapper .banner div {
        font-size: 31px;
    }
    .wrapper .banner img {
        width: 100px;
    }

    /* Previous Creation Styles */
    .previous-work img {
        width: 250px;
        margin: 5px 95px 30px;
    }

    /* Kim's Fans Styles */
    .testimonials div {
        display: block;
    }
        .testimonials div img {
            width: 200px;
        }
        .testimonials div p {
            width: 520px;
            margin-left: auto;
            margin-right: auto;
        }
    
    .final-call {
        text-align: center;
        margin: 50px;
    }

    /* Blog Page Styles */
    .blog-posts, .main-post {
        margin: 50px 110px;
    }

    /* Store Page Styles */
    #content .products {
        padding: 0 42px 0 82px;
    }
    #content .products li {
        margin: 0 45px 30px 10px;
    }
    #content .products li.last {
        margin-right: 45px;
    }

    /* Cart Page Styles */
    .shoppingcart .col1 {
        width: 250px;
    }
    .shoppingcart .total_row .col1,
    .shoppingcart .cart .subtotal_row .col1,
    .shoppingcart .cart .shipping_row .col1,
    .shoppingcart .cart .taxes_row .col1 {
        width: 602px;
    }
    .shoppingcart .header_row .col1,
    .shoppingcart .header_row .col2,
    .shoppingcart .header_row .col3,
    .shoppingcart .header_row .col4,
    .shoppingcart .cart li div, 
    .shoppingcart .cart .subtotal_row .col1,
    .shoppingcart .cart .shipping_row .col1,
    .shoppingcart .cart .taxes_row .col1,
    .shoppingcart .cart .subtotal_row .col2,
    .shoppingcart .cart .shipping_row .col2,
    .shoppingcart .cart .taxes_row .col2,
    .shoppingcart .total_row .col1,
    .shoppingcart .total_row .col2 {
        font-size: 16px;
    }
    .shoppingcart .buttons_row {
        top: -71px;
    }  
    #content .button {
       margin-right: 20px;
    }
}

@media only screen and (max-width: 900px) {
    .wrapper {
        width: 100%;
    }
    .wrapper .banner div {
        font-size: 26px;
    }

    /* Previous Creation Styles */
    .previous-work img {
        width: 250;
        margin: 5px 45px 30px 70px;
    }

    /* Blog Page Styles */
    .blog-posts, .main-post {
        margin: 50px 10%;
    }

    /* Store Page Styles */
    #content .products li {
        margin: 0 55px 30px 40px;
    }
    #content .products li.last {
        margin-right: 55px;
    }

    /* Cart Page Styles */
    .shoppingcart .col2 {
        width: 190px;
    }
}

@media only screen and (max-width: 760px) {
    
    .wrapper .banner {
        max-height: initial;
    }

    /* Previous Creation Styles */
    .previous-work img {
        display: block;
        margin: 5px auto 30px;
    }

    /* Shop Page Styles */
    #content .products {
        padding-left: 0;
        padding-right: 0;
    }
    #content .products li {
        float: none;
        margin: 0 auto 30px;
        text-align: center;
    }
    #content .products li.last {
        margin-right: auto;
    }
    
    /* Blog Page Styles */
    .main-post img {
        width: 95%;
    }
}

@media only screen and (max-width: 580px) {
    /* Global Styles */

    .wrapper .banner div {
		display: none;
       /* background-image: url("../images/kcc-logo-small.jpg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        height: 150px;*/
    }
    .wrapper .banner img {
        width: 200px;
        display: block;
        margin: 0 auto;
    }
    .nav li {
        float: none;
        text-align: center;
    }
    .menu-toggle {
        display: block;
    }
    .list {
        display: none;
        transition: .3s ease-in-out;
        -webkit-transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        -ms-transition: .3s ease-in-out;
    }
    a button {
        padding: 15px 20px;
        font-size: 20px;
    }
    footer a {
        display: block;
        padding: 5px;
        margin-top: 10px;
    }

    /* Home Page Styles */
    .home div {
        padding: 35px 0 35px;
        height: 600px;
    }
    .final-call {
        margin-left: 10px;
        margin-right: 10px;
    }
        .final-call a button {
            width: 260px;
        }
    .previous-work img:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
    }
    .testimonials div p {
        width: 90%;
    }

    /* Store Page Styles */
    .store-nav {
        display: block;
    }
    .store-nav li {
        float: none;
        display: block;
        text-align: center;
        border-right: none;
    }
    .secondarynav {
        float: none;
        text-align: center;
    }

    /* Place Order Page Styles */
    .place-order-header {
        height: 150px;
    }
    .custom-form form {
        width: 95%;
        padding: 0 2%;
    }
        .custom-form form input.form-field, textarea, .custom-form form select {
            width: 100%;
        }
        textarea {
            height: 150px;
        }
        .custom-form form input[type=submit] {
            width: 80%;
            padding: 20px 0px;
            font-size: 20px;
            display: block;
            margin: 25px auto;
        }
    
}

@media only screen and (max-width: 320px) {
    /* Global Styles 
    .wrapper .banner {
        background-image: url("../images/kcc-logo-smallest.jpg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        height: 130px;*/
    }