body {
		background-color: #F8E0CF;
		font-family: 'Libre Franklin', sans-serif;
		line-height: 1.75;
}

.content {
		margin-top: 100px;
}

.bio {
		color: #FFFFFF;
		background: #111111;
}

.bg-dark-20 {
		background-color: rgba(31, 31, 31, 0.2) !important;
}

h1, h2 {
		font-family: 'Poppins', sans-serif;
		font-weight: 800;
}

h3 {
		font-family: 'Poppins', sans-serif;
		font-weight: 700;
}

.soon h1 {
		color: #FFFFFF;
		text-transform: uppercase;
		font-size: 2.441rem;
}

.contact a {
		font-weight: bold;
		color: #111111;
		text-decoration: none;
}

.contact a:hover {
		color: #FE5F55;
}

h2 {
		font-size: 3.052rem;
}

h3 {
		font-size: 2.441rem;
}

@media (min-width: 768px) {
		.text {
				padding-right: 5.5rem;
		}
}

@media (min-width: 1200px) {
		.text {
				padding-right: 11rem;
		}
		.soon h1 {
				font-size: 3.815rem;
		}
		h2 {
				font-size: 3.052rem;
		}
}
