html, body {
    margin: 0;
    padding: 0;
    height: auto;
	font-family: 'Nunito Sans', sans-serif;
}
.container, .flex-container {
	overflow: auto;
}
.flex-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.header1 {
	display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    width: 100%;
    background-color: #626262;
    position: relative;
	}
.header1a {
	display: flex;
	height: 46px;
    width: 1150px;
	align-items: center;
	justify-content: space-between;
}
.header1a a {
    font-size: 24px;
    color: #FFFFFF;
	align-items: center;
    text-decoration: none;
}
.tel {
	display: flex;
	align-items: center;
}
.material-icons {
  	margin-right: 10px;
}
.header2 {
	display: flex;
    justify-content: center;
    align-items: center;
    height: 92px;
    width: 100%;
    background-color: #FFFFFF;
    position: relative;
	z-index: 2;
	}
.header2a {
	display: flex;
	height: 92px;
    width: 1150px;
	align-items: center;
}
.navbar {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
	z-index: 3;
}
.navbar ul {
    list-style: none;
    display: flex;
    align-items: center;
}
.navbar ul li {
    position: relative;
    margin-right: 0px;
}
.navbar ul li a {
    text-decoration: none;
    padding: 10px 0px 10px 15px;
    color: #000000;
    display: block;
	font-size: 14px;
}
.navbar ul li a:hover {
	color: green;
}
.arrow {
    margin-left: 5px;
    font-size: 14px;
}
.navbar ul li .dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
}
.navbar ul li:hover .dropdown {
    display: block;
}
.dropdown li {
    width: 150px;
}
.dropdown li a {
    padding: 10px;
    display: block;
}
.dropdown li a:hover {
    background-color: #ddd;
}
.header3 {
	display: flex;
    justify-content: center;
    align-items: center;
    height: 700px;
    width: 100%;
    background-color: #FFFFFF;
    position: relative;
	overflow: hidden;
	z-index: 1;
}
.header3 video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.content-overlay {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
}
.content-overlay h1 {
    font-family: 'Georgia', serif;
    font-size: 80px;
    margin-bottom: 20px;
}
.quote-button {
    display: inline-block;
    padding: 15px 30px;
    background-color: green;
    color: white;
    font-size: 30px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}
