@font-face {
  font-family: 'Trirong';
  font-style: normal;
  font-weight: 900;
  src: url('../assets/fonts/trirong-v11-latin-ext_latin-900.eot');
  src: local(''),
       url('../assets/fonts/trirong-v11-latin-ext_latin-900.eot?#iefix') format('embedded-opentype'),
       url('../assets/fonts/trirong-v11-latin-ext_latin-900.woff2') format('woff2'),
       url('../assets/fonts/trirong-v11-latin-ext_latin-900.woff') format('woff'),
       url('../assets/fonts/trirong-v11-latin-ext_latin-900.ttf') format('truetype'),
       url('../assets/fonts/trirong-v11-latin-ext_latin-900.svg#Trirong') format('svg');
}

body, html {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Trirong';
  font-size: 18px;
  line-height: 1.3;
  color: #333;
  background-color: #d4d2e0;
}

.em-section {
  min-height: 100vh;
}
.em-section--page--header {
  background-color: #333;
  height: 100vh;
  background-image: url(../assets/img/bg--header.jpg);
  mix-blend-mode: multiply;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.em-section--page--header h1 {
  font-weight: 900;
  font-size: 10vw;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  text-transform: uppercase;
  justify-content: flex-end;
  color: #174b5f;
  mix-blend-mode: darken;
}

.em-section--page--header h1 .em-line {
  height: 15px;
  width: 180px;
  background-color: #174b5f;
  border: 0;
  opacity: 1;
  margin: 0 0 0 15px;
}
.em-section--page--header h1 span {
  flex: 0 0 100%;
  text-align: right;
  font-size: 80%;
}

@supports (-webkit-text-stroke: 1px #222) {
  .em-section--page--header h1 span {
  -webkit-text-stroke: 1px #222;
  -webkit-text-fill-color: transparent;
  }
}

header {
  position: fixed;
  width: 100%;
  padding: 20px 30px;
  transition: all 300ms ease-in-out;
  z-index: 2;
}
header:before, header:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 300ms ease-in-out;
  background-color: #333;
  mix-blend-mode: multiply;
  background-blend-mode: multiply;
  backdrop-filter: blur(10px);
  opacity: 0.8;
}
header:after {
  transform: translateY(-100%);
}
header:before {
  opacity: 0.2;
  opacity: 0;
}
header > * {
  z-index: 1;
}
header .navbar-brand {
  margin: 0;
  padding: 0;
  z-index: 2;
  position: relative;
}
header .navbar-brand img {
  transition: all 300ms ease-in-out;
}
