html {
  height: 100%;

  /* Not Good */
  /* font-family: 'Roboto Slab', serif!important; */
}
body {
  /* background-color: black; */
  /* Good */
  /* font-family: 'Roboto Slab', serif!important; */
  font-family: 'Open Sans', sans-serif!important;

  /* color: #1074bc; */
  height: 100%;
  position: relative;
}

#about {
  font-family: 'Open Sans', sans-serif!important;

}

h1 {
  border-bottom: solid 2px;
  /* margin-bottom: 1em; */
  margin-bottom: 0.3em;
  /* margin-top: 1em; */
  padding-top: 1.6em;
}

/* .txt {
  text-align: center;

} */

.txtcontainer {
  transform: translateY(-2vh);
}

.txt {
  font-size: 3vw;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .txt {
    font-size: 30px;
    text-align: center;
    /* background-color: red; */
  }
}

/* https://stackoverflow.com/questions/22196587/how-to-vertically-center-a-container-in-bootstrap */
.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}

.align-middle > a {
  display: block;
}

.slide:first-of-type {
  /* margin-top: 5em; */
  /* margin-top: 8em; */
  margin-top: 4em;
}

.slide {
  position: relative;
}

#logocontainer {
  max-width: 2295px;
  /* max-width: 1024px; */
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

#logocontainer > img {
  /* padding-top: 3.2rem; */
  /* max-width: 2295px; */
  max-height: 100%
}

/* .logocontainer {
    background-size: cover;
    background-repeat:no-repeat;
    background-image: linear-gradient(to bottom right, #73b8370f, #0d72b70f);
} */

.nav-link.active {
  /* background-color: #b8d989 !important; */
  background-color: #f58b37 !important;

  /* color: #939598 !important; */
  color: black !important;
}

#navbar {
  background-color: white !important;
}

.localeswitcher > .active {
  text-decoration: underline;
  font-weight: bold;
}

.card-title {
  /* font-size: 1.5em; */
  font-weight: 700;
  color: #3e3e3f
}

.event {
  border: none;
  /* border-bottom: solid 2px; */
  margin-bottom: 1em;
  margin-top: 1em;
  border-radius: 0;
}

.localeswitcher li{
  display: inline;
  margin-left: 10px;
}

.menulogo {
  width: 150px;
}

#sadsmiley {
    font-size: 9em;
    /* text-align: center; */
}

a {
  /* color: #1074bc; */
  color: #137671;
}

a:visited {
  /* color: #1074bc; */
  color: #137671;
}

a:hover {
  /* color: #7e9ed2; */
  color: #1ca7a0;
}


.fa-download {
  font-size: 2em;
}

.pidescription {
  /* font-size: 12px; */
  /* font-size: 0.8rem; */
  font-size: 0.85rem;
}

/* The text below the logo */
.logoSubtext {
  color: #231f20;
  font-size: 13px;
  margin-top: -25px;
  font-weight: 600;
}

/* the editor wraps the text in p tags, remove margin */
.logoSubtext > p {
  margin-bottom: 0px;
}