body {
  background: #fff;
}
body, h2, h3.hours, .address,  .stat span{
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
h1, h3, .stat{
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
h1 {
  font-size: 2.5rem;
  line-height: 3rem;
}
h2 {
  font-size: 1.75rem;
  font-weight: 700;
}
h3{
  font-size: 1.5rem;
}
a {
  color: #005392;
  -webkit-transition: background-color .25s ease-out,color .25s ease-out;
    transition: background-color .25s ease-out,color .25s ease-out;
}
.grey{
  color: #8a8a8a;
}
.title-bar-title {
  margin: auto;
}
.title-bar {
  padding: 1rem 0.5rem 1rem 1.5rem;
  background-color: #005392;
}
.thumbnail {
  border: none;
}
.lead {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 400;
}
.short-line {
  width: 50px;
  padding: .5px 0;
  background: #107db8;
  margin-top: 15px;
  margin-bottom: 15px;
}
.short-line.thick {
  padding: 2px 0;
}
.short-line.white {
  background: #fff;
}
.short-line.center {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 80px;
}
.block {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.shade {
  padding: 4rem 2rem;
  background: #f5f5f5;
}
.thumbnail {
  border: none;
  box-shadow: none;
}
.menu {
  padding: 1rem 0 0 0;
}
.stat span {
  font-size: 1rem;
}
li.item {
  margin-bottom: 1.5rem;
}
.top-bar, .top-bar ul {
  font-family: 'Roboto', sans-serif;
  background-color: #005392;
}
.top-bar a{
  color: #fff;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
}
.button, .button.hollow {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: .5rem;
}
.button {
  background-color: #005392;
}
.button:focus, .button:hover {
  background-color: #0c3d5d;
  color: #fff;
}
.button.hollow {
  background-color: transparent;
  border-color: #005392;
  color: #005392;
}
.button.hollow:focus, .button.hollow:hover {
  border-color: #005392;
  color: #fff;
  background-color: #005392;
}
.white.button{
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.white.button:focus, .white.button:hover{
  background: #fff;
  color: #005392;
  border-color: #fff;
}
.cta h4, .cta-text h4{
  margin-top: 20px;
  font-weight: 700;
}
.media-object .lead {
  margin: 0;
}
.callout {
  border: none;
  position: relative;
  margin:0;
}
.callout.large {
  padding: 2rem;
}
.callout.primary {
  background-color: #005392;
  color: #0a0a0a;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #fff;
}
.copyright {
  padding-top: 2rem;
  font-size: .9rem;
  color: #4f7935;
}
.copyright hr {
  border-color: #4f7935;
}
.copyright a {
  font-weight: 700;
  color: #4f7935;
}
.copyright a:focus, .copyright a:hover {
  color: #fff;
}
.basic .copyright {
  padding-top: 0;
}
footer {
  padding: 0 0 2rem 0;
}
.fa {
  font-size: 20px !important;
  -webkit-transition: background-color .25s ease-out,color .25s ease-out;
    transition: background-color .25s ease-out,color .25s ease-out;
}
footer.callout.large {
    padding: 2rem .5rem;
}
.callout.secondary {
  background-color: #6cab45;
  color: #fff;
}
.title-bar .menu-icon {
    position: absolute;
    right: 1rem;
}
.no-js .top-bar {
  display: none;
}
.hero-section {
  background: url(../images/butler-top-image.jpg) 50% no-repeat;
  background-size: cover;
  height: 40vh;
  position: relative;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 3rem;
  padding-right: 3rem;
}
.hero-section .hero-section-text {
  color: #fff;
  z-index: 99;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(0,0,0,0.5);
}
#back-top {
  position: fixed;
  bottom: 20px;
  right: 2%;
  z-index: 100;
}
.button.totop, .button.totop:focus {
  background-color: #ccc;
  transition: background-color .25s ease-out,color .25s ease-out;
  width: 56px;
  height: 56px;
  padding: 16px 0 10px 3px;
  border-radius: 50%;
  color:#fff;
}
.button.totop:hover{
  background-color:#005392;
  color:#fff;
}
a.button.totop::after{
  border-bottom:none;
}
.testimonial-bg{
  background:url(../images/butler-reviews2.jpg) no-repeat center center;
  position:relative;
  padding:2rem .5rem;
}
.testimonials{
  position: relative;
  z-index: 100;
  color:#fff;
}
.testimonial-bg p.grey, .testimonial-bg h2 {
  position: relative;
  z-index: 500;
}
.testimonial-bg h2 {
  color: #fff;
}

/*--MENU--*/
.top-bar{
  padding: 0rem 1rem 1rem 1rem;
}
.top-bar, .top-bar ul {
  font-family: 'Roboto', sans-serif;
  background: #005392;
}
li {
    font-size: 1rem;
}
.top-bar a{
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.top-bar-title{
  margin: .5rem 1rem .5rem 0;
}
.top-bar .top-bar-title.logo {
  padding: 0;
}
.top-bar .logo {
  padding: 1rem 0 0 0;
}
.title-bar-title {
  margin: auto 0 auto 1.5rem;
}
.title-bar {
  padding: 1rem;
  background: #005392;
  color: #fff;
}
.menu-icon {
    right: 1.25rem;
    top: 2.2rem;
    position: absolute;
    width: 23px;
}
.menu-icon::after, .menu-icon:hover::after {
  background: #fff;
  -webkit-box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
  box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
}
.is-drilldown li {
    display: block;
    width:100%;
}
.drilldown a {
    padding: 1rem;
    background: #005392;
    text-align: center;
}
ul.menu.drilldown {
    padding: 0;
}

/*=========================================== Medium and up ======================================================*/
@media screen and (min-width: 40em) {
.no-js .top-bar {
  display: block;
}
.no-js .title-bar {
  display: none;
}
.hero-section {
  padding-left: 6rem;
  padding-right: 6rem;
  height: 60vh;
}
.top-bar {
  padding: 1rem 3rem;
}
.menu {
  padding-top: 0;
}
.lead {
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin:0 6rem 1rem 6rem;
}
.callout.primary {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.about .block {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.block {
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
li.item {
  margin-bottom: 0;
}
.callout.large {
  padding-top: 5rem;
  padding-right: 10rem;
  padding-bottom: 2rem;
  padding-left: 10rem;
  margin-top: 0;
}
footer.callout.large {
  padding-top: 0;
}
footer.basic .address {
    padding-bottom: 0;
    text-align: center;
}
.callout.large.basic {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
}
/*============Medium Only SCREENS==========*/

@media only screen and (min-width: 40.063em) and (max-width: 63.9em)
{
#topmenu{
  display:none;
}
.callout.large {
  padding: 2rem 2rem;
}
.offcanvas-full-screen.is-transition-overlap.is-open {
  box-shadow: none;
}
.top-bar .logo {
  padding: 0;
}
.top-bar {
  padding: .5rem 3rem;
}
.menu-icon {
  top: 2.25rem;
}
}