@-webkit-keyframes typing {
  from {
    width: 0; }
  to {
    width: 100%; } }

@-moz-keyframes typing {
  from {
    width: 0; }
  to {
    width: 100%; } }

@-o-keyframes typing {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes typing {
  from {
    width: 0; }
  to {
    width: 100%; } }

@-webkit-keyframes blink-caret {
  from, to {
    border-color: transparent; }
  50% {
    border-color: rgba(255, 255, 255, 0.75); } }

@-moz-keyframes blink-caret {
  from, to {
    border-color: transparent; }
  50% {
    border-color: rgba(255, 255, 255, 0.75); } }

@-o-keyframes blink-caret {
  from, to {
    border-color: transparent; }
  50% {
    border-color: rgba(255, 255, 255, 0.75); } }

@keyframes blink-caret {
  from, to {
    border-color: transparent; }
  50% {
    border-color: rgba(255, 255, 255, 0.75); } }

@-webkit-keyframes years2012 {
  from {
    top: 4.8em; }
  to {
    top: 12.5em; } }

@-moz-keyframes years2012 {
  from {
    top: 4.8em; }
  to {
    top: 12.5em; } }

@-o-keyframes years2012 {
  from {
    top: 4.8em; }
  to {
    top: 12.5em; } }

@keyframes years2012 {
  from {
    top: 4.8em; }
  to {
    top: 12.5em; } }

@-webkit-keyframes years2015 {
  from {
    top: 4.8em; }
  to {
    top: 20em; } }

@-moz-keyframes years2015 {
  from {
    top: 4.8em; }
  to {
    top: 20em; } }

@-o-keyframes years2015 {
  from {
    top: 4.8em; }
  to {
    top: 20em; } }

@keyframes years2015 {
  from {
    top: 4.8em; }
  to {
    top: 20em; } }

@-webkit-keyframes progress {
  from {
    bottom: 100%; }
  to {
    bottom: 0; } }

@-moz-keyframes progress {
  from {
    bottom: 100%; }
  to {
    bottom: 0; } }

@-o-keyframes progress {
  from {
    bottom: 100%; }
  to {
    bottom: 0; } }

@keyframes progress {
  from {
    bottom: 100%; }
  to {
    bottom: 0; } }

@-webkit-keyframes dots-graphic {
  0% {
    color: transparent; }
  60% {
    color: transparent; }
  100% {
    color: #FFECB0; } }

@-moz-keyframes dots-graphic {
  0% {
    color: transparent; }
  60% {
    color: transparent; }
  100% {
    color: #FFECB0; } }

@-o-keyframes dots-graphic {
  0% {
    color: transparent; }
  60% {
    color: transparent; }
  100% {
    color: #FFECB0; } }

@keyframes dots-graphic {
  0% {
    color: transparent; }
  60% {
    color: transparent; }
  100% {
    color: #FFECB0; } }

@-webkit-keyframes dots-development {
  0% {
    color: transparent; }
  60% {
    color: transparent; }
  100% {
    color: #6EB9D6; } }

@-moz-keyframes dots-development {
  0% {
    color: transparent; }
  60% {
    color: transparent; }
  100% {
    color: #6EB9D6; } }

@-o-keyframes dots-development {
  0% {
    color: transparent; }
  60% {
    color: transparent; }
  100% {
    color: #6EB9D6; } }

@keyframes dots-development {
  0% {
    color: transparent; }
  60% {
    color: transparent; }
  100% {
    color: #6EB9D6; } }

body {
  margin: 0;
  padding: 0; }

body:after {
  content: "";
  position: fixed;
  top: 0;
  height: 100vh;
  left: 0;
  right: 0;
  z-index: -1;
  background: #999 url("../image/background.jpg") center center;
  background-size: cover;
  background-attachment: scroll; }

.text-light {
  font: 100% "Abel", Helvetica, sans-serif;
  color: #fff; }

.text-dark {
  font: 100% "Abel", Helvetica, sans-serif;
  color: #000; }

.text-desc {
  text-align: left; }

.wrapper {
  margin-top: 70px;
  padding: 50px 0; }

.bg-black {
  background-color: rgba(0, 0, 0, 0.7); }

.bg-white {
  background-color: rgba(255, 255, 255, 0.7); }

.content-container {
  margin: 2em 0; }

#logo-container span {
  display: none; }

#logo-container img {
  height: 100px;
  position: absolute;
  left: 50%;
  top: 20px;
  margin-left: -50px; }

#logo-container .tooltip-text {
  display: none; }

#logo-container-high span {
  display: none; }

#logo-container-high img {
  height: 100px;
  position: absolute;
  left: 50%;
  top: 20px;
  margin-left: -50px; }

#togglediv {
  position: fixed;
  bottom: 40px;
  left: 50%;
  margin-left: -30px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background-color: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  opacity: .6;
  cursor: pointer; }

#togglediv span, #togglediv span:before, #togglediv span:after {
  content: " ";
  display: block;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
  height: 2px;
  width: 32px;
  background-color: #6EB9D6;
  position: absolute;
  top: 29px;
  left: 50%;
  margin-left: -16px;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out; }

#togglediv span:before {
  top: -10px; }

#togglediv span:after {
  top: 10px; }

#togglediv:hover {
  opacity: 1; }

#togglediv.active span {
  background-color: transparent; }

#togglediv.active span:before, #togglediv.active span:after {
  top: 0; }

#togglediv.active span:before {
  transform: rotate(45deg); }

#togglediv.active span:after {
  transform: rotate(-45deg); }

#mainnav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 100%;
  background-color: #6EB9D6;
  z-index: 5;
  overflow: hidden;
  -webkit-transition: bottom 0.5s ease-in-out;
  -moz-transition: bottom 0.5s ease-in-out;
  -o-transition: bottom 0.5s ease-in-out;
  transition: bottom 0.5s ease-in-out; }

#mainnav ul {
  margin: 0;
  padding: 0;
  margin-top: 5em; }

#mainnav li {
  list-style: none;
  text-align: center;
  margin-bottom: 4em; }

#mainnav a {
  margin: 0 auto;
  font-size: 150%;
  text-decoration: none;
  color: #fff;
  border-bottom: 3px solid #fff;
  opacity: .6; }

#mainnav p {
  color: #fff; }

#mainnav .active-page {
  opacity: 1; }

