html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'CaviarDreamsRegular';
  src: url("fonts/CaviarDreams-webfont.eot");
  src: url("fonts/CaviarDreams-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/CaviarDreams-webfont.woff") format("woff"), url("fonts/CaviarDreams-webfont.ttf") format("truetype"), url("fonts/CaviarDreams-webfont.svg#CaviarDreamsRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'CaviarDreamsItalic';
  src: url("fonts/CaviarDreams_Italic-webfont.eot");
  src: url("fonts/CaviarDreams_Italic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/CaviarDreams_Italic-webfont.woff") format("woff"), url("fonts/CaviarDreams_Italic-webfont.ttf") format("truetype"), url("fonts/CaviarDreams_Italic-webfont.svg#caviar_dreamsitalic") format("svg");
  font-weight: normal;
  font-style: normal; }

a {
  text-decoration: none;
  color: white; }

p {
  font-family: georgia, "times new roman", times, serif;
  font-size: 16px;
  padding: 10px 15px;
  line-height: 28px; }

.cf:before, .cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

.invisible {
  display: none; }

.activeLink {
  background: rgba(180, 180, 180, 0.2); }

.maxWidth {
  width: 1200px;
  margin: 0 auto; }

::selection {
  background: rgba(50, 50, 50, 0.5);
  color: #fff; }

html, body {
  height: 100%; }

#container {
  min-height: 100%;
  position: relative;
  overflow: hidden; }

main {
  display: block;
  padding-bottom: 160px; }

section h1 {
  font-size: 32px;
  text-align: center;
  padding: 40px 0 30px; }

section h2 {
  text-align: center;
  font-size: 32px;
  padding-top: 40px; }

body {
  background: url(img/debut_light.png) repeat;
  font-family: "CaviarDreamsRegular";
  font-size: 18px;
  color: #262626; }

header {
  background: #262626;
  font-size: 24px;
  text-align: center;
  border-bottom: 8px solid #ff9326; }
  header h1 {
    display: block;
    text-indent: -999em;
    position: absolute;
    width: 96px;
    height: 60px;
    right: 5%;
    background: url(img/GB-logo6.png) 8px 0 no-repeat; }
    header h1 a {
      display: block;
      height: 60px;
      -webkit-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      -ms-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
      header h1 a:hover {
        background: rgba(255, 147, 38, 0.3);
        -webkit-box-shadow: inset 0px -5px 13px -7px black;
        box-shadow: inset 0px -5px 13px -7px black;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }

.mainNav ul a {
  text-transform: capitalize;
  display: block;
  padding: 15px 0 10px 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .mainNav ul a:hover {
    background: rgba(255, 147, 38, 0.5);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-box-shadow: inset 0px -5px 13px -7px black;
    box-shadow: inset 0px -5px 13px -7px black; }
.mainNav ul li:last-child a {
  padding-bottom: 25px; }
.mainNav ul li:first-child a {
  border-top: 1px solid #ff9326;
  padding-top: 32px; }

.toggleNavLink {
  display: block;
  width: 60px;
  height: 60px; }

.toggleNavIcon, .toggleNavIcon:before, .toggleNavIcon:after {
  width: 30px;
  height: 7px;
  background: white;
  border-radius: 2px; }

.toggleNavIcon {
  position: relative;
  content: "";
  display: block;
  top: 15px;
  left: 15px; }
  .toggleNavIcon:before {
    position: absolute;
    content: "";
    display: block;
    margin-top: 10px; }
  .toggleNavIcon:after {
    position: absolute;
    content: "";
    display: block;
    margin-top: 20px; }

#intro {
  position: relative;
  min-height: 350px;
  height: 100%;
  background: #4dd2ff;
  border-bottom: 2px solid #2bb0dd;
  border-top: 1px solid #2bb0dd;
  text-shadow: 0px 1px 0px #b3ecff;
  text-align: center; }
  #intro h1 {
    font-size: 48px;
    padding: 12px 0 0 0; }
  #intro p {
    font-family: "CaviarDreamsRegular";
    font-size: 32px;
    line-height: 40px;
    padding: 0 5%; }
    #intro p:last-of-type {
      font-size: 24px;
      line-height: 30px;
      padding-top: 12px; }

.introContainer {
  max-width: 400px;
  margin: 0 auto;
  padding-top: 85px; }

