html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/** Fonts */
/** Measurements */
/** Colors */
html, body {
  font-family: "Source Sans Pro", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
  font-weight: 400;
  background: #FFF;
  color: #333;
}

/** Base styles */
html {
  font-size: 62.5%;
}

em {
  font-style: italic;
}

* {
  text-rendering: optimizeLegibility;
}

/** Contextual mixins */
/** */
hr {
  position: relative;
  display: block;
  height: 1px;
  background: #DDD;
  border: 0;
  margin: 0 15px;
  overflow: visible;
}
hr:after, hr:before {
  display: block;
  content: '';
  height: 1px;
  width: 20px;
  position: absolute;
}
hr:before {
  left: -20px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
  background-image: -moz-linear-gradient(left, #ffffff, #dddddd);
  background-image: -webkit-linear-gradient(left, #ffffff, #dddddd);
  background-image: linear-gradient(to right, #ffffff, #dddddd);
}
hr:after {
  right: -20px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #dddddd), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(left, #dddddd, #ffffff);
  background-image: -webkit-linear-gradient(left, #dddddd, #ffffff);
  background-image: linear-gradient(to right, #dddddd, #ffffff);
}

a {
  color: #333;
  text-decoration: none;
  background: transparent;
  -moz-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
a:hover {
  background: #FFFBD5;
}

.note {
  display: block;
  font-style: italic;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  line-height: 1.53846;
  font-family: "Libre Baskerville", Georgia, serif;
}

.letterspace {
  letter-spacing: 0.05em;
}

.linechunk {
  display: inline-block;
  margin-right: 0.3em;
}
.linechunk:not(:first-child):before {
  display: inline-block;
  content: '/';
  margin-right: 0.3em;
}

body:before {
  display: block;
  content: '';
  background: #FFFBD5;
  height: 12px;
}

header .logo {
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
}

.main-container {
  margin: 0 18px 18px 18px;
}

.phone,
.address,
.mail,
dd {
  display: block;
  margin-top: 5px;
}

.news,
.hours,
.contact,
.services {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 1.33333;
  margin: 30px 0;
}

h3, dt {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin: 0 0 10px 0;
}

dd {
  margin: 0 0 30px 0;
}

.we-are {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 1.33333;
  font-family: "Source Sans Pro", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
  font-weight: 300;
  color: #000;
  margin: 30px 0;
}

.services {
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.services .service-item {
  max-width: 330px;
}
.services .service-item:nth-child(2) {
  order: 3;
}
.services .service-item:nth-child(3) {
  order: 2;
}

header {
  position: relative;
  padding: 22px 0 15px 0;
}
header .logo {
  background: url('../img/blossom-logo.png?1457752604');
  width: 128px;
  height: 49px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

footer {
  margin: 10px 0;
}

@media (min-width: 480px) {
  .main-container {
    margin: 0 auto 18px;
    width: 444px;
  }
}
@media (min-width: 780px) {
  body:before {
    height: 16px;
  }

  .main-container {
    width: auto;
    margin: 0 36px 36px 36px;
  }

  header {
    padding: 28px 0 24px 0;
  }
  header .logo {
    background: url('../img/blossom-logo-large.png?1457761982');
    width: 191px;
    height: 73px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .col {
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .col:first-child {
    width: 67%;
    padding-right: 18px;
  }

  .col:not(:first-child) {
    padding-left: 18px;
    width: 33%;
    margin-top: 7px;
  }
  .col:not(:first-child) hr {
    display: none;
  }

  .we-are {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 30px;
    line-height: 1.30435;
  }

  .services {
    -moz-columns: 10px 2;
    -webkit-columns: 10px 2;
    columns: 10px 2;
    display: block;
  }
  .services .service-item {
    display: inline-block;
  }

  .body-container:after {
    display: block;
    content: '';
    clear: both;
  }
}
@media (min-width: 960px) {
  .main-container {
    width: 888px;
    margin: 0 auto 36px auto;
  }
}
@media (min-width: 1280px) {
  .main-container {
    width: 1184px;
  }

  .we-are {
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px;
    line-height: 1.33333;
  }

  col:first-child {
    padding-right: 24px;
  }

  .col:not(:first-child) {
    padding-left: 24px;
    margin-top: 7px;
  }

  .news,
  .hours,
  .contact,
  .services {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 25px;
    line-height: 1.38889;
  }

  .note {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 25px;
    line-height: 1.5625;
  }
}