/*Content*/
#intro, #skills, #about {
  max-width: 600px;
  padding: 0 3em;
  text-align: center;
  margin: 0 auto; }

#intro p {
  margin-top: 0; }

#intro .text-xxl {
  display: inline-block;
  margin-bottom: 2em; }

#intro #greetingText {
  color: #6EB9D6;
  font-size: 360%;
  overflow: hidden;
  border-right: 0.05em solid rgba(255, 255, 255, 0.75);
  white-space: nowrap;
  margin: 0 auto;
  letter-spacing: .1em;
  -webkit-animation: typing 1.5s steps(9, end) 1.5s 1 normal both, blink-caret 0.75s step-end infinite;
  -moz-animation: typing 1.5s steps(9, end) 1.5s 1 normal both, blink-caret 0.75s step-end infinite;
  -o-animation: typing 1.5s steps(9, end) 1.5s 1 normal both, blink-caret 0.75s step-end infinite;
  animation: typing 1.5s steps(9, end) 1.5s 1 normal both, blink-caret 0.75s step-end infinite; }

#intro .link-btn {
  display: block;
  height: 1.5em;
  width: 70%;
  min-width: 8em;
  max-width: 12em;
  margin: 1.5em auto;
  text-decoration: none;
  font-size: 1.2em;
  line-height: 1.5em;
  color: #6EB9D6;
  border: 1px solid #6EB9D6;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  -ms-border-radius: 1em;
  border-radius: 1em; }

#intro .link-btn:hover {
  background-color: #6EB9D6;
  color: #fff; }

.icon-container-circle {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  width: 36px;
  margin: 0 12px;
  background-color: #6EB9D6;
  border-radius: 50%; }
  .icon-container-circle img {
    max-width: 24px;
    max-height: 24px; }

#contact-info {
  padding: 0;
  display: flex;
  width: 100%;
  margin: 0 auto; }
  #contact-info li {
    list-style: none;
    margin: 1em auto;
    display: flex;
    align-items: center;
    justify-content: center; }
  #contact-info img {
    display: inline-block;
    height: 30px;
    width: 30px;
    vertical-align: middle; }
  #contact-info a {
    color: #fff;
    display: flex;
    align-items: center; }

#aboutIcions {
  padding: 0 5em;
  display: flex;
  flex-direction: row-reverse; }

#skills {
  margin-top: 5em; }
  #skills ul {
    margin: 0;
    padding: 0; }
  #skills li {
    list-style: none;
    margin-bottom: 4em; }
  #skills h3 {
    margin: 0;
    font-size: 120%;
    color: #6EB9D6; }
  #skills span {
    font: 240% "Limelight", cursive;
    color: #6EB9D6; }

#about p {
  text-align: left; }

#about .text-m span {
  font-size: 120%;
  padding-bottom: 5px;
  border-bottom: 2px solid #6EB9D6; }

#about div {
  margin: 0 2em; }

#about .text-l {
  color: #6EB9D6;
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 3em; }

#experience {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
  padding-bottom: 3em; }

#experience .diagram-column {
  display: inline-block;
  width: 20%;
  text-align: center;
  vertical-align: top; }

#years {
  position: relative; }

#years p {
  padding: 0;
  margin: 0; }