#notice {
  font-family: georgia, "times new roman", times, serif;
  background: #ff9326;
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding: 5px;
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  border-top-left-radius: 5px;
  color: #262626;
  text-shadow: 0 1px 0 #ffde71;
  -webkit-animation: slidein 3s ease-out;
  -webkit-animation-delay: 1s;
  -webkit-transition: color 300ms ease-out;
  transition: color 150ms ease-out;
  -webkit-transition: padding 150ms ease-out;
  transition: padding 150ms ease-out;
  -webkit-transition: right 150ms ease-out;
  transition: right 150ms ease-out;
  animation: slidein 3s ease-out;
  animation-delay: 1s; }
  #notice:hover {
    cursor: pointer;
    right: 5%;
    background: #ffb144;
    -webkit-transition: all 150ms ease-out;
    transition: all 150ms ease-out; }

@-moz-keyframes slidein {
  from {
    right: 80%; }

  to {
    right: 0; } }

@-webkit-keyframes "slidein" {
  from {
    right: 80%; }

  to {
    right: 0; } }

@-ms-keyframes "slidein" {
  from {
    right: 80%; }

  to {
    right: 0; } }

@-o-keyframes "slidein" {
  from {
    right: 80%; }

  to {
    right: 0; } }

@keyframes "slidein" {
  from {
    right: 80%; }

  to {
    right: 0; } }

.cbp-fwslider {
  position: relative;
  margin: 0 0 10px;
  overflow: hidden;
  padding: 40px 0 45px; }
  .cbp-fwslider ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .cbp-fwslider ul li {
      float: left;
      display: block;
      margin: 0;
      padding: 0;
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -o-transform: translateZ(0);
      -ms-transform: translateZ(0);
      transform: translateZ(0); }

.cbp-fwslider ul li > a, .cbp-fwslider ul li > div {
  display: block;
  text-align: center;
  outline: none; }

.cbp-fwslider ul li > a {
  position: relative;
  max-width: 640px;
  margin: 0 auto; }

.cbp-fwslider ul li > a img {
  border: none;
  display: block;
  margin: 0 auto;
  max-width: 90%;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 30px -10px black;
  box-shadow: 0 0 30px -10px black; }

nav span {
  position: absolute;
  top: 50%;
  width: 125px;
  height: 125px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  font-size: 50px;
  text-align: center;
  margin-top: -75px;
  line-height: 125px;
  cursor: pointer;
  font-weight: normal;
  -webkit-transition: all 0.250s ease-out;
  -moz-transition: all 0.250s ease-out;
  -o-transition: all 0.250s ease-out;
  -ms-transition: all 0.250s ease-out;
  transition: all 0.250s ease-out; }

nav span:hover {
  background: #ff9326;
  -webkit-transition: all 0.250s ease-out;
  -moz-transition: all 0.250s ease-out;
  -o-transition: all 0.250s ease-out;
  -ms-transition: all 0.250s ease-out;
  transition: all 0.250s ease-out;
  color: white; }

nav span.cbp-fwnext {
  right: -70px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg); }

nav span.cbp-fwprev {
  left: -70px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

nav span.cbp-fwnext:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 30px;
  top: 77px;
  left: 70px;
  display: block;
  background: rgba(200, 200, 200, 0.8);
  -webkit-border-bottom-left-radius: 10px;
  border-radius-bottomleft: 10px;
  border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-radius-bottomright: 10px;
  border-bottom-right-radius: 10px; }

nav span.cbp-fwnext:after {
  position: absolute;
  content: "";
  display: block;
  width: 40px;
  height: 10px;
  top: 67px;
  left: 70px;
  background: rgba(200, 200, 200, 0.8);
  border-radius: 10px;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0; }

nav span.cbp-fwprev:before {
  position: absolute;
  content: "";
  top: 77px;
  left: 70px;
  display: block;
  background: rgba(200, 200, 200, 0.8);
  width: 7px;
  height: 26px;
  -webkit-border-bottom-left-radius: 10px;
  border-radius-bottomleft: 10px;
  border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-radius-bottomright: 10px;
  border-bottom-right-radius: 10px; }

nav span.cbp-fwprev:after {
  position: absolute;
  content: "";
  display: block;
  width: 33px;
  height: 7px;
  top: 70px;
  left: 70px;
  background: rgba(200, 200, 200, 0.8);
  border-radius: 10px;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0; }

.cbp-fwdots {
  position: absolute;
  bottom: -6px;
  white-space: nowrap;
  text-align: center;
  width: 100%; }

.cbp-fwdots span {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #ddd;
  margin: 4px;
  border-radius: 50%;
  cursor: pointer; }

