.cf:before, .cf:after {
  content: " "; }

.cf {
  clear: both; }

body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  background: black;
  background: url("../images/techwall.jpg");
  background-repeat: repeat-y;
  background-attachment: fixed;
  overflow-x: hidden; }

.container {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto; }

header {
  background: rgba(78, 85, 131, 0.7);
  height: 350px;
  margin: 0 auto;
  border-left: 2px solid rgba(0, 0, 0, 0.3);
  border-right: 2px solid rgba(0, 0, 0, 0.3); }
  header #logo {
    width: 100px;
    height: 100px;
    display: inline-block;
    float: left;
    background: url("../images/laptop.png");
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 20px; }
  header nav {
    text-align: right;
    display: block;
    padding-top: 35px;
    text-transform: uppercase; }
    header nav a {
      text-decoration: none;
      font-size: 1.25em;
      margin-right: 20px;
      text-align: right;
      color: rgba(255, 255, 255, 0.7);
      transition: 0.5s; }
      header nav a:hover {
        color: white;
        transition: 0.5s; }
  header h1 {
    font-size: 4em;
    text-transform: lowercase;
    border: 4px solid rgba(255, 255, 255, 0.9);
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    margin: 1em auto 0;
    padding-bottom: 0.11em;
    padding-left: 0.08em;
    font-weight: bold;
    width: 8em;
    background: rgba(76, 140, 115, 0.8);
    letter-spacing: 0.09em; }
    header h1 span {
      padding-left: 1em; }
    header h1 .dot {
      float: right;
      margin-right: 0.5em;
      padding: 10px 20px 10px 0px;
      display: inline-block; }
      header h1 .dot span {
        font-size: 24px;
        text-align: left; }
      header h1 .dot span:first-of-type {
        vertical-align: top;
        display: block; }
      header h1 .dot span:last-of-type {
        vertical-align: bottom;
        float: left; }
  header .kicker {
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    margin: 10px;
    text-transform: lowercase;
    letter-spacing: 0.09em; }

