/* Insert CSS overrides here */

a {
  color: #f29100;
}

a:hover {
  color: #e18700;
}

#brand-image {
  background-image: url('/assets/images/LOAFLogo300.png');
  background-repeat: no-repeat;
  width: 427px;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 991px) {
  #brand-image {
    background-image: url('/assets/images/LOAFLogo200.png');
    background-repeat: no-repeat;
    width: 285px;
    height: 200px;
    margin-right: auto;
    margin-left: auto;
  }
}

.LR-site-description {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #333333;
    text-align: left;
    margin: 0;
    width: 100%;
    max-width: none;
    letter-spacing: 1px;
}

.LR-box-container {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  width: 100%;
  max-width: 500px;
  margin: 80px 0 50px;
  background-color: #ffffff;
}

.LR-site-title {
  color: #000000;
  font-size: 100px;
  font-family: "tahoma", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.LR-site-tagline p {
  font-size: 40px
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  /* Insert mobile CSS overrides here */
}
