body{
    background-image: url(images/bg800bulbs.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.container-one{

        background-color: white;
        width: 90%; 
        max-width: 75em; 
        margin: 0 auto; 
        padding: 1.5em 1.5em 1.5em 1.5em; 
        border-radius: 0.5em;
        box-shadow: 0.5em 0.5em 0.5em rgba(0, 0, 0, 0.3);
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5em 1.5em;
    
}

.logo-container {
    display: flex;
    align-items: center;
}

.logo {
    width: 5em; 
    height: auto;
    margin-right: 0.5em;
}

.business-name {
    font-size: 1.5em;
    font-weight: bold;
    color: rgb(0, 0, 0);
}

.nav-links {
    list-style: none;
    display: flex;
}

.nav-links li {
    margin-left: 1em;
}

.nav-links a {
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-size: 1.2em;
}

.nav-links a:hover {
    text-decoration: underline;
}

.first-slogan{

text-align: center;
font-weight: bolder;
font-size: 2.25em;
padding: 0.25em;
}

.second-slogan{
    font-size: 1.5em;
    padding-bottom: 4em;
}

.h2 {
    color: #333;
    margin-bottom: 1.5em;
    border-bottom: 0.225em solid #ddd;
    padding-bottom: 0.5em;
  }
  
 
  .section p {
    margin-bottom: 1em;
  }
  
  
  .section .image-container {
    width: 100%;
    max-height: 12.5em; 
    overflow: hidden;
    margin-bottom: 1.5em;
  }
  
  section img {
    
    height: auto;
    display: block;
    float: right;
  }
  
  .sec-one{
    padding-top: 1em;
    padding-bottom: 7em;
  }
 
.sec-two{
    padding-top: 1em;
    padding-bottom: 3em;
}

.sec-two img{
    padding-top: 0.5em;
    padding-left: 0.25em;
    
}

.sec-three{
    padding-top: 1em;
    padding-bottom: 2em;
}

.sec-three img{
    padding-left: 0.5em;
}


.page-container {
    display: flex;
    justify-content: center; 
    align-items: center; 
    padding: 1em;
  }

.back-to-top {
    display: inline-block; 
    background-color: white;
    border: 1px solid gray;
    border-radius: 0.5em;
    padding: 0.5em 3em;
    text-align: center; 
    
  }
  
  .back-to-top a {
    text-decoration: none; 
    color: black; 
    font-size: 1em; 
   
  }
  
  .back-to-top a:hover {
    text-decoration: none; 
    color: black; 
  }


.container-two{
    background-color: rgb(243, 150, 63);
    width: 97%; 
    max-width: 80em; 
    margin: 0 auto; 
    padding: 4em 2em 4em 3em; 
    border-radius: 0.5em;
    
}

.container-two hr{
    border: dotted ;
    border-style: dotted none none none;
    color: rgb(0, 0, 0);
   
}

.about-us p{
    column-count: 2;
    column-gap: 1em;
   }


   .testimonials {
   margin-right: 4em;
    padding: 1.5em;
    width: 100%;
}

.test-one, .test-two {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1em;
    
}

.image-container-one {
    margin-right: 1em;
   flex-shrink: 0; 
   padding-top: 1em;
   
}


.test-one p, .test-two p {
    margin: 0;
    line-height: 1.6;
    text-align: left;
    padding-top: 1em;
}

.test-one strong, .test-two strong {
    display: block;
    margin-top: 0.5em;
    font-style: bold;
    color: #000000;
}

.container-three{
    background-color: rgb(243, 150, 63);
    width: 97%; 
    max-width: 80em; 
    margin: 0 auto; 
    padding: 2em 2em 4em 2em; 
    border-radius: 0.5em;
    
}

.container-three hr{
    border: dotted ;
    border-style: dotted none none none;
    color: rgb(0, 0, 0);
    padding-bottom: 1em;
   
}

.resources{
    column-count: 2;
    column-gap: 2em;
   }

.contact h2{
  text-align: center;
  padding-top: 2em;
}

.contact hr{

    width: 50%; 
    margin: 1em auto; 
    border: none; 
    height: 0.125em; 
    background-color: #ccc; 
  }



   form {
    max-width: 70%;
    margin: 3em auto;
    padding: 1.5em;
    background: #f4924c;
    border-radius: 0.625em;
    box-shadow: 0 0.25em 0.625em rgba(0, 0, 0, 0.1);
  }
  
  label {
    display: block;
    font-weight: bold;
    margin-top: 0.75em;
    font-size: 1em;
  }
  
  input, textarea {
    width: 100%;
    padding: 0.625em;
    margin-top: 0.3125em;
    border: 0.0625em solid #b7adad;
    border-radius: 0.3125em;
    font-size: 1em;
  }
  
  input:focus, textarea:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 0.3125em rgba(0, 123, 255, 0.5);
  }
  
  textarea {
    resize: vertical;
    min-height: 6.25em;
  }
  
  button {
    width: 100%;
    padding: 0.75em;
    margin-top: 1em;
    background: #827f7a;
    color: white;
    border: none;
    border-radius: 0.3125em;
    font-size: 1.125em;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
  }
  
  button:hover {
    background: #c3d1e0;
  }
    
.ending-slogan{
    text-align: center;
    padding-top: 2em;
}

.info-container{
    width: 95%; 
    max-width: 80em; 
    margin: 0 auto; 
   padding-top: 2em;
}


.info{
    column-count: 3;
    text-align: center;
    column-rule: thin solid black;
}

.last-h3{
    text-align: center;
    padding-top: 2em;
    padding-bottom: 0.225em;
    
}


.social-links {
    display: flex;
    justify-content: center; 
    align-items: center; 
    font-size: 1em; 
    color: #000000; 
    padding: 0.5em; 
  }
  
  .social-links a {
    text-decoration: none; 
    color: inherit; 
    margin: 0.225em; 
  }
  
  .social-links a:hover {
    text-decoration: underline; 
  }
  
  .links {
    display: flex;
    justify-content: center; 
    align-items: center; 
    font-size: 1em; 
    color: #000000; 
    padding: 0.5em; 
    padding-bottom: 2em;
  }
  
  .links a {
    text-decoration: none; 
    color: inherit; 
    margin: 0.225em; 
  }
  
  .links a:hover {
    text-decoration: underline; 
  } 


  
@media (max-width: 75em ) {
  .container {
    display: block; 
  }

  .section, img {
    width: 100%; 
    margin-bottom: 1.5em; 
  }

.section, nav{
  flex-direction: column;
}

}






