body {
  background: white;
  height: 100%;
  min-height: 100vh;
}

h1 {
	padding: 0;
	margin: 0px 0px 5px 0;
	font-weight: 200;
	font-size: 25px;
}

p{
    font-size: 15px;
    font-weight: 200;
}

strong{
	font-weight: 500;
}

a{
	color: white;
	font-weight: 500;
}

a:hover, a:focus{
	color: white;
	text-decoration: none;
}

.innoting-page{
	height: 100%;
	padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.innoting-page .container{
	max-width: 600px;
}

.innoting-page .innoting-page-logo img {
	max-width: 300px;
	margin: 0 0 15px 0;
}

.innoting-page.tyrecompany{
	background-color: #1e1e35;
}


.innoting-page.winterbanden{
	background-color: #065faa;
}

.innoting-page.velgenshop,
.innoting-page.velgenshop,
.innoting-page.autobandencollectief {
	color: black;
}

.innoting-page.velgenshop a,
.innoting-page.autobandencollectief  a{
	color: black;
}

@media (max-width: 768px) {
	h1{
		font-size: 20px;
	}
	
	p{
		font-size: 13px;
	}
	.innoting-page .innoting-page-logo img {
	    max-width: 200px;
	    margin: 0 0 15px 0;
	}
}

@media (max-width: 480px) {}