#years .text-year {
  display: inline-block;
  background-color: #245A6B;
  color: #fff;
  line-height: 24px;
  vertical-align: middle;
  padding-left: 3px; }

#years .triangle {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-left: 12px solid #245A6B;
  border-bottom: 12px solid transparent;
  vertical-align: middle; }

#years #year2009 {
  position: absolute;
  top: 4.8em;
  right: 0; }

#years #year2012 {
  position: absolute;
  top: 12.5em;
  right: 0;
  -webkit-animation: years2012 2s;
  -moz-animation: years2012 2s;
  -o-animation: years2012 2s;
  animation: years2012 2s; }

#years #year2015 {
  position: absolute;
  top: 20em;
  right: 0;
  -webkit-animation: years2015 2s;
  -moz-animation: years2015 2s;
  -o-animation: years2015 2s;
  animation: years2015 2s; }

#experience p {
  position: relative; }

.progress-container {
  display: inline-block;
  width: 6px;
  height: 20em;
  background-color: rgba(255, 255, 255, 0.2);
  margin-top: 2em;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  position: relative; }

#graphic p:after {
  content: " ";
  position: absolute;
  top: 150%;
  left: 50%;
  margin-left: -6px;
  border-left: 6px solid transparent;
  border-top: 10px solid #FFECB0;
  border-bottom: 10px solid transparent;
  border-right: 6px solid transparent; }

#graphic:after {
  content: '.\A.\A.';
  white-space: pre-wrap;
  display: block;
  font-family: 'Limelight', cursive;
  color: #FFECB0;
  font-size: 30px;
  line-height: 30px;
  -webkit-animation: dots-graphic 2.5s;
  -moz-animation: dots-graphic 2.5s;
  -o-animation: dots-graphic 2.5s;
  animation: dots-graphic 2.5s; }

#arch p:after {
  content: " ";
  position: absolute;
  top: 150%;
  left: 50%;
  margin-left: -6px;
  border-left: 6px solid transparent;
  border-top: 10px solid #686868;
  border-bottom: 10px solid transparent;
  border-right: 6px solid transparent; }

#development p:after {
  content: " ";
  position: absolute;
  top: 150%;
  left: 50%;
  margin-left: -6px;
  border-left: 6px solid transparent;
  border-top: 10px solid #6EB9D6;
  border-bottom: 10px solid transparent;
  border-right: 6px solid transparent; }

#development:after {
  content: '.\A.\A.';
  white-space: pre-wrap;
  display: block;
  font-family: 'Limelight', cursive;
  color: #6EB9D6;
  font-size: 30px;
  line-height: 30px;
  -webkit-animation: dots-development 2.5s;
  -moz-animation: dots-development 2.5s;
  -o-animation: dots-development 2.5s;
  animation: dots-development 2.5s; }

.progress-arch {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #686868;
  -webkit-animation: progress 1.5s;
  -moz-animation: progress 1.5s;
  -o-animation: progress 1.5s;
  animation: progress 1.5s; }

.progress-graphic {
  position: absolute;
  top: 8em;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFECB0;
  -webkit-animation: progress 1.5s;
  -moz-animation: progress 1.5s;
  -o-animation: progress 1.5s;
  animation: progress 1.5s; }

.progress-development {
  position: absolute;
  top: 17em;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #6EB9D6;
  -webkit-animation: progress 1.5s;
  -moz-animation: progress 1.5s;
  -o-animation: progress 1.5s;
  animation: progress 1.5s; }

