.maincontent {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    border: none;
}

h2 {
font-size: 38px;
}

.menu ul li:nth-child(1),
.menu ul li:nth-child(7),
.menu ul li:nth-child(8),
.menu ul li:nth-child(9) {
display: none!important;
}
.menu ul li {
background: #d5a43d;
border: none;
margin-right: 6px;
}

.menu ul li:hover {
background: #c79938;
}

.menu ul li a {
color: #fff;
}

.menu ul li::before {
display: none;
}

.menu ul li:hover::before {
display: none;
}

.header-phone a {
font-size: 36px;
text-decoration: none;
}

.flex-row {
display: flex;
flex-flow: row wrap;
justify-content: space-around;
margin: 30px auto;
gap: 80px;
max-width: 1200px;
}

.flex-col2 {
flex: 1 400px;
text-align: center;
margin: auto;
max-width: fit-content;
}

.grid-row {
display: grid;
}

.grid2 {
grid-template-columns: 1fr 1fr;
gap: 30px;
justify-content: space-between;
}

.grid-col2 {
margin: auto;
}

.landing-hero {
background-image:url(/imageserver/UserMedia/coveralls/banner-bg005.jpg);
background-color: #555;
background-blend-mode: multiply;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
padding: 80px 30px;
}

.hero-text h1{
color: #fff;
font-size: 70px;
max-width: 22ch;
}

.hero-text h1 span {
color: hsla(40.6579,64.4068%,53.7255%,1);
}

.estimate-box {
	background: #9e2612;
	margin: auto;
	padding: 25px;
	color: #ffffff;
	max-width: 300px;
	text-align: center;
	position: relative;
	z-index: 2;
	top: 0px;
	-webkit-box-shadow: 2px 2px 15px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 2px 2px 15px 5px rgba(0, 0, 0, 0.15);
	border-radius: 0px;
}


.estimate-box h3 {
    font-weight: 700;
    text-transform: uppercase;
}


.estimate-heading {
    color: var(--accent-color);
    margin: 10px 0;
    font-weight: bold;
}

.estimate-box .form_field_wrapper {
    padding: 3px;
    margin-bottom: 8px;
}

.estimate-box .form_field_wrapper:hover {
    background: none;
}

.estimate-box .form_field_content {
    width: 100% !important;

}
 
.estimate-box .form_field_text,
.form_field_select,
.estimate-box .form_field_textarea {
    width: 100%;
    background: #ffffff;
}

.estimate-box .required_field_element {
    display: none;
}

.estimate-box .required_field {
    width: 100% !important;
}


.estimate-box .thank_you_content {
    background: var(--accent-color);
    color: #fff;
    padding: 15px;
    font-weight: 600;
}

.estimate-box .form_field_title {
    display: none;
}


.estimate-box .btn.btn-primary {
    border: 3px solid #ffffff;
    color: #ffffff;
    background: transparent;
    text-transform: uppercase;
    font-weight: 700;
    width: 40%;
    padding: 12px 0;
}

.estimate-box .btn.btn-primary:hover {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    color: #ffffff;
}

.landing-intro {
text-align: center;
padding: 30px;
}

.landing-intro p {
font-size: 24px;
max-width: 60ch;
margin: 20px auto;
line-height: 1.7;
}

.landing-gaf {
    position: relative;
    background-image: url(/imageserver/Textures/roofingred.jpg);
    color: rgb(255, 255, 255);
padding-block: 80px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-color: rgb(213, 164, 61);
    border-style: solid;
    border-width: 3px 0px;
}

.landing-gaf-content {
text-align: center;
}

.gaf-landing-certs {
display: flex;
flex-flow: row wrap;
justify-content: center;
gap: 20px;
}

.gaf-landing-certs img {
max-width: 185px;
width: 100%;
height: auto;
}

.landing-gaf-para p {
max-width: 735px;
margin-inline: auto;
font-size: 24px;
}

.landing-footer {
background: #555;
color: #fff;
text-align: center;
padding: 80px 35px;
}

.landing-footer p {
max-width: 510px;
width: 100%;
margin-inline: auto;
}

.footer_wrapper {
display: none;
}

@media (min-width: 700px) {
.infobar_wrapper {
display: none!important;
}
}

@media (max-width: 700px) {
.global_27200{
display: none!important;
}
}

@media (max-width: 500px) {
.grid2 {
    grid-template-columns: 1fr;
    gap: 30px;
    justify-content: space-between;
}
}