@font-face {
  font-family: Quicksand;
  src: url("font/quicksand/Quicksand_Book.otf") format("opentype");
}

@font-face {
  font-family: Quicksand;
  font-style: italic;
  src: url("font/quicksand/Quicksand_Book_Oblique.otf") format("opentype");
}

#header-bar {
  width:100%;
  margin-top:0 !important;
  background:rgba(255,255,255,1);
  /*border-bottom: lightgrey 1px solid;*/
  box-shadow: 0px 5px 5px grey;
}

.navbar {
  box-shadow: 0px 3px 3px grey;
}

.nav-item {
  padding: 0px 10px 0px 10px;
  font-size: 1.1rem;
}

.blue {
  color: #2199e8;
}

.section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.title {
  font-size: 33px;
}

.bigtitle {
  font-size: 50px;
}

.subtitle {
  margin-top: 30px;
  font-size: 20px;
  font-family: 'Quicksand';
}

h1, h2, h3, h4, h5, h6, .nav-item, p {
  font-family: 'Quicksand', 'Arial';
}

.img-sub {
  padding-top: 15px;
  padding-bottom: 15px;
}

.thiner {
  padding-left: 10px;
  padding-right: 10px;
}

.illustration {
  border-radius: 10px;
  max-width: 90%;
}

.space {
  display: block;
  height: 50px;
}

html {
  scroll-behavior: smooth;
}

.label-illu {
  text-align: center;
  font-style: italic;
  padding-top:10px;
}
