@import url('https://fonts.googleapis.com/css?family=Raleway:300,400');

* {
    box-sizing: border-box;
    font-family: Raleway;
    color: #5a5a5a;


}

.body {
    margin: 0;
    padding: 0;
    background-color:rgb(243, 243, 243);
}

.nav ul {
    margin: 0;
}


.nav li {
    padding: .5px;
    display: inline-block;
    display: inline;
}

.header {

    background-size: cover;
    padding-bottom: 0px;
    padding-top: 0px;
}

.nav {
    text-align: center;
    font-size: 1.1em;
    font-weight: lighter;
    border-bottom: 1px solid rgba(43, 43, 43, 0.3);
}

.nav li {
    padding: 0 5%;
}



.motto {
    text-align: center;
 
}

.contact {
    text-align: center;
    padding: 0%;
    padding-top: 0%;
}

.mt {
    text-align: center;
    -webkit-text-fill-color: black;
}

.main {
    text-align: center;
}

.copyright {
    text-align: center;
    background-color: #c9c9c9;
    display:block;
    padding-bottom: 0vh;
}

.img {
    text-align: center;
}

.number {
    text-align: center;
    -webkit-text-fill-color: black;
}

.service {
    text-align: center;
    -webkit-text-fill-color: black;
}

.s1 {
    text-align: center;
    line-height: 5vh;
    -webkit-text-fill-color: rgb(140, 68, 68);
}

.s2 {
    text-align: center;
}

.reviews {
    text-align: center;
    text-decoration: none;
}

.mt1 {
    line-height: 1vh;
    text-align: center;
}

.footerm {
    padding-left: 35vh;
}

.footercontact {
    padding-top: 4vh;
    padding-left: 30vh;
    float: left;
    padding-right: 50vh;

}

.kion {
    padding-left: 30vh;
}

.clearfix {
    clear:both
}

.abt {
    background-color: #eaeaea;
}

.sas {
    text-align: center;
    -webkit-text-fill-color: black;
}

.closed {
  text-align: center;
  -webkit-text-fill-color: red;
  /* base style, mobile overrides below */
}

/*ai wrote the following..*/
@media (max-width: 600px) {
  body, .body {
    padding: 10px;
    font-size: 1em;
  }
  .header, .footer, .copyright {
    text-align: center;
    padding: 10px 0;
  }
  .img {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .img img {
    width: 100%;
    height: auto;
    max-width: 350px;
    margin-bottom: 10px;
  }
  .nav ul {
    flex-direction: column;
    padding: 0;
  }
  .nav li {
    margin: 10px 0;
    display: block;
    padding: 0;
  }
  h1, h2 {
    font-size: 1.2em;
  }
  iframe {
    width: 100% !important;
    height: 250px !important;
  }
}

@media (max-width: 600px) {
  /* ... mobile styles (ai) */




/* Hide desktop logo, show mobile logo */


/* Responsive styles for mobile devices */
@media (max-width: 600px) {
  body, .body {
    padding: 10px;
    font-size: 1em;
    background-color: #fff;
  }
  .header, .footer, .copyright {
    text-align: center;
    padding: 10px 0;
  }
  .img {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .img img {
    width: 100%;
    height: auto;
    max-width: 350px;
    margin-bottom: 10px;
  }
  .nav ul {
    flex-direction: column;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .nav li {
    margin: 10px 0;
    display: block;
    padding: 0;
    text-align: center;
  }
  h1, h2 {
    font-size: 1.2em;
    word-break: break-word;
  }
  iframe {
    width: 100% !important;
    height: 250px !important;
  }
  .footerm, .footercontact, .kion {
    padding-left: 0;
    padding-right: 0;
    float: none;
    text-align: center;
  }
  
  }
  .main, .service, .s1, .s2, .sas, .reviews, .mt, .number, .contact, .closed {
    text-align: center;
    padding: 0 5px;
  }
    .number, .closed {
      display: block;
      width: 100%;
      margin: 12px 0 0 0;
      text-align: center;
      position: static;
      z-index: auto;
    }
  .copyright {
    font-size: 0.9em;
    padding: 10px 0;
  }
}

.modular {
  text-align: center;
  margin: 0;
}

.modular-mobile {
  display: none;
  text-align: center;
  margin: 0;
}

@media (max-width: 600px) {
  .modular {
    display: none;
  }
  .modular-mobile {
    display: block;
  }
}
  /* ...existing mobile styles... */

  .modular-mobile img {
  width: 260px;
  height: auto;
  max-width: 98vw;
  display: block;
  margin: 0 auto;
  }
  .map-container {
  margin: 0 auto;
  display: block;
  text-align: center;
}

@media (max-width: 700px) {
  .map-container {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }
  #display-google-map,
  .map-container iframe {
    width: 100% !important;
    height: 250px !important;
    max-width: 100% !important;
    margin: 0 auto;
    display: block;
  }
}
