:root {
	--color-red: #f00;
}

html,
body {
	height: 100%;
	background: black url('../images/carbon-fiber-bg.png') left top repeat;
	background-size: 256px;
}

.color-red {
	color: var(--color-red);
}

body {
	font-family: "Lato", sans-serif;
	color: white;
}

a {
	color: var(--color-red);
	text-decoration: none;
	transition: color 250ms ease-in-out;
}

.logo {
	width: 100%;
	padding: 10px;/**/
}

.wip > .row {
	flex: 1;
}

.wip-alert span {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}

.address {
	font-size: 18px;
}

.address i.fa-solid {
	font-size: 16px;
}

.address a {
	color: white;
}

.address a:hover {
	color: var(--color-red);
}

@media all and (min-width: 768px) {
	.wip-alert span {
		font-size: 30px;
		font-weight: 700;
	}

	.address {
		font-size: 24px;
	}

	.address i.fa-solid {
		font-size: 20px;
	}

	.logo {
		max-width: 800px;
		padding: 10px;/**/
	}
}

@media all and (min-width: 1440px) {
	.wip-alert span {
		font-size: 40px;
		font-weight: 700;
	}

	.address {
		font-size: 32px;
	}

	.address i.fa-solid {
		font-size: 28px;
	}

	.logo {
		max-width: 800px;
		padding: 10px;/**/
	}
}

.lato-regular {
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.lato-bold {
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.lato-regular-italic {
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-style: italic;
}

.lato-bold-italic {
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-style: italic;
}
