body {
  font-family:Montserrat;
  margin:0;
}

.top-container {
 max-height: 127px;
    width: 100%;
    display: flex;
    justify-content: center;
    border-bottom: 4px solid teal;
}

.content {
  width:100%;
  }
  
.return {text-align:center}
.top-banner {
  
  background:#aaa;
}

.logo {display:flex;

justify-content:center;}

#logo-headings {
      padding: 20px 0px;
   
}
.logo h1 {
  text-align:center;
  color:#fff;
  
  margin:0px;
  font-size:45px
}
.logo h2 {text-align:center;
margin:0px;

color:teal}
#logo-img img{
        height: 80%;
    padding: 10px;
    text-align: center;
}

.nav-container {display:none;}
  #menu {display:flex;justify-content:center;align-items:center;height:100%;}
#menu li{float:left; padding: 0px 10px; list-style-type: none; }
#menu li > a {text-decoration:none;color:#333; font-weight:600;text-transform:uppercase;}
 #hero-copy {

    position: absolute;
    top: 50%;
    line-height: 1.53;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    padding: 1rem;
    background: rgba(0, 128, 128, 0.75);
    width: 90%;
    max-width: 1200px;
    font-weight: 600;
    border-radius:20px;
    font-size: 1.7vw;
    z-index:10;
 }

#top-email {background:teal;
padding:10px 10px 10px 20px;
text-align:center;
font-weight:600;}

#top-email a, i {
    text-decoration:none;
    color:white;
}
.hero {
   position: relative;
  width: 100%;
   overflow: hidden;
}

.slider img {
  width:100%;
  height:200px
}
.what-we-do {
  display:flex;

   padding:5px 10px;
  
  
}
.what-we-do .fa {color:#ff2232;
        font-size: 18px;
    width: 40px;
}
.repair {
  width:50%;
  background:#ddd;
  margin-right:5px;
  
   
}

wwd {width:100%}
.wwd h2 {
  
  padding:10px;
  font-size:30px;
text-align:center;
margin:0;
}

 .repair-content {
  background:#ddd;
   flex:1;
 
   width:100%;
 }
.repair-content h2 {
  text-align:center;
  padding:20px 10px 10px 10px;
  color:teal;
}

.intro {
  text-align:center;
  padding: 0px 40px;
  min-height:80px;
}

#repair-intro {
  color:#333;
}
#design-intro {
  color:#333;
}
.design {
   width:50%;
  background:#ddd; 
  margin-left:5px;
}
.design-content {
 background:#ddd;;
  width:100%;
   flex:1;
}
.design-content h2 {
  text-align:center;
  padding:20px 10px 10px 10px;
  color:teal;
}
.contact-form {
  border-radius: 5px;
  
  padding: 20px;
width:50%;
  margin: 0 auto;}
.contact{
 background-color: #ddd;
    display: flex
;
    margin: 5px 10px;
}
.footer-image {
    
    display:flex;
        width: 50%;
        justify-content:center;
    margin: 0 auto;

    }
.footer-image img {
    width:100px;
    padding:10px;
}   
.address-footer p {
    margin:0;
    font-weight:400;
 }
 .address-footer  {
    padding:20px 10px;
 }
 .slider {
      position: relative;
      width: 100%;
      max-width: 100%; /* Adjust as needed */
      height: 300px; /* Adjust as needed */
      margin: auto;
      overflow: hidden;
      
    }

    .slide {
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: 0;
      animation: fade 50s infinite;
      z-index: 1; /* Ensure slides are behind */
    }

    .slide:nth-child(1) { animation-delay: 0s; }
    .slide:nth-child(2) { animation-delay: 10s; }
    .slide:nth-child(3) { animation-delay: 20s; }
    .slide:nth-child(4) { animation-delay: 30s; }
    .slide:nth-child(5) { animation-delay: 40s; }

    @keyframes fade {
      0%   { opacity: 0; }
      5%   { opacity: 1; }
      25%  { opacity: 1; }
      30%  { opacity: 0; }
      100% { opacity: 0; }
    }

    .slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

label {
  color:teal;
  font-weight:700
}
input[type=text], select, textarea, {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  background: teal;
  resize: vertical;
}
input[type=email] {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
} 
input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #aaa;
  color: white;
  padding: 12px 40px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #bbb;
}
@media screen and (max-width:1024px) { #logo-headings h1{
  font-size:4.7vw;
  } 
  #hero-copy {
  font-size:2.5vw;}
  #logo-headings h2 {
    font-size: 2.5vw;
  }
  .logo {
    margin: 0px 0px;
  }
  #logo-img {display:none}
}

@media screen and (max-width:767px) {
  .repair {
    width:100%;
    margin-bottom:10px;
    margin-right: 0;
  }
      #hero-copy

 {
        font-size: 3.1vw;
    }

.wwd h3 {
    font-size: 2.5vw;
}    
    .slider {height:200px;}
  .what-we-do {}
  .design {
    width:100%;
    margin-left:0;
  }
.nav-container {
    display:flex;
    background:#ddd;
    border-bottom:4px solid teal;
height:50px;
width:100%;
justify-content:center;
}
  .what-we-do {
  
  flex-direction:column;
  }
  .contact-form {width:100%;}
}

@media screen and (max-width:450px) { #logo-headings h1{
  font-size:8.7vw;
     
  } 
  #menu li {
          font-size: 4vw;
  }
  #logo-headings h2 {
    font-size: 4.5vw;
    padding: 0px 20px
  }
  #logo-headings {
       padding: 0px 0px 17px 0px;
  }
  .logo {
    margin: 10px 0px;
  }
  
}

  .footer-block {background:#bbb;
          border-top: 2px solid #999;
    border-bottom: 7px solid teal;
  }
  .footer-block h2 {
    text-align:center;
    padding:15px 10px 8px 10px;
    margin:0;
        color: #ff7676;
  }

/* Style the buttons that are used to open and close the accordion panel */
.accordion-section {
  width:90%;
  margin:0 auto;
  padding-bottom:20px;
}

.accordion {
  
  color: #444;
  cursor: pointer;
  padding: 12px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.accordion #accrepair:after {
  content: '\002B';
  color: #333;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  line-height: 1.4;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion active .panel {
    margin-bottom:2px;
}

#accrepair {
  background-color: #bbb;
  border-bottom:2px solid #ddd;
  color:white;
  font-size:18px;
  letter-spacing:1px;
  font-weight:500;
  text-transform:uppercase;
}
#accrepair:hover, #accdesign:hover {
    background:#ccc;
}
#accdesign {
 background-color: #bbb;
  border-bottom:2px solid #ddd;
  color:white;
  font-size:18px;
  letter-spacing:1px;
  font-weight:500;
  text-transform:uppercase;
}

.back-to-top {
    display:none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #333;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  opacity: 0.7;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 1000;
}

.back-to-top:hover {
  opacity: 1;
  transform: translateY(-4px);
}

.print-examples {
    
}
.print-row {
    width:100%;
    display:flex;
    flex-wrap:wrap;
}

.print-element {
    width:33%;
}
 
.print-element img {
    width:100%;
} 

.print-image {
    padding:5px;
}

.footer-sub-headline {
    text-align:center;
    margin:0;
    color: white;
    padding-bottom: 15px;
}

.footer-text {
    background:teal;
}
