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

@media (min-width: 992px) {
  header {
    padding:100px  0px 0px 0px;
  }
}

section {
  padding: 50px 0px 0px 0px;
}

.text-black {
  color: #000 !important;
}

.bg-primary-white {
  background-color: #fff !important;
}

.bigger-h1{
	font-size: 3.5rem;
}

.bg-yellow {
  background-color: #ffd200 !important;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

/*
body {background-color: #ffd200;}
*/

