/* -- Service Areas -- */
	.maincontent {
		margin: auto;
padding: 0;
	}

	
	.service-areas {
		display: flex;
		flex-wrap: wrap;
		list-style: none;
		margin: 50px auto;
		padding: 0;
	}
	.service-areas li {
		width: 31.3333333333%;
		text-align: center;
		padding: 15px;
		font-size: 1.2em;
		margin: 20px 0px;
		box-shadow: 2px 2px 4px #ccc;
		color: var(--accent-color);
	}
	.service-areas li .highlight {
		border-bottom: 2px solid #ffd006;
	}
	
.global-row {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: center;
	gap: 25px;
	margin: 35px auto;
}
	
	.global-column-2 {
	max-width: 42%;
	width: 100%;
	margin: auto;
	}
	
	.area-map {
	text-align: center;
max-width: 650px!important;
	}
	
	.area-map img {
	width: 100%;
	margin: auto;
	}
	


/* -- Hero -- */

.hero-global {
    padding: 80px 15px;
    text-align: center;
    background-color: var(--accent-color);
    color: #fff;
    background-image: linear-gradient(180deg, rgba(15, 15, 15, .8) 25%, rgba(15, 15, 15, 1) 100%), url(/imageserver/UserMedia/actionroofing/hero_bg.jpg);
    background-size: cover;
    background-position: center;
    border-bottom: 3px solid var(--red);
}
.hero-wrapper {
    position: relative;
    max-width: 1550px;
    -webkit-animation: fadeIn 1.25s;
    animation: fadeIn 1.25s;
}
.hero-wrapper p {
    color: #ddd;
}
.hero-wrapper p:last-child {
    margin-bottom: 25px;
}



.service-areas-section{
margin: 45px 0;
}

.myp-section {
padding: 50px 15px;
background-color: #222;
background-image: linear-gradient(rgba(15, 15, 15, .92) 0 0), url(/imageserver/UserMedia/actionroofing/abstract_bg.jpg);
background-size: cover;
background-position: center;
color: #fff;
}

.myp-section .content-wrapper {
	text-align: center;
	max-width: 1200px;
	width: 98.5%;
}

.myp-section .h1-heading {
color: #fff;
}

.introduction-title {
	display: flex;
	justify-content: center;
position: relative;
}

.title-text {
	width: 95%;
background: transparent;
}

.site-button-wrapper {
	width: fit-content;
	margin: 20px auto;
}

.flex-header {
	display: flex;
	align-items: center;
	width: fit-content;
	margin: auto;
	justify-content: center;
	gap: 5px;
}

.services-global .flex-header {
flex-flow: row-reverse wrap;
}

.header-image {
	flex: 1 215px;
	max-width: fit-content;
}

.header-image-container {
	text-align: center;
position: relative;
width: fit-content;
}

.header-image-container::before {
content: "";
position: absolute;
background: #fafafa;
width: 100%;
height: 100%;
border-radius: 50%;
z-index: 0;
}

.header-image-container img {
	max-width: 280px;
	width: 100%;
	height: auto;
	z-index: 1;
	position: relative;
}

.header-text {
	flex: 1 300px;
}

.service-areas-section {
	background: #fff;
}

.service-areas li {
	margin: 20px auto;
	background: #fff;
	border: 4px solid #000;
    transition: all 0.35s ease-in-out;
}

.service-areas li:hover {
background: var(--red);
}

.service-areas li a {
	color: var(--red);
	font-weight: 600;
	width: 100%;
	display: block;
}


.service-areas li:hover a {
color: #fff;
}


	@media (max-width: 1300px) {
	.global-column-2 {
		max-width: 98.5%;
	flex-basis: 100%;
	}
	.service-areas li {
		width: 18.3333333333%;
	}
.flex-header {
 flex-wrap: wrap;
}
	}
	
	@media (max-width: 982px) {
	.service-areas li {
		width: 32.3333333333%;
	}
	}
	
	@media (max-width: 580px) {
	.service-areas li {
		width: 95%;
	margin-inline: auto;
	}
	}