* {
	margin: 0;
	padding: 0;
}

html, body {
	display: flex;
	flex-direction: column;
	height: 100vh;
}

body {
	background-image: url("https://www.centraldrainage.co.nz/files/8616/2744/0518/vehicles.svg");
	background-repeat: repeat;
	background-color: #000;
}

.flexfooter {
	flex: 1;
}

.headliners {
  background-color: transparent;
  position: fixed;
  width: 100%;
  z-index: 879;
	padding-top: 75px;
	height: 200px;
}

.phone a:hover {
	color: #000;
}

.maintext {
	padding-top: 0;
}

/*********** NEW PAGE ***********/
.textinslide {
	color: #fff;
	text-align: center;
	width: 100%;
}

.textbox {
	padding-top: 0;
}

.slideshow {
	top: 0;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.heading1 {
	font-family: "Teko", Arial Narrow, sans-serif;
	font-size: 6rem;
	text-shadow: 1px 1px 2px #000;
	line-height: 1;
	padding-top: 50px;
	text-transform: uppercase;
	text-align: center;
}

.heading2 {
	font-family: "Teko", Arial Narrow, sans-serif;
	font-size: 4rem;
	text-shadow: 1px 1px 2px #000;
	line-height: 1;
	padding-bottom: 50px;
	text-align: center;
}


.fa {
	font-size: 2.5rem;
}


.banner-bg {
	padding: 75px 0 0 0; 
	background: #000;
}

.slidesbg {
	padding: 75px 0 0 0; 
	background: #000;
	position: fixed;
	z-index: -1;
	padding-top: 75px;
}

.videobg {
	width: 100%;
	height: 100vh;
	position: relative;
	top: 0;
	left: 0;
	object-fit: cover;
	overflow: hidden;
}

.gallery {
	position: absolute;
	bottom: 50px;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

.textBlack {
	color: #444;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.container-phone {
	background: #000;
	width: 100%;
	height: auto;
	padding: 6px 0;
}

.footer {
	width: 100%;
	height: 20px;
	padding: 10px 0 20px 0;
    color: #000; 
    background-color: #ebbf30; 
    text-align: center; 
    font-size: 70%; 
    letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
	.textbox {
	padding-top: 150px;
}

	.fa {
	font-size: 1.5rem;
	color: #fff;
}
	
	.maintext {
	padding-top: 400px;
}
}