* {
	background: whitesmoke;
	font-size: 16px;
	font-family: Rajdhani, sans-serif;
	font-weight: normal;
	color: black;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

h1 {
	color: white;
	text-align: center;
	font-size: 36px;
	background: transparent;
	margin-bottom: 308px;
}

h2 {
	text-align: left;
	font-size: 50px;
	background: inherit;
	color: inherit;
}

h3 {
	font-size: 24px;
	background: inherit;
}

h4 {
	background: inherit;
	font-size: 20px;
	text-align: center;
	color: inherit;
}

p {
	margin: 50px 0;
	background: inherit;
	color: inherit;
}

ul {
	list-style-type: none;
	margin: 100px 0;
	height: 156px;
	background: inherit;
}

ul li {
	margin: 8px 0;
	background: inherit;
}

ul img {
	width: 16px;
	height: 16px;
	background: inherit;
}

button {
	background: #315985;
	border: none;
	padding: 13px;
	color: white;
	transition: .3s ease;
}

button:hover {
	opacity: .5;
	cursor: pointer;
}

form {
	background: #D1B077;
	padding: 20px;
	margin: 80px 0;
}

form img {
	width: 16px;
	height: 16px;
	background: inherit;
}

label {
	background: inherit;
}

input[type=text] {
	width: 100%;
	border: none;
	margin: 0;
	padding: 8px;
}

textarea {
	width: 100%;
	min-height: 60px;
	max-height: 180px;
	resize: vertical;
	border: none;
	padding: 8px;
}

sup {
	background: inherit;
	color: inherit;
}

a {
	text-decoration: none;
	cursor: pointer;
	background: inherit;
}

footer {
	background: #315985;
	padding: 40px 50px 0 50px;
	color: white;
}

footer img {
	height: 18px;
	width: 18px;
	background: inherit;
}

span {
	background: transparent;
	color: white;
}

iframe {
	width: 100%;
	height: 600px;
	margin: 50px 0;
	border: none;
}

#hero {
	height: 100vh;
	background-image: url('images/background/hero.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding-top: 200px;
}

#about {
	position: relative;
}

#about, #products, #reference, #contact {
	padding-bottom: 40px;
}

.menu {
	list-style-type: none;
	overflow: hidden;
	z-index:1;
	background: #315985;
}

.menu li {
	float:left;
	background: inherit;
}

.menu li a {
	background: inherit;
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 14px 8px;
	font-size: 16px;
	color: white;
	transition: .3s ease;
}

.menu li a:hover {
	background: #D1B077;
	color: black;
}

.color {
	background: #D1B077;
}

.row {
	background: inherit;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

.column {
	float: left;
}

.content {
	width: 50%;
	height: 650px;
	padding: 50px 180px 0 180px;
	text-align: justify;
}

.center {
	margin: auto;
	width: 30px;
	height: 30px;
	background: transparent;
	background-image: url('images/chevron/chevrondown.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	transition: .3 ease;
}

.center:hover {
	opacity: .5;
}

.growth {
	position: absolute;
	top: 520px;
	left: 0;
	width: 100%;
	color: white;
	background: #315985;
}

.num {
	width: 25%;
	padding: 20px;
	background: inherit;
	color: white;
}

.padd {
	height: 42px;
}

.mar {
	height: 40px;
}

.item {
	width: 20%;
	padding: 10px;
}

.productcard {
	position: relative;
	padding-top: 100%;
}

.title {
	background: #D1B077;
}

.text {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	font-size: 20px;
	color: white;
	background: transparent;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	white-space: nowrap;
}

.cardtitle {
	position: absolute;
	background: #315985;
	top: 0;
	right: 0;
	margin: 10px;
	padding: 10px 10px 10px 30px;
	color: white;
	text-align: right;
	font-size: 20px;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	background: rgba(60,60,60,.5);
	overflow: hidden;
	transition: .6s ease;
}

.productcard:hover .overlay {
	width: 100%;
	cursor: pointer;
}

.oil {
	background-image: url('images/background/oil.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.glue {
	background-image: url('images/background/glue.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.lacque {
	background-image: url('images/background/lacque.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.industrialfloor {
	background-image: url('images/background/industrialfloor.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.protection {
	background-image: url('images/background/protection.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.referenceproject {
	position: relative;
	width: 100%;
	height: 220px;
	margin-top: 50px;
}

.referenceproject:hover .overlay{
	width: 100%;
	cursor: pointer;
}

.vidik {
	background-image: url('images/background/vidik.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.description {
	background: white;
	width: 100%;
	padding: 8px;
	height: 36px;
	margin-bottom: 50px;
}

.referencework {
	height: 268px;
	width: 100%;
	margin: 50px 0;
}

.logo {
	width: 33%;
	height: 60px;
	margin-bottom: 80px;
	padding: 0 50px;
}

.backtotop {
	margin: auto;
	width: 30px;
	height: 30px;
	margin-bottom: 40px;
	background: inherit;
	background-image: url('images/chevron/chevronup.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	transition: .3 ease;
}

.backtotop:hover {
	opacity: .5;
}

.col {
	background: inherit;
	color: white;
	float: left;
	width: 33%;
}

.follow {
	background: inherit;
	text-align: center;
	margin-top: 50px;
}

.copyright {
	background: inherit;
	text-align: center;
	color: inherit;
	margin-top: 10px;
}

.datasheet, .gallery {
	padding: 50px;
}

.about {
	padding: 50px 180px;
	text-align: justify;
}

.datasheet h2, .gallery h2, .about h2 {
	text-align: center;
}

.download {
	width: 50%;
	margin: auto;
}

.d {
	position: relative;
	padding: 14px;
	margin-top: 10px;
	background: #315985;
	color: white;
	transition: .3s ease;
}

.d img {
	width: 16px;
	height: 16px;
	background: transparent;
	transition: .3s ease;
}

.d:hover {
	cursor: pointer;
	background: #D1B077;
}

.pdfsize {
	position: absolute;
	top: 0;
	left: 70%;
	background: transparent;
	color: inherit;
	padding: 14px;
	transition: inherit;
}

.downloadicon {
	float:right;
}

.g {
	margin-top: 40px;
	padding: 0 4px;
	width: 20%;
}

.g img {
	width: 100%;
	height: auto;
	margin: 1px 0;
}

.g img:hover {
	cursor: pointer;
	opacity: .5;
}