@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Lato:wght@400&display=swap');

body {

    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    background-image: url(images/bg800bulbs.jpg);
    background-color: rgb(255, 255, 255);
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 14pt;

}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em;
}

.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 1.5em;
    font-weight: bold;
    color: #333;
}

.logo img {
    margin-right: 0.2em;
}

.menu {
    display: flex;
    gap: 1.5em;
}

.menu a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

.menu a:hover {
    text-decoration: underline;
}


#header {
    margin: 0;
    padding: 0; 
    width: 100%; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
}

#header img {
    width: 100%; 
}


.logo img {
    border-radius: 15px;
}

.gray-line {
    border: none;
    height: 0.1em; 
    background-color: rgba(128, 128, 128, 0.3); 
    margin: 1.5em 0 1.2em;
}

.dotted-line {
    border: none;
    border-top: 2px dotted black;
    width: 100%;
    margin: 0.5em 0; 
    display: block;
    margin-bottom:1em;
    column-span: all;
}

.solar {
    margin-top:10em;
}

.content-solar img, .content-geothermal img, .content-wind img {
    width: 250px;          
    height: 250px;         
    object-fit: cover;     
}


.content-solar, .content-geothermal, .content-wind {
    display: flex;
    justify-content: space-between;  
    align-items: flex-start;         
        width: 100%;  
        max-width: 1200px; 
        margin: 0 auto; 
}
    


.content-solar .content-solar-text, 
.content-geothermal .content-geothermal-text, 
.content-wind .content-wind-text {
    display: block;       
    max-width: 60%;        
    margin-right: 1.2em;    
}


.content-solar p, .content-geothermal p, .content-wind p {
    max-width: 100%;       
    margin-right: 0;
    margin-bottom: 1em;          
    word-spacing: 5px;
}


.content-solar img, .content-geothermal img, .content-wind img {
    margin-left: 0.9em;   
    align-self: flex-start; 
    float:right; 
}

.about-us-container {
    border-radius: 10px;
    padding: 1em;
    margin: 1em auto;
    width: 95%;
    max-width: 1050px;
    color: rgb(0, 0, 0);
    column-count: 2; 
    column-gap: 2em; 
}

.about-us-container h4 {
    text-align: left;
    margin-bottom: 0.5em;
    column-span: all; 
    width: 100%;
}

.about-us-container p {
    font-family: 'Lato', sans-serif;
    text-align: left;
    font-size: 1em;
    font-weight: 200;
    margin: 2rem 0;
}

.about-us-container p:first-of-type {
    margin-top: 0;
}


table {
    width: 100%;
}

table.menu {
    width: 50%;
    margin-right: 0;
    margin-left: auto;
    font-family: 'Montserrat', sans-serif;
    font-size: 35px;
}

a {
    color: black;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: black;
    text-decoration: underline;
}

hr {
    border: none;
    height: 0.2em;  
    background-color: #ccc; 
    margin: 1.5em 0; 
}

h1 {
    font-size: 29px;
    
}

h2, h3 {
    font-size: 26px;
} 

h3 {
    padding-top: 40px;
}

h4 {
    font-size: 32px;
    text-align: center;
}

#intro h5 {
    font-size: 30px;
    padding-bottom:20px;
    font-family: 'Lato', sans-serif;
    font-weight: 200;
}



h1, h2, h3, h4, h5 {
    font-family: 'Monserrat',sans-serif;
    font-weight: 700;
}



.button-container {
    text-align: center;
}

.back-to-top {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    background-color: #e9e9e9;
    color: #000000;
    padding: 0.75em 3em;
    border-radius: 8px;   
    border: 2px solid #c9c6c6;
    display: block;       
    text-align: center;   
    margin: 3em auto;    
    width: fit-content;   
}

.back-to-top:hover {
    background-color: #f1f1f1;
}

.container {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 20px;
    margin: 20px auto;
    width: 80%;
    max-width: 1200px;
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.75);

}



