body {
	    background-color: white;
	    font-family: 'Roboto', sans-serif;
			line-height: 1.5;
}
@media screen and (max-width: 1000px) {
	body {
		line-height: 1.25;
		font-size: 14px
	}
}

h1 {
font-color: red;
color: #EC1B24;
}
@media screen and (max-width: 1000px) {
	h1 {
		font-size: 1.75em
	}
}

h1.center {
text-align: center;

}

h2 {
	color: #EC1B24;
}
@media screen and (max-width: 1000px) {
	h2 {
		font-size: 1.25em
	}
}

h2.center {
text-align: center;

}

video {
	width: 1420px;
	height: 300px;
  align: center;
  display:  block;
  margin: 0 auto;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
  padding: 0px;
  border-radius: 5px;
}
@media screen and (max-width: 1200px) {
	video {
		width: 1180px;
	}
}
@media screen and (max-width: 1100px) {
	video {
		width: 1080px;
	}
}
@media screen and (max-width: 1000px) {
	video {
		width: 970px;
	}
}
@media screen and (max-width: 900px) {
	video {
		width: 980px;
		height: 200px;
	}
}
@media screen and (max-width: 850px) {
	video {
		width: 835px;
	}
}
@media screen and (max-width: 768px) {
	video {
		width: 750px;
	}
}
@media screen and (max-width: 410px) {
	video {
		width: 395px;
		height: 85px;
	}
}

.redtext {
	color: red;
}

.header {
	position: sticky;
	top: 0;
	z-index: 1000;
	display: grid;
	grid-template: 20% 75%;
	width: 1420px;
	margin: 20px auto 0 auto;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	padding: 10px 0;
	border-radius: 5px;
	background-color: white; /* Needed to prevent content from showing through */
}
@media screen and (max-width: 1200px) {
	.header {
		width: 1180px;
	}
}
@media screen and (max-width: 1100px) {
	.header {
		width: 1080px;
	}
}
@media screen and (max-width: 1000px) {
	.header {
		width: 980px;
	}
}
@media screen and (max-width: 900px) {
	.header {
		width: 970px;
	}
}
@media screen and (max-width: 850px) {
	.header {
		width: 835px;
		margin: 10px auto 0 auto;
	}
}
@media screen and (max-width: 768px) {
	.header {
		width: 750px;
	}
}
@media screen and (max-width: 410px) {
	.header {
		width: 395px;
	}
}

.topnav {
	padding-top: 15px;
	text-align: center;
}
@media screen and (max-width: 1000px) {
	.topnav {
		padding-top: 0px;
	}
}

.menu {
	text-decoration: none;
	color: #EC1B24;
	font-size: 20px;
	padding: 5px 4px;
	margin: 0 5px;
	border-radius: 10px;
}
@media screen and (max-width: 410px) {
	.menu {
		font-size: 17px;
	}
}

.menu.selected {
	color: grey;
	background-color: #f7f7f7;
	box-shadow: 0 0 15px #f9babd;
}

.main {
	    /* display: grid; */
	    /* grid-template-columns: 45% 45%; */
	    display: grid;
	    /* grid-template: 20% 75%; */
	    grid-template-columns: 75% 25%;
	    width: 1420px;
	    margin: 0 auto;
}
@media screen and (max-width: 1200px) {
	.main {
		width: 1180px;
	}
}
@media screen and (max-width: 1100px) {
	.main {
		width: 1080px;
	}
}
@media screen and (max-width: 1000px) {
	.main {
		width: 980px;
		grid-template-columns: 74% 26%;
	}
}
@media screen and (max-width: 900px) {
	.main {
		width: 970px;
	}
}
@media screen and (max-width: 850px) {
	.main {
		width: 835px;
		grid-template-columns: 72% 28%;
	}
}
@media screen and (max-width: 768px) {
	.main {
		width: 750px;
		grid-template-columns: 70% 30%;
	}
}
@media screen and (max-width: 410px) {
	.main {
		width: 395px;
		grid-template-columns: 1fr;
	}
}


.col1 {

    border-left: 1px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    /* top: -1px; */
    /* padding-top: 10px; */
    /* height: 50px; */
    border-radius: 10px;
    margin-top: 20px;
    padding: 20px;
    margin-right: 20px;
    background-color: #f7f7f7d9;
}
@media screen and (max-width: 850px) {
	.col1 {
		margin-top: 10px;
		margin-right: 10px;
	}
}
@media screen and (max-width: 410px) {
	.col1 {
		margin-top: 10px;
		margin-right: 0px;
	}
}

.section1 {

	background-color: white;
	margin: -20px;
	padding: 20px;
	border-bottom: 1px solid #EC1B24;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;

}

.truckimg {
	width: 90%;
	max-height: 300px;
	border-radius: 10px;
}
@media screen and (max-width: 410px) {
	.truckimg {
		width: 100%;
	}
}

.section2 {
	padding-top: 40px;
	display:  grid;
	grid-template-columns: 40% auto;
	border-bottom: 1px solid #EC1B24;
}
@media screen and (max-width: 410px) {
	.section2 {
	grid-template-columns: 1fr;
	}
}

