html {
  background: #3A6D82 url("https://www.istockphoto.com/resources/images/IllustrationsLanding/01_Illustration_FTLP_Hero.jpg");
  background-repeat: no-repeat;
  background-position-x: 52%;
}

.logo {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -100px;
}

p.sublogo {
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
}

@keyframes blink {
  50% {
    opacity: 0.0;
  }
}
@-webkit-keyframes blink {
  50% {
    opacity: 0.0;
  }
}
.blink {
  animation: blink 1s step-start 0s infinite;
  -webkit-animation: blink 1s step-start 0s infinite;
}

.terminal {
  color: #ffffff;
  font-family: 'Roboto Mono', monospace;
  font-size: 10px;
}

/* ############ START BURGER  #################  */
.burger {
  display: inline-block;
  border: 0;
  background: none;
  outline: 0;
  padding: 0;
  cursor: pointer;
  border-bottom: 4px solid #ffffff;
  width: 28px;
}

.burger::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.burger:before {
  content: "";
  display: block;
  border-bottom: 4px solid #ffffff;
  width: 100%;
  margin-bottom: 5px;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}

.burger:after {
  content: "";
  display: block;
  border-bottom: 4px solid #ffffff;
  width: 100%;
  margin-bottom: 5px;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}

.burger-check {
  display: none;
}

.burger-check:checked ~ .burger {
  border-bottom: 4px solid transparent;
  transition: border-bottom 0.8s ease-in-out;
  -webkit-transition: border-bottom 0.8s ease-in-out;
}

.burger-check:checked ~ .burger:before {
  transform: rotate(-405deg) translateY(1px) translateX(-3px);
  -webkit-transform: rotate(-405deg) translateY(1px) translateX(-3px);
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}

.burger-check:checked ~ .burger:after {
  transform: rotate(405deg) translateY(-4px) translateX(-5px);
  -webkit-transform: rotate(405deg) translateY(-4px) translateX(-5px);
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}

.navigation {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}

.burger-check:checked ~ .navigation {
  max-height: 500px;
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}

/* ############ END BURGER  #################  */
.right {
  text-align: right;
  margin: 20px;
}

.right input {
  margin-right: 100px;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  padding: 5px 0;
}

li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

li a:hover {
  text-decoration: underline;
}

/* HOMEPAGE  */
.header {
  margin: 50px auto;
  width: 50%;
  height: auto;
  text-align: center;
}

#container {
  margin: 50px auto;
  width: 50%;
  height: auto;
  background: #fff url("/assets/img/bg.png");
  background-position: left;
  background-size: 2000px 3700px;
  background-repeat: no-repeat;
  padding: 20px 35px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 14px;
  /*-webkit-box-shadow: 2px 2px 5px 0px #5d8ca4;
  -moz-box-shadow: 2px 2px 5px 0px #5d8ca4;
  box-shadow: 2px 2px 5px 0px #5d8ca4;*/
  -webkit-box-shadow: 0 7px 13px 0 rgba(19,31,56,0.3);
  -moz-box-shadow: 0 7px 13px 0 rgba(19,31,56,0.3);
  box-shadow: 0 7px 13px 0 rgba(19,31,56,0.3);
}
.skills {
  overflow: hidden;
}

.image img {
  float: left;
  margin: 10px 10px 80px 10px;
  -webkit-border-radius: 50px;
}

.title_inner {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

li strong {
  color: #72a9c4;
}

ul {
  margin: 0 0 0 120px;
}

.bts {
  text-align: center;
  padding: 10px 40px;
  background-color: #72a9c4;
  margin-top: 10px;
}

.bts a {
  color: #fff;
}

.divider {
  margin: 0 auto;
  width: 50%;
  overflow: visible;
  position: relative;
}
.divider .img-divider {
  float: left;
}
.divider .text-divider {
  background: #ffffff;
  float: left;
  width: 50%;
  position: absolute;
  top: 100px;
  left: 300px;
  padding: 30px;
  font-family: 'Roboto Mono', monospace;
  text-decoration: line-through;
}

.clearleft {
  clear: both;
}

.skills-img {
  width: 64px;
  height: 64px;
  padding: 10px;
  float: left;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.skills-img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.footer {
  color: #ffffff;
  margin: 0 auto;
  font-family: 'Roboto Mono', monospace;
  font-size: 10px;
  height: 20px;
  width: 290px;
}

.resume-box {
  position: relative;
  margin-bottom: 30px;
  padding-left: 130px;
}
.resume-box div {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("https://cdn0.iconfinder.com/data/icons/job-seeker/256/target_job_seeker_employee_unemployee_work-128.png");
  background-position: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  line-height: 100px;
}

.experience span, .experience p {
  font-size: 12px;
}

.contacts form {
  text-align: center;
  margin-top: 20px;
}

@media only screen and (max-device-width: 480px) {

  .skills .skills-img {
    padding-left: 20px !important;
  }

  html {
    background: #3A6D82 none;
  }

  #container {
    margin: 50px auto;
    width: 74%;
  }
  #container .image {
    text-align: center;
  }
  #container .image img {
    float: none;
    margin: 15px 5px 5px 5px;
  }
  #container ul {
    margin: 0;
  }
  #container .skills-img {
    padding: 8px;
  }
  #container .resume-box {
    position: relative;
    margin-bottom: 30px;
    padding-left: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
  }
  #container .resume-box div {
    display: none;
  }
  #container .footer {
    width: 190px;
  }
}

.footer {
    width: 290px; }
/*# sourceMappingURL=style.css.map */
.codepen {
  overflow: hidden;
}
.codepen img {
float: left;
margin: 15px;
}

.codepen p {
  padding-top: 10px;
}

.newsite {
  color: #fff;
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.5em;
}
