html,
body {
  color: #000;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
}

a,
a:link,
a:active,
a:visited,
a:hover {
  text-decoration: underline;
  color: #000;
}

nav a,
nav a:link,
nav a:active,
nav a:visited,
nav a:hover {
  text-decoration: none;
  color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'PT Serif', serif;
}

h5 {
  font-weight: 800;
}

.button,
.button:link,
.button:active,
.button:visited,
.button:hover,
button {
  background: black !important;
  color: #fff;
  text-decoration: none;
}

.center {
  text-align: center;
}

.jumbotron {
  background-image: url('../img/jumbotron.jpg');
  background-size: cover;
  min-height: 400px;
  color: #2E3532;
  text-align: center;
  padding: 100px 0;
  margin: -15px 0 15px 0;
  position: relative;
}

.jumbotron p {
  font-size: 1.5rem;
  font-weight: 900;
}

.jumbotron-buttons {
  margin-top: 10px;
}

.jumbotron-buttons .button {
  min-width: 175px;
  margin: 10px;
}

.top-bar {
  background: none;
  padding: 0;
}

.top-bar nav ul{
  background: black;
}

.top-bar nav {
  width:100%;
  background: black;
}

div [data-cell="top-right"] {
  text-align: right;
  padding-top: 15px;
}

div [data-cell="top-right"] button{
  background: white !important;
  color: black;
  text-decoration: underline;
}

div.login-link a {
  color: black;
  text-decoration: underline;
}

section.container {
  position: relative;
  min-height: 100%;
}

main {
  padding-bottom: 210px;
}

div [data-cell="content"] {
  padding-top: 15px;
}

footer {
  position: absolute;
  bottom: 0px;
  height: 190px;
  width: 100%;
  background:black;
  color: #fff;
  padding: 20px 0 20px 0;
}

label.file-upload {
  position: relative;
}

label.file-upload .upload-complete {
  position: absolute;
  top: 5px;
  right: 15px;
}

input.file-upload {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.button.full {
  width:100%;
  background: black;
}

.loading {
  position: fixed;
  top: 0; left: 0; width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.5);
  padding: 0.5em;
  text-align: center;
  -moz-box-sizing: border-box; box-sizing: border-box;
  z-index: 1000;
}

.loading > div{
  position: relative;
  width: 100%;
  height: 100%;
}

.loading > div > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0, -50%);

  display: inline-block;
  color: silver;
  font-size: 80px;
}

.settled {
  color: DarkGreen;
}

ul.pagination > li.current {
  background: black;
  color: white;
}

.social > div{
  width: 50px;
  text-align: center;
  float: right;
}

@media (max-width: 640px) {
  main {
  padding-bottom: 260px;
}

footer {
  height: 240px;
}


table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}
table tr {
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}
table th,
table td {
  padding: .625em;
  text-align: center;
}
table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  h5 {
    margin-top: 10px;
    font-weight: 800;
  }
  table {
    border: 0;
  }
  table caption {
    font-size: 1.3em;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  tr.hide-for-small, td.hide-for-small{
    display: none;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  table td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    white-space: pre;
  }
  table td:last-child {
    border-bottom: 0;
  }
}
