/* Typography */

html {
	font-family: 'Roboto', sans-serif;
}

@media (min-width: 576px) {
	html {
		font-size: 14px;
	}
}

@media (min-width: 768px) {
	html {
		font-size: 16px;
	}
}

@media (min-width: 992px) {
	html {
		font-size: 18px;
	}
}

@media (min-width: 1200px) {
	html {
		font-size: 20px;
	}
}

.icons-social i {
	font-size: 3em;
}

/* Custom Styles */

main {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	justify-content: center;
	padding: 0 30px;
	text-align: center;
}

main > .intro {
	font-family: 'Reem Kufi', sans-serif;
	font-size: 3.75em;
	font-weight: 600;
}

.tagline {
	font-size: 1.5rem;
	margin: 1.5rem 0;
	font-weight: 100;
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}

.tagline > * {
	padding: 10px 15px;
}

.social-item {
	display: flex;
	flex-direction: column;
	padding: 0 15px;
	font-size: smaller;
}

.icons-social {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.icons-social a {
  text-decoration: none;
	display: flex;
	flex-direction: column;
}

.devto {
	margin-bottom: -0.20rem;
}

.devto svg {
	margin-bottom: -0.20rem;
	margin-left: 0.675rem;;
	width: 2.65rem;
	height: 2.65rem;
}

.tagline a {
	/* using !important element to over-pass chrome built-in blue link colour */
	color: inherit !important;
	text-decoration: none;
}

div.tagline a:hover {
	color: red !important;
}

main img {
	width: 50px;
	max-width: 50px;
	margin: 20px 10px 10px;
}

label{
	break-after: right;
}