/*
Theme Name:   HopperCenters
Description:  Hopper Theme - Centers and Labs
Author: Rochelle Robinson - UMD INFO Web
Author URI: https://internal.ischool.umd.edu/technology/web
Description: Custom UMD INFO theme developed using Bootstrap framework
Version: 2.0
Template:     hopper
Version:      1.0.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
Text Domain:  hoppergcenters
*/
body {
  font-family: 'Source Sans Pro', sans-serif !important;
  font-size: 1.1rem !important;;
}
.container {
  max-width: 1200px !important;
}

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

a {
  color: #e21833;
  text-decoration: none;
}

a:hover, a:focus {
  color: #e21833;
  text-decoration: underline;
}

a:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}

.homeblurb {
	max-width: 680px !important;
	margin: 4em auto;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: bold !important;
}

.wpcf7-submit:hover {
  background-color: #FFD200;
  color: #000;
  border: 2px solid #FFD200 !important;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 .2rem #999;
}

/* ------ VCAI Theme Specific ------ */

#footer h2 {
  background-color: #ffd200;
  margin: 0;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  padding: 10px;
}

.footer_levelone {
    background-color: #FFF !important;
}

.footer_levelone img {
  max-width: 290px;
  padding-right: 10px;
}



@media screen and (max-width: 1020px) {
.bg-light {
    background: url("images/banner.png") !important;
  }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
#menu-main-menu {
  background-color: #454545;
}
ul#menu-main-menu.navbar-nav li a {
  color: #FFF;
}
.navbar-toggler {
  border: none !important;
}
.dropdown-menu li a {
  color: #FFF !important;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #FFD200 !important;
  background-color: #454545 !important;
  }
}

  @media screen and (max-width: 568px) {
  a.sitename {
    font-size: 1.2rem;
    white-space: normal;
  }
}