.head-logo {
	padding: 10px 0;
}
.head-text {
	padding: 25px 30px;
}

.top-bar {
  background: #0B0;
  padding-bottom: 20px;
}
.top-bar .name {
	color: #EEE;
	padding-left: 20px;
	padding-top: 10px;
}
.h3-padding {
	padding-top: 15px;
}
.yellow-box {
	background-color: #FFFF99;
	padding: 0.5rem 0.75rem;
}
.text-justify img {
	margin: 0 15px 0 0;
}
/*.top-bar-text {
	background-color: #0B0;
	color: #000;
	padding: 10px;	  
}*/

.footer-social {
	height: 30px;
  padding: 0 10px; 
  margin-bottom: 5px;
}
	.footer-social h4 {
		padding-top: 12px;
	}
	.footer-social a img {
		margin: 0px;
	}
		.footer-social ul.home-social li {
			list-style: none;
      display: block;
      float: left;
      margin-left: 10px;
    }

.footer-bottom {
  background: #0B0;
  padding: 10px; 
  margin-bottom: 25px;
}
  .footer-bottom .design-border {
    border-bottom: 1px solid #484848;
    padding-bottom: 5px;
    margin-bottom: 25px; }
  .footer-bottom a.logo {
    color: #858585;
    font-weight: normal;
    background: url(../img/icons/footer-icons.png) no-repeat 0 3px;
    padding: 25px 0 0 0;
    font-size: 0.88889rem;
    display: inline-block;
    width: 90px; }
    .footer-bottom a.logo:hover {
      opacity: 0.8; }
  .footer-bottom ul.menu-links {
    margin: 0;
    display: inline-block; }
    .footer-bottom ul.menu-links li {
      display: block;
      float: left;
      margin-left: 6px;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 0.77778rem; }
      .footer-bottom ul.menu-links li a {
        color: #EEE;
        padding: 3px 6px; }
        .footer-bottom ul.menu-links li a:hover {
          color: #00C; }
  .footer-bottom .copyright {
    margin: 6px 0 0;
    font-size: 0.6667rem;
    color: #EEE; }
  .footer-bottom a img {
    margin: 0px; }
    .footer-bottom ul.home-social li {
      list-style: none;
      display: block;
      float: left;
      margin-left: 10px; }
      .zurb-footer-bottom ul.home-social li:first-child {
        margin-left: 0; }
      .zurb-footer-bottom ul.home-social li a {
        display: block;
        height: 50px;
        width: 50px;
        background: url(../img/icons/social.png) no-repeat center 0; }
        .zurb-footer-bottom ul.home-social li a:hover {
          opacity: 0.8; }
        .zurb-footer-bottom ul.home-social li a.twitter {
          background-position: center 0; }
        .zurb-footer-bottom ul.home-social li a.facebook {
          background-position: center -200px; }
        .zurb-footer-bottom ul.home-social li a.mail {
          background-position: center -400px; }
