/* overrides */
.btn-light {
   background-color: #fafbfc;
}

@import url('https://fonts.googleapis.com/css?family=Libre+Franklin:400,400i,500,700,900&display=swap');

html {
  font-size: 1rem;
  scroll-padding-top: 60px;
}

body {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -100;
  /*padding-top: 2rem;*/
  width: 100%;
  height: 100%;
  font-family: 'Libre Franklin', sans-serif;
  overflow-x: hidden;
}

.container-small {
  /*margin-top: 5rem;*/
  max-width: 960px;
}

h1 {
  font-weight: 700;
}

.hyphenate {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  -moz-hyphenate-limit-chars: 7 3 2;
  /* not yet supported */
  -webkit-hyphenate-limit-chars: 7 3 2;
  /* not yet supported */
  -ms-hyphenate-limit-chars: 7 3 2;
  hyphenate-limit-chars: 7 3 2;
}

.page-title {
  font-size: 3rem;
  padding-top: 7rem;
}

.blockquote {
  font-size: 2rem;
  font-weight: 700;
}

h2,
h3,
h4 {
  font-weight: 700;
}

nav {
  font-size: 1rem;
  border-bottom: 1px solid #ddd;
}

/* nav bar ------------------*/
nav {
  font-size: 1rem;
  border-bottom: 1px solid #ddd
    /*rgba(10,90,163, 0.3)*/
  ;
}

.nav-item {
  margin: 0px 5px;
}

.dropdown-menu {
  border: none;
  border-radius: 0;
}

.navbar-light .navbar-nav .nav-link {
  color: #444;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.9rem;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #0A5AA3;
}

.navbar-light .navbar-nav .nav-item::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #0A5AA3;
  transition: width .1s;
}

.navbar-light .navbar-nav .nav-item:hover::after {
  width: 100%;
}

.navbar-light .navbar-toggler-icon {
  border-color: transparent;
}

.navbar-light .navbar-toggle .icon-bar {
  background-color: #f00;
}

.navbar-light .navbar-toggle .icon-bar:hover {
  background-color: #0A5AA3;
}

/* search box */
.form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ddd;
}

::-webkit-input-placeholder {
  font-style: italic;
}

:-moz-placeholder {
  font-style: italic;
}

::-moz-placeholder {
  font-style: italic;
}

:-ms-input-placeholder {
  font-style: italic;
}

nav .btn {
  color: #000;
  border-color: #fff;
}

nav .btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active,
.show>.btn.dropdown-toggle,
.btn:hover {
  color: #000;
  background-color: #eee;
}

a {
  color: #0070e9;
}

/* theme -------------------- */
.lighter {
  color: #e3f2fa;
}
.text-logo-blue{
  color: #0A5AA3;
}
.bg-white {
  background: #fff;
}

.bg-logo-green {
  background: #637724;
}

.bg-logo-blue {
  background-color: #0A5AA3;
}

.py-rem5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-rem7 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.px-rem3 {
  padding-right: 3rem;
  padding-left: 3rem;
}

.px-rem1 {
  padding-right: 1rem;
  padding-left: 1rem;
}


/* main */
.background-video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100000;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

#tagline {
  font-weight: 900;
  font-size: 3.4rem;
  letter-spacing: -1px;
  color: white;
  line-height: 0.97;
  word-spacing: 3px;
}

#season .card,
.card-img-top {
  border-radius: 0;
}

img.fill {
  min-width: 100%;
}

table.table-striped a {
  color: blue;
}

/* footer */
address {
  font-style: normal;
}

footer {
  background-color: white;
  background-size: cover;
  background-repeat: repeat;
  padding-top: 10px;
}

#footer-content {
  background-color: #0A5AA3;
  padding-top: 20px;
  padding-bottom: 15px;
}

#coastline {
  width: 100%;
}

#glance h1 {
  font-size: 5rem;
  font-weight: 700;
}

#glance h3 {
  font-size: 1.5rem;
  font-weight: 400;
}

/*

working on link styling, very minor problem

*/
/*#overview a{
  text-decoration: underline; 
  text-decoration-color: #fff;
  text-decoration-thickness: 1px;
  text-underline-offset: 1.5px;
  text-decoration-style: solid;
}*/

footer p {
  line-height: 1.125rem;
}

footer a,
footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-bottom {
  padding-top: 1rem;
}

/* site search */
.loading {
  width: 100px;
  margin: auto;
}

.result-title a {
  font-size: 1.2em;
}

.result-preview,
.result-author,
.resultCount {
  color: #6c757d;
}

.result-query {
  font-weight: bold;
}

.pagination {
  text-align: center;
  margin: 16px 8px 16px 8px;
}

.pagination a {
  color: black;
  padding: 8px 16px;
  text-decoration: none;
}

.pagination a.active {
  background-color: #0d3760;
  color: white;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
}

/* sharing icons */
ul.share-buttons {
  list-style: none;
  padding: 0;
}

ul.share-buttons li {
  display: inline;
}

ul.share-buttons .sr-only {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

ul.share-buttons img {
  width: 32px;
}

/* data search */
.dataset-title a {
  font-size: 1.2em;
  text-decoration: none;
}

.dataset-title a:hover {
  text-decoration: underline;
}

.dataset-author {
  color: #6c757d;
}