#logo { text-align: center; padding-top: 18px; }
#main { padding-top: 130px; text-align: center; }
#menuzone { margin: 0 auto; max-width: 920px; padding-top: 15px; font-family: 'Open Sans', sans-serif; font-size: 15px; }
#menuzone ul { list-style-type: none; padding: 0px; margin:0px; }
#menuzone1 { float:left; width:240px; line-height: 20px; }
#menuzone2 { width:450px; display: inline-block; line-height: 20px; }
.open-sans-<uniquifier> {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
#slider1 { text-align: right; max-width: 920px; margin: 0 auto; }
#about-address { text-align: center; font-family: 'Open Sans', sans-serif; font-size: 20px; font-weight: 650; text-shadow: 0 0 10px white;}
#about-contact { text-align: center; font-family: 'Open Sans', sans-serif; font-size: 20px; font-weight: 650; text-shadow: 0 0 10px white;}
#about-text { text-align: justify; font-family: 'Open Sans', sans-serif; font-size: 17px; padding:0px 10px; font-weight: 400; color: #ffffff;}
.about-hr {border-top: 1px solid; color: #B0B0B0; width: 50%;}

a {text-decoration:none; color: #cfcaca;}
a:visited {text-decoration:none; color: #9e9c9c;}
a:hover { text-decoration:none; color: black; cursor: pointer; }
a.custom-link {
    color: black; text-shadow: 0 0 10px white;
}


.respimg { max-width: 100%; height: auto; }
.respimghdr { max-width: 300px; height: auto; }

#SERVICES, #STAIRS, #RAILINGS, #GATES_AND_FENCING, LANDSCAPE_FEATURES, #ARCHITECTURAL_METALWORKS, #ABOUT { display: none; }

a.up { color: black; }

/* Slider */
ol.bjqs-markers li a{display:inline-block; font-family: 'Open Sans', sans-serif; font-size: 15px; letter-spacing: 8px; }
ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{ color: black; }
ul.bjqs-controls.v-centered li a{ color: black; background: grey; font-family: 'Open Sans', sans-serif; }

/* Swiper */
.swiper-container {
    max-width: 920px; margin: 0 auto;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    margin-bottom: -8px;
}
/*.swiper-pagination {
    position: ;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
	z-index: 10;
}*/

.swiper-pagination-bullet {
    width: 18px;
    height: 18px;
	    margin: 0 5px; /* Adjust spacing between bullets */
    text-align: center;
    line-height: -9px;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color:#000;
    background: #D0D0D0;
	opacity: 1;
}
.swiper-pagination-bullet-active {
    color:#fff;
    background: #000;
}

/* Hamburger menu */

body { 
    margin: 0 0 0 0;
    padding:0 0 0 0;
    padding-bottom: 25px;
}

#logoham {
  top: 0;
  position: absolute;
  width: 100%;
  z-index: 9999;
}

.mobile-nav {
  top:0;
  display: none;
}

.menu-btn  {
    position: absolute;
    right:10px;
    top: 15px;
    margin: 0 5px;
    line-height: 1.2;
    font-size: 18px;
    font-weight: 200;
    vertical-align: middle;
    z-index: 99;
    width: 30px;
}

.menu-btn span {
    display: block;
    width: 20px;
    height: 3px;
    margin: 4px auto;
    background: rgb(0,0,0);
    z-index: 99;
}

.responsive-menu{
    display: none;
    background: white;
    height: 850px;
}

.responsive-menu ul {
    margin: 0 0 0 0;
    padding:0 0 0 0;
}
.responsive-menu li {
    background: #f0f0f0;
    position:relative;
    line-height: 30px;
    list-style-type: none;
    margin: 2px 0px;
    padding: 2px 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}
.responsive-menu li ul li {
    background: #f0f0f0;
    margin: 2px 10px;
}

.responsive-menu a { color: black;}

.expand {
    display: none;
}

.open-menu-link{
    display: none;
    position: absolute;
    right: 15px;
    top:0;
    line-height: 30px;
    font-size: 30px;
    cursor: pointer;
}

li .sub-menu{
    display: none;
}


.visible {
    display: block !important;
}

#menuzone {
  overflow: auto;
  display: flex;
}

/* If <= max-height we hide the standard foot and display the hamburger menu */
@media screen and (max-height: 768px){ 
 /*  .mobile-nav { display: block; } */
  /* #menuzone { display: none; } */
 /*  .expand { display: block !important; } */
  ol.bjqs-markers li a{display:inline-block; font-family: 'Open Sans', sans-serif; font-size: 24px; letter-spacing: 20px; }
}

@media only screen and (max-width: 920px) {
  
  .video-container {
    width: 100%;
  }
  
  #menuzone {
    display: flex;
    overflow: auto;
  }
  
  #menuzone > div {
    padding: 16px;
    width: auto;
    float: none!important;
  }
  
  #menuzone li {
    white-space: nowrap;
  }
  
  #about-address, #about-contact {
    font-size: 14px;
  }
  
  .swiper-slide > div {
    width: 100%!important;
  }
  
}

@media only screen and (max-width: 500px) {

  #menuzone li {
    white-space: normal;
  }
  
  #about-address, #about-contact {
    font-size: 11px;
  }
  
}



body {
  overflow: hidden;
}

@media screen and (max-width: 920px) { 
  #menuzone {
    width: calc( 100% - 2rem );
  }
}

@media screen and (max-height: 768px){ 
  
  #main > div {
   object-fit: contain; 
  }
  
  #main {
    padding-top: 80px;
    overflow: hidden;
  }
  
  .respimghdr {
    max-width: 150px;
  }
  
}


#menuzone li {
  line-height: 1.5;
}

@media screen and (min-width: 500px) and (max-height: 768px){ 
  /* .mobile-nav { display: block; } */
 /* #menuzone { display: none; } */
 /*  .expand { display: block !important; } */
  ol.bjqs-markers li a{display:inline-block; font-family: 'Open Sans', sans-serif; font-size: 24px; letter-spacing: 20px; }
  
  #main > div {
   object-fit: contain; 
  }
  
  #main {
    padding-top: 80px;
    overflow: hidden;
  }
  
  .respimghdr {
    max-width: 150px;
  }
  
  .respimg {
    max-width: 100%;
  }
  
  #menuzone {
    font-size: 10px;
    line-height: 1.2;
    width: 50%;
  }
  
  .swiper-container {
    aspect-ratio: 16/9;
    width: 50%;
    margin: 0 auto;
  }
  
  #menuzone > div {
   
    max-width: 920px;
  }
  
  
}

@media screen and (max-width: 400px) and (min-height: 768px){ 
  
  #main {
    padding-top: 80px;
    overflow: hidden;
  }
  
  .respimghdr {
    max-width: 150px;
  }
  
  #menuzone {
    font-size: 12px;
  }
  
} 