@font-face {
  font-family: 'Lelo';
  src:
    url('../fonts/Lelo-Regular.woff2') format('woff2'),
    url('../fonts/Lelo-Regular.woff') format('woff'),
    url('../fonts/Lelo-Bold.woff2') format('woff2'),
    url('../fonts/Lelo-Bold.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'Lelo';
  src:
    url('../fonts/Lelo-Bold.woff2') format('woff2'),
    url('../fonts/Lelo-Bold.woff') format('woff');
  font-style: bold;
  font-weight: bold;
}

body {
  font-family: 'Lelo', sans-serif;
}

.container {
  hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
}


/*
These two are there to display slider items correctly
*/
.book-cover-img,
.glide__slide img {
  height: 100%;
  aspect-ratio: 1/1.4;
}

li.glide__slide {
  height: 100%;
  width: auto !important;
}
/*-----------------------*/



.glide .container {
  cursor: default;
}

.glide .glide__arrows i {
  cursor: pointer;
}

.logo {
  width: 190px;
  height: auto;
}

.logo-white {
  cursor: pointer;
}

.selected-podcasts {
  top: 20px;
}


/* secondary green */
.green {
  color: #007f5f;
}

::selection {
  background: #007f5f;
  color: #FFF;
}

/* anchors */
p a,
h2 a,
a.researcher-name,
.anchor-heading {
  text-decoration: none;
}

p a {
  color: #0a8462;
  transition: 0.3s;
}

p a:hover {
  color: #212529;
  transition: 0.3s;
}

.anchor-white {
  color: #aac5bd;
}

.anchor-white:hover {
  color: #FFF;
}

.breadcrumb-anchor {
  color: #6c757d;
  transition: 0.3s;
}

.breadcrumb-anchor:hover {
  color: #007f5f;
  transition: 0.3s;
}

a.researcher-name,
.books-publications h2 a,
.anchor-heading {
  color: #212529;
  transition: 0.3s;
}

a.researcher-name:hover,
.books-publications h2 a:hover,
.anchor-heading:hover {
  color: #007f5f;
  transition: 0.3s;
}

.btn-outline-secondary {
  color: #007f5f;
  border-color: #007f5f;
}

.btn-outline-secondary:hover {
  color: #FFF;
  background-color: #007f5f;
  border-color: #007f5f;
}



.glide__slide p {
  height: 80px;
  max-height: 80px;
  border-bottom: 1px solid #dee2e6;
}

.h250 {
  height: 250px !important;
}

.h300 {
  height: 300px;
}

.h400 {
  height: 400px;
}

.h500 {
  height: 500px;
}

.research-project {
  min-height: 150px;
  background: #f8f9fa;
  color: #212529;
}

.research-project-no-website {
  transition: 0.3s;
  min-height: 150px;
  background: #FFF;
}

.research-project:hover,
.list-group-item:hover {
  background: linear-gradient(90deg, rgba(43, 112, 92, 1) 0%, rgba(15, 189, 140, 1) 65%, rgba(19, 240, 177, 1) 100%);
  color: #FFF;
}

#research-project-button {
  width: 200px;
}

.list-group-item {
  transition: 0.3s;
  background: #f8f9fa;
}

.selected-publications {
  color: #FFF;
  border-radius: 5px;
  background: rgb(2, 0, 36);
  background: linear-gradient(90deg, rgba(43, 112, 92, 1) 0%, rgba(15, 189, 140, 1) 65%, rgba(19, 240, 177, 1) 100%);
}

body {
  animation: fadeInAnimation ease .5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.selected-publications-button {
  border-color: #FFF;
  color: #FFF;
}

.selected-publications-button:hover {
  background: #FFF;
  color: rgba(43, 112, 92, 1);
}

.h_iframe iframe {
  width: 100%;
  height: 100%;
}

.h_iframe {
  height: 100%;
  width: 100%;
}