.top-header-tiny {
	margin-top: 10px;
}

.top-header-small {
	margin-top: 20px;
}

.top-header-medium {
	margin-top: 40px;
}

.top-header-large {
	margin-top: 80px;
}

.top-header-massive {
	margin-top: 160px;
}

.bottom-header-tiny {
	margin-bottom: 10px;
}

.bottom-header-small {
	margin-bottom: 20px;
}

.bottom-header-medium {
	margin-bottom: 40px;
}

.btn-primary {

	border:none;
	border-radius: 24px;
	min-width: 34%;
}

#logo1, #logo2, #logo3, #logo4, #logo5, #logo6 {
	filter: grayscale(100%);
	opacity: 70%;
	display: flex;
}

#logo1:hover, #logo2:hover, #logo3:hover, #logo4:hover, #logo5:hover, #logo6:hover {
	filter: grayscale(0%);
	opacity: 100%;
}


.left-margin-medium {
	margin-left: 40px;
}

#product1-header, #logo-header {
	color: teal;
}

#esomar-logo, #mrsm-logo, #mrca-logo, #ppk-logo {
	filter: grayscale(100%);
	opacity: 80%;
	width: 80px;
	border-radius: 12px;
}

#esomar-logo:hover, #mrsm-logo:hover, #mrca-logo:hover, #ppk-logo:hover {
	filter: grayscale(0%);
	opacity: 100%;
}

#vp1-header, #vp2-header, #vp3-header, #vp4-header {
	color: white;
}

#vp1-header:hover, #vp2-header:hover, #vp3-header:hover, #vp4-header:hover {
	color: #00CED1;
}

.border-hover-dark {
	border-color: #292b2c;
}

.border-hover-dark:hover {
	border-color: #00CED1;
}