.cbp-fwdots span:hover {
  background: #999; }

.cbp-fwdots span.cbp-fwcurrent {
  background: #262626;
  -webkit-box-shadow: 0 0 0 2px #ff9326;
  box-shadow: 0 0 0 2px #ff9326;
  -webkit-transition: box-shadow 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out;
  -ms-transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out; }

.description {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  color: #eee;
  border-top: 3px solid #b3ecff;
  text-align: left;
  background: rgba(70, 70, 70, 0.85);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 15px 15px 0px 15px;
  width: 90%;
  max-width: 640px;
  bottom: 0;
  left: 0;
  margin-left: 5%; }

.description h3 {
  font-size: 20px; }

.description p {
  font-size: 16px;
  padding: 10px 0;
  line-height: 20px; }

#work {
  padding-bottom: 10px; }

.gallery {
  width: 90%;
  margin: 0 auto; }
  .gallery a {
    display: block;
    height: auto; }
  .gallery ul {
    width: 100%;
    max-width: 500px;
    margin: 0 auto; }
    .gallery ul li {
      display: block;
      float: left;
      position: relative;
      margin: 10px 10px 20px 10px; }
      .gallery ul li:last-of-type {
        margin-bottom: 40px; }
  .gallery h1 {
    font-size: 32px;
    text-align: center;
    padding: 40px 0 20px; }
  .gallery img {
    width: 100%;
    max-width: 480px;
    border-radius: 10px;
    box-shadow: 0 0 10px -2px rgba(70, 70, 70, 0.85); }

.galleryItemDescription {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  color: #eee;
  border-top: 3px solid #b3ecff;
  text-align: left;
  background: rgba(70, 70, 70, 0.85);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 100%;
  max-width: 480px;
  bottom: 0;
  padding: 15px 5px 0 10px; }
  .galleryItemDescription h3 {
    font-size: 20px; }
  .galleryItemDescription p {
    font-size: 16px;
    padding: 10px 0;
    line-height: 20px; }
    .galleryItemDescription p span {
      color: #ff9326;
      padding: 0; }

.singleWorkIntro h1 {
  padding-bottom: 20px;
  margin-left: 5%;
  text-align: left; }
  .singleWorkIntro h1 span {
    font-size: 26px; }
.singleWorkIntro h2 {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 0;
  font-size: 20px;
  line-height: 28px;
  text-align: left; }
.singleWorkIntro p {
  color: #555;
  padding-left: 5%;
  padding-bottom: 0; }
  .singleWorkIntro p:last-of-type {
    margin-bottom: 25px; }

.projectImage {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 30px; }
  .projectImage img {
    width: 100%;
    max-width: 640px;
    -webkit-box-shadow: 0 0 10px -2px rgba(70, 70, 70, 0.85);
    box-shadow: 0 0 10px -2px rgba(70, 70, 70, 0.85);
    border-radius: 10px; }

#contact {
  background: #eee;
  border-top: 2px solid #ddd;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: inset 0px -5px 13px -7px black;
  box-shadow: inset 0px -5px 13px -7px black; }

#contact #emailForm {
  text-align: center;
  padding: 30px 0 20px; }

input, textarea {
  font-family: "CaviarDreamsRegular";
  font-size: 18px;
  width: 90%;
  max-width: 400px;
  height: 40px;
  margin: 10px 0;
  padding: 0 0 0 10px;
  border: none;
  border-top: 1px solid #bbb;
  border-radius: 7px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 20px -6px black;
  box-shadow: 0px 0px 20px -6px black; }

textarea {
  height: 100px;
  padding-top: 10px; }

.sendBtn {
  padding:10px;
  border-radius:7px;
  border:none;
  cursor: pointer;
  color: white;
  background: #262626;
  width: 180px;
  margin-top: 20px;
  box-shadow: 0px 0px 20px -6px black;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.sendBtn:hover {
  -webkit-box-shadow: 0px 0px 10px #ff9326;
  box-shadow: 0px 0px 10px #ff9326;
  background: #ff9326;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.illustration {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px; }

.aboutContainer p {
  font-size: 18px;
  line-height: 30px;
  color: #555;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 0; }

#about h1 {
  font-size: 32px;
  text-align: center;
  padding: 40px 0 20px; }
#about h2 {
  font-size: 24px;
  line-height: 30px;
  padding: 5%;
  padding-top: 0;
  padding-bottom: 15px;
  text-align: left; }
#about img {
  display: block;
  width: 90%;
  max-width: 350px;
  height: auto;
  margin: 0 auto;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 2px 10px #fefefe, 0 0 0 11px #262626, 0 0 5px 10px #262626;
  box-shadow: 0 0 2px 10px #fefefe, 0 0 0 11px #262626, 0 0 5px 10px #262626; }

#aboutIntroImage {
  padding: 11px;
  margin: 20px 0 45px; }

