@import url('https://fonts.googleapis.com/css?family=Lato:300,400,900');
body {
  margin: 0;
}
html * {
  font-family: 'Lato', sans-serif;
}

.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}

section {
  padding: 70px 0;
  overflow: hidden;
  z-index: 99;
}
section h1 {
  margin: 0 0 30px 0;
  font-size: 1.5em;
  font-weight: bold;
}
section p {
  margin: 0;
}
#landing {
  background-color: #100200;
  color: #fff;
  height: 100%;
  min-height: 100%;
  position: relative;
  padding: 0 !important;
  z-index: 0;
}
.name {
    margin: 0;
    letter-spacing: 3px;
    font-weight: 300;
}

.name span {
    font-weight: 900;
    background-image: url(https://images.pexels.com/photos/531880/pexels-photo-531880.jpeg?cs=srgb&dl=background-blur-clean-531880.jpg&fm=jpg);
    -webkit-background-clip: text;
    color: rgba(255, 255, 255, 0.2);
    background-position: center center;
    background-size: contain;
}

.jobtitle {
    margin: 0;
    margin-bottom: 60px;
}

@media only screen and (min-width: 768px) {
    .name {
    font-size: 60pt;
    }
    
    .jobtitle {
        font-size: 20pt;
    }
}

@media only screen and (max-width: 768px) {
    .name {
    font-size: 25pt;
    }
    
    .jobtitle {
        font-size: 10pt;
    }
}

[class*=bulb-] {
  width: 300px;
  height: 300px;
  background-color: #ff0;
  margin: auto;
}
.bulb-off {
  -webkit-mask: url(/img/bulb-off.svg) no-repeat center;
  mask: url(/img/bulb-off.svg) no-repeat center;
}
.bulb-on {
  -webkit-mask: url(/img/bulb-on.svg) no-repeat center;
  mask: url(/img/bulb-on.svg) no-repeat center;
  margin-top: -300px;
}
#particles-js {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  position: fixed;
  z-index: 0;
}
#about:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f007";
  font-size: 350px;
  right: 15%;
  margin-top: -70px;
  color: #ffffdd;
}

@media only screen and (max-width: 768px) {
    div.mepicture {
        display: flex;
        justify-content: center;
    }
}

img.mepicture {
    content: url(/img/tym_foto_2.jpg);
    max-width: 100%;
    max-height: 200px;
    border-radius: 20px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

img.mepicture:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.contrast {
    background-color: #ffffdd;
}

@media only screen and (max-width: 768px) {
  .container {
    width: 90%;
    margin: 0 5% 0 5%;
  }
}
.vertical {
  transform: translateY(-50%);
  text-align: center;
  top: 50%;
  position: relative;
}

p.kop {
    font-weight: bold; 
}

ul {
    margin: 0;
}

[skill=good]{
    background: #0f0;
}

[skill=enough]{
    background: #df0;
}

[skill=mediocre]{
    background: #fd0;
}

[skill=minimal]{
    background: #f00;
}

footer{
    background: #313131;
    color: #fff;
    padding: 40px;
    text-align: center;
}

a{
    text-decoration: none;
    color: #e22;
}

a:hover {
    text-decoration: underline;
}

.timeline-centered {
    position: relative;
    margin-bottom: 30px;
}

.timeline-centered:before {
    content: '';
    position: absolute;
    display: block;
    width: 4px;
    background: #f2f3f7;
    top: 20px;
    bottom: 0px;
    margin-left: 29px;
}

.timeline-centered .timeline-entry {
    position: relative;
    margin-top: 5px;
    margin-left: 30px;
    margin-bottom: 10px;
}

.timeline-centered .timeline-entry .timeline-entry-inner {
    position: relative;
    margin-left: -20px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
    display: block;
    width: 40px;
    height: 40px;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    -moz-box-shadow: 0 0 0 5px #f2f3f7;
    -webkit-box-shadow: 0 0 0 5px #f2f3f7;
    box-shadow: 0 0 0 5px #f2f3f7;
    line-height: 40px;
    float: left;
    background-position: center;
    background-size: cover;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon i {
    line-height: 40px;
    color: rgb(255, 255, 255);
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
    position: relative;
    background: #f2f3f7;
    padding: 1.5em;
    margin-left: 60px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
    color: rgb(0, 0, 0);
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a:hover {
    color: #e22;
    outline: none;
    text-decoration: none !important;
}


.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
    font-size: 20px;
    font-family: "Quicksand", Arial, sans-serif;
    font-weight: 500;
    margin: 0px 0px 0px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label .timeline-description {
    margin-top: 30px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
    -webkit-opacity: .4;
    -moz-opacity: .4;
    opacity: .4;
    -ms-filter: alpha(opacity=40);
    filter: alpha(opacity=40);
    font-size: 16px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 9px 9px 0;
    border-color: transparent #f2f3f7 transparent transparent;
    left: 0;
    top: 10px;
    margin-left: -9px;
}

.timeline-centered .timeline-entry {
    position: relative;
    margin-top: 5px;
    margin-left: 30px;
    margin-bottom: 10px;
    clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.color-none {
    background: #fff;
    width: 20px;
    height: 20px;
    margin-left: 10px;
}