body {
	/*background: url(https://unsplash.com/search/cat?photo=aXSoO4lVnuE);*/
	background-image: url(../img/sant.jpg); 
	background-size: cover;
	background-position: center;
	font-family: 'Noto Sans', sans-serif;
	color: white;
	}
	
	h1 {
		font-weight: 700;
		font-size: 5em;
	}
	h2 {
		font-size: 3em;
	}
	h3 {
		font-size: 2em;
	}

html {
	height: 100%;
}

#content {
	text-align: center;
	padding-top: 25%;
		text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
				 0px 8px 13px rgba(0,0,0,0.1),
				 0px 18px 23px rgba(0,0,0,0.1);
}

hr {
	width: 500px;
	border-top: 1px solid #f8f8f8;
	border-bottom: 1px solid rgba (0,0,0,0.2);
}
p.secret {
	display: none;
}
.row iframe {
	padding-top: 10px;
}
strong {
	color: lightgrey;
}
.product-logos {
	 
}
.mail {
	color: white;
}
.contact-inf {
	font-size: 1.3em;
	/*text-align: justify;*/
}
p.contact-info {
	font-size: 1.3em;
	/*text-align: justify;*/
}
p.contact-inform {
	font-size: 1.3em;
	text-align: justify;
}
h1.description {
	font-size: 1em;
}