/*
Theme Name: Millers Lawn and Maintenance
Theme URI: https://www.millerslawnmaintenance.ca/
Author: K. Miller
Version: 1.0
License: GNU General Public License
*/


.inner{}
.inner h1{}
.inner h2{}
.inner h3{}
.inner h4{}
.inner p{}
.inner ul,.inner ol{}
.inner li{}



.popup {
  display: none;
  position: fixed;
  top: 20%;
  left: 0;
  width: 100%;
  height: 60%;
/*   background-color: rgba(0, 0, 0, 0.5); */
  z-index: 999;
}

.popup-content {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  max-width: 600px;
  height: 100%;
  background-color: white;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: auto;
}

button {
  background-color: #f44336;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  float: right;
  margin-top: 10px;
}

button:hover {
  background-color: #e03629;
}

/* .cid-sSNhnn9Qhy .navbar .navbar-logo img{height: 3rem !important;} */
@media screen and (max-width:40em){

.cid-sSNhnn9Qhy .navbar .navbar-logo img{height:7rem !important;}


}