.quote-button:hover {
    background-color: darkgreen;
}
.header4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 400px;
    width: 1150px;
    background-color: #FFFFFF;
    position: relative;
    margin: 0 auto;
}
.header4 h2, .header4 p {
    text-align: center;
    width: 100%;
    margin: 0;
}
.header4 h2 {
    font-size: 60px;
    color: green;
	margin: -30px 0 20px;
}
.header4 p {
    font-size: 18px;
    line-height: 1.5;
    margin: 0 20px;
}
.header4 a {
    color: green;
    text-decoration: none;
    transition: color 0.3s ease;
}
.header4 a:hover {
    color: black;
    text-decoration: none;
}
.header5 {
	display: flex;
    justify-content: center;
    align-items: center;
    height: 360px;
    width: 100%;
    background-color: #FFFFFF;
	gap: 200px;
}
.item {
    text-align: center;
}
.item a {
    text-decoration: none;
}
.item img {
    transition: transform 0.3s ease;
}
.item img:hover {
    transform: scale(0.90);
}
.item-text {
    display: block;
    margin-top: 20px;
	margin-bottom: 100px;
	font-size: 20px;
    color: green;
    transition: color 0.3s ease;
}
.item-text:hover {
    color: black;
}
.header6 {
    display: flex;
    align-items: center;
    height: 500px;
    width: 1150px;
}
.roof-image {
    width: 575px;
    height: 500px;
    object-fit: cover;
}
.content {
    width: 575px;
    padding-left: 25px;
    display: flex;
    flex-direction: column;
}
.content h1 {
    color: green;
    margin: 0;
    font-size: 45px;
    text-align: left;
}
.content a {
    color: #008000;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.3s ease;
}
.content a:hover {
    color: black;
}
.gh-logo-container {
    display: flex;
    justify-content: center;
    width: 100%;
}
.gh-logo {
    width: 100px;
    height: 89px;
    margin-top: 10px;
}
.content p {
	font-size: 18px;
    line-height: 1.5;
    margin: 10px 0;
}
.content ul {
    list-style-type: disc;
    padding-left: 20px;
}
.content ul li {
	font-size: 18px;
    line-height: 1.5;
    margin: 5px 0;
}
.learn-more-button {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: green;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
}
.header7 {
    display: flex;
    justify-content: space-between;
    width: 1150px;
    height: 215px;
	margin-top: 75px;
}
.header8 {
    display: flex;
    align-items: center;
    height: 500px;
    width: 1150px;
	margin-top: 75px;
}
.roof-image-right {
    width: 575px;
    height: 500px;
    object-fit: cover;
	margin-right: 25px;
}
.content1 {
    width: 575px;
    padding-right: 25px;
    display: flex;
    flex-direction: column;
}
.content1 h1 {
    color: green;
    margin: 0;
    font-size: 45px;
	line-height: 1;
    text-align: left;
}
.gh-logo-container1 {
    display: flex;
    justify-content: center;
    width: 100%;
}
.gh-logo1 {
    width: 100px;
    height: 89px;
    margin-top: 10px;
}
.content1 p {
	font-size: 18px;
    line-height: 1.5;
    margin: 10px 0;
	margin-left: 0;
}
.learn-more-button1 {
    display: inline-block;
    margin-top: 10px;
	margin-left: 0;
    padding: 10px 20px;
    background-color: green;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
}
.header9 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1150px;
    height: 250px;
    margin: 50px 0;
    position: relative;
}
.gallery-container {
    overflow: hidden;
    width: 1040px;
    height: 250px;
	position: relative;
}
.gallery {
    display: flex;
    transition: transform 0.5s ease;
}
.gallery-item {
    width: 250px;
    height: 250px;
    object-fit: cover;
    margin: 0 5px;
    flex-shrink: 0;
    cursor: pointer;
}
.scroll-btn {
    background-color: green;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 1;
}
.scroll-btn.left {
    left: 0;
}
.scroll-btn.right {
    right: 0;
}
.modal {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}
.modal-content {
    max-width: 90%;
    max-height: 90%;
}
.close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: white;
    font-size: 40px;
    cursor: pointer;
}
.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    font-size: 20px;
    cursor: pointer;
}
.prev {
    left: 10px;
}
.next {
    right: 10px;
}
.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
.header10 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 425px;
    width: 100%;
    background-color: #3A3A3A;
    color: white;
    text-align: center;
    position: relative;
    padding: 0;
}
.header10 h2 {
    font-size: 48px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 10px;
}
.testimonials-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.testimonials-gallery-container {
    overflow: hidden;
    width: 1050px;
    height: 245px;
    position: relative;
}
.testimonials-gallery {
    display: flex;
    transition: transform 0.5s ease;
}
.testimonial-item {
    width: 350px;
    height: 245px;
    object-fit: cover;
    margin: 0 5px;
    flex-shrink: 0;
}
.scroll-buttons {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -100%);
    width: auto;
}
.scroll-btn {
    color: #008000;
    font-size: 32px;
    cursor: pointer;
    background: none;
    border: none;
    margin: 0 20px;
    padding: 0;
}
.scroll-btn:hover {
    transform: scale(1.2);
}
.scroll-btn:focus {
    outline: none;
}
.header11 {
   	display: flex;
  	justify-content: space-between;
  	width: 1250px;
  	height: 600px;
  	margin: 0 auto;
  	padding: 20px;
  	background-color: #FFFFFF;
  	box-sizing: border-box;
}

.contact-info {
  	width: 50%;
  	color: #000000;
}

.contact-info h3 {
  	font-size: 48px;
  	color: #008000;
  	margin: 0 0 5px;
}

.contact-info h4, .contact-info p {
  	margin: 0 0 5px;
}

.contact-info p.bold {
  	font-weight: bold;
}

.contact-info a {
  	color: #008000;
  	text-decoration: none;
}

.logos {
  	display: flex;
  	align-items: center;
  	margin-top: 35px;
}

.gh-logo2 {
  	width: 317px;
  	height: 143px;
  	margin-right: 45px;
}

.bb-logo {
  	width: 80px;
  	height: 143px;
}

.contact-form {
  	width: 45%;
}

.contact-form form {
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
}

.contact-form label {
  	margin: 0 0 5px 10px;
  	font-weight: bold;
}