.content {
  background: rgba(255, 255, 255, 0.97);
  color: black;
  padding: 4em 1em;
  font-size: 1.1em;
  border: 2px solid rgba(0, 0, 0, 0.3); }
  .content a {
    text-decoration: none;
    color: rgba(78, 85, 131, 0.7);
    font-weight: 400; }
    .content a:hover {
      color: #4e5583;
      text-decoration: underline; }
  .content hr {
    border: 0;
    height: 2px;
    width: 95%;
    margin: 4em auto;
    background-image: -webkit-linear-gradient(left, rgba(101, 101, 101, 0), rgba(78, 85, 131, 0.7), rgba(101, 101, 101, 0));
    background-image: linear-gradient(to right, rgba(101, 101, 101, 0), rgba(78, 85, 131, 0.7), rgba(101, 101, 101, 0)); }
  .content p {
    text-align: justify;
    font-size: 1.2em;
    font-weight: 300;
    width: 90%;
    margin: 2em auto; }
    .content p strong {
      font-weight: 500; }
  .content #aboutme, .content #portfolio, .content #contact {
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
    font-size: 1.6em;
    letter-spacing: 0.09em;
    width: 100%; }
  .content h2 {
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
    font-size: 32px;
    letter-spacing: 0.09em;
    width: 100%; }
  .content .title-icon {
    font-size: 96px;
    color: white;
    background: rgba(78, 85, 131, 0.7);
    width: 100px;
    padding: 5px 3px 5px 6px;
    margin: 0 auto 10px;
    -webkit-border-radius: 15%;
    -moz-border-radius: 15%;
    -ms-border-radius: 15%;
    border-radius: 15%;
    border: 2px solid rgba(0, 0, 0, 0.3); }
  .content .resumelink {
    text-align: center;
    width: 50%;
    margin: 10px auto; }
    .content .resumelink a {
      color: #3c765f;
      font-size: 22px; }
      .content .resumelink a:hover {
        color: black;
        text-decoration: none;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px; }
  .content .skillContainer {
    width: 90%;
    text-align: center;
    margin: 0 auto; }
  .content .skill-level {
    height: 1em;
    margin: 5px 0px 15px; }
  .content .skill-level span {
    background: linear-gradient(#093, #3f9, #093);
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.7);
    width: 20px;
    height: 12px;
    display: inline-block;
    margin: 0 1px; }
  .content .show-0 span:nth-child(n+1) {
    background: white; }
  .content .show-1 span:nth-child(n+2) {
    background: white; }
  .content .show-2 span:nth-child(n+3) {
    background: white; }
  .content .show-3 span:nth-child(n+4) {
    background: white; }
  .content .show-4 span:nth-child(n+5) {
    background: white; }
  .content .show-5 span:nth-child(n+6) {
    background: white; }
  .content .show-6 span:nth-child(n+7) {
    background: white; }
  .content .show-7 span:nth-child(n+8) {
    background: white; }
  .content .show-8 span:nth-child(n+9) {
    background: white; }
  .content .show-9 span:nth-child(n+10) {
    background: white; }
  .content .show-10 span:nth-child(n+11) {
    background: white; }
  .content .gallery {
    width: 95%;
    margin: 0 auto;
    text-align: center; }
    .content .gallery .galleryThumb {
      position: relative;
      height: 200px;
      width: 200px;
      margin: 10px;
      padding: 5px;
      display: inline-block;
      cursor: pointer;
      background: rgba(0, 0, 0, 0.3);
      -webkit-transition: 0s;
      -moz-transition: 0s;
      transition: 0s; }
      .content .gallery .galleryThumb:hover {
        background: rgba(0, 0, 0, 0.8); }
      .content .gallery .galleryThumb:hover div {
        height: 50px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        background: rgba(0, 0, 0, 0.6); }
      .content .gallery .galleryThumb div {
        position: absolute;
        width: 200px;
        height: 0;
        font-size: 18px;
        padding: 0;
        margin: 0;
        background: rgba(0, 0, 0, 0.6);
        bottom: 5px;
        left: 5px;
        line-height: 50px;
        color: #92d2b9;
        overflow: hidden;
        transition: height 0.75s; }
    .content .gallery .galleryFull {
      position: relative;
      width: 80%;
      height: auto;
      margin: 10px;
      padding: 5px;
      display: inline-block;
      cursor: pointer;
      background: rgba(0, 0, 0, 0.3);
      -webkit-transition: 1.5s;
      -moz-transition: 1.5s;
      transition: 1.5s; }
      .content .gallery .galleryFull img {
        width: 98%;
        padding: 5px; }
      .content .gallery .galleryFull div {
        display: none; }
  .content .social-icons {
    margin: 2em auto;
    padding: 0;
    width: 100%;
    text-align: center; }
    .content .social-icons .icon {
      display: inline-block;
      font-size: 88px;
      padding: 30px;
      margin: 0 10px;
      color: white;
      cursor: pointer;
      background-color: rgba(76, 140, 115, 0.8);
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      -webkit-transition: all 0.15s ease-out 0s;
      -moz-transition: all 0.15s ease-out 0s;
      transition: all 0.15s ease-out 0s; }
      .content .social-icons .icon:hover {
        background-color: #3c765f;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
        -webkit-transform: scale(1.2) rotate(15deg);
        -moz-transform: scale(1.2) rotate(15deg);
        -ms-transform: scale(1.2) rotate(15deg);
        -o-transform: scale(1.2) rotate(15deg);
        transform: scale(1.2) rotate(15deg);
        -webkit-transition: all 0.15s ease-out 0s;
        -moz-transition: all 0.15s ease-out 0s;
        transition: all 0.15s ease-out 0s; }
    .content .social-icons a {
      color: #3c765f;
      text-decoration: none; }

