@charset "UTF-8";

body {
  font-family: "Libre Franklin";
  font-weight: 300;
  line-height: 1.42em;
  color: #ffffff;
  background: linear-gradient(red, blue);
  margin: 0px;
}

/* NAV BAR */

li a:hover,
.dropdown:hover .dropbtn {
  background-color: blue;
}

.nav-link {
  margin-top: 30px;
  font-size: 24px;
  float: right;
  background: red;
}

.nav-home {
  margin-right: 20px;
}

.nav-reports {
  margin-right: 100px;
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0 !important;
  background-color: #f9f9f9;
  min-width: 220px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: blue;
  color: white;
}

.dropdown:hover .dropdown-content {
  display: block;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #000;
  padding-bottom: 15px;
  padding-top: 15px;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
  background-color: blue;
}

/*  */

@media only screen and (max-width: 650px) {
  tr td:nth-child(2),
  tr td:nth-child(3) {
    display: block;
    border-bottom: none;
  }

  tr th:nth-child(2) {
    display: none;
  }

  .nav-reports {
    margin-right: 5px !important;
    padding-left: 0px !important;
  }
  .nav-home {
    margin-right: -5px !important;
  }
}

.subtitle {
  margin-top: -25px !important;
  margin-bottom: 50px !important;
}

h1 {
  font-size: 10em;
  font-weight: 300;
  text-align: center;
  line-height: 1em;
  color: #fff;
  text-shadow: 5px 5px black;
  margin-bottom: 10px;
}

h2 {
  font-size: 2.5em;
  font-weight: 300;
  text-align: center;
  display: block;
  line-height: 1em;
  padding-bottom: 0.1em;
  color: #fff;
}

h2 a {
  font-weight: 700;
  text-transform: uppercase;
  color: #fb667a;
  text-decoration: none;
}

h3 {
  font-size: 2.5em;
  font-weight: 300;
  text-align: center;
  display: block;
  line-height: 1em;
  padding-bottom: 0.1em;
  color: #fff;
}

h3 a {
  font-weight: 700;
  text-transform: uppercase;
  color: #fb667a;
  text-decoration: none;
}

table {
  border-collapse: collapse;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.75);
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  margin-bottom: 50px;
}

table,
th,
tr,
td {
  margin: 0 auto;
  border: none;
  color: black;
  font-size: 1.25em;
  text-align: center;
  border-bottom: 3px solid #eee;
}

td a:hover {
  color: blue !important;
}

table tr:nth-child(odd) {
  background-color: #eee;
  border-bottom: rgb(129, 127, 127);
  border-top: rgb(129, 127, 127);
  opacity: 0.90;
}

table tr:nth-child(even) {
  background-color: white;
  opacity: 0.90;
}

.totals {
  text-align: center;
}

.container {
  margin-bottom: 150px !important;
}

.container th {
  background-color: #000;
  color: white;
  font-weight: bold;
}

.container th h1 {
  color: white;
}

.container td a {
  color: black;
  text-decoration: none;
}

.container td a:hover {
  color: black;
}

.container th {
  padding-top: 30px;
  padding-bottom: 30px;
}

.container th:first-of-type {
  border-top-left-radius: 10px;
}
.container th:last-of-type {
  border-top-right-radius: 10px;
}

th,
tr,
td {
  padding: 10px;
}