#skillContainer {
  clear: both;
  background: rgba(240, 240, 240, 0.8);
  box-shadow: 0 0 5px #b3ecff; }

#skills {
  margin-left: 5%;
  margin-right: 5%; }
  #skills h2 {
    padding-bottom: 20px; }
  #skills p {
    font-size: 18px;
    line-height: 30px;
    color: #555;
    padding-left: 0;
    padding-right: 0; }

#skillExperience ul {
  margin: 0 auto;
  min-width: 202px;
  max-width: 309px;
  text-align: center;
  padding: 20px; }
#skillExperience li {
  font-family: "CaviarDreamsRegular";
  font-size: 13px;
  position: relative;
  display: inline-block;
  width: 75px;
  height: 75px;
  background: rgba(120, 200, 200, 0.8);
  border-radius: 50%;
  border: 7px solid #ff4426;
  box-shadow: 0 2px 5px -2px black;
  text-align: center;
  line-height: 100px;
  margin: 5px;
  text-shadow: 0 1px 1px #b3ecff; }
#skillExperience li:hover {
  box-shadow: 0 0 18px -5px #262626;
  color: #bf6000;
  background: rgba(120, 200, 200, 0.2); }
#skillExperience span {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -16px;
  background: url(img/skill-logos.png) no-repeat; }
#skillExperience span.html5 {
  background-position: -128px 0; }
#skillExperience span.css3 {
  background-position: -64px 0; }
#skillExperience span.jquery {
  background-position: -192px 0; }
#skillExperience span.wordpress {
  background-position: -384px 0; }
#skillExperience span.apis {
  background-position: 0 0; }
#skillExperience span.php {
  background-position: -256px 0; }
#skillExperience span.ux {
  background-position: -320px 0; }
#skillExperience span.ps {
  background: url(img/photoshop-32px.png); }
#skillExperience span.illustrator {
  background: url(img/illustrator-32px.png); }
#skillExperience span.git {
  background: url(img/git2-32px.png); }
#skillExperience span.typography {
  background: url(img/typography-32px.png); }

#skillIntro {
  padding-bottom: 20px; }

#objective {
  background: #333;
  -webkit-box-shadow: inset 0px -5px 13px -7px black;
  box-shadow: inset 0px -5px 13px -7px black; }

#objective h2, #objective h3, #objective p {
  color: #eee; }

#objective h3, #objective p {
  margin-left: 5%; }

#objective p {
  padding-left: 0;
  font-size: 20px; }

#objective:last-child {
  padding: 10px 0 20px; }

#objective h3 {
  font-size: 26px;
  color: #4dd2ff;
  line-height: 28px;
  margin-top: 20px; }

.orange {
  color: #ff9326; }

.blue {
  color: #4dd2ff; }

.blueEmph {
  font-family: "CaviarDreamsItalic";
  color: #4dd2ff; }

.objectiveContainer {
  max-width: 800px;
  margin: 0 auto; }

#internshipGoals, #inReturn {
  color: #eee;
  font-size: 20px;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 15px; }
  #internshipGoals li, #inReturn li {
    font-size: 18px;
    line-height: 20px;
    list-style: square;
    padding: 5px 0; }

#inReturn li {
  font-family: georgia;
  color: #ddd;
  font-size: 16px; }

footer {
  position: absolute;
  width: 100%;
  background: #262626;
  height: 120px;
  text-align: center;
  bottom: 0;
  left: 0;
  padding-top: 40px;
  clear: both; }
  footer ul li a {
    display: block; }
  footer p {
    clear: both;
    padding: 14px;
    font-family: "CaviarDreamsRegular";
    font-size: 18px; }
    footer p a {
      color: #ff9326; }

.social {
  width: 252px;
  margin: 0 auto;
  background: url(img/sprite.png) no-repeat; }
  .social a {
    float: left;
    width: 32px;
    height: 32px;
    padding: 0px;
    margin: 5px;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    transition: all 250ms ease-out; }
    .social a:hover {
      -webkit-transition: all 125ms ease-out;
      -moz-transition: all 125ms ease-out;
      -o-transition: all 125ms ease-out;
      -ms-transition: all 125ms ease-out;
      transition: all 125ms ease-out;
      background-position-y: -32px;
      -webkit-box-shadow: 0px 2px 5px -3px white;
      box-shadow: 0px 2px 5px -3px white; }

.github {
  background-position: 0 0; }

.twitter {
  background-position: -32px 0; }

.linkedin {
  background-position: -64px 0; }

.email {
  background-position: -96px 0; }

.vimeo {
  background-position: -128px 0; }

.behance {
    background-position: -160px 0; }

@media screen and (min-width: 470px) {
  #skillExperience ul {
    text-align: center;
    max-width: 414px; } }
