body {
    background: rgb(255,251,227) !important;
}

.jumbotron {
    background: none !important;
}

div.bookstack {
    background: url('../static/8852.png') center no-repeat;
    background-size: 600px;
}

.navbar-brand {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -75px !important;  /* 50% of your logo width */
    display: block;
}

div.bookmark-box {
    display: block;
    height: 75px;
    width: 400px;
    position: absolute;
    right: 0px;
    top: 75px;
    background: rgb(255, 0, 51);
    font-family: Noteworthy, 'Comic Sans', Arial;
    font-size: 50px;
    color: rgb(255, 251, 227);
    line-height: 75px;
    z-index: 7;
  }
  
  body {
    background: rgb(255, 251, 227);
  }
  
  .bookmark-box > div.arrow-right {
      width: 0; 
      height: 0; 
      border-bottom: 38px solid transparent;  /* left arrow slant */
      border-top: 38px solid transparent; /* right arrow slant */
      border-left: 38px solid rgb(255, 251, 227); /* bottom, add background color here */
      font-size: 0;
      line-height: 0;
    float:left;
    
  }
  
  .bookmark-box > div.text {
    float:left;
    margin: 0px 30px;
  }
  
  .bookmark-box > div.circle {
    height: 38px;
    width: 38px;
    background-color: rgb(255, 251, 227);
    border-radius: 50%;
    display: inline-block;
    margin-top: 18px;
  }

#SponsorsDiv > div.col-sm {
    margin: 10px;
  }

div.page-header.container {
  position: fixed;
  background: rgb(255, 251, 227);
  z-index: 8;
  width: 75%;
  margin-left: -50%;
  left: 50%;
}

.btn-primary {
  background-color: #e11614 !important;
  border: none !important;
}

.displayText {
  text-align: center;
  font-weight: 300;
  line-height: 1.2;
}