html * {
	font-family: 'Poppins', sans-serif;
	font-weight: 200;
	font-size: 1em;
}

@media (max-width: 1399.98px) { html * {font-size: 1rem;} }
@media (max-width: 1199.98px) { html * {font-size: 1rem;} }
@media (max-width: 991.98px) { html * {font-size: 1rem;} }
@media (max-width: 767.98px) { html * {font-size: 1rem;} }
@media (max-width: 575.98px) { html * {font-size: .7rem;} }

h1 {font-size: 2.4em;}

b {
	font-weight: 300;
	font-size: 110%;
}

h2 {font-size: 2em;}
p {font-size: 1em;}

.o5 {opacity: 50%;}

#banner-row {
	margin-bottom: 50px;
}

.screen {
	min-height: 100vh;
}

.logo {
	width: 100%;
	min-width: 130px;
	height: auto;
}

#footer {
	width: 100vw;
	height: 50px;
	border-top: 1px solid grey;
	background: white;
}

#contact {
	left: 10px;
	height: 50px;
}

#contact img {
	width: 50px;
	/*opacity: .7;*/
	height: auto;
}

#contact a {
	font-size: 16px;
}

#contact img.contact-hover {
	opacity: 0;
	transition: opacity .3s;
}

#contact a:hover img.contact-hover {
	opacity: 1;
}

