.navbar {
  background: #ffed00;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.navbar-col-black:before {
  background: black;
  content: " ";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  z-index: 0;
}

h1 {
  font-family: 'TTNormsPro-Regular';
  color: #ffffff;
  z-index: 1;
  margin-bottom: 0;
  position: relative;
}

h2 {
  color: #000000;
  font-family: 'TTNormsPro-Light';
  font-size: 38px;
  margin-top: 20px;
  margin-bottom: 15px;
}

h3 {
  color: #000000;
  font-family: 'TTNormsPro-Light';
  font-size: 30px;
  margin-top: 20px;
}

.container-fluid.container-fluid-section {
  background: #dadada;
}

p {
  font-size: larger;
  font-family: 'TTNormsPro-Light';
}

.button-black {
  color: #000000;
  background: rgba(0,0,0,0);
  border-radius: 0;
  border-width: 0.1rem;
  border-color: #000000;
  font-family: TTNormsPro-Regular;
}

.btn:hover {
  background: #000000;
  border-color: rgb(0, 0, 0);
  color: #ffffff;
  box-shadow: none;
}

img {
  width: 100%;
}

.btn:active {
  background-color: #000000;
  border-color: #000000;
  box-shadow: none;
  color: #ffffff;
}

.btn:focus {
  background-color: #000000;
  border-color: #000000;
  box-shadow: none;
  color: #ffffff;
}

