/* This is the CSS for the footer on https://presto-support.collobos.com/ */

.collobos-footer {
  background-color: #2c323d;
  padding: 30px 0;
  text-align: center;
  font-size: 12px;
  font-family: sans-serif;
  color: #808284;
  box-sizing: border-box;
}

.collobos-footer.for-blog {
  margin-top: 40px;
}

.collobos-footer * {
  box-sizing: inherit;
}

.collobos-footer p {
  color: white;
  margin: 0.1em 0;
  opacity: 0.5;
}

.collobos-footer .footer-links {
  display: flex;
  justify-content: space-between;
  width: 95%;
  max-width: 600px;
  margin: 0 auto 40px auto;
  line-height: 2em;
  font-size: 14px;
}

.collobos-footer .footer-column {
  text-align: left;
}

.collobos-footer .footer-title {
  font-weight: bold;
  font-size: 16px;
}

.collobos-footer .footer-link {
  text-decoration: none;
  color: white;
}

.collobos-footer .footer-link &:hover,
.collobos-footer .footer-link &:active {
  color: white;
}

.collobos-footer .go-span {
  font-style: italic;
  /* We have to reset some of the styles in the help site's CSS */
  float: none;
  min-height: 0;
  margin-left: 0;
}

@media (max-width: 767px) {
  .collobos-footer .footer-links {
    display: block;
  }
  
  .collobos-footer .footer-column {
    text-align: center;
    margin-bottom: 1em;
  }
}
