/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* css reset end */

/* For mobile phones: */
body {
	font-family: 'Roboto', sans-serif;
	scroll-behavior: smooth;
}

b {
	font-weight: bold;
	white-space: nowrap;
}

.parallax {
  /* The image used 
  background-image: url("../img/grass.jpg");

  /* Set a specific height 
  min-height: 300px;

  /* Create the parallax scrolling effect 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
  text-align: center;
  */
  background:url("../img/grassbg.jpg") repeat center center;
    background-size:cover;
    height:100%;
    position:fixed !important;
    width:100%;
    z-index:-2;
    top:0;
}

/*
* {
  outline: 1px solid #f00 !important;
}
*/

.bgfill {
	width: 100%;
	background-color: white;
	background-color:rgba(255, 255, 255, 0.95);
}

#parallaxtitle {
	color: white;
	font-weight: bold;
	font-size: 72px;
	margin: auto;
}

.headertop {
  background: url("../img/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left 0 bottom 0;
  background-size: 200px 100%;
}

.header{
	background-color: #17A500;
	margin: 15px auto 15px auto;
	padding:0;
	text-align: center;
	color: white;
}

.header h1 {
	text-align: center;
	font-size: 46px;	
	font-weight: bold;
	color: #FFF;
	padding: 20px 0 10px 0;
}

.description {
	margin: 0 15px 15px 15px;
	text-align: center;
	font-size: 22px;
	line-height: 1.25em;
	color: black;
	padding-top: 20px;
}

.header .est {
	margin: 0 auto auto 0;
	text-align: center;
	font-size: 14px;
	color: black;
	margin-top: 15px;
	background-color: white;
}

.prices {
	display: inline-block;
	line-height: 1.25em;
	margin: 15px 10px 30px 10px;
}

.prices h1 {
	text-align: center;
	font-size: 36px;
	margin: 10px 15px 10px 15px;
}

.prices h2 {
	text-align: left;
	font-size: 32px;
	margin: 5px 10px 10px 5px;
	padding-left: 15px;
}

.prices .skip {
	display: inline-block;
	margin: 5px 5px 50px 5px;
	padding: 5px;
	border-bottom: thin solid #444;
}

.prices h3 {
	font-size: 28px;
	text-align: right;
	padding-top: 10px;
}

.prices p {
	font-size: 18px;
	line-height: 1.5em;
}

.skipinfo {
	font-size: 16px;
	line-height: 1.25em;
}

.middle {
	height: 200px;
	text-align: center;
}

.middle p {
	font-size: 48px;
	padding-top: 50px;
	color: white;
	font-weight: 900;
}

.recycling {
	line-height: 1.25em;
	margin: 15px auto 0 auto;
}

.recycling h2 {
	text-align: center;
	line-height: 1.5em;
	font-size: 28px;
	margin: 10px 15px 10px 15px;
}

.recycling p {
	padding: 5px;
	line-height: 1.25em;
	font-size: 18px;
}

.map p {
	text-align: center;
	font-size: 15px;
	margin: 10px 15px 10px 15px;
}

.map img {
	width: 100%;
}

.contact{
	text-align: center;
	margin: 0 auto 0 auto;
	padding-top: 15px;
}

.contact .address {
	margin: 10px 15px 10px 15px;
}

.contact .address p {
	text-align: center;
	font-size: 24px;
	margin-bottom: 10px;
}

.call a {
	text-decoration: none;
    color: #FFF;
    font-size: 32px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.call {
	font-size: 26px;
	max-width: 85%;
    width: 260px;
    margin-left: auto;
    margin-right: auto;
    color: #222;
    font-size: 32px;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 12px;
    background-color: #17A500;
    color: #FFF;
    border-radius: 10px;
    text-align: center;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #CCCCCC;
}

@media only screen and (min-width: 768px) {
  /* For desktop: */
	
	.headertop {
	  background-size: contain;
	}
	
	.wrapper {
		width: 1300px;
		margin: 0 auto 0 auto;
	}
	
	.header{
		width: 600px;
	}
	
	.header h1 {
		font-size: 46px;	
	}

	.description {
		margin: 25px 15px 0 15px;
		text-align: center;
		font-size: 22px;
	}

	.header .est {
		font-size: 14px;
	}

	.prices {
		margin: 15px 10px 30px 10px;
	}
	
	.prices .skip {
		width: 400px;
		display: inline-block;
		margin: 5px auto 50px auto;
		padding: 5px;
		border-bottom: thin solid #444;
	}

	.prices h1 {
		font-size: 36px;
	}

	.prices h2 {
		font-size: 32px;
	}

	.prices h3 {
		font-size: 28px;
	}

	.prices p {
		font-size: 18px;
	}
	
	.skip p {
		height: 200px;
	}

	.skipinfo {
		font-size: 16px;
	}
	
	.recycling {
		width: 70%;
		margin: auto;
	}
	
	.recycling h2 {
		font-size: 28px;
	}
	
	.call {
		display: none;
	}
}














































