.homepage-content-image {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.homepage-hero {
	height: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.homepage-hero-copy {
    width: 60%;
    min-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    margin-top: 290px;
    margin-bottom: 240px;
    background-color: rgba(255,255,255,.9);
    text-align: center;
    border: 6px solid rgba(255,255,255,.3);
    -moz-background-clip: padding; 
	-webkit-background-clip: padding; 
	background-clip: padding-box; 
}

.first-container {
    margin-top: 120px;
}

.product-image {
    text-align: right;
}

.product-image img {
    width: 80%;
}

@media only screen and (max-width: 767px) {
    .homepage-hero-copy {
        width: 80%;
        min-width: 230px;
        margin-left: auto;
        margin-right: auto;
        padding: 20px;
        margin-top: 90px;
        margin-bottom: 90px;
        background-color: rgba(255,255,255,.9);
        text-align: center;
        border: 6px solid rgba(255,255,255,.3);
        -moz-background-clip: padding; 
        -webkit-background-clip: padding; 
        background-clip: padding-box; 
    }
    
    .homepage-hero-copy p {
        font-family: 'Rokkitt', serif;
        font-size: 1.4em;
        font-weight: 500;
        color: #4c4c4c;
    }
    
    h2 {
        font-family: "brandon-grotesque",sans-serif;
        font-weight: 500;
        font-size: 1.9em;
        text-align: center;
        margin: 0;
        letter-spacing: .02em;
        color: #444444;
    }
    
    .first-container {
        margin-top: 60px;
    }

    .product-image {
        text-align: center;
    }

    .product-image img {
        width: 100%;
    }
}

.homepage-section-head {
    margin-top: 40px;
}

.homepage-hero-copy p {
    font-family: 'Rokkitt', serif;
    font-size: 1.7em;
    font-weight: 500;
    color: #4c4c4c;
}

.golden_rule {
    border-top: 2px solid #b1975d;
	border-bottom: 2px solid #b1975d;
    max-width: 440px;
    line-height: 4px;
    margin-top: 10px;
    margin-bottom: 10px;
}

h2 {
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 500;
    font-size: 2.4em;
    text-align: center;
    margin: 0;
    letter-spacing: .02em;
    color: #444444;
}

.font-rokkit {
    font-family: 'Rokkitt', serif;
}

.font-brandon {
    font-family: "brandon-grotesque",sans-serif;
}

.golden {
    color: #b1975d;
}

p {
    font-family: 'Rokkitt', serif;
}

h3 {
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 500;
    font-size: 1.4em;
    text-align: center;
    margin-top: 6px;
}

.golden-button {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #b1975d;
    background-color: #ffffff;
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 500;
    font-size: 1.2em;
    width: auto;
    width: 100px;
    padding: 5px 10px 5px 10px;
    border: 2px solid #b1975d;
    margin-top: 20px; 
    margin-bottom: 20px;
}

.golden-button:hover {
    cursor: pointer;
    background-color: #b1975d;
    border: 2px solid #b1975d;
    color: #ffffff;
}

a {
    color: #b1975d;
    text-decoration: none;
}

a:hover,
a:active,
a:visited,
a:focus {
    color: #b1975d;
    text-decoration: none; 
}

.content-center {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 0;
    padding-left: 0;
}

.product-head {
    font-family: "brandon-grotesque",sans-serif;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 2.2em;
    text-transform: uppercase;
}

.product-head .inner {
    border-bottom: 2px solid #b1975d;
}

.product-head .product-name {
    font-size: 1.8em;
    line-height: .8em;
    letter-spacing: .04em;
    /* border-bottom: 2px solid #b1975d; */
    font-weight: 500;
}

.product-subhead {
    font-family: "brandon-grotesque",sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.8em;
    text-transform: uppercase;
    color: #b1975d;
    padding-top: .5em;
}

.product-content {
    font-family: 'Rokkitt', serif;
    font-size: 1.2em;
    padding-top: .5em;
}

.product-content-two {
    font-family: 'Rokkitt', serif;
    font-size: 1.4em;
    padding-top: .5em;
}

.product-content-ingredients {
    font-family: 'Rokkitt', serif;
    text-transform: uppercase;
    font-size: 1em;
    padding-top: 1em;
}

.table {
    font-family: 'Rokkitt', serif;
    font-size: 1.1em;
}

.product-content ol {
    list-style-type: decimal;
    padding-left: 2em; 
}

.product-content ul {
    list-style-type: disc;
    padding-left: 2em; 
}

.product-content-two ul {
    list-style-type: disc;
    padding-left: 2em;
    font-weight: 400;
}

th {
    font-weight: 700;
}

.locator-form input[type=text],
.locator-form select {
    color: #555555;
    background-color: #ffffff;
    border-color: #cccccc;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    padding: 6px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    font-weight: normal;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    height: 32px;
    line-height: 1.3;
    margin: 0 0 10px;
}

.locator-form input[type=submit] {
    margin: 0 0 20px;
}

.locator-form .or {
    line-height: 32px;
    display: block;
    text-align: center;
}

.location-item {
    padding-top: 15px;
}

.location-item + .location-item {
    margin-top: 15px;
    border-top: 1px solid #e8e8e8;
}

.location-item .location-title {
    margin-top: 0;
}
