@import 'https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css';
@font-face {
  font-family: 'gotham_lightregular';
  src: url('../fonts/gotham-light-webfont.eot');
  src: url('../fonts/gotham-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/gotham-light-webfont.woff') format('woff'), url('../fonts/gotham-light-webfont.ttf') format('truetype'), url('../fonts/gotham-light-webfont.svg#gotham_lightregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gotham_mediumregular';
  src: url('../fonts/gotham-medium-webfont.eot');
  src: url('../fonts/gotham-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/gotham-medium-webfont.woff') format('woff'), url('../fonts/gotham-medium-webfont.ttf') format('truetype'), url('../fonts/gotham-medium-webfont.svg#gotham_mediumregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'maitreemedium';
  src: url('../fonts/maitree-medium-webfont.woff2') format('woff2'), url('../fonts/maitree-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
*,
*:focus {
  outline: none !important;
  box-shadow: none !important;
}
html,
body {
  height: 100%;
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: #ffffff;
  padding-top: 81px;
}
.navbar {
  background-color: #ffffff;
  border: 0;
  color: #e53012;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15) !important;
}
.navbar .navbar-brand {
  color: #ffffff;
  text-indent: -9999px;
  background: url('../img/maastricht-logo.png');
  background-size: contain;
  width: 249.33333333px;
  height: 65px;
}
@media (min-width: 768px) {
  .navbar .navbar-brand {
    margin-left: 0 !important;
  }
}
.navbar .nav-link {
  color: #e53012 !important;
}
.navbar .navbar-toggler {
  border-color: transparent;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  padding: 15px 0;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .hero {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .hero {
    padding: 60px 0;
  }
}
@media (min-width: 1200px) {
  .hero {
    padding: 180px 0;
    margin-bottom: 0;
  }
}
.card {
  margin-bottom: 30px;
}
.card .card-title {
  font-family: "gotham_mediumregular", 'sans-serif';
  color: #e53012;
}
.card .btn-primary {
  background-color: #e53012;
  color: #ffffff;
  border: 0;
  border-radius: 0;
}
.card .btn-primary:hover,
.card .btn-primary:active {
  background-color: #b6260e !important;
}
ul.items-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.items-nav li {
  margin-bottom: 15px;
}
ul.items-nav li a {
  color: #e53012;
  font-family: "gotham_mediumregular", 'sans-serif';
  font-size: 2em;
  border-bottom: 4px solid transparent;
  transition: border 0.3s;
}
ul.items-nav li a.active,
ul.items-nav li a:hover {
  text-decoration: none;
  border-bottom: 4px solid #e53012;
}
#items .items .item {
  visibility: hidden;
  transition: visibility 0s, opacity 0.5s linear;
  opacity: 0;
  position: absolute;
}
#items .items .item.active {
  visibility: visible;
  opacity: 1;
}
.separator-right {
  border-right: 1px solid #eee;
}
.arrow-up-btn {
  background-color: #e53012;
  color: #ffffff;
  width: 60px;
  height: 60px;
  display: inline-block;
  line-height: 60px;
  border-radius: 50%;
  position: relative;
  transform: translateY(-80px);
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.3s linear;
}
.arrow-up-btn svg {
  position: absolute;
  top: 0;
  left: 0;
  fill: #ffffff;
}
body.scrolled .arrow-up-btn {
  opacity: 0;
  visibility: hidden;
  transition: visibility 1s, opacity 0.3s linear;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  width: 15%;
}

.video-container svg:hover #yt_button {
  fill: #FF0000;
}

.video-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal a {
  color: #e53012;
}
.modal .modal-content {
  border-radius: 0;
}
