#landing {
  background-image:url(../images/mobile_cover%20final.jpg);
  --background-attachment: fixed;
  background-size: cover;
  min-height: 100%; /* 16:9 is 56.25vw *!/*/
  display: flex;
  align-items: center; /*vertical centralise*/
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: calc(var(--header-height)*2);
	padding-bottom: 0;
}
#landing-content {
	max-width: 1024px;
	position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.4); /* Black background with 0.5 opacity */
  color: #f1f1f1;
  width: 75%;
  padding: 20px;
  animation: mymove 2s;
  animation-fill-mode: forwards;
}
@keyframes mymove {
  from {top: 45%;}
  to {top: 60%;}
}
#landing-content h1 {
	color: #ffffff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	font-size: 2.6em;
	margin: 0 auto 20px;
	text-transform: uppercase;
	max-width: 11em;
}

@media (min-width:1281px) {
	#landing-content {
		max-width: 75vw;
	}
	#landing-content h1 {
		font-size: 5vw;
	}
}
@media (min-width:481px) {
	#landing img {
		width: 80%;
		
	}
}

@media only screen and (min-width:481px) {
	#landing {
		background-image:url(../images/snow-mountain-bac-srgb.jpg);
		
	}
}

#landing .nextsection {
	background-image: url(../images/arrow-down-black.svg);
	z-index: 1;
}
#landing::after {
	content: "";
	display: block;
	width: 100%;
	height: var(--header-height);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
}



#about {
	background-color: #DDFFFE;
	/*background-image:url(../images/website-backgd.jpg);*/
	--height:100%;
	padding-top: 0;
}

#about h2 {
	background-color:#ffffff;
	max-width: 32em;
	margin: var(--header-height) auto;
}
#about .introbox {
	/*background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0.1%, rgba(0, 0, 0, 0.4) 100%), url(../images/pic-worker1.jpg);*/
	padding-top: var(--header-height);
	padding-bottom: var(--header-height);
	margin-bottom: var(--header-height);
	min-height: 43.75vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#about .intro {
	--color: #fff;
	text-align: center;
	max-width: 980px;
	margin: 0 auto;
}
@media (min-width:1025px) {
	#about .autocol {
		column-count: 2;
		-webkit-column-count: 2;
		-moz-column-count: 2;
	}
}
#about img {
	margin-bottom: var(--header-height);
}
#about .nextsection {
	background-image: url(../images/arrow-down-black.svg);
}

#product {
	/*background:url(../images/website-backgd.jpg);*/
	background-color:#F0F9FB;
	padding-top: 0;
}
#product h2 {
	/*background-image: linear-gradient(to bottom, rgba(38, 101, 120, 0.4) 0%, rgba(4, 32, 74, 0.4) 100%), url(../images/pic-machine.jpg);
	color: #fff;*/
	background-color:#fff;
	max-width: 32em;
	margin: var(--header-height) auto;
	/*min-height: 37.5vw;
	display: flex;
	flex-direction: column;
	justify-content: center;*/
}
#product-lineup {
	display: flex;
	flex-wrap: wrap;
	font-size: 0.8em;
	line-height: 1.25em;
	/*background-color: #ffffff;*/
}
#product-lineup > * {
	width: 50%;
	padding: 0 var(--padding-lr) calc( var(--padding-lr) * 2 );
	overflow: hidden;
}
@media only screen and (min-width:513px) {
	#product-lineup > * {
		width: 33.3333%;
	}
}
@media only screen and (min-width:769px) {
	#product-lineup > * {
		/*width: 25%;*/
	}
}
@media only screen and (min-width:1025px) {
	#product-lineup > * {
		/*width: 20%;*/
	}
}
#product-lineup a {
	color:#0065AC;
	text-decoration: none;
	display: block;
	/*background-color: #ffffff;*/
	
}
#product-lineup a:hover,
#product-lineup a:hover .model {
	color:#3ED8FF;
	--background-color:#fff;
	
}
#product-lineup a img {
	border-width: 0;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.05);
	border-radius: var(--border-radius);
	margin-bottom: 0.5em;
	transition-property: width, height;
	transition-duration: 0.5s;
}
#product-lineup a:hover img {
	border-color: var(--main-color);
	width: 105%;
	height: 105%;
}
#product-lineup .model {
	font-weight: 400;
	color: rgba(0, 0, 0, 0.75);
}

img.hero {
	display: block;
	width: 100vw;
	height: 50vw;
	max-height: 480px;
	object-fit: cover;
}

#map {
	width: 100%;
	height: 50vh;
}
#map div {
	overflow: visible;
}

#contact {
	/*background:url(../images/website-backgd.jpg);*/
	background-size: cover;
	background-color: #DDFFFE;
	padding-bottom: 0;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#contact,
#contact h2,
#contact h3,
#contact a {
	color: #0065AC;
}
#contact h2 {
	background-color:#fff;
	max-width: 32em;
	margin: var(--header-height) auto;
}
#contact h3 {
	text-align: left;
	margin-bottom: 0.5em;
	margin-top: 10px;
}
#contact h3:not(:first-of-type) {
	margin-top: 3em;
}

#contact .pull-left,
#contact .pull-right {
	padding-bottom: var(--header-height);
}
#contact #message {
	margin-top: var(--padding-lr);
}
@media (min-width:641px) {
	#contact #contactform,
	#contact #message {
		text-align: left;
	}
	#contact #contactform .btn {
		margin: 0;
	}
}