/****** ECE specific Block Edits ***********/

.bookcase {
   position:relative;
}

.book-on-shelf {
  background-image: url('https://engineering.purdue.edu/ECE/Archives-Wrap7/bookshelf/controls/images/bg-shelf.png'); 
  background-repeat:repeat-x; 
  background-position:bottom;
  min-height: 200px;
  position: relative;
}

.book {
  display:block;
  position:absolute;
  bottom: 0;
  margin-bottom: 25px;
}

.book img {
  max-width: 96% !important;
  min-height: 100% !important; 
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.book img:hover {
  border: 3px solid gray;
  opacity: 0.8;
  background-color:white;

}

/* ***************************** */
/* *** E X T R A - S M A L L *** */
/* ***************************** */
@media (max-width: 575.98px) {
  .book img {max-height:250px;}
  .book {max-width:100%;}
  .book-on-shelf {min-height: 250px;}
}


/* ***************** */
/* *** S M A L L *** */
/* ***************** */

@media (min-width: 576px) {
  .book img {max-height:200px;}
  .book-on-shelf {min-height: 200px;}
}

/* ******************* */
/* *** M E D I U M *** */
/* ******************* */

@media (min-width: 768px) {

}

/* ***************** */
/* *** L A R G E *** */
/* ***************** */

@media (min-width: 992px) {
  .book img {max-height:250px;}
  .book-on-shelf {min-height: 250px;}
}

/* ***************************** */
/* *** E X T R A - L A R G E *** */
/* ***************************** */

@media (min-width: 1200px) {
  .book img {max-height:300px;}
  .book-on-shelf {min-height: 300px;}
}


/***** End ECE Specific Block Edits *****/

.button-heading {
   margin: 50px 0px;
}


@media only screen and (min-width: 1350px){
   .emphasis {
     text-transform: uppercase;
     font-size: 2.0em;
   }
}

.cc-focus-bar p {
   color: #FFF; 
   font-size: 2.6em; 
   text-align: center !important; 
   margin-left:auto; 
   margin-right:auto;"
}

.cc-focus-bar img {
   min-height: 235px;
}


.research-virtual { 
   color: #9d986f !important;
}

.cc-focus-bar a:hover .research-virtual {
   color: #9d986f;
}

.research-physical {
   color: #97bbb6 !important;
}

.cc-focus-bar a:hover .research-physical {
color: #97bbb6;
}

@media only screen and (max-width: 1349px){
   .emphasis {
      text-transform: uppercase;
      font-size: 1.2em !important;
   }

}