/*!
 * Start Bootstrap - Scrolling Nav (http://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */

/* General */

a {
  color: rgba(245, 90, 4, 1.0);
}

/* Header */

header {
  padding: 84px 0 14px;
  background-color: rgba(155, 0, 20, 1.0);
}

/* header .bg-primary { */
/*   background-color: rgba(155, 0, 20, 1.0) */
/* } */

header h1 {
  font-size: large;
}

header .lead {
  font-size: medium;
}

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

/* Navbar */
nav .navbar-brand {
  font-size: small;
}

nav .nav-link {
  font-size: small;
}

/* Sections */

section {
  padding: 30px 0px 10px;
}

section h2 {
  font-size: Large;
  font-weight: bold;
  /* border-width: 0px 0px 1px; */
  /* border-style: solid; */
  /* padding: 0px 0px 2px; */
}

section {
  font-size: medium;
  font-weight: lighter;
}

/* Notices */

.notice {
  color: rgba(245, 90, 4, 1.0);
  font-weight: normal;
}

.smallnotice {
  color: rgba(245, 90, 4, 1.0);
  font-size: smaller;
}
