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

/* Normalize */

html {
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
}
::-moz-selection {
    background-color: hsla(0,0%,0%,.5);
    color: #FFF;
    text-shadow: none;
}
::selection {
    background-color: hsla(0,0%,0%,.5);
    color: #FFF;
    text-shadow: none;
}
a:focus {
    outline: thin dotted;
}
a:active,
a:hover {
    outline: 0;
}
img {
    border: 0;
    max-width: 100%;
    vertical-align: top;
}

/* Grid */

@media (min-width: 50em) { /* 40 × 16px = 640px */

    [class*="grid__col--"] {
        display: inline-block;
        vertical-align: top;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box; /* Enables the use of padding without breaking the grid */
    }
    .grid[class*="grid__col--"] {
        margin: 0;
        max-width: 50em;
        padding: 0;
    }
    .grid__col--100 { width: 100%; max-width: 50em;}
}

/* Default Typography */

html {
    color: #333533;
    font-family: 'Roboto Slab';
    font-size: 100%;
    font-weight: 300;
    overflow-x: hidden;
}

/* Page Styles */

body {
    overflow-x: hidden;
}
.container {
    background-color: #FFF;
}
.header {
    background-color: #333533;
    background-image: url(img/background-large.jpg);
    background-position: 50% 47.5%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    padding: 0 0 27.5em;
    position: relative;
}
.title {
    background-color: #333533;
    font-size: 3em;
    font-weight: 700;
    margin: 0;
    padding: 0.5em 0.5em 0.525em;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
@media (max-width: 50em) {
    .title:after {
        border-top-width: 12em;
    }
}
.logo {
    width: 1.35em;
    vertical-align: baseline;
}
.dispersal {
    font-weight: bold;
    padding: 1em 1.5em 0;
    position: absolute;
    top: 0;
    z-index: 1;
}
@media (max-width: 30em) {
    .dispersal {
        position: relative;
    }
}
.dispersal:after,
.dispersal:before {
    content: '';
    border-bottom: 7.5em solid transparent;
    border-left: 7.5em solid #faa61a;
    border-right: 7.5em solid transparent;
    border-top: 7.5em solid #faa61a;
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: -1;
}
.dispersal:before {
    border-left-color: hsla(0,0%,0%,0.25);
    border-top-color: hsla(0,0%,0%,0.25);
    border-width: 7.675em;
    z-index: -2;
}
.dispersal p {
    font-size: 1.25em;
}
.grid {
    margin: 0 auto;
    max-width: 50em;
    position: relative;
    text-align: center;
}
.grid__col--100 {
    text-align: left;
}
.sale {
    padding: 1.5em 1.5em 1px;
}
.sale--two h2 {
    margin-top: 0;
}
@media (max-width: 50em) {
    .sale--one:after {
        border-bottom-width: 12em;
        top: -12.95em;
    }
}
@media (max-width: 50em) {
    .sale--two {
        padding-top: 0;
    }
}
.footer {
    background-color: #333533;
    border-bottom: 0.75em solid #333533;
    padding-top: 0.75em;
    position: relative;
}
@media (max-width: 50em) {
    .footer:after {
        border-bottom-width: 12em;
    }
}
.footer p {
    color: #FFF;
    opacity: 0.35;
    padding: 1em 0.625em 0.625em;
    text-align: center;
}
h2 {
    font-size: 3em;
    font-weight: 300;
    line-height: 1;
    margin: 1em auto;
}
ul {
    margin: 0 0 3em;
    padding-left: 2em;
}
p,
li {
    font-size: 1.6em;
    line-height: 1.25;
    margin: 0 auto 0.625em;
}
.title-note {
    color: #999b99;
    font-style: italic;
}
strong {
    display: block;
    font-weight: 700;
    margin-top: 1.5em;
}
a[href] {
    border-bottom: 0.09375em solid #333533;
    color: #333533;
    text-decoration: none;
    -webkit-transition: 0.15s;
       -moz-transition: 0.15s;
            transition: 0.15s;
}
a[href]:hover,
a[href]:focus {
    border-width: 0.1875em;
}
ul {
    padding-left: 0;
}
li {
    list-style: none;
    margin-bottom: 0;
}
li + li .button {
    margin-top: 0.75em;
}
a[href].button,
.button {
    background-color: #555755;
    background-image: linear-gradient(180deg, #666866, #555755);
    border: 0;
    border-radius: 0.25em;
    color: #fff;
    display: block;
    font-size: 0.8125em;
    font-weight: 700;
    padding: 1em 1.5em 1.05em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: 0.1s;
            transition: 0.1s;
}
.button {
    background-color: #aaacaa;
}
a[href].button:hover,
a[href].button:focus {
    background-color: #333533;
}
iframe.map {
    border: 0;
}
.map-wrapper {
    margin: 0 -1.5em -3em;
    padding: 0 1.5em 9em;
}
.map-wrapper strong {
    margin-top: 0;
}
.map {
    height: 24em;
    margin-top: 1em;
    overflow: hidden;
    width: 100%;
    vertical-align: top;
}
@media (max-width: 50em) {
    .map {
        height: 30em;
    }
}
@media (max-width: 100em) {
    html {
        font-size: 90%;
    }
    body {
        background-image: url(img/background-medium.jpg);
    }
}
@media (max-width: 60em) {
    html {
        font-size: 75%;
    }
    body {
        background-image: url(img/background-small.jpg);
    }
}
@media (max-width: 50em) {
    html {
        font-size: 65%;
    }
    body {
        background-image: url(img/background-small.jpg);
    }
}
@media (max-width: 40em) {
    html {
        font-size: 55%;
    }
    body {
        background-image: url(img/background-small.jpg);
    }
}
.nav ul {
    margin-bottom: 0;
    margin-top: -4.3875em;
    padding-top: 0;
    position: relative;
    text-align: center;
    z-index: 999;
}
.nav li {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}
.nav li + li .button {
    margin-top: 1.5em;
}
.nav .button {
    border: 0.25em solid #fff !important;
    border-radius: 0.5em !important;
    font-size: 0.9375em;
    margin: 1.5em 0.75em;
}
@media (max-width: 30em) {
    .nav ul {
        padding-top: 0.066666667em;
    }
    .nav li {
        display: block;
    }
    .nav .button {
        margin: 1.5em;
    }
}
