body {
    margin: 0;
    padding: 0;
    font-family: 'PT Sans', sans-serif;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 400;
    background: #002048 url(images/bg.png) no-repeat center top;
    color: #fff;
}

p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

p {
    margin-bottom: 15px;
}

h1 {
    margin-bottom: 15px;
    line-height: 1;
    font-family: 'Baloo', 'PT Sans', sans-serif;
    color: #219FDA /* cyan */;
}

h2 {
    margin-bottom: 15px;
    line-height: 1;
    font-family: 'Baloo', 'PT Sans', sans-serif;
    color: #219FDA /* cyan */;
}

h2 a {
    color: #E5971F /* orange */;
}

h2 a:hover {
    color: #fff;
}

.name {
    color: #219FDA /* cyan */;
    font-weight: 700;
    font-size: 22px;
}

sup {
    font-weight: 400;
    font-size: 60%;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all .3s;
}

ul, li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.inner_page_wrap {
    border: 8px solid rgb(190, 214, 58);
    box-sizing: border-box;
}

.container {
    width: 90%;
    max-width: 1300px;
    margin: auto;
}

.header {
    text-align: center;
}

.logo {
    display: block;
    margin-top: 30px;
}

.logo img {
    width: 100%;
    max-width: 400px;
}

.leaf_wrap {
    width: 150px;
    text-align: center;
    position: absolute;
}

.left_leaf {
    left: 15px;
    top: 15px;
}

.right_leaf {
    right: 15px;
    top: 15px;
}

.logo_wrap {
    padding: 0 180px;
}

.leaf {
    display: block;
    width: auto;
    height: 150px;
    background-image: url("images/leaf.png");
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
    background-size: contain;
    padding: 10px;
}

.leaf:hover {
    background-image: url("images/leaf_over.png");
}

.leaf p {
    padding-top: 60%;
    color: #219FDA /* cyan */;
    font-family: 'Baloo', 'PT Sans', sans-serif;
    font-size: 21px;
    line-height: 1;
}

        @media screen and (max-width: 800px) {
            .leaf_wrap {
                width: 95px;
            }
            
            .logo_wrap {
                padding: 0 100px;
            }
        }
        
        @media screen and (max-width: 500px) {
            .leaf_wrap {
                width: 70px;
            }
            
            .leaf p {
                font-size: 15px;
            }
            
            .logo_wrap {
                padding: 0 45px;
            }
            
            .logo {
                display: block;
                margin-top: 35px;
            }
        }
        
        @media screen and (max-width: 400px) {
            
            .logo {
                display: block;
                margin-top: 45px;
            }
        }



.photo_wrap {
    float: left;
    width: 33.3%
}

.photo_space {
    padding: 15px;
}

.photo_wrap img {
    width: 100%;
}

        @media screen and (max-width: 600px) {
            .photo_wrap {
                float: none;
                width: 100%
            }
            
            .hide_m {
                display: none;
            }
        }
        


.main {
    clear: both;
}

.btn_row {
    text-align: center;
    clear: both;
}

.order_button {
    background-color: #BED63A /* lime */;
    display: inline-block;
    margin: 20px auto;
    padding: 8px 14px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    font-family: 'Baloo', 'PT Sans', sans-serif;
    border: none;
    transition: all .3s;
    -webkit-appearance: none;
    border-radius: 0;
}

.order_button:hover {
    background-color: #219FDA /* cyan */;
}

.paypal {
    text-align: center;
    margin-bottom: 30px;
}

.paypal img {
    max-width: 150px;
}

.sub_footer {
    text-align: center;
}

.sub_footer img {
    width: 100%;
    max-width: 300px;
}

.tagline {
    font-family: 'Permanent Marker', 'PT Sans', sans-serif;
    font-size: 30px;
    color: #BED63A /* lime */;
    letter-spacing: 1px;
}

.footer {
    background-color: #BED63A /* lime */;
    padding: 15px;
    text-align: center;
}

.footer p {
    color: #002048 /* dk blue */;
    font-size: 13px;
    margin: 0;
}

.footer a {
    color: #E5971F /* orange */;
}

.footer a:hover {
    color: #fff;
}

.pricing {
    padding: 15px;
    margin: 0 auto 30px;
    width: 90%;
    max-width: 600px;
    text-align: center;
    border: 6px solid #E5971F /* orange */;
    box-sizing: border-box;
}

.pricing h1 {

}

.pricing h2 {
    font-family: 'PT Sans', sans-serif;
    color: #fff;
}

.free {
    font-family: 'Permanent Marker', 'PT Sans', sans-serif;
    font-size: 30px;
    color: #BED63A /* lime */;
    letter-spacing: 1px;
}

.order_form {
    text-align: center;
}

.order_form a {
    display: block;
    color: #E5971F /* orange */;
}

.order_form a:hover {
    color:#fff;
}

h3 {
    margin-bottom: 15px;
    color: #219FDA /* cyan */;
}

.sock_wrap {
    width: 50%;
    float: left;
    text-align: center;
    vertical-align: top;
}

.sw_right {
    float: right;
    text-align: left;
}

.choices_inner_wrap {
    margin-left: 10px;
}

#display {
    position: relative;
}

#socks, #grips {
    position: absolute;
    right: 10px;
}


        @media screen and (max-width: 600px) {
            .sock_wrap {
                width: 100%;
                float: none;
                text-align: center;
            }
            
            .sw_right {
                float: none;
                text-align: center;
                margin-top: 245px;
            }
            
            .choices_inner_wrap {
                margin-left: 0;
            }
            
            #socks, #grips {
                position: absolute;
                left: 0;
                margin-left: 10px;
            }
        }

select {
    padding: 5px;
    font-size: 15px;
}

#paint {
    margin-bottom: 15px;
}

.sock-info {
    font-size: 14px;
    text-align: left;
    margin: 20px 0;
}

.sock-info h3 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1;
}

.sock-info p {
    margin-bottom: 10px;
}

.sock-info .name {
    color: #219FDA /* cyan */;
    font-weight: 400;
    font-size: 16px;
}