    /*
        Typography

    */

    body {
        font-family: 'Open Sans', sans-serif;
    }

    h1, h2, h3, h4, h5, h6 {
        font-family: 'Open Sans';
    }

    header h1 {
        font-family: 'Dancing Script';
    }
    header {
        border-bottom: 1px solid #000;
    }

    p {
        font-family: 'Montserrat', sans-serif;
        line-height: 1.4em;
        font-weight: 300;
        font-size: 12px;
        color: #ccc;
    }
    li {
        font-family: 'Montserrat', sans-serif;
        font-size: 12px;
        font-weight: 300;
    }
    header .subtitle {
        font-family: 'Open Sans';
        font-size: 20px;
    }




    #content h1, #content h2 {
        font-family: 'Open Sans';
    }

    /*
        Layout
    */

    body {
        color: #ccc;
        background: url('../imgs/drkwood.jpg') repeat repeat;
        font-family: 'Cabin';
    }

    .hero {
        text-align: center;
    }
    #page {
        width: 960px;
        background-color: #2b2115;
        margin: 0px auto;
    }

    #content {
     padding-bottom: 20px   
    }
    #content section {
        padding: 0 20px;
    }

    .half {
        width: 50%;
        float: right;
    }
    .half2 {
        width: 50%;
        background-color: red;
        height: 800px;
        margin-left: 20px;
        background-image: url('../imgs/strawbgg.jpg');
    }

    /*
        Header Styles
    */

    header {
        padding: 20px 0;
        text-align: center;
    }
    header h1 {
        margin: 10px 0;
        font-size: 48px;
        letter-spacing: 0.05em;
        color: #ae9b58;
    }

    header {
        width: 600px;
        margin: 0 auto;
    }
    .subtitle {
        font-size: 30px;
        color: #ae9b58;
    }

    /*
        =============
        Nav Styles
        =============

    */

    nav a {
        font-family: 'Open Sans';
        letter-spacing: 0.05em;
        font-size: 14px;
    }
    nav ul {
        padding: 0px;
        margin: 0px;
        list-style-type: none;
        text-align: center;
        width: 800px;
        margin: 0 auto;
    }
    nav ul li {
        display: inline-block;
    }
    nav ul li a {
        padding: 20px 80px;
    }

    nav a {
        text-decoration: none;
        color: #ae9b58;
        font-weight: bold;
        display: block;
        fl
        oat: left;
        width: 45%;
        text-align: center;
    }
    nav {
        width: auto;
    }

    /*
        Size Chart
    */
    #sizes {
        width: 43%;
        font-size: 16px;
        float: right;
    }
    #sizes h1 {
        color: #ae9b58;
        text-align: center;
    }
    #sizes th {
        color: #000;
        background-color: #b4a46e;
    }

    #sizes table, 
    #sizes tr,
    #sizes td,
    #sizes th {
        padding: 10px;
    }
    #sizes table, 
    #sizes tr,
    #sizes td,
    #sizes th{
        border: 1px solid #ccc;
    }
    #content h2 {
        color: #ae9b58;
    }
    .half section h1 {
        color: #ae9b58;
        font-size: 36px;
        text-align: center;
    }
    section h2 {
        font-size: 28px;
    }

    section#history p {
        text-indent: 1em;
        line-height: 1.5em;
        font-size: 14px;
        margin-left: 140px;
    }

    section#order {
        background-color: #b8b4a8;
        color: #000;
        margin: 40px 25px;
        width: 400px;
        float: left;
        box-sizing: border-box;
        padding: 20px;
        border: 5px solid #ccc;
    }
    #order h1 {
        text-align: center;
        text-decoration: underline;
    }
    section#hats {
        width: 48%;
        float: left;
    }

    #hats h2 {
        color: #ad9b5e;
    }
    #hats img {
        width: 200px;
        height: auto;
        padding: 3px;
        background-color: #000;
        margin: 10px 0;
    }
    #hats img.roasted {
      width: 200px;
    }
    #hats #hatThumbs img {
     height: 150px;
    }
    
    #hats ul {
        list-style-type: none;
    }
    #hats ul li {
        display: inline-block;
    }

    table {
        width: auto;
    }





    #description ul li {
        margin: 15px 0;
        font-size: 14px;
    }

    section#description {
        padding-top: 20px;
    }
    section#history {
        padding-top: 20px;
    }
    /*
            =============
            Footer Styles
            =============
    */

    footer p.copyright {
        text-align: center;
    }

    .clear {
        clear: both;
    }
    .sr-only {
        display: none;
    }

    .thumbs {
        width: 190px;
        float: left;
    }
    form select {
        color: #000;
    }

    #content h1 {
        font-size: 30px;
    }
    .addcart {
        margin-top: 10px;
    }

#allhats {
 width: 100px;
}

#lang a {
 color: #ae9b58;
}
#lang a:link {
 color: #ae9b58;
}
#lang a:visited {
 color: #ae9b58;
}