.maincontent {
    display: block !important;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    border: none;
}
.home-page-wrapper.global-page-wrapper {
	max-width: 1800px;
	margin-inline: auto;
}

.main-service-wrapper {
	width: 100%;
}

.site_button {
	padding: 9px;
	border-radius: 0;
	background-color: #FFF;
	box-shadow: none;
	text-transform: uppercase;
	font-weight: 700;
	transition: ease-out 0.4s;
	margin-top: 20px;
	font-size: 18px;
	color: #000;
	border: 2px solid #000;
	margin-block: 20px;
	width: 180px;
	text-align: center;
}

.site_button:hover {
text-decoration: none;
color: #fff;
}

.full-service-btn {
	text-decoration: none;
	color: #000;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	align-self: center;
}

 .service-name {
  font-family: "Lusitana", serif;
  font-weight: 500;
  font-style: normal;
text-transform: uppercase;
}

.main-service-wrapper .service-image {
	width: 100%;
	padding-block: 250px;
    background-image: url(/imageserver/UserMedia/shine/home_blowouts.webp);
	background-position: center 33%;
	background-repeat: no-repeat;
	background-size: cover;
}

.main-service-wrapper .service-name {
    text-align: center;
  font-size: 4em;
  color: #000;
  text-decoration: none;
  background: #ffedeb;
  margin-top: 0px;
padding-block: 20px;
}

.additional-services-wrapper {
	display: flex;
    flex-flow: row wrap;
}

.additional-services-wrapper .service-container {
    width: 49.5%;
    margin-inline: auto;
}


.additional-services-wrapper .service-image {
	width: 100%;
	padding-block: 180px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


#makeup-service  .service-image{
    background-image: url(/imageserver/UserMedia/shine/home_makeup.webp);
}

#spraytan-service  .service-image{
    background-image: url(/imageserver/UserMedia/shine/home_spraytan.webp);
}

#facial-service  .service-image{
    background-image: url(/imageserver/UserMedia/shine/home__facials.webp);
    background-position: center 15%;
}

#aesthetics-service  .service-image{
    background-image: url(/imageserver/UserMedia/shine/home__aesthetics.webp);
}

.additional-services-wrapper .service-name {
    text-align: center;
  font-size: 2.5em;
  color: #000;
  text-decoration: none;
  margin-top: 0px;
padding-block: 20px;
}

.service-container {
transition: all ease-in-out 220ms;
}

 .service-container:hover {
text-decoration: none;
background: #f8f8f8;
}


.bottom-buttons-wrapper {
	width: 98%;
	display: flex;
	justify-content: space-between;
	max-width: 1800px;
	margin: 20px auto auto;
}

@media (max-width:800px) {

.main-service-wrapper .service-image {
padding-block: 150px;
}

.main-service-wrapper .service-name {
	font-size: 2.5em;
	padding-block: 12px;
}

.additional-services-wrapper {
	display: flex;
    flex-flow: row wrap;
}

.additional-services-wrapper .service-container {
    width: 98.5%;
max-width: 680px;
    margin: 15px auto;
}

.additional-services-wrapper .service-image {
	padding-block: 120px;
}

.additional-services-wrapper .service-name {
	font-size: 2em;
	padding-block: 10px;
}

}

@media (max-width:500px) {
.full-service-btn {
	display: none;
}

.site_button {
	margin-inline: auto;
}
}


.service-image::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(45deg,
            hsl(5 97% 63% / 0.7) 0,
            hsl(5 97% 63% / 0) 100%);
    opacity: 0;
    transition: 300ms opacity linear;
}

.profile>* {
    z-index: 1;
    margin: 0;
}

.service-image {
    object-fit: cover;
    filter: grayscale(1);
    transition: filter 200ms ease, transform 250ms linear;
}


.service-container:focus {
    outline: 0.5rem solid white;
    outline-offset: -0.5rem;
}

.service-container:hover :is(h2, p),
.service-container:focus :is(h2, p) {
    transform: none;
}

.service-container:hover .service-image::after,
.service-container:focus .service-image::after,
.service-container:hover .service-image::before,
.service-container:focus .service-image::before {
    opacity: 0.7;
}