/*
Theme Name:  CAFE - Hopper Child - Centers
Theme URI:   https://info.umd.edu
Author:      Rochelle Robinson - UMD INFO Web
Author URI:  https://internal.ischool.umd.edu/technology/web/
Description: Custom UMD INFO theme developed using Bootstrap framework.
Template:    hopper
Text Domain: hoppercenters
Version:     1.0 
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:        education,  grid-layout,  left-sidebar,  right-sidebar,  custom-logo,  responsive-layout,  accessibility-ready
*/

#header {
    background: url("images/banner.png");
}

#slider {
  background: url(images/cafehomepage.jpg);
  min-height: 600px;
  background-position: top center !important;
}

.slider img {
  width: 100%;
}

#facultytbl img { min-width: 240px; min-height:300px; }

#facultytbl td { padding: 10px; width: 25%; }

.footer-contact {margin-left: 1em;}

.footer_cafe{ padding-left: 110px;}

#facultytbl h2 { margin-top: 2em; }

@media screen and (max-width: 780px) {

  table { margin: auto !important;}

  table #facultytbl { margin: auto;}

  table td { display: block; text-align: center; }
  
  #facultytbl td {margin: auto; padding: 1em; width:100%;}

}