/*
Theme Name: Mossyhill 2026B
Theme URI: http://mossyhillart.com/wp/generatepress-child/
Description: A child theme
Author: Reuben Moss
Template: generatepress
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: child theme
Text Domain: generatepress-child
*/

.site-header {
background: url('header-image.jpg');
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: 100%;
  height: 18em;
  background-position: bottom;
  background-repeat: no-repeat;
}

.main-title a {
  display: none;
}

.inside-header {
  background: url('header-name.png');
  background-size: 80%;
  background-repeat: no-repeat;
  height: 90%;
  background-position-y: 7em;
}
.mobile-menu-control-wrapper {
  background: #91bd85;
  border: #000 dotted 1px;
}
.main-nav {
  background: #91bd85;
  border: #000 dotted 1px;
}
.main-navigation {
background-color: rgba(0, 0, 0, 0.01);
}
.main-navigation .main-nav ul li a {
line-height: 2.5em;
font-weight: bold;  
}
.pod-grid-gallery {
  display: grid;
  /* Creates two columns of equal width */
  grid-template-columns: auto auto auto auto auto;
  /* Adds space between the grid items */
  grid-gap: 2%;
  padding: 0;
  width: 100%;
}
.pod-grid-child {
  display:grid; 
  width: 90%; 
  border: #000 solid 0 0 2px 2px;
}


/* Styles for screens 768px and wider (tablets and desktops) */
@media only screen and (max-width: 768px) {
.site-header {
background: url('https://mossyhillart.com/wp/wp-content/uploads/2026/01/header-image-scaled.jpg');
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: 100%;
  height: 150px;
  background-position: bottom;
  background-repeat: no-repeat;
}
.inside-header {
  background: url('header-name.png');
  background-size: 80%;
  background-repeat: no-repeat;
  height: 90%;
  background-position-y: 2em;
}

}
}