.testimonials {
    width: 100%;
    padding: 1.2em 0;
}

.testimonials h2 {
    font-size: 2rem;
    text-align: left;
    margin-left: 0; 
}

.testimonial {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px 0; 
    max-width: 100%;
}

.testimonial-img-box {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start; 
    width: 15%; 
    height: auto;
}

.cyan-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 10px; 
    height: 100%; 
    background-color: cyan;
}

.testimonial-img-box img {
    object-fit: cover;
    width: 100%; 
    height: auto;
}

.testimonial-text {
    flex: 1;
    text-align: left;
}

.testimonial-text p {
    font-size: 1.1rem;
    color: #333;
    line-height: 1.1;
    margin-bottom: 0.5em;
}

.testimonial-text strong {
    font-size: 1.4rem;
    font-weight: bold;
    color: #000;
    margin-top: 0;
}

#testimonials .gray-line {
    margin: 0.3em 0 0.5em; 
}

#resources {
    padding: 0;
}

.resources-container {
    
    border-radius: 10px;
    padding: 1.5em;
    margin: 1em auto;
    max-width: 1050px;
    color: rgb(0, 0, 0);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start; 
    gap: 0.3em; 
}

.resources-container, .about-us-container {
    background-color: rgba(255, 148, 71, 1); 
}


.resources-container h2 {
    font-size: 1.5rem; 
    text-align: left;
    margin-bottom: 0.3em; 
    width: 100%;
    position: relative;
}


.resources-column {
    flex: 1 1 48%;
    display: flex;
    flex-direction: column;
    justify-content: start;
}


.resources-column:first-child > p {
    min-height: 3em; 
    display: flex;
    align-items: center;
    margin-top: 0; 
}


.resources-container h3 {
    font-size: 1.2rem; 
    text-align: left;
    margin-bottom: 0.3em;
    padding-top: 0;  
    position: relative;
}

.resources-container h3::after {
    content: "";
    position: absolute;
    bottom: -0.2em;
    left: 0;
    width: 100%;
    border-top: 2px dotted black;
    display: block;
}


.resources-container p {
    margin: 0.3em 0;
    font-size: 0.95rem;
    line-height: 1.3;
}


ul {
    list-style-type: disc;
    padding-left: 1.2em;
    padding-bottom: 0;
    margin-top: 0;
}

li {
    font-size: 0.9em;
    margin-bottom: 0.2em;
    line-height: 1.3;
}

ul, li {
    font-family: 'Lato', sans-serif !important; 
}

.resources-section {
    margin-bottom: 0.75em;
}



ul.energy-tips-cont {
    list-style-type: disc;
    padding-left: 1.2em;
    padding-bottom: 0;
}

/* Footer Styling */
.footer {
    background-color: #ffffff;
    padding: 2.5em 1.25em;
    text-align: center;
}

.footer-top {
    margin-bottom: 1.25em;
}

.footer-columns {
    display: flex;
    justify-content: center;
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
}

.footer-col {
    flex: 1;
    min-width: 250px;
    margin: 0.625em;
    padding: 0 0.9375em;
    position: relative;
}


.footer-col:nth-child(2)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #bbb;
}

.footer-col:nth-child(2)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #bbb;
}

.footer-col h3 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.625em;
    padding-bottom: 0.3125em;
    border-bottom: 1px solid #bbb;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col ul li {
    margin: 0.3125em 0;
}

.footer-col ul li a {
    text-decoration: none;
    color: #000;
    transition: color 0.3s;
}

.footer-col ul li a:hover {
    color: #007BFF;
}


.footer-col p {
    margin: 0.3125em 0;
    color: #000;
    text-align: center;
}



.footer-social a:hover {
    color: #007BFF;
}


.footer-bottom {
    margin-top: 1.25em;
    padding-top: 0.625em;
    border-top: 1px solid #bbb;
}





