/* 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;
}

main > .tagline {
	font-size: 1.5rem;
	margin: 1.5rem 0;
	font-weight: 100;
}

.icons-social i {
	padding: 10px;
}

.icons-social a {
  text-decoration: none;
}

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

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

.warpcast-icon-wrap {
	padding: 0!important;
}

.icons-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	margin-right: 10px;
	text-decoration: none;
}

.warpcast-icon {
	width: 100%;
	height: 100%;
}

@media (max-width: 1200px) {
	.icons-social a {
		width: 53px;
		height: 53px;
	}
}

@media (max-width: 991px) {
	.icons-social a {
		width: 48px;
		height: 48px;
	}
}

@media (max-width: 767px) {
	.icons-social a {
		width: 43px;
		height: 43px;
	}
}

@media (max-width: 575px) {
	.icons-social a {
		width: 36px;
		height: 36px;
	}
}

.work-list {
	margin-top: 50px;
}

.work-list h2 {
	font-size: 24px;
	margin-bottom: 20px;
	font-family: 'Reem Kufi', sans-serif;
	font-weight: 700;
}

.work-item {
	margin-bottom: 20px;
}

.work-item a {
	font-weight: 300;
	font-size: 18px;
	color: white;
	text-decoration: none;
}

.work-item p {
	font-weight: 300;
	font-size: 16px;
	color: #ffffffa6;
	margin: 5px 0 0 0;
}