/* -------------------------- GLOBAL -------------------------- */
/*sass --watch scss:css*/
html {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5; }

html, body {
  margin: 0;
  padding: 0;
  border: 0; }

body {
  background-color: #fff; }

h1, h2, h3, h4, h5, p, span, ul, li {
  margin: 0;
  padding: 0;
  line-height: 1; }

h1, h2, h3, h4, h5, b {
  font-weight: 500; }

h2 {
  font-size: 1.43rem;
  text-transform: uppercase; }

img {
  max-width: 100%;
  max-height: 100%; }

#site-wrapper {
  position: absolute;
  width: 100%;
  min-height: 100%; }

.site-page:before {
  content: '';
  position: absolute;
  top: 0;
  left: -17px;
  bottom: 0;
  width: 4px;
  background-color: #9c9c9c;
  transform: translateX(-100%); }

.site-page {
  width: 59%;
  border-left: 17px solid #e3e3e3;
  margin-left: 11%;
  position: fixed;
  top: 0;
  bottom: 0;
  box-shadow: 145px 0px 310px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: auto; }
  .site-page .logo {
    display: block;
    width: 350px; }
  .site-page .page-body {
    margin: 3rem 0; }
    .site-page .page-body span {
      display: block;
      margin-bottom: 20px;
      font-weight: bold; }

.site-side-col {
  width: 30%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #e3e3e3;
  display: flex;
  justify-content: center;
  align-items: center; }

.site-width {
  position: relative;
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: center; }

.list-item:hover > a {
  text-decoration: underline; }
.list-item:hover .item-icon {
  background-color: #3FA4D2; }

.list-item > a {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
  color: #fff; }

.list-item:last-of-type {
  margin-bottom: 0; }

.item-icon {
  font-family: FontAwesome;
  border-radius: 50%;
  border: 1px solid #3FA4D2;
  width: 30px;
  height: 30px;
  display: block;
  margin-right: 20px;
  position: relative; }
  .item-icon .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff; }

.item-text {
  flex: 1; }
  .item-text span {
    display: block;
    margin-bottom: 7px; }
  .item-text span:last-of-type {
    margin-bottom: 0; }

.gradient {
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0.1) 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none; }

.divider {
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
  display: block;
  margin: 5px 0;
  font-size: 1rem; }

.header-info {
  display: flex;
  flex: 1;
  justify-content: space-between; }
  .header-info .header-hours {
    display: flex;
    flex-direction: column; }

@keyframes bounce {
  0%, 60%, 100% {
    transform: translateY(0); }
  30% {
    transform: translateY(-20px); } }
.site-card {
  transform: none;
  animation: bounce 5s 0s infinite ease-in-out;
  border-radius: 4px;
  box-shadow: 8px 8px 40px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  position: relative;
  width: 323px;
  /*border: 1px solid rgba(0,0,0,0.5);*/ }
  .site-card > * {
    padding: 20px; }
  .site-card .head {
    background-color: #ffffff; }
    .site-card .head img {
      width: 370px; }
  .site-card .body {
    background-color: #3FA4D2;
    color: #fff;
    text-align: center; }
    .site-card .body .owner-wrapper {
      display: flex;
      flex-direction: column; }
      .site-card .body .owner-wrapper span:first-of-type {
        display: block;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 1.43rem; }
  .site-card .foot {
    color: #fff;
    background-color: #000;
    position: relative;
    padding: 35px 20px; }

.site-blurb {
  max-width: 450px; }
  .site-blurb img {
    margin: 20px 0; }

.site-footer {
  width: 250px; }
  .site-footer .site-card {
    background-color: #000;
    color: #fff; }
  .site-footer .list-item {
    justify-content: space-between; }
  .site-footer .item-text {
    flex: none; }

.site-blurb {
  background-color: #000;
  color: #fff;
  min-height: 328px; }
  .site-blurb .divider {
    margin-bottom: 20px; }

.images-wrapper {
  width: 100%; }
  .images-wrapper img {
    width: 50%;
    margin: 0 0 10px 0;
    display: block; }

.supplier {
  position: absolute;
  right: 3rem;
  top: 3rem;
  width: 144px; }

@media screen and (max-width: 1150px) {
  html {
    background-color: #e3e3e3; }

  .site-page {
    width: 95%;
    margin-left: 0;
    position: relative;
    background-color: #fff;
    border-left: none;
    margin: 0 auto;
    box-shadow: none; }
    .site-page .logo {
      margin: 0 auto 35px auto; }
    .site-page .page-body {
      width: 450px;
      margin: 0 auto 35px auto;
      max-width: 100%; }
    .site-page .images-wrapper img {
      margin: 0 auto 10px auto; }

  .site-side-col {
    position: relative;
    width: 95%;
    background-color: #fff;
    margin: 0 auto;
    padding-bottom: 100px; }

  .supplier {
    position: relative;
    margin: 35px auto;
    right: 0;
    top: 0; } }
@media screen and (max-width: 800px) {
  .images-wrapper img {
    width: 80%;
    margin: 0 auto 10px auto;
    display: block; } }
@media screen and (max-width: 550px) {
  .site-page .logo {
    width: 100%; } }

/*# sourceMappingURL=main.css.map */
