/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */
header {
  padding: 156px 0 100px;
}

h1 {
  padding-bottom: 10px;
  text-align: center;
}

body {
  background-color: #21252b;
  font-family: Rubik, "Helvetica Neue", "Segoe UI", Arial, "Noto Sans", sans-serif;
}

section {
  /* padding: 150px 0; */
  padding: 75px 0;
}

h2 {
  text-align: center;
  padding-bottom: 10px
}

h3 {
  text-align: center;
  padding-bottom: 10px
}

.logo-text {
  font-family: 'Roboto', "Helvetica Neue", "Segoe UI", Arial, "Noto Sans", sans-serif;
}

.section-top {
  padding: 175px 0 100px;
}

.text-yellow {
  /* color: #EFC302; */
  color: #ffbf3b;
}

.button-im {
  font-size: 1.5em;
  margin: 10px;
  padding: 5px 10px;
  /* min-width: 7em; */
  max-width: 8em;
}

.navbar-brand {
  /* color: #282c34 !important; */
  color: #21252b !important;
  font-size: 2em;
  font-weight: bold;
  padding: 0;
}

.navbar-brand  >img {
    padding: 0px;
    /* height: 100%; */
}

.bg-yellow {
  /* background-color: #EFC302; */
  background-color: #ffbf3b;
  color: #21252b;
}

.btn-default {
  background-color: #ffbf3b;
}

.bg-grey {
  /* background-color: #3D3D3D; */
  background-color: #282c34;
  color: #ddd;
}

.bg-dark-grey {
  background-color: #21252b;
  color: #ddd;
}

.function-desc {
  padding: 10px 75px 30px;
}

.img-thumbnail {
  background-color: #ffbf3b;
  /* border: #21252b; */
  border: #21252b;

}

.thumbnail {
  margin: 10px 30px;
}

.function-desc {
  min-height: 480px;
}

a.link-yellow:hover, a.link-yellow:visited, a.link-yellow:link, a.link-yellow:active {
  color: #ffbf3b;
  text-decoration: none;
}

.cookiealert {
  background: #21252b;
}

.logo-bottom {
  height: 70px;
}

.cm:after {
  content: attr(data-n) "@" attr(data-d) "." attr(data-t);
}
