@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,900');

body {
	font-family: 'Raleway', sans-serif;
}

section {
	float: left;
	width: 100%;
	display: block;
}

section h2.section-title {
	text-align: center;
	font-size: 34px;
	color: #1C1F28;
	margin: 15px 0 150px 0;
	font-weight: 700;
}

section.hero {
	height: 1100px;
	background: #ffd65e;
	background: -moz-linear-gradient(top, #ffd65e 0%, #febf04 100%);
	background: -webkit-linear-gradient(top, #ffd65e 0%,#febf04 100%);
	background: linear-gradient(to bottom, #ffd65e 0%,#febf04 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04',GradientType=0 );
}

section.hero nav.navbar {
	padding-top: 50px;
}

section.hero nav.navbar .navbar-brand {
	line-height: 40px;
	font-weight: 700;
}

section.hero nav.navbar .navbar-brand img {
	margin-right: 10px;
}

section.hero nav.navbar .navbar-nav .nav-link {
	color: #FFF;
	font-weight: 500;
	line-height: 25px;
}

section.hero .showcase > .row {
	margin: 0;
}

section.hero .showcase .previews {
	position: relative;
	margin-top: 67px;
	margin-left: -25px;
}

section.hero .showcase .previews > div {
	width: 356px;
	height: 738px;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
}

section.hero .showcase .previews > .upper {
	background-image: url(../img/hero_preview_upper.png);
	left: 140px;
}

section.hero .showcase .previews > .lower {
	background-image: url(../img/hero_preview_lower.png);
	top: 52px;
}

section.hero .showcase .info {
	margin-top: 280px;
}

section.hero .showcase .info > h1 {
	color: #FFF;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.25;
}

section.hero .showcase .info > p {
	color: #FFFFFFB3;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.75;
	margin: 26px 0 30px 0;
}

section.hero .btn-primary {
	background-color: #FFF;
	color: #F6C346;
	font-weight: 600;
	min-width: 206px;
	height: 52px;
	font-size: 16px;
	border-radius: 26px;
	line-height: 37px;
	box-shadow: 0 5px 10px 0 #0000001A;
	border: 0;
}

section.hero nav.navbar ul.navbar-nav .btn-primary {
	margin-left: 20px;
	min-width: 140px;
	height: 40px;
	line-height: 30px;
	font-weight: 500;
}

section.hero .btn-primary:hover {
	background-color: #F8F9FA;
	color: #F6C346;
}

section.hero .btn-primary:active,
section.hero .btn-primary:not(:disabled):not(.disabled):active:focus,
section.hero .btn-primary:focus {
	background-color: #DEDEDE;
	color: #F6C346;
}

section.features {
	padding: 80px 0 160px 0;
	background: #ffffff;
}

section.features h3,
section.features p,
section.features span {
	width: 100%;
	text-align: center;
}

section.features h3 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 15px;
}

section.features p {
	font-size: 16px;
	font-weight: 400;
	padding: 0 8px 0px 8px;
	color: #9b9ea7;
}

section.features span {
	font-size: 80px;
    margin-bottom: 40px;
    color: #F6C346;
}

section.bottom {
	padding: 80px 0 20px 0;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 30%, #f6c346 100%);
	background: -webkit-linear-gradient(top, #ffffff 30%,#f6c346 100%);
	background: linear-gradient(to bottom, #ffffff 30%,#f6c346 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6c346',GradientType=0 );
}

section.bottom .container-badges .card {
	padding: 60px;
	border-radius: 15px;
	border-width: 0px;
	border-top: 4px solid #F6C346;
	box-shadow: 10px 20px 60px 0 rgba(0, 0, 0, 0.06);
}

section.bottom .container-badges p {
	text-align: center;
	max-width: 400px;
	margin: 0 auto;
	color: #A1A4AC;
}

section.bottom .container-badges .badges {
	text-align: center;
	margin-top: 60px;
}

section.bottom .container-badges img {
	width: 190px;
	height: auto;
}

section.bottom .container-badges {
	margin-bottom: 125px;
}

section.bottom .container-footer a {
	color: #FFF;
	text-decoration: underline;
}

section.bottom .container-footer a:hover,
section.bottom .container-footer a:active {
	color: #FFF;
}

section.bottom .container-footer .app-icon {
	text-align: center;
	margin-bottom: 125px
}

section.bottom .container-footer .app-icon img {
	width: 50px;
	height: 50px;
}

section.bottom .container-footer .app-icon span {
	color: #FFF;
    font-weight: 700;
    font-size: 1.25rem;
    margin-top: 10px;
    display: block;
}

section.bottom .container-footer .row-footer-logo {
	margin-bottom: 5px;
}

section.bottom .container-footer .row-footer-logo img {
	width: 50px;
	height: auto;
}

section.bottom .container-footer .row-footer-text {
	color: #FFF;
	font-weight: 500;
	font-size: 14px;
}

section.bottom .container-footer .row-footer-text .footer-left {
	text-align: left;
}

section.bottom .container-footer .row-footer-text .footer-right {
	text-align: right;
}

@media (max-width: 992px) {
	.container-previews {
		display: none;
	}

	.container-info {
		width: 100%;
		max-width: 100%;
		flex: auto;
	}

	section.hero {
	    height: 100%;
	    padding-bottom: 80px;
	}

	section.hero .showcase .info {
		margin-top: 40px;
	}

	section.hero nav.navbar .navbar-nav li.nav-item {
		text-align: center;
	}

	section.hero nav.navbar ul.navbar-nav .btn-primary {
		margin: 0;
	}
}

@media (max-width: 1200px) and (min-width: 992px) {
	section.hero .showcase .previews > div {
		width: 250px;
	}

	section.hero .showcase .info {
		margin-top: 180px;
	}

	section.hero {
	    height: 100%;
	    padding-bottom: 250px;
	}
}

@media (max-width: 768px) {
	
	section.features {
		padding: 80px 0 80px 0;
	}

	section.bottom .container-badges,
	section.bottom .container-footer .app-icon {
	    margin-bottom: 50px;
	}

	section.bottom .container-footer .row-footer-logo,
	section.bottom .container-footer .row-footer-text .footer-left,
	section.bottom .container-footer .row-footer-text .footer-right {
		text-align: center;
		display: block;
	}
}



