/*! UIkit 2.27.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */

html {
  font-family: Verdana, Geneva, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Verdana, Geneva, sans-serif;
}
.brc-image-background {
  background-color: #fff;
}
.brc-image {
  max-width: 400px;
}
.brc-title {
  color: #000;
  font-size: 24px;
  line-height: 32px;
}
.brc-subtitle {
  color: #000;
  font-size: 16px;
  line-height: 22px;
}
.uk-icon-extra-large {
  font-size: 400%;
}
.uk-icon-facebook-square {
    color: #000;
}
.uk-icon-instagram {
    color: #000;
}
.brc-embed-container {
  width: 600px;
}
.peacock {
  position: absolute;
  bottom: 0;
  right: 0;
}

/* ========================================================================
   Responsive
 ========================================================================== */
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width : 767px) {
/* Styles */
  .brc-image-background {
    background-size: 180px 135px;
  }
  .brc-image {
    max-width: 300px;
  }
  .brc-title {
    font-size: 20px;
    line-height: 28px;
  }
  .brc-subtitle {
    font-size: 12px;
    line-height: 18px;
  }
  .uk-icon-extra-large {
    font-size: 400%;
  }
  .brc-embed-container {
    width: 350px;
  }
  .uk-margin-large-top {
    margin-top: 15px !important;
  }
  .uk-margin-large-bottom {
    margin-bottom: 15px !important;
  }
  .peacock img {
    max-width: 60px;
  }
  .peacock .uk-panel-space {
    padding: 15px;
  }
}