footer {
  background: rgba(78, 85, 131, 0.7);
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  padding: 1em;
  font-size: 1em;
  border-left: 2px solid rgba(0, 0, 0, 0.5);
  border-right: 2px solid rgba(0, 0, 0, 0.5); }
  footer p {
    font-size: 0.8em;
    margin: 1em 0; }
  footer nav {
    text-align: center;
    margin: 0 auto;
    font-size: 1.4em; }
    footer nav a {
      text-decoration: none;
      width: 20%;
      margin: 0 0.6em;
      display: inline;
      color: rgba(255, 255, 255, 0.7);
      transition: 0.5s; }
      footer nav a:hover {
        color: white;
        transition: 0.5s; }
  footer .val {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none; }
    footer .val:hover {
      color: rgba(255, 255, 255, 0.9);
      text-decoration: none; }

@media screen and (max-width: 700px) {
  .container {
    width: 100%;
    margin: 0; }

  header #logo {
    margin: 0 0 0 5px; }
  header nav {
    padding-top: 10px;
    padding-right: 40px; }
    header nav a {
      display: block;
      font-size: 1em;
      margin: 0 auto;
      padding: 5px 10px; }
  header h1 {
    font-size: 32px;
    padding: 0 5px 5px 10px;
    margin-top: 60px; }
  header .jc {
    display: inline-block; }
  header .dot span {
    font-size: 10px !important;
    display: inline-block;
    float: none;
    margin-right: 0px;
    padding: 0px; }
  header .kicker {
    margin-bottom: 2px; }

  .content {
    padding: 20px 5px;
    font-size: 0.9em; }
    .content .gallery .galleryFull {
      width: 90%;
      height: auto; }
      .content .gallery .galleryFull img {
        width: 98%; }
    .content .social-icons .icon {
      display: block;
      width: 100px;
      margin: 20px auto; }

  footer {
    font-size: 0.7em; }
    footer p {
      margin: 0; }
    footer nav a {
      width: 100%;
      margin: 1em 0;
      display: block;
      font-size: 1.6em; } }
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  body {
    width: 100%;
    min-width: 320px;
    margin: 0;
    padding: 0; }

  .container {
    width: 320px;
    margin: 0 auto;
    padding: 0; }

  header #logo {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    padding: 0;
    margin: 0 auto;
    float: none;
    width: 100%;
    height: 70px; }
  header nav {
    padding: 0 0 10px;
    width: 100%; }
    header nav a {
      text-align: center;
      display: block;
      font-size: 1em;
      margin: 0;
      padding: 0 0 10px; }
  header h1 {
    margin-top: 0;
    font-size: 2em; }
  header .dot span {
    font-size: 12px; }
  header .kicker {
    font-size: 0.8em; }

  .content {
    font-size: 0.8em;
    padding: 10px 0; }
    .content .gallery {
      width: 300px; }
      .content .gallery .galleryThumb, .content .gallery img {
        height: 150px;
        width: 150px; }
      .content .gallery .galleryThumb div {
        height: 50px;
        width: 150px; }
      .content .gallery .galleryThumb:hover {
        transform: none; }
      .content .gallery .galleryFull {
        width: 290px;
        height: auto;
        padding: 2px;
        margin: 0; }
        .content .gallery .galleryFull img {
          width: 280px;
          height: auto; }
    .content .title-icon {
      -webkit-transform: scale(0.7);
      -moz-transform: scale(0.7);
      -ms-transform: scale(0.7);
      -o-transform: scale(0.7);
      transform: scale(0.7); }
      .content .title-icon .social-icons .icon {
        font-size: 72px;
        float: none;
        display: block;
        width: 72px;
        margin: 10px auto;
        background-color: #3c765f; }
    .content a {
      text-decoration: underline;
      color: #4e5583; }

  footer {
    font-size: 0.9em; }
    footer nav a {
      display: block;
      width: 100px;
      margin: 10px auto;
      text-align: center;
      font-size: 1em; } }
