@import url("https://fonts.googleapis.com/css2?family=Lora&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap");
body {
  height: 100vh;
  margin: 0;
  font-family: "Lora", "Times New Roman", Times, serif;
  background: linear-gradient(270deg, #000000 0%, #363636 49.93%, #1A1A1A 100%);
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

h1 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 1.7em;
}

h2 {
  font-size: 1em;
}

a {
  text-decoration: none;
}

.image-credits {
  text-align: center;
  width: 70%;
}

.copia-logo {
  width: 90%;
}

#hamburger-icon {
  margin: auto 0;
  display: none;
  cursor: pointer;
}

#hamburger-icon div {
  width: 20px;
  height: 1.6px;
  background-color: white;
  transition: 0.4s;
}

.open .bar1 {
  transform: rotate(-45deg) translate(-5px, 5px);
}

.filmrole {
  width: 60%;
  padding-left: 10em;
}

.open .bar2 {
  opacity: 0;
}

.open .bar3 {
  transform: rotate(45deg) translate(-5px, -5px);
}

.open .mobile-menu {
  background: rgba(1, 1, 1, 0.55);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-top: -3em;
  padding-top: 8em;
}

.mobile-menu {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  height: 100vh;
  width: 100%;
}

.mobile-menu li {
  margin-bottom: 10px;
}

img {
  width: 100%;
}

.img-wrapper {
  width: 100%;
}

.nav-container {
  background-color: rgba(1, 1, 1, 0.15);
  margin-bottom: -5em;
  position: relative;
}
.nav-container a {
  color: white;
}

