/* 
  Author : Miguel Castelo
  File : default.css
  Project : castleweb.ca
*/

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.featurette img {
  max-width: 100%;
  height: auto;
}

.footer {
  padding-top: 3rem;
  padding-bottom: 2rem;
  min-width: 100%;
  background-color: steelblue;
  color: lightgray;
}

@media only screen and (max-width: 768px) {
  .footer,
  .footer-right {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .footer-right {
    text-align: right;
  }
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.footer a {
  color: white;
}