
body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  background: #f9f8eb;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  color: bisque;
}

h1, h2, h3, h4, h5, h6, .text-heading {
  font-family: "Open Sans","Josefin Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
}


h1 {
  font-size: 4rem;
}

.tagline-upper {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2%;
}

.tagline-lower {
  font-size: 1.2rem;
  line-height: 1;
}

.text-expanded {
  letter-spacing: 2px;
}

/*.text-shadow {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}*/

.text-lg {
  font-size: 1.25rem;
}

.bg-faded {
  background-color: #4f798f;
}

.bg-overlay {
  background-color: rgba(0, 0, 0, 0.7);
}

hr.divider {
  border-color: #fcfcfc;
  max-width: 250px;
}

.map-container iframe {
  pointer-events: none;
}

.map-container iframe.clicked {
  pointer-events: auto;
}

.text-color {
  color: #415865;
}

.divider-color {
  color: #ffffff;
  
}

h2 {
  font-weight: bold; 
}

.nv-faded {
  background-color: #415865;
}

p {
  text-align: justify;
  margin-left: 1em;
  margin-right: 1em;
  color : white;
}

.index {
  margin-left: 2em;
  margin-right: 2em;
  list-style-type: '- ';
  color : white;
}

hr {
  color: #ffffff;
}

.navbar-light .navbar-nav .nav-link {
  color: bisque;
}

.navbar {
  box-shadow: 8px 8px 12px #aaa;
}

.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 16px;
  right: 16px;
  display:none;
  position: fixed;
  width: 50px;
  height: 50px;
  color: bisque;
  background: #4f798f;
  text-align: center;

}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 2em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#adresse {
  color: white;
  font-size: 1rem;

}

.subtitle {
  margin-bottom: 3em;
  margin-top: 1em;
}

.mt-4, .my-4 {
  margin-top: 3em !important;
}

h6 {
  text-decoration: underline;
  padding-bottom: 1%;
}

.brand {
  color: rgb(245, 244, 243) !important;
  text-align: right;
}

a {
  color: white;
}

a:hover {
  color: bisque;
}

