* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
cite,
em,
img,
small,
strong,
sub,
sup,
i,
ol,
ul,
li,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  max-width: 100%;
}
li {
  list-style-type: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
body {
  font-family: 'PT Serif', Georgia, serif;
  font-size: 18px;
}
.below-fold {
  width: 100%;
  max-width: 1450px;
  margin: auto;
  padding: 8px;
}
.left-column {
  width: calc(100% - 400px);
  float: left;
  margin: 0 auto 2em;
  padding-right: 20px;
}
@media (max-width: 1024px) {
  .left-column {
    width: 100%;
    padding-right: 0;
    float: none;
  }
}
.right-column {
  width: 400px;
  float: left;
}
@media (max-width: 1024px) {
  .right-column {
    width: 100%;
    float: none;
  }
}
a {
  color: #143b3d;
}
a:hover,
a:focus {
  text-decoration: underline;
}
p {
  margin-bottom: 8px;
  line-height: 1.3em;
}
@media (max-width: 640px) {
  input,
  select {
    font-size: 20px;
  }
}
.clearing::after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 640px) {
  .only-desktop {
    display: none;
  }
}
.only-mobile {
  display: none;
}
@media (max-width: 640px) {
  .only-mobile {
    display: inherit;
  }
}
.center {
  text-align: center;
}
.margin-right {
  margin-right: 8px;
}
[ng-cloak] {
  display: none;
}
header.only-desktop {
  background-image: url(assets/background.gif);
  background-attachment: fixed;
  background-size: 100%;
  height: 0px;
  padding-bottom: 52.5%;
  position: relative;
}
header.only-desktop .bottles {
  position: absolute;
  bottom: 0;
}
#drinks-nav {
  background: black;
  position: relative;
  width: 100%;
  top: 0;
  z-index: 999;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
}
#drinks-nav.fixed {
  position: fixed;
}
#drinks-nav.fixed + section {
  padding-top: 60px;
}
@media (max-width: 640px) {
  #drinks-nav.fixed + section {
    padding-top: 80px;
  }
}
#drinks-nav ul.sticky-tabs {
  display: block;
  width: calc(100% - 92px);
  margin: 0 auto;
}
@media (max-width: 1024px) {
  #drinks-nav ul.sticky-tabs {
    width: 100%;
  }
}
#drinks-nav ul.sticky-tabs li.nav-tab {
  display: inline-block;
  border-top: 7px solid #c6e6cf;
  font-size: 15px;
  width: 12.28571429%;
  padding: 10px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  color: white;
  margin: 0 1%;
  cursor: pointer;
  text-align: center;
  vertical-align: text-top;
}
@media (max-width: 640px) {
  #drinks-nav ul.sticky-tabs li.nav-tab {
    width: 33.33333333%;
    margin: 0;
    font-size: 12px;
    background: black;
    color: white;
    margin-top: -3px;
    border: 2px solid white;
  }
}
#drinks-nav ul.sticky-tabs li.nav-tab.Vodka {
  border-color: #a3dee1;
}
@media (max-width: 640px) {
  #drinks-nav ul.sticky-tabs li.nav-tab.Vodka {
    border-color: white;
  }
}
#drinks-nav ul.sticky-tabs li.nav-tab.Whiskey {
  border-color: #d5af82;
}
@media (max-width: 640px) {
  #drinks-nav ul.sticky-tabs li.nav-tab.Whiskey {
    border-color: white;
  }
}
#drinks-nav ul.sticky-tabs li.nav-tab.Other {
  border-color: #af9fc3;
}
@media (max-width: 640px) {
  #drinks-nav ul.sticky-tabs li.nav-tab.Other {
    border-color: white;
    color: #555555;
  }
}
#drinks-nav ul.sticky-tabs li.nav-tab.Mixer {
  border-color: #fec5ad;
}
@media (max-width: 640px) {
  #drinks-nav ul.sticky-tabs li.nav-tab.Mixer {
    border-color: white;
    color: #555555;
  }
}
#drinks-nav ul.sticky-tabs li.nav-tab.Recipes {
  border-color: #dddddd;
}
@media (max-width: 640px) {
  #drinks-nav ul.sticky-tabs li.nav-tab.Recipes {
    border-color: white;
  }
}
#drinks-nav ul.sticky-tabs li.nav-tab.All {
  width: 12.28571429%;
  border-top: none;
  padding: 2px 10px;
}
#drinks-nav ul.sticky-tabs li.nav-tab.All .label {
  display: none;
}
@media (max-width: 640px) {
  #drinks-nav ul.sticky-tabs li.nav-tab.All {
    display: none;
  }
}
#drinks-nav ul.sticky-tabs li.nav-tab:hover {
  background-color: #c6e6cf;
  color: black;
}
#drinks-nav ul.sticky-tabs li.nav-tab:hover.Vodka {
  background-color: #a3dee1;
}
#drinks-nav ul.sticky-tabs li.nav-tab:hover.Whiskey {
  background-color: #d5af82;
}
#drinks-nav ul.sticky-tabs li.nav-tab:hover.Other {
  background-color: #af9fc3;
}
#drinks-nav ul.sticky-tabs li.nav-tab:hover.Mixer {
  background-color: #fec5ad;
}
#drinks-nav ul.sticky-tabs li.nav-tab:hover.Recipes {
  background-color: #dddddd;
}
#drinks-nav ul.sticky-tabs li.nav-tab:hover.All {
  background: none;
  color: #c7c7c7;
}
#drinks-nav ul.sticky-tabs li.nav-tab.selected {
  background-color: #c6e6cf;
  color: black;
}
#drinks-nav ul.sticky-tabs li.nav-tab.selected.Vodka {
  background-color: #a3dee1;
}
#drinks-nav ul.sticky-tabs li.nav-tab.selected.Whiskey {
  background-color: #d5af82;
}
#drinks-nav ul.sticky-tabs li.nav-tab.selected.Other {
  background-color: #af9fc3;
}
#drinks-nav ul.sticky-tabs li.nav-tab.selected.Mixer {
  background-color: #fec5ad;
}
#drinks-nav ul.sticky-tabs li.nav-tab.selected.Recipes {
  background-color: #dddddd;
}
#drinks-nav ul.sticky-tabs li.nav-tab.selected.All {
  background-color: black;
  color: white;
}
#drinks-nav .fa-search {
  display: block;
}
#drinks-nav .share-button {
  width: auto;
  max-width: 92px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px 10px;
  z-index: 99999;
  text-decoration: none;
}
#drinks-nav .share-button ul {
  max-width: none;
}
@media (max-width: 1024px) {
  #drinks-nav .share-button.sharer-0 {
    display: none !important;
  }
}
#drinks-nav .share-button.sharer-0 label {
  display: block;
  color: white;
  background: none;
  padding: 0 10px;
}
@media (max-width: 1024px) {
  #drinks-nav .share-button.sharer-0 label {
    display: none;
  }
}
#drinks-nav .share-button.sharer-0 label::before {
  display: block;
  text-align: center;
  font-size: 14px;
}
@media (max-width: 1024px) {
  #drinks-nav .share-button.sharer-0 label::before {
    display: block;
  }
}
#drinks-nav .share-button.sharer-0 label span {
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  font-size: 15px;
  -webkit-font-smoothing: auto;
}
.intro {
  margin: 10px;
}
.intro .accent {
  color: #555555;
}
.Other .intro .accent {
  color: #8770a6;
}
.Mixer .intro .accent {
  color: #fd7e48;
}
.intro .illustration {
  display: block;
  float: left;
  width: 25%;
  margin: 30px 2.5% 10px;
}
.intro .illustration.tall {
  margin-top: 0;
}
@media (max-width: 768px) {
  .intro .illustration {
    float: none;
    clear: both;
    width: 35%;
    margin: 10px auto;
  }
  .intro .illustration.tall {
    max-width: 200px;
  }
}
@media (max-width: 640px) {
  .intro .illustration {
    width: 50%;
  }
  .intro .illustration.tall {
    max-width: 160px;
  }
}
.intro .intro-text {
  width: 70%;
  float: right;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .intro .intro-text {
    width: 100%;
    float: none;
  }
}
.intro h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 2em;
  font-weight: normal;
  margin-bottom: 0.5em;
}
@media (max-width: 640px) {
  .intro h2 {
    font-size: 1.6em;
  }
}
.intro iframe {
  padding: 1em;
}
@media (max-width: 768px) {
  .intro iframe {
    padding: 1em 0;
  }
}
select {
  padding: 5px;
}
.filter {
  font-size: 18px;
  font-family: Helvetica, Arial, sans-serif;
}
.left .filters {
  margin-top: 30px;
}
.search-box,
.search-box[placeholder] {
  width: 50%;
  font-size: 16px;
  padding: 5px;
  margin: 0 20px 20px 0;
  color: #222222;
}
@media (max-width: 640px) {
  .search-box,
  .search-box[placeholder] {
    width: 100%;
  }
}
.search-box:focus,
.search-box[placeholder]:focus {
  outline: none;
}
.recipes-page .filters {
  margin: 1em auto;
  width: 70%;
  float: left;
}
@media (max-width: 768px) {
  .recipes-page .filters {
    width: 100%;
    float: none;
  }
}
.recipes-page .search-box,
.recipes-page .search-box[placeholder] {
  width: 100%;
}
.recipes-page .type-filters {
  width: 100%;
}
.recipes-page .type-filters input[type=checkbox] {
  display: none;
}
.recipes-page .type-filters input[type=checkbox] + label {
  font-family: Helvetica, Arial, sans-serif;
  color: #222222;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 10px;
  background-color: #dddddd;
  border: 6px solid #dddddd;
  width: calc(95% / 5);
  white-space: nowrap;
  vertical-align: text-bottom;
  float: left;
  margin: 0 0.5% 10px 0.5%;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .recipes-page .type-filters input[type=checkbox] + label {
    width: calc(97% / 3);
  }
}
@media (max-width: 768px) {
  .recipes-page .type-filters input[type=checkbox] + label {
    width: calc(98% / 2);
  }
}
.recipes-page .type-filters input[type=checkbox] + label::before {
  content: "✖";
  padding-right: 4px;
}
.recipes-page .type-filters input[type=checkbox]:checked + label.Gin {
  background-color: white;
  border-color: #7ec894;
}
.recipes-page .type-filters input[type=checkbox]:checked + label.Vodka {
  background-color: white;
  border-color: #69c9ce;
}
.recipes-page .type-filters input[type=checkbox]:checked + label.Whiskey {
  background-color: white;
  border-color: #cfa36f;
}
.recipes-page .type-filters input[type=checkbox]:checked + label.Other {
  background-color: white;
  border-color: #8770a6;
}
.recipes-page .type-filters input[type=checkbox]:checked + label.Mixer {
  background-color: white;
  border-color: #fec5ad;
}
.recipes-page .type-filters input[type=checkbox]:checked + label::before {
  content: "✔";
}
table {
  font-size: 18px;
}
@media (max-width: 640px) {
  .drinks-table {
    display: block;
  }
  .drinks-table tbody {
    display: block;
  }
}
.drinks-table tr {
  border-bottom: 3px dashed #222222;
}
@media (max-width: 640px) {
  .drinks-table tr {
    display: block;
    width: 100%;
    padding: 5px 0;
  }
  .drinks-table tr:first-child {
    border-top: 3px dashed #222222;
  }
}
.drinks-table th,
.drinks-table td {
  padding: 15px;
  border-left: 1px solid #dddddd;
  vertical-align: top;
  line-height: 1.2em;
  font-weight: normal;
  text-align: left;
}
@media (max-width: 640px) {
  .drinks-table th,
  .drinks-table td {
    display: block;
    border: none;
    padding: 5px;
  }
}
.drinks-table th:first-child,
.drinks-table td:first-child {
  border-left: none;
  width: 18%;
}
@media (max-width: 640px) {
  .drinks-table th:first-child,
  .drinks-table td:first-child {
    width: 100%;
  }
}
.drinks-table th:last-child,
.drinks-table td:last-child {
  width: 62%;
}
@media (max-width: 640px) {
  .drinks-table th:last-child,
  .drinks-table td:last-child {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .drinks-table thead {
    display: none;
  }
}
.drinks-table thead tr {
  border-style: solid;
}
.drinks-table thead th {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.Gin .drinks-table tbody tr {
  border-color: #7ec894;
}
.Vodka .drinks-table tbody tr {
  border-color: #69c9ce;
}
.Whiskey .drinks-table tbody tr {
  border-color: #cfa36f;
}
.Other .drinks-table tbody tr {
  border-color: #8770a6;
}
.Mixer .drinks-table tbody tr {
  border-color: #fd7e48;
}
.All .drinks-table tbody tr {
  border-color: #dddddd;
}
.drinks-table tfoot tr {
  border-bottom: none;
}
.distillery {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: 700;
}
.distillery a {
  text-decoration: none;
}
.distillery a:hover {
  text-decoration: underline;
}
@media (max-width: 640px) {
  .distillery {
    margin-top: 10px;
    font-size: 1.1em;
  }
}
.product-name {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: 700;
}
.product-name a {
  text-decoration: none;
}
.product-name a:hover {
  text-decoration: underline;
}
@media (max-width: 640px) {
  .product-name {
    margin-top: 10px;
    font-size: 1.1em;
  }
}
@media (max-width: 640px) {
  .product-name {
    margin-top: 0;
    font-size: 1em;
    text-transform: uppercase;
  }
}
.city {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #555555;
  margin-bottom: 0;
}
.product-details {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #555555;
  margin-bottom: 0;
}
.source {
  position: relative;
  text-transform: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 1.2em;
}
.source .fa-question-circle {
  font-size: 14px;
  color: rgba(20, 59, 61, 0.5);
  transition: color .2s linear;
}
.source .fa-question-circle:hover {
  color: #143b3d;
}
.source .tooltip {
  position: absolute;
  left: 100%;
  background: #eaeaea;
  width: 240px;
  padding: 10px;
  display: none;
  max-width: none;
  z-index: 99;
}
.source:hover .tooltip {
  display: block;
}
@media (max-width: 1024px) {
  .source {
    display: none;
  }
}
.description {
  font-size: 1em;
}
.favorite::after {
  content: "Editor’s pick";
  font-family: Helvetica, Arial, sans-serif;
  color: #222222;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 5px 3px;
  background-color: #7ec894;
  width: 100px;
  white-space: nowrap;
  vertical-align: middle;
}
.Vodka .favorite::after {
  background-color: #69c9ce;
}
.Whiskey .favorite::after {
  background-color: #cfa36f;
}
.Other .favorite::after {
  background-color: #8770a6;
}
.Mixer .favorite::after {
  background-color: #fd7e48;
}
.All .favorite::after {
  background-color: #dddddd;
}
.recipe {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  border: 10px solid #222222;
  padding: 20px;
  margin-bottom: 1.4em;
  display: inline-block;
  vertical-align: text-top;
}
@media (max-width: 1024px) {
  .recipe {
    width: 48%;
    margin: 1em 1%;
  }
}
@media (max-width: 640px) {
  .recipe {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.Mixer .recipe {
  border-color: #fec5ad;
}
.Vodka .recipe {
  border-color: #69c9ce;
}
.Other .recipe {
  border-color: #8770a6;
}
.Gin .recipe {
  border-color: #7ec894;
}
.Whiskey .recipe {
  border-color: #cfa36f;
}
.recipe .note {
  font-size: 1em;
  font-style: italic;
}
.recipe .name {
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
  padding-bottom: 10px;
  border-bottom: 3px solid #222222;
  text-transform: uppercase;
}
.recipe .tip {
  font-weight: 700;
  text-transform: uppercase;
}
.recipe ul.ingredients {
  margin: 5px 0 15px 0;
}
.recipe ul.ingredients li {
  list-style: disc outside;
  margin-left: 20px;
}
.recipes-page .recipe {
  width: 31%;
  min-height: 380px;
  margin: 0 1% 30px 1%;
}
@media (max-width: 1024px) {
  .recipes-page .recipe {
    width: 48%;
  }
}
@media (max-width: 640px) {
  .recipes-page .recipe {
    width: 100%;
    min-height: 0;
    margin: 0 auto 20px auto;
  }
}
.recipes-page .Mixer {
  border-color: #fec5ad;
}
.recipes-page .Vodka {
  border-color: #69c9ce;
}
.recipes-page .Other {
  border-color: #8770a6;
}
.recipes-page .Gin {
  border-color: #7ec894;
}
.recipes-page .Whiskey {
  border-color: #cfa36f;
}
.recipe-ref {
  text-decoration: none;
  font-size: 0.95em;
  background: rgba(20, 59, 61, 0.1);
  padding: 1px 5px;
  border-radius: 3px;
  white-space: nowrap;
  transition: background 0.2s linear;
}
.recipe-ref:hover,
.recipe-ref:focus {
  text-decoration: none;
  background: rgba(20, 59, 61, 0.2);
}
.recipe-ref i {
  margin-right: 3px;
}
.all-table {
  width: 100%;
}
@media (max-width: 640px) {
  .all-table .liquortype-all {
    display: none;
  }
}
.all-table .distillery-all,
.all-table .liquorname-all {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.all-table .distillery-all a,
.all-table .liquorname-all a {
  text-decoration: none;
}
.all-table .distillery-all a:hover,
.all-table .liquorname-all a:hover {
  text-decoration: underline;
}
.all-table .base-all:first-letter {
  text-transform: capitalize;
}
.all-table th:first-child,
.all-table td:first-child {
  border-left: none;
  width: 12.5%;
}
@media (max-width: 640px) {
  .all-table th:first-child,
  .all-table td:first-child {
    width: 100%;
  }
}
.all-table th:nth-child(2),
.all-table :nth-child(3) {
  width: 25%;
}
@media (max-width: 640px) {
  .all-table th:nth-child(2),
  .all-table :nth-child(3) {
    width: 100%;
  }
}
.all-table th:nth-child(4) {
  width: 12.5%;
}
@media (max-width: 640px) {
  .all-table th:nth-child(4) {
    width: 100%;
  }
}
.all-table th:last-child {
  width: 25%;
}
@media (max-width: 640px) {
  .all-table th:last-child {
    width: 100%;
  }
}
.ad-label {
  display: block;
  margin: 0 auto;
}
.tower-ad {
  width: 300px;
  height: auto;
  margin: 1em auto;
}
.Recipes .tower-ad {
  display: none;
}
@media (max-width: 1024px) {
  .tower-ad {
    display: none;
  }
}
.square-ad {
  width: 300px;
  height: auto;
  margin: 1em auto;
}
.pencil-ad {
  width: 735px;
  height: 90px;
  margin: 2em auto 1em;
}
.pencil-ad #adbottom {
  width: 735px;
}
.pencil-ad .ad-label {
  float: left;
  margin: 0;
  width: 7px;
}
@media screen and (max-width: 734px) {
  .pencil-ad {
    display: none;
  }
}
.superleader-ad {
  width: 735px;
  height: 90px;
  margin: 2em auto 1em;
}
.superleader-ad #adbottom {
  width: 735px;
}
.superleader-ad .ad-label {
  float: left;
  margin: 0;
  width: 7px;
}
@media screen and (max-width: 734px) {
  .superleader-ad {
    display: none;
  }
}
.external-refs {
  width: 100%;
  margin: 1em auto;
  font-family: 'Open Sans', sans-serif;
  display: flex;
  justify-content: center;
}
@media (max-width: 640px) {
  .external-refs {
    display: block;
  }
}
.Recipes .external-refs-footer .external-refs,
.Mixer .external-refs-footer .external-refs,
.Other .external-refs-footer .external-refs {
  display: none;
}
.external-refs .external-box {
  display: inline-block;
  text-align: center;
  padding: 10px;
  margin: 0 2%;
  background: rgba(20, 59, 61, 0.1);
  transition: background 0.2s linear;
}
@media (max-width: 640px) {
  .external-refs .external-box {
    width: 100%;
    margin: 5px 0;
  }
}
.external-refs .external-box label {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  margin: 5px auto;
  display: block;
}
.external-refs .external-box p {
  font-weight: 600;
}
.external-refs .external-box:hover {
  background: rgba(20, 59, 61, 0.2);
}
.comments {
  width: calc(100% - 400px);
  max-width: 1015px;
  padding: 0 1%;
  z-index: 1;
}
.comments * {
  -webkit-box-sizing: padding-box;
  -moz-box-sizing: padding-box;
  -ms-box-sizing: padding-box;
  box-sizing: padding-box;
}
.comments h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.6em;
  line-height: 1.6em;
  margin-bottom: 0.5em;
}
.comments p {
  font-size: inherit;
  margin: 1em 0;
}
.comments .fyre .fyre-featured-content-wrapper {
  min-width: 0;
}
.comments .fyre.fyre-width-small .fyre-login-bar {
  width: 100%;
}
.comments .fyre-login-bar .fyre-user-loggedout:after {
  content: none;
}
@media (max-width: 1024px) {
  .comments {
    padding: 0 8px;
    width: 100%;
  }
}
footer {
  background: black;
  color: white;
  padding: 25px 8px;
  margin-top: 2em;
}
footer .footer-content {
  max-width: 1450px;
  margin: 1em auto;
}
footer p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
footer .footer-hed {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.6em;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 12px;
}
footer .staff-box {
  width: 50%;
  float: left;
  padding: 0 2.5%;
}
footer .staff-box .green {
  color: #c6e6cf;
}
footer .staff-box .blue {
  color: #a3dee1;
}
footer .staff-box .purple {
  color: #af9fc3;
}
footer .staff-box .pink {
  color: #fec5ad;
}
footer .staff-box .brown {
  color: #d5af82;
}
@media (max-width: 640px) {
  footer .staff-box {
    width: 100%;
    float: none;
  }
}
footer .contact-box {
  width: 50%;
  float: left;
  padding: 0 2.5%;
}
footer .contact-box .green {
  color: #c6e6cf;
}
footer .contact-box .blue {
  color: #a3dee1;
}
footer .contact-box .purple {
  color: #af9fc3;
}
footer .contact-box .pink {
  color: #fec5ad;
}
footer .contact-box .brown {
  color: #d5af82;
}
@media (max-width: 640px) {
  footer .contact-box {
    width: 100%;
    float: none;
  }
}
footer .contact-box a {
  color: #a3dee1;
}
footer .contact-box .footer-logo {
  margin: 10px 0 5px;
  max-width: 240px;
}
@media (max-width: 640px) {
  footer .contact-box {
    padding-top: 1em;
  }
}
