
#home-col-left {
  width: 50%; float: left;
}

#home-col-right {
  width: 50%; float: right;
}

#homepage  {
  margin-left: 160px;
  background-color: #FFF;
  min-height: 555px;
  border-radius: 6px 0 0 6px;
}

/*
img.logo-home {

}
*/


#promotional {
  margin-bottom: .7em;
}


#promotional .promo {
  float: left;
  display: inline-block !important;
  width: 33.33%;
  text-align: center;
}

#qotm {
  margin: 2em 1em .5em 1em;
}

#qotm b {
  display: block;
  color: #151883;
  font-size: large;
  font-weight: bold;
  text-align: center;
}

#qotm div {
  font-size: small;
  color: #043053;
  overflow: auto;
  margin: 0px;
  padding: .5em;
  border: 1px solid #0D598E;
  border-radius: 5px;
  background: ghostwhite;
  text-align: justify;
  height: 150px;
  overflow: auto;
}

#specialpromo {
  text-align: center;
  margin: .7em 0;
}


/*
#marquis {
}
*/

.marquis {
  float: left;
  display: inline-block !important;
  width: 33.33%;
  text-align: center;
}


.promos-marquis-headers {
  color: #000;
  border: 2px solid #FFF;
  border-radius: 13px;
  text-align: center;
  margin: 3px;
  padding: 3px;
}
.promos-marquis-headers:hover {
  border-color: #1874CD;
}

/*
#splash {

}
*/

#splash-box {
  text-align: center;
  /*height: 300px;*/
  height:auto !important;
}

#welcome-text, #kiosk-text, #library-text {
  display: none;
}

.splash-text {
  padding: 2em 2em 0 2em;
}
/* MOVE TO BS-CSS
.splash-text {
  font-size: 16px;
}

.splash-text b {
  font-size: 18px;
}
*/

.splash-link {
  cursor: pointer;
  width: 50%;
  height: 25px;
  background: #072441;
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  float: left;
}

.splash-title {
  cursor: pointer;
  background: #072441;
  color: white;
  font-weight: bold;
  text-align: center;
  height: 25px;
  font-size: 16px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

@media (max-width: 999px) {
/*
  #splash-box {
    height:auto !important;
  }
*/
  #qotm div {
    height:auto !important;
  }
}

@media (max-width: 767px) {

  #homepage {
    margin: 0 3px;
  }

  #home-col-left, #home-col-right  {
    width: 100%;
    float: none;
  }

  img.logo-home {
    width: 100%;
  }
}

@media (max-width: 480px) {

  #promotional, #marquis {
    float: none;
    padding-left: 2.5em;
  }

  #promotional .promo {
    width: 100px;
    margin: 0 .5em;
  }

  #marquis .marquis {
    width: 100px;
    margin: 0 .5em;
  }
}

/* FIN */