.section3 {

	background-color: white;
	margin: -20px;
	padding: 20px;
	border-top: 1px solid #EC1B24;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
@media screen and (max-width: 1000px) {
	.section3 {
		margin-bottom: -40px;
    padding-bottom: 65px;
	}
}
@media screen and (max-width: 850px) {
	.section3 {
		margin-bottom: -40px;
    padding-bottom: 49px;
	}
}
@media screen and (max-width: 768px) {
	.section3 {
		margin-bottom: -20px;
    padding-bottom: 15px;
	}
}



.content-grey
{
	margin: -20px;
	padding: 20px;
	/* border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px; */
}
.content-white {
	/* margin-left: -20px; */
	padding: 20px;
	/* border-bottom-left-radius: 10px; */
	/* border-bottom-right-radius: 10px; */
	background-color: white;
	margin-top: 20px;
	margin-right: -20px;
	margin-left: -20px;
	/* padding-right: 10px; */
}
.content-bottomborder {
border-bottom: 1px solid #EC1B24;
}
.content-topborder {
border-top: 1px solid #EC1B24;
}

.content-bottom {
	margin-bottom: -20px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;

}

.col2 {

    border-left: 1px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    /* top: -1px; */
    /* padding-top: 10px; */
    /* height: 50px; */
    border-radius: 10px;
    margin-top: 20px;
    padding: 10px;
    /* background-color: #f7f7f7; */
}
@media screen and (max-width: 850px) {
	.col2 {
	margin-top: 10px;
	}
}

.contactarea
{
	border-bottom: 1px solid #EC1B24; padding-bottom: 10px
}

.sidebarcontent {
	border-bottom: 1px solid #EC1B24; padding-bottom: 10px
}

.freequote {
	display: grid; grid-template-columns: 30px auto;
}

.red {
	color: #EC1B24;
}

.serviceareasheader
{
	display: grid;
	grid-template-columns: 30px auto;
	padding-bottom: 5px;
}

.footer {
	display: grid;
	grid-template: 20% 75%;
	/* grid-template-columns: 49% 50%; */
	width:  1420px;
	margin: 0 auto;
	border-left: 1px;
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
	/* top: -1px; */
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 5px;
	margin-top: 20px;
}
@media screen and (max-width: 1200px) {
	.footer {
		width: 1180px;
	}
}
@media screen and (max-width: 1100px) {
	.footer {
		width: 1080px;
	}
}
@media screen and (max-width: 1000px) {
	.footer {
		width: 980px;
	}
}
@media screen and (max-width: 900px) {
	.footer {
		width: 970px;
	}
}
@media screen and (max-width: 850px) {
	.footer {
		width: 835px;
	}
}
@media screen and (max-width: 768px) {
	.footer {
		width: 750px;
	}
}
@media screen and (max-width: 410px) {
	.footer {
		width: 395px;
		margin-top: 10px;
    font-size: smaller;
    padding-top: 5px;
	}
}


.footerdivider
{
	padding-top: 15px;
	/* float: right; */
	text-align: center;
	display: grid;
	grid-template-columns: auto auto auto
}

.footerborder {
	border-right: #EC1B24 5px solid;
}

.serviceimg {
	height: 75px;
}
@media screen and (max-width: 410px) {
	.serviceimg {
		height: 60px;
	}
}


/*SERVICES*/
.servicesgrid {
		display: grid;
	/* FONT-VARIANT: JIS83; */
	margin-top: 30px;
	padding: 20px;
	grid-template-columns: auto auto auto;
}
@media screen and (max-width: 1000px) {
	.servicesgrid {
		grid-template-columns: auto auto;
		grid-row-gap: 10px
	}
	.servicesgrid > :nth-last-of-type(1) {
	  grid-column: span 2;
	}
}
@media screen and (max-width: 768px) {
	.servicesgrid {
		grid-template-columns: 1fr;
		grid-row-gap: 10px
		padding: 10px;
	}
	.servicesgrid > :nth-last-of-type(1) {
	  grid-column: span 1;
	}
}

.gallerygrid {
		display: grid;
	/* FONT-VARIANT: JIS83; */
	margin-top: 30px;
	padding: 20px;
	grid-template-columns: auto auto auto;
}
@media screen and (max-width: 1000px) {
	.gallerygrid {
		grid-template-columns: auto auto;
		grid-row-gap: 10px;
		padding: 0px;
	}
}
@media screen and (max-width: 410px) {
	.gallerygrid {
		grid-template-columns: auto auto;
		padding: 0px;
	}
}

.block {
	border-radius: 15px !important;
background-color: white;
text-align: center;
margin: 0 15px 32px;
padding: 10px;
}

.icon {
	height: 76px;
width: 76px;
background-image: none;
text-shadow: 7px 0 0 rgba(0, 0, 0, 0);
margin: -25px auto 0 !important;

	background-color: black;
    max-width: 25%;
    margin: auto;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
@media screen and (max-width: 850px) {
	.icon {
		height: 70px;
		width: 70px;
	}
}


.greyfont {
	color: grey;
    font-size: small;
		text-align: left;
}

.galleryimage {
	width: 250px;
	padding: 10px;
	max-height: 188px;
}
@media screen and (max-width: 768px) {
	.galleryimage {
		width: 200px;
	}
}
@media screen and (max-width: 410px) {
	.galleryimage {
		width: 150px;
	}
}

/* INPUT */
input {
			max-width: unset;
			color: var(--black) !important;
			width: 90%;

	    max-width: 60rem;
	    height: 1.8rem;
	    padding-right: 1.5rem;
	    padding-left: 1.5rem;
	    border: solid .1rem #acacac;
	    border-radius: .4rem;
	    color: #6e7371;
	    line-height: 1.5;
		}

		input:focus {
	    outline: none !important;
	    border:1px solid #ed4264;
	    box-shadow: 0 0 10px #acacac;
	  }

		.form {
			display: grid;
			grid-template-columns: 25% 75%;
			row-gap: 5px;
		}

		.button {
    background-color: #ed4264;
    border: none;
    color: white !important;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    border-radius: 12px;
    cursor: pointer;
		height: auto;
		width: 90%;
}

.divlabel {
	padding-top: 5px;
}

.mobileshow768 {
	display: none
}
@media screen and (max-width: 768px) {
	.mobileshow768 {
		display: block;
	}
}
