body {
	font-family: 'Nunito';
	font-size: 16px;
	line-height: 1.4;
}

p,
h1,
h2,
h3 {
	margin-bottom: 20px;
}

.top-panel {
	color: #DB4B30;
	background-color: #262626;
}

.top-panel-content {
	padding: 50px 30px;
}

.top-panel .highlight {
	color: #fff;
}

.second-panel {
	background-image: linear-gradient(138deg, #DB4B30 0%, #401717 100%);
}

.second-panel-content {
	background-image: url('../img/device-graphic.svg');
	background-position: -80px 380px;
	background-repeat: no-repeat;
	padding: 50px 30px 80px 30px;
	color: #262626;
	text-align: right;
	background-size: 75%;
}

.second-panel-content .highlight {
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .4);
}

.device-graphic {
	width: 75%;
}

.third-panel {
	background: #fff;
}

.third-panel-content {
	background-repeat: no-repeat;
	padding: 50px 30px;
	color: #333;
	text-align: left;
}

.third-panel-content .highlight {
	color: #DB4B30;
}

.heart {
	display: inline-block;
	height: 40px;
	margin-right: 10px
}

.small {
	font-size: 80%;
}

.medium {
	font-size: 125%;
}

.large {
	font-size: 155%;
	line-height: 1.7;
}

.huge {
	font-size: 325%;
	line-height: 1.0;
}

.logo {
	max-width: 100%;
	margin: 0vh 0 10vh 0;
}

.rounded-button {
	height: 50px;
	width: 50px;
	margin-top: 50px;
	background-image: url('../img/round-button.svg');
	background-size: cover;
	display: block;
}

.regular-button {
	display: inline-block;
	padding: 15px 30px;
	background: #fff;
	border-radius: 5px;
	border: 2px solid #fff;
	color: #9f3723;
	font-size: 18px;
	transition: 100ms;
}

.regular-button:hover {
	color: #fff;
	background: transparent;
	transition: 100ms;
}

.boxed-text {
	background: #f1f1f1;
	padding: 4px;
	display: block;
	font-size: 120%;
}

.text-logo-codebrain {
	max-width: 80%;
	margin-bottom: 20px;
}

.clearfix {
	clear: both;
}

.hidden-small {
	display: none;
}

@media all and ( min-width: 767px) {
	body {
		font-size: 20px;
	}
	.logo {
		max-width: 55%;
		margin-top: 10vh;
		margin-bottom: 10vh;
	}
	.left-side {
		float: left;
		width: 48%;
	}
	.right-side {
		float: right;
		width: 48%;
		text-align: left;
	}
	.second-panel-content .left-side {
		width: 38%;
		margin-left: 10%;
	}
	.hidden-small {
		display: block;
	}
	.second-panel-content {
		background-image: none;
		max-width: 700px;
		margin: auto;
	}
	.third-panel-content {
		background-image: none;
		max-width: 700px;
		margin: auto;
	}
	.top-panel-content {
		background-image: none;
		max-width: 700px;
		margin: auto;
	}
	.device-graphic {
		width: 100%;
		margin-top: 40px;
	}
}

@media all and ( min-width: 1023px) {
	.device-graphic {
		width: 75%;
	}
	.second-panel-content {
		max-width: 1000px;
	}
	.third-panel-content {
		max-width: 1000px;
	}
	.top-panel-content {
		max-width: 800px;
	}
}
