:root {
  /* --io-color: #247585;  */
  --io-color: black; 
  --io-bg: #d7dbd9;
}

@font-face {
  font-family: 'Nokio';
  src: url('/font/NokioMedium.ttf');
}


body {
  color: var(--io-color);
  background-color: var(--io-bg) !important;
  font-family: 'Nokio', sans-serif;
  font-size: 14px;
  text-align: center;
  background-size: cover;
  min-height: 100vh;
}

.title {
  color: var(--io-color);
}


h1 {
  font-size: 5vh;
  color: var(--io-color);
}

h3 {
  font-size: 2vh;
  color: black;
}

h4 {
  font-size: 20px;
  color: black;
  /* -webkit-text-stroke: 0.3px black; */
  background-color: #FFFFFF70;
  /* border-radius: 5px; */
}


.language_button {
  /* display: block; */
  /* width: 100%; */
  /* padding: .375rem .75rem; */
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--io-color);
  width: 40px;
  padding-left: 2%;
  padding-right: 2%;
  margin-left: 2%;
  border: none;
  background-color: transparent;
  font-weight: bolder;
  /* background-clip: padding-box; */
  /* border: 1px solid #ced4da; */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* border-radius: .25rem; */
  /* transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; */
}

/* .language_button a:link {
  text-decoration: none;
} */

.io-badge-primary {
  color: var(--io-color);
  background-color: var(--io-bg);
}

.io-badge-secondary {
  color: var(--io-bg);
  background-color: var(--io-color);
}

.text-primary {
  color: var(--io-color);
  background-color: var(--io-bg);
}

.io-badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  /* transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; */
}

.io-title {
  display: inline-block;
  padding: 0.25em 0.4em;
  line-height: 1;
  text-align: center;
  vertical-align: baseline;
  border-radius: 0.5rem;
  /* transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; */
}

.display-4 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
}

.fixed-bottom {
  z-index: -1; /* change to avoid google autocomplete overlapping dropdown  */
}

.fixed-top {
  position: sticky;
}

.io-ribet {
  -webkit-text-stroke: 0.3px black;
}

.modal-body {
  max-height: 75vh!important;
  overflow-y: auto!important;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.pr-2, .px-2 {
  padding-right: .5rem!important;
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.mr-sm-2, .mx-sm-2 {
  margin-right: .5rem!important;
}

.cover {
  width: 300px;
  height: 200px;
  object-fit: cover;
}