@import url("http://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100");


/* ==============================================================================
============================== RESPONSIVE NAV BAR ============================== */

.custom-wrapper {
    background-color: rgba(255,255,255,0.0);
    margin-bottom: 1em;
    -webkit-font-smoothing: antialiased;
    height: 2.1em;
    overflow: hidden;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    transition: height 0.5s;
}

.custom-wrapper.open {
    height: 25.5em;
}

.custom-menu-3 {
    text-align: center;
}

#menu {
    border-top: 4px double;
    border-bottom: 4px double;
    padding-bottom: 0.5em;
}

.custom-toggle {
    width: 34px;
    height: 34px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.custom-toggle .bar {
    background-color: #777;
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 100px;
    position: absolute;
    top: 18px;
    right: 7px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.custom-toggle .bar:first-child {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}

.custom-toggle.x .bar {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-toggle.x .bar:first-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.pure-menu-heading {height: 1em;}
.pure-menu-link {padding: 0.5em 1.0em; color: #414142;}


.pure-menu-item {font-family: 'Roboto Slab', serif; font-weight: 300;}

.GOAWAY {display: none;}

/* ==============================================================================
============================== CSS ============================== */

body {
        color: #414142;
        font-family: 'Roboto Slab', serif;
        font-size: 13pt;
        font-weight: 300;
        line-height: 1.65em;
        background-image: url("../images/tileable_wood_texture-2.png");
        background-color: #EBEBEB;
    }

#wrapper {padding: 0 2em;}


h1, h2, h3, h4, h5, h6 {
        color: #414142;
        font-weight: 400;
        line-height: 1em;
        margin: 0 0 1.0em 0;
        padding: 0.5em 0;
        text-transform: uppercase;
        font-family: 'Roboto Slab', serif;

    }

        h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
            color: inherit;
            text-decoration: none;
        }

    h2 {
            font-size: 1.75em;
            line-height: 1.5em;
            text-align: center;
            margin-top: 2.0em;
    }

    h3 {
        font-size: 1.35em;
        line-height: 1.5em;
    }

    h4 {
        font-size: 1.1em;
        line-height: 1.5em;

    }

    h5 {
        font-size: 0.9em;
        line-height: 1.5em;
    }

    h6 {
        font-size: 0.7em;
        line-height: 1.5em;
    }

    a {text-decoration: none;}

section {width: 80%; margin: 2em auto; text-align: center;}



.buffer {margin: 2em 0; padding: 2em 0; background-color: rgba(255, 255, 255, 0.75);}
.buffer h5 {border-bottom: 6.5px double #8C8C8E; font-weight: 700; color: #4E4E4F;}
.buffer img {border: 6px double #8C8C8E; margin-top: 2.25em;}



.line p {border-top: 4px solid; padding-top: 1em;}
.line h2 {margin-bottom: 0; padding-bottom: 0;}
.line {padding-bottom: 2em;}



ul.alt {padding: 0;}
ul li {list-style: none;}


ul.copyright {padding: 0;}

    .icon {
        text-decoration: none;
        border-bottom: none;
        position: relative;
        margin-top: 1em;
    }

        .icon:before {
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            text-transform: none !important;
            font-size: 30px;
            padding-right: 0.25em;
        }



header img {width: 30%; padding: 1.5em 0;}
header {text-align: center; background-color: rgba(255,255,255,0.75);}

.fit {width: 100%;}
.hero {margin: 1.5em 0; border: 4px double; background-color: rgba(255, 255, 255, 0.25)}

.box img {width: 50%;
    margin: 1em auto;
    height: auto;
    border-radius: 100%;
    padding: 0.5em;
}

.facebook img {background-color: #3b5998;}
.instagram img {background-color: #125688;}
.fundraiser img {background-color: #841a52;}
.cart img {background-color: #9e1f62;}


.box {text-align: center;}
.push {padding-right: 1em;}

.pure-img {margin: 0 auto; width: 90%;}
.homePage {margin: 4em 0;}

/* footer */

    footer {
        color: #414142;
        background-color: rgba(255,255,255,0.75);
        padding: 2em;
        margin-top: 2em;
        border-top: 4px double;
    }

    footer ul.alt li {
        font-weight: 300;
        font-size: 0.80em;
        line-height: 1.5em;
    }

    footer ul.alt {
        margin: 0 0 0 0.5em;
    }

    footer h3 {margin: 0 0 0.5em 0.5em;}

        footer .copyright {
            font-size: 0.75em;
            margin: 6em 0 0 0;
            padding: 0;
            text-align: center;
        }

            footer .copyright li {
                border-left: solid 1px rgba(135,16,84, 0.25);
                display: inline-block;
                list-style: none;
                margin-left: 1.5em;
                padding-left: 1.5em;
            }

                footer .copyright li:first-child {
                    border-left: 0;
                    margin-left: 0;
                    padding-left: 0;
                }

        footer a {
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            color: #414142;
            text-decoration: none;
        }

            footer a:active, footer a:hover {
                text-decoration: underline;
            }

#social {padding-top: 1em;}

.button {
    border: 2px solid #8C8C8E;
    padding: 0.25em 1.25em;
    text-transform: uppercase;
    color: #8C8C8E;
    font-size: 12px;
    float: right;
    border-radius: 10px;
    font-family: 'Roboto Slab', serif;
    font-size: 10pt;
    font-weight: 400;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    }

.button:hover {background-color: #414142; border: 2px solid #414142; color: #FFFFFF;}
