#lcylogo {
  max-width: 500px;
  height: auto;
}

header,
main,
footer {
  padding: 2px 5% 0;
}

footer {
  -webkit-box-shadow: 0 -1px 4px rgba(0,0,0,0.25);
  -moz-box-shadow: 0 -1px 4px rgba(0,0,0,0.25);
  box-shadow: 0 -1px 4px rgba(0,0,0,0.25);
  width: 90%;
}

#custom-footer {
  margin-top: 30px;
  margin-left: 5%;
  margin-right: 5%;
}

.align-inputs label {
  width: 200px;
  margin: 8px 0;
}

#map {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.25);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.25);
  box-shadow: 0 1px 4px rgba(0,0,0,0.25);
}

#g1,
#g4,
#g5 {
  width: 80px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  margin: 0;
}

.table th {
  text-align: center;
}

.table td {
  text-align: center;
}

/* Tabs */
section {
  padding: 20px 0;
}

section .section-title {
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
  text-transform: uppercase;
}

#tabs {
  background: #fff;
  color: #212529;
}

#tabs h6.section-title {
  color: #eee;
}

#tabs .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: #212529;
  font-size: 20px;
}

#tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #f3f3f3;
  background-color: transparent;
  border-color: transparent transparent #f3f3f3;
  border-bottom: 2px solid !important;
  font-size: 20px;
  font-weight: bold;
}
