/******************************************************************************************************
FOOTER

/******************************************************************************************************/


.footer-text{
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1em;
  font-size: 20px !important;
}

div#footer_row{
  position: relative;
  width: 100%;
  bottom: 0;
  padding-bottom: 100px;
}

#facebook-color{
  color: #fff;
}

#instagram-color{
  color: #fff;
}

#linkedin-color{
  color: #fff;
}

#twitter-color{
  color: #fff;
}

.white-color{
  color: #fff !important;
}
.social-container{
  padding-top: 10px;
}
.social{
  padding: 10px;
  text-align: center;
  margin: 0 auto;
  width: 60px;
}
.social:hover{
  color: #CCC !important;
}

.blurb{
  color: #999;
  font-size: 20px;
}

.reach-out{
  color: #fff;
  font-size: 13px;
  line-height: 26px;
  text-align: center;
}

.bigify{
  font-size: 15px;
}

.emailed{
  font-family: 'pt-sans', sans-serif;
}

.emailed:hover{
  color: #999;
}

.footer-about-image{
  width: auto;
  height: 40px;
  border-radius: 2px;
  margin-bottom: 10px;
  margin-top: 15px;

}


.footer-header-line{
  width: 200px;
  height: 10px;
  padding-top: 5px;
  margin-bottom: 30px;

}

.header-line{
  background: #222;
  height: 1.5px;
  width: 340px;
  margin-top: -10px;

}

/* list of pages in footer */

.menu-item{
  padding: 10px;
  text-align: center;

}

.menu{
  list-style: none;
  margin-right: 50px;
}

.menu-item a{
  color: #fff;

}

/* raises footer site menu closer to the top bar */
div#bs-example-navbar-collapse-2.collapse.navbar-collapse.visible {
  margin-top: -35px;
}

#menu-footer li{
  padding: 0;
}

#menu-footer{
  margin-top: -45px;
}

/* these styles make sure that the hover effects on the navbar in the header do not happen in the navigation menu in the footer */
#menu-footer li:hover{
  background: transparent;
}



#menu-footer li:hover a{
  background: none !important;
  color: #888 !important;
}

.footer-nav .menu-item-home:hover {
  background: none !important;
}

.footer-nav>.dropdown-menu{
  display: none;
}

#site-map-line{
  margin-bottom: -30px;
}
