/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 24 2020 | 15:08:03 */
/* For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp */ 

/*Report A Problem button*/
.ReportAproblem { 
    background: #B4B4B4;
    text-align: center;
    position: fixed;
    top: 294px;
    right: -525px;
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 0;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.ReportAproblem a {
  color: #ffffff;
  padding: 6px 14px;
  text-decoration: none;
}
/* Page Title */
h1, h1.entry-title {
    font-size: 2rem;
    line-height: .4rem;
    letter-spacing: -.0125em;
   	color:#266E85;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /*The menu bug Error on IE*/
   .site-header {
      padding: 0;
    }
  /*box content > buttons*/
    .button p {
      margin: 0;
  	}
  /*background image*/
  	.home .site {
      background-color: #3c7c91;
      background-image: url("https://groundwaterexchange.org/wp-content/uploads/2018/07/splash-color-bg.jpg");
      background-position: center top;
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
  	}
      
}
#comments {
  display: block !important;
}