footer {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 135px;
  color: #fff; }

.work-item {
  padding: 0 10%;
  text-align: center;
  overflow: auto;
  padding-bottom: 3em; }

.work-item .work-image-container {
  overflow: hidden; }

.work-item .single-img {
  display: inline-block;
  width: 100%;
  max-width: 600px; }

.work-item .double-img {
  display: inline-block;
  width: 45%;
  max-width: 300px; }

.work-item a {
  text-decoration: none;
  color: inherit;
  overflow: hidden; }

.work-item h3 a {
  margin-left: .5em;
  padding: 0 5px;
  color: #6EB9D6;
  border: 1px solid #6EB9D6; }

.work-item h3 a:hover {
  background-color: #6EB9D6;
  color: #fff; }

.work-item p a {
  color: #6EB9D6;
  padding-bottom: 5px;
  border-bottom: 6px solid #6EB9D6; }

.thumbnail-center {
  display: none; }

@media screen and (min-width: 900px) and (orientation: landscape) {
  body {
    background-size: cover;
    padding: 0; }
  #contact-info {
    width: 50%; }
  #mainnav {
    background-color: transparent;
    position: relative;
    display: block;
    height: auto;
    font-size: 12px;
    z-index: 10;
    width: 48%;
    margin-left: 20px;
    text-align: center;
    padding-bottom: 1em; }
  #mainnav p {
    display: none; }
  #mainnav li {
    display: inline;
    vertical-align: middle; }
  #mainnav a {
    display: inline-block;
    color: inherit;
    border-bottom: none;
    padding-bottom: 0.5em;
    margin: 0 2em; }
  #mainnav a:hover {
    border-bottom: 1px solid #key-color; }
  #mainnav .active-page {
    border-bottom: 5px solid #6EB9D6; }
  .wrapper {
    margin-top: 0;
    position: fixed;
    top: 20px;
    left: 20px;
    bottom: 20px;
    width: 48%;
    padding: 0;
    overflow: hidden; }
  .content-container {
    height: 70%;
    margin-top: 20vh;
    overflow: auto;
    padding: 0 17px 0 0;
    margin-right: -17px; }
  #intro, #skills, #about {
    max-width: 800px; }
  #skills {
    margin-top: 3em; }
  #about {
    padding: 3em 5em; }
  #intro p {
    margin-bottom: 25px; }
  #togglediv {
    display: none; }
  #logo-container {
    width: 50%;
    height: 120px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -80px;
    margin-right: -20px; }
  #logo-container img {
    height: 120px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -60px; }
  #logo-container span {
    display: inline-block; }
  #logo-container a {
    background-color: yellow;
    display: inline-block; }
  #logo-container .tooltip-text {
    color: #6EB9D6;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 60px;
    margin-top: -1em;
    padding-left: 3em;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
    display: inline-block;
    opacity: 0;
    -webkit-transition: opacity 0.75s ease-in-out;
    -moz-transition: opacity 0.75s ease-in-out;
    -o-transition: opacity 0.75s ease-in-out;
    transition: opacity 0.75s ease-in-out; }
  #logo-container a:hover .tooltip-text {
    opacity: 1; }
  #arrow-icon {
    font-size: 100px;
    font-weight: bold;
    line-height: 120px;
    color: #6EB9D6; }
  .card-item {
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    float: left;
    border-right: 1px dotted #fff; }
  .cards :last-child {
    border-right: none; }
  .card-item .card-left {
    float: right;
    margin-right: 2em;
    display: block;
    width: 80%;
    max-width: 240px;
    text-align: right; }
  .card-item .card-right {
    float: left;
    margin-left: 2em;
    display: block;
    width: 80%;
    max-width: 240px;
    text-align: left; }
  #skills li {
    margin-bottom: 0; }
  footer {
    margin: 0;
    padding: 0;
    width: 48%;
    position: fixed;
    right: 0;
    bottom: 20px; }
  #thumbnail-container {
    display: block;
    width: 50%;
    position: fixed;
    right: 0;
    top: 20px;
    text-align: center;
    overflow: hidden; }
  .thumbnail-center {
    display: block; }
  .wrapper-right {
    width: 50%;
    position: fixed;
    right: 0;
    top: 20px;
    bottom: 0;
    overflow: auto; }
  #logo-container-high {
    position: relative;
    height: 150px;
    text-align: center; }
  #logo-container-high img {
    display: inline-block; }
  .thumbnail-center {
    margin: 2em auto;
    min-width: 350px;
    max-width: 400px; }
  .thumbnail-item {
    display: inline-block;
    width: 100px;
    height: 100px;
    border: 2px solid #fff;
    margin: 5px;
    cursor: pointer;
    opacity: .5;
    -webkit-transition: opacity 0.75s ease;
    -moz-transition: opacity 0.75s ease;
    -o-transition: opacity 0.75s ease;
    transition: opacity 0.75s ease; }
  .thumbnail-item:hover {
    opacity: 1; }
  .active-item {
    opacity: 1; }
  #about .text-l {
    margin-bottom: 1em; }
  #experience {
    background-color: transparent;
    width: 60%;
    margin: 0 auto; }
  .work-item {
    overflow-y: scroll;
    height: 0;
    padding: 0 117px 0 100px;
    margin-right: -17px;
    transition: height .5s ease-in-out; }
  .work-item:first-child {
    height: 100%; } }

@media screen and (min-width: 1200px) {
  #mainnav a {
    padding-bottom: 1em;
    margin: 0 4em; } }

@media screen and (min-width: 1800px) {
  p,
  a {
    font-size: 120%; }
  #intro #greetingText {
    font-size: 450%; }
  .icon-container-circle {
    width: 50px;
    height: 50px; }
  #intro p {
    font-size: 150%;
    margin-bottom: 50px; }
  #skills h3 {
    font-size: 150%; }
  .work-text-container {
    max-width: 600px;
    margin: 0 auto; }
  .wrapper-right, #thumbnail-container {
    top: 15vh; }
  #experience {
    margin-top: 5em;
    max-width: 600px; }
  #about div {
    margin: 5em auto;
    max-width: 600px; }
  .content-container {
    margin-top: 16vh; } }
