/* Styles for Bus Compass */
body {
  background-color: #dff2fa;
}

.container {
  background-color: #f2f5f7;
}

.navbar {
  margin: 0 -15px;
}

.navbar-text a:hover {
  text-decoration: none;
}

.navbar-brand img {
  height: 40px;
}

.navbar-text img {
  height: 30px;
}

.lead {
  font-size: 2rem;
  margin-top: 1rem;
}

.btn-primary {
  background-color: #4d5060;
  border: none;
  padding: 15px 30px;
  white-space: normal;
}

.btn-primary:hover {
  background-color: #005b81;
}

#section1 {
  background-image: url(../images/mapbg.jpg);
  padding-top: 20px;
  padding-bottom: 20px;
}

.img-left {
  background-image: url(../images/busses.jpg);
  background-size: cover;
  background-position: center center;
  min-height: 200px;
}

.img-right {
  background-image: url(../images/woman.jpg);
  background-size: cover;
  background-position: center center;
  min-height: 200px;
}

#section3 {
  margin: 0 20px 40px;
}

#section3 img {
  width: 200px;
  max-width: 100%;
  display: block;
  margin: 40px 20px 20px;
}

.section4 {
  padding: 20px;
}

.section4 img {
  padding: 40px 20px 0 40px;
}

.section-dark {
  background-color: #9dd3eb
}

#section5 {
  background-color: #e9edef;
  padding-top: 40px;
  padding-bottom: 40px;
}

#section5 .col-md-6 {
  padding: 0 40px;
}

#section5 .col-md-6:first-child {
  padding-bottom: 20px;
}

[hidden] {
  display: none !important;
}

.login-section {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 150px;
}

.login-section h2 {
  font-size: 1.2rem;
  font-weight: normal;
  margin-bottom: 10px;
}

.login-section .btn {
  border: none;
  margin-bottom: 10px;
}

.login-section .btn:not(:last-child) {
  margin-right: 6px;
}

.login-section .btn-primary {
  background-color: #007bff;
  padding: 11px 30px;
}

.login-section .btn-info {
  background-color: #b94535;
  padding: 5px 7px;
}

.login-section .btn-info:hover {
  box-shadow: 0 0 0 3px rgba(185, 69, 53, .5);
}

.login-section .btn-info img {
  height: 36px;
}

.button-row a {
  margin-left: 10px;
}

.copyright {
  float: left;
  padding: .5rem 1rem;
}

.image-column {
  border-bottom: 20px solid #dfe7ea;
  border-top: 20px solid #dfe7ea;
  padding: 20px;
}

.image-column img {
  height: 80px;
  margin-bottom: 10px;
}

/* Desktop-only */
@media only screen and (min-width: 768px) {
  #section2 .col-md {
    display: table-cell;
  }

  #section5 .col-md-6:first-child {
    border-right: 1px solid #c4cdd0;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }
}