
#fh5co-header .navbar-brand img.logo {
  color: #52d3aa !important;
  display: block;
  width: 230px;
  height: 45px;
}

#content p, li {
  font-size: 1.3em; 
}

#fh5co-content div.container h1 {
  text-transform: uppercase;
}
#fh5co-content div.container h2 {
  text-transform: uppercase;
  font-size: 1.4em;
}

#fh5co-content ul.tags {
  list-style-type: none;
  margin:0px;
  padding:0px;
  font-size: .6em;
  margin-bottom: 22px;
  margin-top:10px;
}

#fh5co-content ul.tags > li {
  display: inline-block;
  margin-left: 10px;
}

#list.posts li a.title {
  text-transform: uppercase;
}

img.author {
  width: 32px;
  margin-left: 14px;
}

ul.recent-posts, ul.tag-cont {
  list-style-type: none;
}

ul.tag-cont li {
  display: inline;
  font-size: 16px;
}

ul.recent-posts li, ul.tag-cont li {
  margin-top: 5px;
  font-size: 16px;
}

#content .container {

  }

@media screen and (max-width: 768px) {
  #content p, li {
    font-size: 16px;
    line-height: 1.75em;
  } 

}

  #fh5co-header {
    position: relative;
    z-index: 99;
    width: 100%;
    opacity: 1;
    top: 0;
    margin-top: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  }
  #fh5co-header .navbar-brand {
    color: #52d3aa !important;
  }
  #fh5co-header #navbar li.text-link a {
    color: rgba(0, 0, 0, 0.5) !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  #fh5co-header #navbar li.text-link a:hover {
    color: #52d3aa !important;
  }
  #fh5co-header #navbar li.text-link a span:before {
    background: transparent !important;
  }
  #fh5co-header #navbar li.text-link.active a {
    background: transparent;
    background: none;
    color: #52d3aa !important;
  }


  #fh5co-header #navbar li.text-link.active a span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

@media screen and (min-width: 768px) {
#fh5co-header {
    margin-top: 40px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
  }

}




#fh5co-header .navbar {
  padding-bottom: 0;
  margin-bottom: 0;
}
#fh5co-header #navbar li.text-link a {
  font-family: "Source Sans Pro", Arial, sans-serif;
  color: rgba(0, 0, 0, 0.5);
  position: relative;
  font-size: 19px;
  font-weight: 300;
}
#fh5co-header #navbar li.text-link a span {
  position: relative;
  display: block;
  padding-bottom: 2px;
}
#fh5co-header #navbar li.text-link a span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#fh5co-header #navbar li.text-link a:hover {
  color: #000;
}
#fh5co-header #navbar li.text-link a:hover span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#fh5co-header #navbar li.text-link.active a {
  background: transparent;
  background: none;
  color: #000;
}
#fh5co-header #navbar li.text-link.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#fh5co-header #navbar li a.btn {
  color:#ffffff;
}

#fh5co-header .navbar-brand {
  float: left;
  display: block;
  font-size: 30px;
  font-weight: 700;
  padding-left: 0;
  color: #000;
}
#fh5co-header.navbar-fixed-top {
  position: fixed !important;
  background: #fff;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
  top: 0;
}
#fh5co-header.navbar-fixed-top .navbar-brand {
  color: #52d3aa;
}
#fh5co-header.navbar-fixed-top #navbar li a {
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-header.navbar-fixed-top #navbar li a:hover {
  color: #52d3aa;
}
#fh5co-header.navbar-fixed-top #navbar li.active a {
  background: transparent;
  background: none;
  color: #52d3aa;
}
#fh5co-header.navbar-fixed-top #navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #52d3aa;
}
#fh5co-header .navbar-default {
  border: transparent;
  background: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
@media screen and (max-width: 768px) {
  #fh5co-header .navbar-default {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
#fh5co-header .navbar-default .brand-slogan {
  margin: 28px 0 0 15px;
  float: left;
  letter-spacing: 2px;
  color: #adadad;
}
#fh5co-header .navbar-default .brand-slogan em {
  color: #52d3aa;
  font-style: normal;
}
#fh5co-header a {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

#content {
  position: relative;
  min-height:300px;
  margin-top: 55px;
}

#schedule-chat-narrow {
    text-align: center;
    margin-bottom:30px;
  }

  #schedule-chat-narrow a.schedule-button {
    padding:20px;
  }

@media screen and (min-width: 768px) {
  #schedule-chat-narrow {
    display: none;
  }
}