body
  {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #50555c;
  }

.center, h2
  { text-align: center; }

a, a:hover
  {
  color: #000;
  padding: 0 3px;
  }

a
  {
  background: linear-gradient(180deg,rgba(255,255,255,0) 60%, #ffde00 60%);
  box-shadow: 0;
  }

h2
  { font-size: 2em; }

h3
  { font-size: 1.25em; font-weight: 600; }

h4
  { font-size: 1em; }

h5, .sub
  { font-size: 0.85em; color: #aaa; letter-spacing: 1px; }

.container-fluid
  { width: 85%; }

.koala
  {
  text-align: right;
  margin-top: 2.5em;
  width: 3em;
  }

.introtitle
  { height: 65vh; }

.description
  { font-size: 1.25em; }

.more
  {
  font-size: 0.8em;
  margin-top: 0.1em;
  }

.title
  { padding-top: 5%; }

.connect-desc
  { font-size: 1.5em; }

.bold
  { font-weight: 600; }

.social
   { height: 5vh; }

.social a
  { background: none; }

.photo
  { width: 100%; margin-bottom: 2vh; }

.lbb
  { font-family: "Libre Baskerville", serif; }

#one
  { height: 100vh; }

#contact, #two, #toolbox, #education, #toolbox
    { min-height: 55vh; }

#projects, #toolbox, #contact, #experiences, #education, #toolbox
  { margin-top: 20vh; }

#contact
  { margin-top: 30vh; }

#footer
  {
  text-align: center;
  font-size: 0.75em;
  height: 8vh;
  }

.row
  { padding-top: 5vh; }

ul
  { padding-inline-start: 14px; }

/* --------------------------------

Primary style

-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cd-headline {
  font-size: 2.2em;
  line-height: 1.2;
}
@media only screen and (min-width: 520px) {
  .cd-headline {
    font-size: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 2em;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 3em;
  }
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
  font-weight: normal;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}


/* --------------------------------

xtype

-------------------------------- */
.cd-headline.type .cd-words-wrapper {
  vertical-align: top;
  overflow: hidden;
}
.cd-headline.type .cd-words-wrapper::after {
  /* vertical bar */
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
  background-color: #000;
}
.cd-headline.type .cd-words-wrapper.waiting::after {
  -webkit-animation: cd-pulse 1s infinite;
  -moz-animation: cd-pulse 1s infinite;
  animation: cd-pulse 1s infinite;
}
.cd-headline.type .cd-words-wrapper.selected {
  background-color: #000;
}
.cd-headline.type .cd-words-wrapper.selected::after {
  visibility: hidden;
}
.cd-headline.type .cd-words-wrapper.selected b {
  color: #fff;
}
.cd-headline.type b {
  visibility: hidden;
}
.cd-headline.type b.is-visible {
  visibility: visible;
}
.cd-headline.type i {
  position: absolute;
  visibility: hidden;
  font-style: normal;
}
.cd-headline.type i.in {
  position: relative;
  visibility: visible;
  font-style: normal;
}

@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@-moz-keyframes cd-pulse {
  0% {
    -moz-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -moz-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    -moz-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    -o-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