header {
  display: flex;
  justify-content: space-between;
  padding: 2em;
  font-variant: small-caps;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
header .logo {
  font-weight: bold;
}
header ul {
  display: flex;
}
header ul a {
  display: block;
  padding: 0 1em;
}

.author-list {
  display: grid;
  grid-template-columns: auto;
  grid-row-gap: 1em;
  background-color: rgba(1, 1, 1, 0.1);
  color: white;
  text-align: left;
  justify-content: center;
}

.author-card {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.author-info {
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ffffff86;
  padding-left: 1em;
  margin-left: 1em;
}

.author-name {
  font-weight: bold;
  font-weight: bold;
  margin-bottom: -0.4em;
  font-size: 0.9em;
  display: block;
  font-weight: bold;
}
.author-name a {
  color: white;
}
.author-name a:hover {
  text-decoration: underline;
}

.author-institute {
  font-variant: small-caps;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  margin-bottom: -0.8em;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #9E403A;
  font-weight: bold;
}

.author-expertise {
  opacity: 0.8;
  font-style: italic;
  font-size: 0.8em;
}

.avatar {
  width: 40px;
  height: 40px;
}

.circular--square {
  border-radius: 50%;
}

.circular--square img {
  width: 100%;
  height: auto;
}

.circular--landscape {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

.circular--landscape img {
  width: auto;
  height: 100%;
  margin-left: -45%;
}

.circular--portrait {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

.circular--portrait img {
  width: 100%;
  height: auto;
}

.remco-picture img {
  margin-left: 0px;
}

.mike-picture {
  margin-top: -25%;
}

.anne-picture {
  margin-top: -5%;
}

.mijter {
  background: linear-gradient(270deg, #000000 0%, #363636 49.93%, #1A1A1A 100%);
  color: white;
  display: grid;
  text-align: center;
  padding: 3em 2em 1em 2em;
  background-image: url("../images/mijter-small.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.mijter h1, .mijter h2, .mijter .authors {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.mijter .content {
  margin-top: 5em;
  display: flex;
  flex-direction: column;
  align-items: center;
  place-content: center;
}
.mijter .authors {
  display: flex;
  margin: 0 auto;
  font-size: 0.9em;
  width: 100%;
}
.mijter .authors a {
  color: white;
}
.mijter .authors a:hover {
  text-decoration: underline;
}

.link {
  color: #000;
  text-decoration: underline;
  -webkit-text-decoration-color: #9E403A;
          text-decoration-color: #9E403A;
}

section {
  padding: 4em 2em;
  text-align: center;
}
section .paper-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}
section .paper-card .icon {
  color: #9E403A;
  width: 25px;
}
section .paper-card .gh-icon {
  color: #9E403A;
  width: 30px;
}
section .paper-card .paper-link {
  color: #000;
  text-decoration: underline;
  -webkit-text-decoration-color: #9E403A;
          text-decoration-color: #9E403A;
}

.inner {
  position: relative;
}

.inner::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(158, 64, 58, 0.1);
  top: -7em;
  left: -5em;
  z-index: 1;
}

.subtitle {
  text-transform: uppercase;
  font-weight: bold;
  color: #9E403A;
  letter-spacing: 0.2em;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 0.85em;
}

.background {
  background: #F7F7F7;
}

.background-title {
  color: black;
  font-weight: bold;
  font-size: 1.3em;
  margin-top: -0.4em;
  display: block;
}

.background-desc {
  color: #252525;
  margin-bottom: 3em;
  font-size: 0.9em;
  line-height: 1.8em;
  font-weight: 500;
}

.keypoints {
  background: #9E403A;
}

.keypoints-container ul li {
  background: #F7F7F7;
  padding: 2em;
  border-radius: 1em;
  margin-bottom: 1em;
}
.keypoints-container ul li .keypoints-title {
  font-weight: bold;
}
.keypoints-container ul li .keypoints-desc {
  margin-bottom: 2em;
  line-height: 1.8em;
  font-size: 0.9em;
}
.keypoints-container ul li .keypoints-icon {
  color: #9E403A;
  width: 15%;
}

.keypoints-container ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.video {
  background: linear-gradient(270deg, #000000 0%, #363636 49.93%, #1A1A1A 100%);
}
.video .background-title {
  color: white;
}
.video .background-desc {
  color: white;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.details {
  background: #F7F7F7;
}

.details-container a .img-wrapper {
  border-radius: 1em;
  margin-bottom: 4em;
}

.vega-row {
  /* IE10 */
  display: flex;
  /* IE10 */
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.img-row {
  /* IE10 */
  display: flex;
  flex-direction: column;
  /* IE10 */
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.img-row p {
  color: #616060;
  font-size: 10px;
}

.vega-column {
  flex: 100%;
  max-width: 100%;
}

.vega-img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
  margin-bottom: 2em;
}

@media only screen and (max-width: 350px) {
  .author-picture {
    display: none;
  }

  .author-list {
    grid-row-gap: 0em;
  }

  .author-info {
    border-left-style: none;
    border-left-width: 0px;
    padding-left: 0;
    margin-left: 0;
  }
}
@media only screen and (min-width: 400px) {
  .avatar {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 600px) {
  header nav {
    display: none;
  }

  #hamburger-icon {
    height: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 600px) {
  .author-name {
    font-size: 1.1em;
  }

  .author-institute {
    font-size: 0.85em;
  }

  .author-expertise {
    font-size: 1em;
  }
}
@media only screen and (min-width: 800px) {
  .background, .details, .video {
    text-align: left;
  }

  .background, .details-container, .video {
    display: grid;
    grid-template-columns: 40% 60%;
  }

  .details-container {
    grid-gap: 2em;
  }

  .left, .details-left {
    display: grid;
    place-content: center;
  }

  .background-title {
    font-size: 1.6em;
  }

  .keypoints-title {
    font-size: 1.1em;
  }

  .keypoints-container ul li .keypoints-icon {
    width: 20%;
  }

  .background-desc, .keypoints-desc {
    font-size: 0.9em;
  }

  .right {
    margin-left: 2em;
    margin-top: 1em;
  }

  .left {
    padding-bottom: 2em;
  }

  .keypoints {
    margin-top: -8em;
    margin-bottom: -7em;
    padding-top: 7em;
  }

  .keypoints-container ul {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-gap: 1em;
  }

  section {
    padding: 4em;
  }

  .video {
    margin-bottom: -8em;
    padding-top: 8em;
  }

  .details {
    padding-top: 7em;
  }

  .details-container .img-wrapper {
    margin-left: 2em;
  }

  .img-wrapper {
    float: right;
    max-width: 500px;
    height: 100%;
  }

  .details-container {
    margin-bottom: 5em;
  }

  .author-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .avatar {
    width: 50px;
    height: 50px;
  }

  .author-name {
    font-size: 1.1em;
  }

  .author-institute {
    font-size: 0.85em;
  }

  .author-expertise {
    font-size: 0.9em;
  }

  .mijter {
    background-image: url("../images/mijter-regular.png");
    padding: 0;
  }
  .mijter .content {
    margin-top: 8em;
    padding: 4em 2em 4em 2em;
  }
  .mijter .content h1 {
    font-size: 3em;
    line-height: 1.2em;
    letter-spacing: 0.1em;
  }
  .mijter .content h2 {
    font-size: 1.5em;
    width: 80%;
  }
  .mijter .content .authors {
    font-size: 1em;
    width: 80%;
    line-height: 1.5em;
  }
  .mijter .science-card {
    padding: 4em 2em 4em 2em;
  }
}
@media only screen and (min-width: 1150px) {
  .mijter {
    height: 90vh;
  }

  .image-credits {
    width: 60%;
  }

  header {
    padding: 2em 4em 2em 4em;
  }

  .background-title {
    font-size: 2em;
  }

  .keypoints-title {
    font-size: 1.4em;
  }

  .background-desc, .keypoints-desc {
    font-size: 1.2em;
  }

  .keypoints-container ul li .keypoints-desc {
    font-size: 1.2em;
  }

  .authors {
    width: 100%;
  }

  .author-list {
    grid-template-columns: repeat(3, 1fr);
  }

  section {
    padding: 4em;
  }

  .vega-column {
    flex: 50%;
    max-width: 50%;
  }

  .img-wrapper {
    max-width: 700px;
  }

  .mijter .content h1 {
    font-size: 5em;
    line-height: 1.2em;
    letter-spacing: 0.1em;
  }
  .mijter .content h2 {
    font-size: 2em;
    width: 50%;
  }
  .mijter .content .authors {
    font-size: 1.2em;
    width: 55%;
    line-height: 1.5em;
  }

  .author-name {
    font-size: 1.3em;
  }

  .author-institute {
    font-size: 0.85em;
  }

  .author-expertise {
    font-size: 1em;
  }
}
@media only screen and (min-width: 1250px) {
  header {
    padding: 2em 10em 2em 10em;
  }

  section {
    padding: 4em 8em 4em 8em;
  }

  .mijter .content, .mijter .science-card {
    padding: 6em 8em 6em 10em;
  }
}
@media only screen and (min-width: 1500px) {
  .author-list {
    grid-row-gap: 2em;
  }

  .avatar {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (min-width: 1850px) {
  header {
    padding: 2em 20em 2em 20em;
  }

  section {
    padding: 6em 20em 4em 20em;
  }

  .mijter .content, .mijter .science-card {
    padding: 9em 20em 6em 20em;
  }
}/*# sourceMappingURL=main.css.map */