@media screen and (min-width: 635px) {
  .mainNav .toggleNavLink {
    display: none; }

  header {
    height: 80px;
    -webkit-animation: headerFlyIn 1s ease-out;
    -moz-animation: headerFlyIn 1s ease-out;
    -ms-animation: headerFlyIn 1s ease-out;
    -o-animation: headerFlyIn 1s ease-out;
    animation: headerFlyIn 1s ease-out; }
    header h1 {
      display: none;
      left: 5%; }
    header h1, header h1 a {
      height: 80px; }

  @-webkit-keyframes headerFlyIn {
    0% {
      height: 0px;
      border-bottom: 0px solid silver; }

    75% {
      height: 80px;
      border-bottom: 0px solid silver; }

    100% {
      height: 80px;
      border-bottom: 8px solid #ff9326; } }

  .invisible {
    display: block; }

  .mainNav {
    overflow: hidden; }
    .mainNav li {
      display: inline-block; }
    .mainNav ul li:first-child a {
      border-top: none;
      padding-top: 0; }
    .mainNav ul li a {
      padding: 0 16px;
      line-height: 80px; }
    .mainNav ul li:last-child a {
      padding-bottom: 0; }

  .illustration {
    width: 150px;
    height: 150px; }

  #notice {
    white-space: nowrap; }

  .projectImage {
    width: 80%; } }
@media screen and (min-width: 800px) {
  .gallery ul {
    max-width: 720px;
    padding-top: 10px; }
  .gallery img {
    max-width: 340px; }

  #aboutContainer {
    margin: 0 5%; }

  #about {
    max-width: 1000px;
    margin: 0 auto; }

  #aboutIntro, #aboutIntroImage {
    width: 50%;
    float: left;
    padding: 0;
    margin: 0; }

  #aboutIntroImage {
    margin: 30px 0 45px 0; }

  #skillIntro {
    max-width: 800px;
    margin: 0 auto; }

  #skillExperience ul {
    max-width: 100%;
    min-width: 729px;
    padding-left: 0; }

  #objective {
    clear: both; }

  .singleWorkIntro {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 20px; }
    .singleWorkIntro h1 {
      text-align: center; }
    .singleWorkIntro h2 {
      padding-left: 0;
      font-size: 24px;
      text-align: left; }
    .singleWorkIntro p {
      padding-left: 0; }

  .projectDescription {
    float: left;
    width: 35%; }

  .projectImage {
    float: right;
    width: 65%;
    box-sizing: border-box;
    padding-left: 20px; }
    .projectImage img {
      width: 100%;
      max-width: 640px; }

  .illustration {
    right: 5%; }

  .illustration:hover {
    -webkit-animation: shake 500ms;
    -webkit-animation-iteration-count: 1; }

  @-webkit-keyframes shake {
    0% {
      -webkit-transform: rotate(0deg); }

    10% {
      -webkit-transform: rotate(-5deg); }

    20% {
      -webkit-transform: rotate(5deg); }

    30% {
      -webkit-transform: rotate(0deg); }

    40% {
      -webkit-transform: rotate(5deg); }

    50% {
      -webkit-transform: rotate(-5deg); }

    60% {
      -webkit-transform: rotate(0deg); }

    70% {
      -webkit-transform: rotate(-5deg); }

    80% {
      -webkit-transform: rotate(5deg); }

    90% {
      -webkit-transform: rotate(0deg); }

    100% {
      -webkit-transform: rotate(-5deg); } } }
@media screen and (min-width: 1200px) {
  .gallery ul {
    max-width: 1110px;
    margin: 0 auto; }

  #skills {
    max-width: 1000px;
    margin: 0 auto; }
    #skills p {
      padding: 0 15px 10px 15px; }

  #skillExperience {
    width: 33.33333%;
    float: left; }
    #skillExperience ul {
      text-align: right;
      margin: 0;
      padding-top: 10px;
      max-width: 100%;
      min-width: 0; }

  #skillIntro {
    padding-top: 10px;
    float: right;
    width: 66.66667%;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 20px;
    -moz-column-rule: 2px outset #ccc;
    -webkit-column-rule: 2px outset #ccc;
    column-rule: 2px outset #ccc; } }
