h1, h2, h3, h4, h5 {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #222; }

h1 {
  font-size: 28px;
  margin-bottom: 40px; }

h2 {
  font-size: 22px; }

section {
  padding-top: 40px;
  padding-bottom: 40px; }

#content, #colophon {
  margin-left: 0;
  margin-right: 0; }

#primary {
  padding-left: 0;
  padding-right: 0; }

.middle-flex {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center; }

.site-header {
  position: fixed;
  width: 100%;
  background: #FFF;
  z-index: 9999;
  top: 0;
  height: 125px; }
  .site-header.home-header {
    height: 180px; }
  .site-header .inner-header .site-branding {
    flex: 1; }
    .site-header .inner-header .site-branding .logo-wrapper {
      text-align: left; }
      .site-header .inner-header .site-branding .logo-wrapper .site-logo {
        width: 115px;
        height: auto;
        margin: 0 auto; }
        .site-header .inner-header .site-branding .logo-wrapper .site-logo.home-logo {
          width: 155px; }
      .site-header .inner-header .site-branding .logo-wrapper .site-description {
        font-size: 12px; }

/* NAV BAR */
.navbar-default {
  border: none;
  background-color: transparent; }

.navbar {
  min-height: initial;
  margin-bottom: 0; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #dadada;
  background-color: transparent; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background: none; }

.navbar-default .navbar-nav > li > a {
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer; }

.content-area {
  margin-top: 150px;
  padding-bottom: 50px; }

.home-page {
  margin-top: 250px;
  padding-bottom: 0; }
  .home-page .intro-section {
    padding-top: 0px;
    padding-bottom: 60px; }
    .home-page .intro-section h1 {
      margin-bottom: 20px;
      font-size: 32px; }
  .home-page .services-section {
    background: #f6f6f6; }
    .home-page .services-section h1 {
      margin-bottom: 40px; }
  .home-page .services {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
  .home-page .services a:hover { text-decoration: none; color: #FFF; }
  .home-page .service {
    width: 200px;
    color: #FFF;
    margin: 0 15px; }
    .home-page .service:hover .service-image .service-text {
      opacity: 1; }
    .home-page .service:hover .service-image .image-overlay {
      opacity: 1; }
    .home-page .service h4 {
      color: #222; }
    .home-page .service .service-image {
      background: #333;
      padding: 10px 15px;
      background-size: cover;
      width: 200px;
      height: 200px;
      display: flex;
      display: -webkit-flex;
      align-items: center;
      border-radius: 50%;
      position: relative; }
      .home-page .service .service-image .service-text {
        opacity: 0;
        position: relative;
        text-align: center;
        transition: opacity 0.3s ease-in-out;
        font-size: 16px; }
      .home-page .service .service-image .image-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(34, 34, 34, 0.79);
        opacity: 0;
        border-radius: 50%;
        left: 0;
        transition: opacity 0.3s ease-in-out; }

.facebook-feed {
  background: #e9ebee; }

.linx-tag {
  font-size: 10px;
  padding-top: 20px;
  padding-bottom: 3px; }

._2p3a {
  margin: 0 auto; }

.site-footer {
  padding: 30px 0 0 0;
  background: #FFF;
  color: #777; }
  .site-footer h5 {
    color: #777; }
  .site-footer .social-media .fb {
    width: 26px;
    height: auto; }
  .site-footer .social-media .twit {
    width: 24px;
    height: auto; }
  .site-footer .social-media img:hover {
    opacity: 0.8; }

@media (max-width: 768px) {
  .navbar {
    position: absolute;
    right: 0;
    top: 0; }
    .navbar .navbar-collapse {
      background: #FFF;
      border-bottom: 1px solid #DDD; }

  .content-area {
    margin-top: 200px; }

  .home-page {
    margin-top: 200px; }
    .home-page .intro-section h1 {
      font-size: 30px; }
    .home-page .intro-text {
      margin-bottom: 40px; }
    .home-page .services {
      display: block; }
      .home-page .services .service {
        width: 200px;
        margin: 0 auto; }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: capitalize; }

  .site-footer h5 {
    text-align: center;
    margin-bottom: 20px; } }

/*# sourceMappingURL=linx.css.map */
