.breadcrumb li a {
  color: #FF613B;
  text-decoration: none; }

.intro {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #726b63 url("https://media1.shmoop.com/images/landing_images/math-shack-intro-bgr-original.png") top center no-repeat;
  background-size: 100%; }
  .intro .breadcrumb > li {
    text-shadow: 0 1px 0 #000; }
  .intro h1 {
    font-family: 'Homemade Apple', cursive;
    color: #FFF;
    font-size: 72px;
    margin-bottom: 0px; }
  .intro h2 {
    font-family: 'Bitter';
    color: #F4E3CA;
    font-size: 30px;
    margin-top: 0px; }
  .intro .head {
    width: 80%;
    margin: 0 auto;
    text-align: center; }

.leaderboard {
  padding: 10px; }

.suggestion-box {
  margin-top: 20px; }

.teacher-call-out {
  background-color: #f88358;
  height: 230px;
  padding: 15px;
  border: 10px; }
  .teacher-call-out .bison {
    height: 230px;
    background: url("https://media1.shmoop.com/images/general/bison.png") no-repeat center;
    background-position: 40px 20px;
    background-size: contain; }
  .teacher-call-out .speech-box {
    padding-left: 30px;
    padding-top: 1px;
    background: url("https://media1.shmoop.com/images/general/speech-bubble.png") no-repeat;
    height: 80px; }
  .teacher-call-out h1 {
    font-size: 30px;
    color: #000; }
  .teacher-call-out h2 {
    font-size: 16px;
    line-height: 80%;
    color: #000; }
  .teacher-call-out h3 {
    font-size: 14px;
    color: #000; }
