/* Custom styles for the jumbotron template */

body {
  padding-top: 80px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.navbar {
  box-shadow: 0 2px 4px rgba(0,0,0,.1);
}

.img-rounded {
  border-radius: 8px;
}

h2, h3 {
  margin-bottom: 1rem;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.1);
}

a {
  color: #007bff;
  text-decoration: none;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

.container {
  margin-bottom: 2rem;
}

footer {
  color: #666;
  font-size: 14px;
}

