* {
  box-sizing: border-box;
}
body,
html {
  border: none;
  padding: 0;
  margin: 0;
  background-color: #eee;
}
body {
  color: #444;
  font-size: 16px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
}
h1,
h2,
h3,
h4 {
  font-family: 'Raleway', sans-serif;
  font-weight: 200;
}
h3 {
  font-size: 35px;
  margin: 0px 0px 30px;
}
.container {
  width: 1170px;
  margin: auto;
  max-width: 95%;
}
header {
  width: 100%;
  height: 50px;
  padding: 5px 15px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 1000;
  top: 0px;
  left: 0px;
  background-color: #fff;
}
header .container {
  height: 100%;
}
header img {
  max-height: 100%;
  border: 1px solid #bbb;
}
header .nav-right {
  float: right;
  margin-top: 5px;
}
header .nav-right a {
  padding: 10px 15px;
  color: inherit;
  text-decoration: none;
}
header .nav-right a:hover {
  text-decoration: underline;
}
.hero {
  margin-top: 50px;
  text-align: center;
  padding: 80px 0px;
}
.hero .company {
  font-size: 50px;
  margin: 0px 0px 40px;
}
.hero .social {
  font-size: 20px;
}
.hero .social i,
.hero .social img {
  width: 20px;
  height: 20px;
}
.hero .social a {
  padding: 20px 20px;
  margin: 0px 20px;
}
.hero .social a:hover {
  background-color: #ddd;
}
.hero .social .mail {
  color: #f95658;
}
.hero .social .fb {
  color: #3b5998;
}
.hero .social .lnk {
  color: #0077b5;
}
#projects {
  padding: 60px 0px;
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.7);
}
#projects .project-holder {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#projects .project-holder .project {
  width: 300px;
  margin-bottom: 50px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.7);
}
#projects .project-holder .project a:hover .visit-overlay {
  opacity: 1;
}
#projects .project-holder .project .site-img {
  width: 300px;
  height: 200px;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
#projects .project-holder .project .site-img .visit-overlay {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
}
#projects .project-holder .project .site-img .visit-overlay .visit-button {
  padding: 10px 15px;
  margin: auto;
  border: 1px solid #aaa;
  color: #aaa;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.8);
}
#projects .project-holder .project .site-img img {
  width: 100%;
  height: 100%;
}
#projects .project-holder .project .site-img .badge {
  position: absolute;
  top: -30px;
  right: -45px;
  background-color: red;
  color: #eee;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  padding: 45px 45px 15px 45px;
  font-size: 20px;
  text-align: center;
}
#projects .project-holder .project .site-img .badge i {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#projects .project-holder .project .site-img .badge.published {
  background-color: green;
}
#projects .project-holder .project .site-img .badge.local {
  background-color: blue;
}
#projects .project-holder .project .site-img .badge.mockup {
  background-color: purple;
}
#projects .project-holder .project .site-img .badge.edits {
  background-color: orange;
}
#projects .project-holder .project .site-img .badge.outdated {
  background-color: teal;
}
#projects .project-holder .project .site-img .badge.fun {
  background-color: black;
}
#projects .project-holder .project .details {
  background-color: #eee;
  padding: 5px 15px 5px 15px;
  font-size: 14px;
}
#projects .project-holder .project .details .date {
  font-weight: 700;
  font-size: 12px;
  font-family: "Open Sans Condensed";
}
#projects .project-holder .project .details h2 {
  margin: 0px;
  font-size: 24px;
}
#projects .project-holder .project .details p {
  margin: 0px 0px 10px;
  line-height: 1.1;
}
#projects .project-holder .project .details p.desc {
  font-size: 16px;
}
#projects .project-holder .project .details strong {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}
#tech {
  padding: 60px 0px;
}
#tech .tech-holder {
  width: 100%;
  padding: 0px 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#tech .tech-holder .tech {
  margin: 5px 10px;
  position: relative;
  max-width: 150px;
  max-height: 80px;
}
#tech .tech-holder .tech img {
  max-width: 100%;
  max-height: 80px;
}
#tech .tech-holder .tech:hover .hover-overlay {
  opacity: 0;
}
#tech .tech-holder .tech .hover-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #eee;
  opacity: 0.5;
  -webkit-transition: opacity 0.75s;
  transition: opacity 0.75s;
}
#about {
  padding: 60px 0px;
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.7);
  font-size: 18px;
}
#about .text-container {
  width: 800px;
  margin: auto;
  max-width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#about .text-container .image-box {
  width: 150px;
  margin: 0px 15px 0px;
  text-align: center;
}
#about .text-container .image-box h4 {
  font-size: 24px;
}
#about .text-container .image-box img {
  max-width: 100%;
  border-radius: 50%;
  border: 1px solid #ddd;
}
#about .text-container p {
  width: 100%;
}
#contact {
  padding: 60px 0px;
}
#contact .social {
  width: 800px;
  max-width: 100%;
  margin: auto;
  font-size: 20px;
  text-align: center;
  line-height: 2;
}
#contact .social strong {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
#contact .social a {
  color: #777;
  text-decoration: none;
}
#contact .social a:hover {
  text-decoration: underline;
  color: #444;
}
footer {
  padding: 10px 0px;
  text-align: center;
  font-size: 14px;
  color: #777;
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.7);
}

/*# sourceMappingURL=style.css.map */