#banner {
  padding: 10px 25px;
}
h1 {
    font-size: 45px !important;
    letter-spacing: 0.05em;
    padding: 25px;
}
h1, h4 {
  font-weight: 100;
}
h2 {
  font-weight: 100;
  font-family: 'Josefin Sans', sans-serif;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}
h3 {
  font-weight: 300;
  padding: 25px;
  text-align: center;
  color: #666;
/*   text-transform: uppercase; */
  font-family: 'Josefin Sans', sans-serif;
}
h6 {
  margin-bottom: 50px;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 15px;
}
h6 img {
  width: 24px;
  padding: 4px;
}
.span-space {
  margin-bottom: 50px;
}
a {
  font-weight: 300;
  color: #101010;
}
a:hover {
  text-decoration: none !important;
  color:  #29baff;
}
p {
  font-weight: 300;
}
.text-primary {
  color: #29baff;
}
.white-text {
  color: #fff !important;
}
.grey-text {
  color: #101010 !important;
}
.light-grey-text {
  color: #fdfdfd !important;
}
.dark-grey-text {
  color: #333 !important;
}
.blue-text {
  color: #29baff !important;
}
.red-text {
  color: #f00;
}
#portfolio {
  padding-top: 75px;
}
#social-wrapper {
  text-align: center;
}
footer ul {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  /* For IE, the outcast */
  zoom: 1;
  *display: inline;
}
footer ul li {
  float: left;
  font-size: 36px;
  padding: 25px;
}