/*  Custom Styles */
h1 {
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  font-style: normal; }

/*h2,h3,h4,h5{*/
/*  font-family: "Nunito", sans-serif;*/
/*  font-optical-sizing: auto;*/
/*  font-weight: <weight>;*/
/*  font-style: normal;*/
/*}*/
body {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-style: normal; }

h2, h3, h4, h5, h6, .brand-name, .btn, .form-btn {
  font-family: "Brandon Text Regular" !important; }

.section--xs-small {
  padding: 0px 0px; }

.img-fluid {
  margin: 0rem auto !important; }

.footer__powered-by {
  display: none; }

.footer__text-container {
  display: flex;
  justify-content: right;
  position: relative;
  right: 10%; }

.social-icons__row {
  position: relative;
  bottom: 72px; }

.social-icons {
  margin-bottom: -60px; }

.social-icons__row {
  margin: 6px 0px 0px 10px; }

@media (min-width: 768px) {
  .offset-md-1 {
    margin-left: 3.333333%; } }
@media (max-width: 600px) {
  .social-icons__row {
    position: unset; }

  .footer__text-container {
    display: block;
    position: unset; }

  .social-icons {
    margin-bottom: 0px; } }
