@media screen and (max-width:1116px) {
     #seo-service, #navigation, #contact-info, #seo-service {
         display: none !important;
    }
     #mobilenav {
         display: block !important;
    }
     #mainContent {
         width: 100%;
         max-width:unset !important;
    }
}
@media screen and (min-width:1117px) {
     #seo-service, #navigation, #contact-info, #seo-service {
         display: block !important;
    }
     #mobilenav {
         display: none !important;
    }
}

#navigation {
width:300px;
}
#mainContent {
max-width: 798px;
}
#websiteupdate {
    max-width:698px;
    margin:0 auto;
padding:10px 20px;
text-align:left;
}
.calloutquote { 
    font-size:20px;
    line-height:32px;
    position: relative;
    border-radius: 11px;
    padding: 1em;
    display: flex;
    flex-wrap: wrap;
    background-color: #ecf1f0;
}
.calloutquote p {
     margin-top:20px;
}
.calloutquote p:first-of-type{
    margin-top:0px;
}
.lede { 
     font-style:italic;
     border-bottom:1px solid gray;
     padding-bottom:20px;
	 margin-bottom:50px;
	 line-height:1.5em;
}
h2.websitetips2 {
  margin: 30px auto !important;
}
.blogfeatureimagecaption {
max-width:600px !important; margin:10px auto 0 !important; 
}
/* november 2024 */
#mainContent { margin:0 auto;}
div.webdesign {
  background-color: #cc6666;
}

/* If the body has id="home", change the background color for div.webdesign */
body#home div.webdesign {
  background-color: #dba976;
} 
body#home div#navigation {
 height: 8895px; 
 }
 
/* mobile */
@media screen and (max-width:495px) {    
   h1.websitetips1 {
   font-size:32px !important; line-height:37px !important; padding:36px 20px !important;
   }
   h2.websitetips2 {
   font-size:28px !important; line-height:34px !important; margin:40px 0 !important; color:#000 !important;
   }  
   p, li {
   font-size:18px !important;
   line-height:30px !important; 
   }
}
/* desktop */
 @media screen and (min-width:496px) {
   h1.websitetips1 {
   font-size:42px; line-height:50px !important; padding:47px 20px !important; max-width:698px !important;
   }
   h2.websitetips2 {
   font-size:34px; line-height:44px !important; margin:50 0 30px !important; color:#000 !important;
   }
   p, li {
   font-size:20px !important;
   line-height:32px !important; 
   }
}
   h1.blog {
   margin:0 auto !important; 
   padding:20px 0 30px !important; 
   border:0px !important;
   max-width:700px !important;
}

h3.call-to-action {
margin-top:30px; padding-top:30px; border-top:2px solid #000; text-align:center; color:#c00; 
}

h3.call-to-action a {
color:#c00; 
}
 
.cta-wrapper {
display: flex; 
flex-wrap: wrap; 
align-items: flex-start; 
margin-top:30px; 
margin-bottom:20px; 
}

.cta-businesscard {
flex: 0 0 200px; height:483px; margin-right:20px; 
}

.cta-businesscard img {
width:200px; height:483px; border:1px solid silver
} 

.cta-message {
flex: 1; min-width: 300px; 
}

.cta-message > p:first-of-type {
margin-top:0;
}

/* STYLES FOR ACCORDION MOBILE */
.mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    background: #b15858;
    color: #fff;
    padding: 10px 15px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 9999;
  }
  .hamburger {
    font-size: 24px;
    cursor: pointer;
    background: none;
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .mobile-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    visibility: hidden;
    transition: visibility 0.3s ease;
  }
  
@media only screen and (max-width:450px) {
     .mobile-logo {
    left: 45%; 
    }  
 }
    
  .mobile-logo.visible {
    visibility: visible;
  }
  .mobile-logo img {
    max-width: 60px;
    margin-top: 12px;
    padding-bottom:2px;
    border-bottom:1px solid transparent;
  }
   .mobile-logo img:hover {  
   border-bottom:1px solid white;
   }
  #mobile-menu {
  display:none; padding: 15px; padding-bottom:0; background: rgb(244, 244, 244); box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
   } 
   
  #mobile-menu ul li {
  margin-bottom:10px; padding-bottom:10px; border-bottom: 1px solid #c7c7c7; 
  }
  .contact-info {
    font-size: 16px;
    white-space: nowrap;
    color: #fff;
    width: 200px !important;
    text-align: right;
    line-height: 1.2;
    font-family: verdana;
  }
  @media (max-width: 360px) {
    .contact-info {
      display: none;
    }
  }
    .nav-keyword {
  display: inline-block;
  color: #b30000;
} 
.nav-keyword:hover {
  text-decoration:underline;
}