@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');
@import url('https://fonts.googleapis.com/css?family=Passion+One:900');

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	height: 100%;
	width: 100%;
}

body {
	margin: 0;
	padding: 0;
}

/* Work In Progress Page */
.work-in-progress-page {
	align-items: center;
	background: #212121;
	display: flex;
	flex-direction: column;
	gap: 60px;
	justify-content: center;
	min-height: 100%;
}

.work-in-progress-page__main-title {
	color: #ffffff;
	font-family: 'Raleway', sans-serif;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 3px;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

.itc-logo {
	width: 310px;
}

.itc-logo--color-main {
	fill: #ffffff;
}

.itc-logo--color-secondary {
	fill: #fec017;
}

/* 404 Error Page */
.error-page {
	align-items: center;
	background-color: #212121;
	display: flex;
	justify-content: center;
	min-height: 100%;
}

.not-found {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 50px;
	justify-content: center;
}

@media only screen and (max-width: 480px) {
	.not-found {
		flex-direction: column;
		margin-left: 15px;
		margin-right: 15px;
		text-align: center;
	}
}

.sad-face-icon {
	color: #fec017;
	font-family: 'Passion One', cursive;
	font-size: 150px;
	font-weight: 900;
	letter-spacing: 15.5px;
	margin: 0px;
}

.message__title {
	color: #ffffff;
	font-family: 'Raleway', sans-serif;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 3px;
	margin-bottom: 15px;
	margin-top: 0;
	text-transform: uppercase;
}

.message__description {
	color: #ffffff;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
}
