body {
  font-family: 'Roboto', sans-serif;
  background-color: #111;
  color: #f4f4f4;
  line-height: 1.6;
}

a {text-decoration: none; color: #E53935;}
a:hover {color: #fff;}

.w3-bar {
  background-color: #000;
  border-bottom: 2px solid #E53935;
}

.w3-bar a {
  color: #f4f4f4 !important;
}

.w3-bar a:hover {
  background-color: #E53935 !important;
  color: #fff !important;
}

.btn-red {
  background-color: #E53935;
  color: #fff !important;
  padding: 14px 36px;
  border-radius: 8px;
  font-weight: bold;
  text-transform: uppercase;
  transition: 0.3s;
}

.btn-red:hover {
  background-color: #c62828;
  color: #fff !important;
}

.section-dark {background-color:#1a1a1a; padding:60px 16px;}
.w3-card {background-color:#222; color:#fff; border:1px solid #333;}

footer {
  background-color: #000;
  color: #aaa;
  padding: 32px 16px;
  text-align: center;
  border-top: 2px solid #E53935;
}

footer a {color:#E53935;}
