* {
  box-sizing: border-box;
}
body {
  padding: 30px;
  margin: 0;
  font-family: "aktiv-grotesk", "Arial", "Helvetica", sans-serif;
}
a {
  color: #005eb8;
}
.jsblue {
  color: #005eb8;
}
.jsgray {
  color: #c4bfb6;
}
.jsdkgray {
  color: #63666a;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.hide {
  display: none;
}
[role="button"] {
  cursor: pointer;
}
h1 {
  color: #005eb8;
  font-size: 3.5em;
  font-weight: 300;
  letter-spacing: -0.03em;
  margin: 0;
}
h2 {
  color: #63666a;
  font-size: 1.25em;
  margin-bottom: 0;
}
h3 {
  color: #005eb8;
  margin-top: 0;
  font-size: 1.75em;
  font-weight: 400;
  letter-spacing: -0.02em;
}
h4,
h5 {
  color: #c4bfb6;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.2em;
  letter-spacing: -0.02em;
  margin: 0;
}
h5 {
  font-size: 1em;
  text-align: center;
  margin: 2em 0 1em;
}
pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
.download {
  color: #fff;
  background: #005eb8;
  padding: 0.3em 0.5em;
  border-radius: 0.5em;
  border: 2px solid #005eb8;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.25s ease-out;
}
.download:hover {
  color: #005eb8;
  background: #fff;
  transition: all 0.25s ease-out;
}
i.fa {
  margin-left: 0.5em;
}
p:last-child {
  margin-bottom: 0;
}
a[href*="//"]:not([href*="mysite.com"]):after {
  content: url("http://upload.wikimedia.org/wikipedia/commons/6/64/Icon_External_Link.png");
  margin-left: 0.1em;
}
#nav {
  background-color: #005eb8;
  background-image: -webkit-linear-gradient(top, #005eb8 0%, #00468a 100%);
  background-image: -moz-linear-gradient(top, #005eb8 0%, #00468a 100%);
  background-image: -ms-linear-gradient(top, #005eb8 0%, #00468a 100%);
  background-image: -o-linear-gradient(top, #005eb8 0%, #00468a 100%);
  background-image: linear-gradient(top, #005eb8 0%, #00468a 100%);
  border-radius: 15px;
  width: 100%;
  height: 3em;
  color: #fff;
  margin: 0 0 30px;
  font-weight: 700;
}
#nav li {
  list-style: none;
  float: left;
  height: 3em;
  padding: 1em;
}
#nav li a {
  color: #fff;
  text-decoration: none;
  position: relative;
  top: -0.2em;
  height: 3em;
  padding: 0.8em;
}
#nav li a:hover {
  background: #00468a;
}
#nav #jslogo {
  width: 17em;
  background: #fff;
  padding: 0 1em;
}
#nav #jslogo object {
  height: 100%;
}
#content {
  margin: 0;
}
#main,
#sidebar {
  float: left;
  margin: 0;
  box-sizing: content-box;
}
#main {
  width: calc(70% - 30px);
  margin-right: 30px;
}
#sidebar {
  width: 30%;
}
#footer {
  text-align: center;
  color: #c4bfb6;
  display: inline-block;
  width: 100%;
}
#footer a {
  color: inherit;
  text-decoration: inherit;
}
#footer a:hover {
  color: #63666a;
}
.module {
  width: 100%;
  border-radius: 25px;
  float: left;
  margin-bottom: 30px;
  padding: 30px;
  box-shadow: 0 0 50px #63666a;
}
.sr {
  border: none;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#clients a[href*="//"]:not([href*="jeremyschultz.com"]):after {
  content: none;
}
#clients .client {
  float: left;
  width: 20%;
  height: 150px;
  display: table;
}
#clients .client a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#clients .client a img {
  width: 60%;
}
#about-jscom a[href*="//"]:not([href*="jeremyschultz.com"]):after {
  content: none;
}
#about-jscom ul {
  display: inline-block;
  padding: 0;
  width: 100%;
}
#about-jscom .tech {
  float: left;
  height: 150px;
  display: table;
}
#about-jscom .tech a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#about-jscom .tech a img {
  display: inline-block;
  margin: 0 auto 1em;
  width: 60%;
  max-height: 150px;
}
#about-jscom .tech-group {
  float: left;
}
#about-jscom #languages,
#about-jscom #nodejs {
  width: 60%;
}
#about-jscom #languages .tech,
#about-jscom #nodejs .tech {
  width: 33.3%;
}
#about-jscom #framework,
#about-jscom #precompilers {
  width: 40%;
}
#about-jscom #framework .tech,
#about-jscom #precompilers .tech {
  width: 50%;
}
#about-jscom #libraries {
  width: 20%;
}
#about-jscom #libraries .tech {
  width: 100%;
}
#about-jscom #tools {
  width: 80%;
}
#about-jscom #tools .tech {
  width: 25%;
}
#resume h2 {
  color: #005eb8;
}
#resume .column {
  float: left;
  width: calc(50% - 30px);
  margin-right: 30px;
}
#resume .column:last-child {
  width: 50%;
  margin-right: 0;
}
#portfolio .portfolio-nav {
  float: left;
  width: 20%;
  margin: 0;
  padding: 0;
}
#portfolio .portfolio-nav li {
  list-style: none;
  margin: 1em 0;
  color: #fff;
  background: #005eb8;
  padding: 0.3em 0.5em;
  border-radius: 0.5em;
  border: 2px solid #005eb8;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.25s ease-out;
}
#portfolio .portfolio-nav li:hover,
#portfolio .portfolio-nav li.active {
  color: #005eb8;
  background: #fff;
  transition: all 0.25s ease-out;
}
#portfolio .portfolio-nav li .client {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 75%;
  display: block;
}
#portfolio .project {
  float: left;
  width: 80%;
  margin-top: 30px;
}
#portfolio .project .image,
#portfolio .project .details {
  float: left;
}
#portfolio .project .image {
  width: calc(70% - 30px);
  text-align: center;
}
@media screen and (max-width: 1500px) {
  #portfolio .project .image {
    width: 100%;
  }
}
#portfolio .project .image img {
  box-shadow: 0 0 50px #63666a;
  height: auto;
  max-width: 560px;
  width: 90%;
}
#portfolio .project .details {
  width: calc(30% + 30px);
  color: #63666a;
  padding-left: 30px;
  border-left: 1px solid #c4bfb6;
}
@media screen and (max-width: 1500px) {
  #portfolio .project .details {
    width: calc(100% - 30px);
    margin: 30px 30px 0;
    padding-top: 30px;
    padding-left: 0;
    border-top: 1px solid #c4bfb6;
    border-left: none;
  }
}
#portfolio .project .details .client,
#portfolio .project .details .year {
  font-weight: 700;
}
#portfolio .project .details .client {
  color: #005eb8;
  font-size: 1.25em;
  letter-spacing: -0.02em;
}
#portfolio .project .image-nav img {
  width: 55px;
  height: 55px;
  margin: 0.5em;
  box-shadow: 0 0 15px #63666a;
}
