body {
	padding-top: 3.5rem;
}

.starter-template {
	padding: 3rem 1.5rem;
	text-align: center;
}
.navbar {
	background: #111;
	text-transform: uppercase;
}
.banner {
	background: url(../img/banner.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0px 100px 0px;
}
.section-zero {
	background: url(../img/ransomware.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
	background-color: #eee;
	padding: 100px 0px 100px 0px;
	text-align: left;
}
.section-one {
	background: #0256a3;
	padding: 100px 0px 100px 0px;
}
.section-two {
	background: #eee;
	padding: 100px 0px 100px 0px;
}
.section-three {
	background: #57ace0;
	padding: 100px 0px 100px 0px;
}
.section-four {
	background: url(../img/banner-light.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
	background-color: #eee;
	padding: 100px 0px 100px 0px;
	text-align: left;
}
.section-footer {
	padding: 100px 0px 100px 0px;
}
.icon-banner {
	padding: 20px 0px 20px 0px;
	background: #0256a3;
	border-radius: 5px;
}
.search-box {
	background: #222;
	border: solid 1px #333;
}
