.ml1 {
  font-weight: 900;
  font-size: 3.5em;
}

.ml1 .letter {
  display: inline-block;
  line-height: 1em;
}

.ml1 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.15em;
}

.ml1 .line {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #fff;
  transform-origin: 0 0;
}

.ml1 .line1 {
  top: 0;
}

.ml1 .line2 {
  bottom: 0;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  font-family: 'Fira Sans Condensed';
}

.h1, h1 {
  line-height: 1.0;
  font-size: 1.2rem;
  color: #ddd;
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  margin-right: 20px;
}

section {
  padding: 4rem 0;
}

.hero-h1 {
  font-size: 3.8rem;
  color: #1f2021;
}

html {
  scroll-behavior: smooth;
}

.quote {
  background: #1f2021;
  color: #fff;
  font-size: 2rem;
  margin-bottom: 0;
}

#projects {
}

.fa.fa-linkedin-square {
  font-size: 25px;
  color: inherit;
}

hr.footer-dark hr {
  border-top: 1px #fff;
}

#contact {
  background: url("../img/background-z.png") left / cover no-repeat fixed;
}

#media {
  background: url("../img/background-y.png") right / cover no-repeat fixed;
}

.img-fluid {
}

.img-header {
  max-height: 32vh;
  opacity: 1;
  -webkit-filter: none;
}

img {
  vertical-align: middle;
  border-style: none;
  width: auto;
  height: auto;
}

.img-gray {
  opacity: 1.0;
  -webkit-filter: grayscale(100%);
}

#about {
  background: url("../img/background_plane_01.png") left / cover no-repeat fixed;
}

#medium-widget {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 15px;
  margin-left: 15px;
  width: 100%;
}

.medium-widget-article__row {
  margin: 0px;
}

.medium-widget-article__title a {
  font-size: 1.5rem;
  color: #D62671;
}

