@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
@font-face {
  font-family: 'Cunia';
  src: url("/css/fonts/Cunxia-webfont.eot");
  src: url("/css/fonts/Cunia-webfont.eot?#iefix") format("embedded-opentype"), url("/css/fonts/Cunia-webfont.woff2") format("woff2"), url("/css/fonts/Cunia-webfont.woff") format("woff"), url("/css/fonts/Cunia-webfont.ttf") format("truetype"), url("/css/fonts/Cunia-webfont.svg#boldbold") format("svg");
  font-weight: normal;
  font-style: normal; }
/* VARIABLES */
/* ********* */
/*******************************/
*, *:before, *:after {
  box-sizing: border-box; }

body {
  cursor: default;
  background-color: white;
  padding: 24px;
  height: 100%;
  width: 100%;
  margin: 0;
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 1.5;
  color: #111; }
  body:after {
    content: "";
    display: table;
    clear: both; }

h1, h2, h3, h4, h5 {
  font-family: "Cunia", "Open Sans", sans-serif;
  font-weight: 600;
  margin-bottom: 12px;
  margin-top: 24px;
  line-height: 1.2; }

h1 {
  font-size: 48px; }

h1 {
  font-size: 42px;
  text-align: center;
  text-transform: uppercase; }
  h1 span {
    display: block;
    font-size: 18px;
    font-weight: 100;
    text-transform: initial;
    opacity: 0.35;
    margin: 6px 0; }

h2 {
  font-size: 36px;
  font-size: 42px;
  margin-top: 0;
  margin-bottom: 36px;
  text-transform: uppercase;
  text-align: center; }

.skills h2 {
  margin-bottom: 24px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 19.2px;
  opacity: 0.35; }

h5 {
  font-size: 18px; }

@media (max-width: 720px) {
  h1 {
    font-size: 36px; }

  h2 {
    font-size: 28.8px; }

  h3 {
    font-size: 19.2px; }

  h4 {
    font-size: 14.4px; }

  h5 {
    font-size: 12px; } }
img {
  display: block;
  max-width: 100%;
  height: auto; }

p {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.75; }
  p.larger {
    font-size: 17px;
    margin-bottom: 24px; }
  p:last-child {
    margin-bottom: 0; }

ul {
  list-style: none; }
  ul li {
    margin-bottom: 24px; }
    ul li:last-child {
      margin-bottom: 0; }

a {
  color: #29cae6;
  color: #111;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }
  a.more {
    padding: 12px 24px;
    font-weight: bold;
    background: #32fedf;
    color: #111; }
    a.more:hover {
      opacity: 0.75;
      text-decoration: none; }

header, footer {
  border-top: 10px solid #32fedf;
  float: left;
  width: 100%;
  padding: 12px;
  background: white; }

header {
  -webkit-transition: background-color 10s ease;
  -moz-transition: background-color 10s ease;
  -ms-transition: background-color 10s ease;
  -o-transition: background-color 10s ease;
  transition: background-color 10s ease;
  -webkit-transition: opacity 3s ease;
  -moz-transition: opacity 3s ease;
  -ms-transition: opacity 3s ease;
  -o-transition: opacity 3s ease;
  transition: opacity 3s ease;
  opacity: 0;
  padding-bottom: 0;
  margin-bottom: 0; }
  header.active {
    opacity: 1; }
  header li {
    color: #29cae6;
    color: #111;
    font-weight: 600; }
    header li a {
      color: #29cae6;
      color: #111; }

footer {
  font-weight: 600;
  border-top: 0;
  border-bottom: 10px solid #32fedf;
  margin-top: 24px; }

main {
  width: 100%;
  max-width: 720px;
  margin: 0 auto; }
  main:after {
    content: "";
    display: table;
    clear: both; }

section {
  background-color: #ffffff;
  float: left;
  width: 100%;
  padding: 48px;
  background-color: #ffffff; }
  @media (max-width: 720px) {
    section {
      padding: 48px 24px; } }
  section.skills {
    margin-bottom: 0; }

nav ul {
  margin: 0;
  padding: 0; }
  nav ul li {
    float: left;
    width: 50%;
    list-style-type: none;
    margin-bottom: 0; }
    @media (max-width: 720px) {
      nav ul li {
        font-size: 12px; } }
    nav ul li:last-child {
      text-align: right; }

a.logo {
  width: 150px;
  display: block;
  margin: 0 auto; }
  a.logo img {
    position: relative;
    width: 180px;
    margin: 48px auto; }

section {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0; }
  section.active {
    opacity: 1; }
  section.intro {
    margin: 0px 0;
    margin-bottom: 0;
    padding-top: 24px; }
    @media (max-width: 720px) {
      section.intro {
        padding: 35px; } }
  section li {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0; }
    section li.active {
      opacity: 1; }

ul.skills-list li {
  float: left;
  width: 50%;
  padding-left: 60px;
  position: relative;
  min-height: 180px; }
  @media (max-width: 720px) {
    ul.skills-list li {
      width: 100%;
      min-height: 0; } }
  ul.skills-list li:before {
    content: '';
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    left: 0px;
    top: 24px;
    margin: auto;
    background-image: url("../img/logo.png");
    background-size: cover;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.33s ease;
    -moz-transition: all 0.33s ease;
    -ms-transition: all 0.33s ease;
    -o-transition: all 0.33s ease;
    transition: all 0.33s ease; }
  ul.skills-list li:hover:before {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: grayscale(0); }
  ul.skills-list li:nth-child(1):before {
    background-image: url("../img/icons/flat/skill-1.png"); }
  ul.skills-list li:nth-child(2):before {
    background-image: url("../img/icons/flat/skill-2.png"); }
  ul.skills-list li:nth-child(3):before {
    background-image: url("../img/icons/flat/skill-3.png"); }
  ul.skills-list li:nth-child(4):before {
    background-image: url("../img/icons/flat/skill-4.png"); }
  ul.skills-list li:nth-child(5):before {
    background-image: url("../img/icons/flat/skill-5.png"); }
  ul.skills-list li:nth-child(6):before {
    background-image: url("../img/icons/flat/skill-6.png"); }
  ul.skills-list li:nth-child(7):before {
    background-image: url("../img/icons/flat/skill-9.png"); }
  ul.skills-list li:nth-child(8):before {
    background-image: url("../img/icons/flat/skill-8.png"); }
  ul.skills-list li:nth-child(odd) {
    padding-right: 24px; }
  ul.skills-list li h3 {
    font-size: 20px; }
  ul.skills-list li p {
    font-size: 14px; }
ul.interests-list {
  margin: 18px -2%; }
  ul.interests-list li {
    float: left;
    margin: 2%;
    width: 29.333%;
    padding: 12px;
    text-align: center;
    background: #eeeeee; }
    @media (max-width: 720px) {
      ul.interests-list li {
        width: 100%; } }
ul.education-list, ul.experience-list {
  position: relative;
  padding-left: 100px; }
  @media (max-width: 720px) {
    ul.education-list, ul.experience-list {
      padding-left: 0; } }
  ul.education-list p, ul.experience-list p {
    margin: 0; }
  ul.education-list li, ul.experience-list li {
    position: relative;
    margin-bottom: 48px; }
    ul.education-list li:before, ul.experience-list li:before {
      content: '';
      display: block;
      width: 64px;
      height: 64px;
      position: absolute;
      left: -100px;
      top: 6px;
      background-size: cover;
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      filter: grayscale(100%);
      -webkit-transition: all 0.33s ease;
      -moz-transition: all 0.33s ease;
      -ms-transition: all 0.33s ease;
      -o-transition: all 0.33s ease;
      transition: all 0.33s ease; }
      @media (max-width: 720px) {
        ul.education-list li:before, ul.experience-list li:before {
          position: relative;
          left: 0;
          margin-top: 50px;
          margin-bottom: 10px; } }
    ul.education-list li:hover:before, ul.experience-list li:hover:before {
      -webkit-filter: grayscale(0);
      -moz-filter: grayscale(0);
      filter: grayscale(0); }
  ul.education-list span, ul.experience-list span {
    font-size: 12px; }
  ul.education-list h3, ul.education-list h4, ul.experience-list h3, ul.experience-list h4 {
    margin: 0; }
  ul.education-list h4, ul.experience-list h4 {
    margin-bottom: 12px; }
ul.education-list li.bournemouth-uni:before {
  background-image: url("../img/icons/bournemouth-uni.png"); }
ul.education-list li.barton-peveril:before {
  background-image: url("../img/icons/barton-peveril.png"); }
ul.education-list li.toynbee:before {
  background-image: url("../img/icons/toynbee.png"); }
ul.experience-list li.resourceful:before {
  background-image: url("../img/icons/resourceful.png"); }
ul.experience-list li.bournemouth-uni:before {
  background-image: url("../img/icons/bournemouth-uni.png"); }
ul.experience-list li.kolab:before {
  background-image: url("../img/icons/kolab.png"); }
ul.experience-list li.intergage:before {
  background-image: url("../img/icons/intergage.png"); }
ul.experience-list li.saatchi:before {
  background-image: url("../img/icons/saatchi.png"); }
ul.experience-list li.tills:before {
  background-image: url("../img/icons/tills.png"); }
ul.experience-list li.southampton:before {
  background-image: url("../img/icons/southampton.png"); }
ul.experience-list li.paultons:before {
  background-image: url("../img/icons/paultons.png"); }
ul.experience-list li.comet:before {
  background-image: url("../img/icons/comet.png"); }
ul.experience-list li.ibm:before {
  background-image: url("../img/icons/ibm.png"); }

.reveal {
  opacity: 1 !important; }
  .reveal.show {
    display: block; }
  .reveal.hide {
    display: none; }

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