.contact-form input, 
.contact-form textarea {
  	width: 550px;
  	margin-bottom: 15px;
  	padding: 10px;
  	font-size: 16px;
  	border: 1.5px solid #CCCCCC;
  	border-radius: 4px;
  	box-sizing: border-box;
}

.contact-form textarea {
  	height: 100px;
  	resize: vertical;
  	color: #D3D3D3;
}

.contact-form button {
  	width: 150px;
	margin-left: 200px;
  	padding: 10px;
  	font-size: 18px;
  	color: #FFFFFF;
  	background-color: #008000;
  	border: none;
  	border-radius: 4px;
  	cursor: pointer;
}

.contact-form button:hover {
  	background-color: #006600;
}

.header12 {
    width: 100%;
    height: 50px;
    background-color: #626262;
    border-top-left-radius: 100% 100px;
    border-top-right-radius: 100% 100px;
    position: relative;
    overflow: hidden;
	margin-top: 50px;
}

.header13 {
    width: 100%;
    height: 300px;
    background-color: #626262;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

.header13-content {
    width: 1150px;
    height: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.links {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
	margin-left: 300px;
}

.links a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    margin: 5px 0;
	transition: color 0.3s ease; 
}

.links a:hover {
    color: #008000;
}

.social-icons {
    display: flex;
    gap: 20px;
	margin-right: 300px;
}

.social-icon {
    display: inline-block;
}

.back-to-top {
    width: 100%;
    text-align: center;
    margin-top: 0px;
	margin-bottom: 20px;
}

.back-to-top button {
    padding: 10px 20px;
    font-size: 16px;
    color: white;
    background-color: #008000;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.back-to-top button:hover {
    background-color: #006600;
}

.header14 {
    width: 100%;
    height: 100px;
    background-color: #3A3A3A;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header14-content {
    width: 1150px;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left-content p {
    color: white;
    margin: 0;
}

.right-content {
    display: flex;
    gap: 20px;
}

.right-content a {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
}

.right-content a:hover {
    color: #008000;
}

.header15 {
	display: flex;
	width: 100%;
	height:300px;
	justify-content: center;
	align-items: center;
	background-image: url('../images/gutter_green.jpg');
	background-size: 100% 100%;
  	background-position: top;
  	background-repeat: no-repeat;
	z-index: 1;
}

.header16 {
    width: 1150px;
    margin: 0 auto;
    text-align: center;
}

.header16a {
    text-align: center;
    margin-bottom: 20px;
}

.header16a h2 {
    color: #008000;
	font-size: 50px;
	margin-bottom: 0;
}

.header16b {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.header16b1, .header16b2, .header16b3, .header16b4 {
    width: 287px;
    text-align: center;
}

.header16b1 h3, .header16b2 h3, .header16b3 h3, .header16b4 h3 {
    color: #008000;
	font-size: 24px;
	line-height: 1.1;
	margin-bottom: 0;
}

.header16c {
    text-align: center;
    margin-bottom: 25px;
}

.header16c button {
	display: inline-block;
	text-decoration: none;
    background-color: #008000;
    color: white;
    border: none;
    padding: 20px 40px;
    font-size: 24px;
    cursor: pointer;
    border-radius: 10px;
}

.header16c button:hover {
    background-color: #006400;
}

.header8a {
    display: flex;
    align-items: center;
    height: 500px;
    width: 1150px;
	margin-bottom: -35px;
}

.header17 {
    width: 1150px;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
}

.header17 h2 {
    color: #008000;
    font-size: 50px;
    margin-bottom: 15px;
}

.header17 p {
    font-size: 14px;
    line-height: 1.5;
    color: #000;
}

.header18 {
	display: flex;
	width: 100%;
	height:250px;
	margin-top: 5px;
	justify-content: center;
	align-items: center;
	background-image: url('../images/gutter_brown.jpg');
	background-size: 100% 100%;
  	background-position: top;
  	background-repeat: no-repeat;
	z-index: 1;
}

.header18 .content-overlay {
    text-align: center;
}

.call-button {
    display: inline-block;
    margin-top: 20px;
	margin-bottom: 20px;
    padding: 15px 25px;
    background-color: #008000;
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.call-button:hover {
    background-color: #006600;
}