
.arabicFont {
    font-family:'Courier New', Courier, monospace;
}

.font22{
    font-size: 22px;
    font-weight: 700;
}
.font50{
    font-size: 1.5rem;
}

.fBlue {
    color: #597ea6;
}

.fDGray {
    color: darkgray;
}


@media (min-width: 62em) {
    /* Bump up size of carousel content */
    .font50{
      font-size: 3rem;
    }
  }
  