@font-face {
	font-family: 'Bebas Neue';
	src: url('../fonts/BebasNeue.eot');
	src: url('../fonts/BebasNeue.eot?#iefix') format('embedded-opentype'),
		url('../fonts/BebasNeue.woff2') format('woff2'),
		url('../fonts/BebasNeue.woff') format('woff'),
		url('../fonts/BebasNeue.ttf') format('truetype'),
		url('../fonts/BebasNeue.svg#BebasNeue') format('svg');
	font-weight: normal;
	font-style: normal;
}
body{
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	background: #E6E3DD;
}
.container {
	background: #fff;
}
.big-font li {
	font-size: 20px;
}
h1{
	font-family: 'Bebas Neue';
	font-size: 89px;
	margin: 0;
	line-height: 1;
}
h1 strong{
	font-weight: normal;
	display: block;
	font-size: 102px;
	color: #FFF;
	text-shadow: 2px 2px 2px #3a6702;
	background: #529103;
	position: relative;
	padding: 10px 40px 0 40px;
}
h1 strong:after{
	position: absolute;
	content: "";
	border: 55px solid transparent;
    display: inline-block;
    width: 0;
    height: 0;
    opacity: 1;
    vertical-align: top;
	border-right: 55px solid #FFF;
	right: 0;
	top: 0;
}
h1 p {
	display: block;
	font-size: 83px!important;

}
.content{
	padding-right: 50px;
}
.img-responsive{
	min-width: 100%;
}
.card{
	width: 100%;
	box-shadow: rgba(0, 0, 0, 0.4) 0 3px 10px;
	padding: 25px 20px;
	border-radius: 10px;
}
.card h4{
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}
.card label{
	font-size: 20px;
	color:#494949;
	font-weight: normal;
	display: block;
	margin-top: 20px;
}
.form-control{
	height: 65px;
	box-shadow: rgba(0, 0, 0, 0.4) 0 2px 2px;
	font-size: 20px;
}
.btn{
	font-size: 37px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #3a6702;
	height: 80px;
	margin-top: 30px;
}
.btn-success{
	background-color: #529103;
}
main{
	margin-top: -50px;
}
main p{
	font-size: 20px;
	margin: 30px 0;
}
main p strong{
	color: #529103;
	font-weight: bold;
}
.links p{
	font-size: 10px;
	font-weight: bold;
	color: #c6c6c6;
}
.links p a{
	color: #529103;
	display: inline-block;
	padding: 0 20px;
}
.copy{
	margin-top: 50px;
}
.copy p{
	font-size: 16px;
}
footer{
	box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.4);
	padding: 60px 0;
	background: #fff;
}
@media (max-width:1199px){
	h1{
		font-size:70px;
	}
	h1 strong{
		font-size: 90px;
	}
	h1 > p{
		font-size: 73px!important;
	}
}
@media (max-width:991px){
	h1{
		font-size:50px;
	}
	h1 strong{
		font-size: 70px;
		padding-left: 25px;
		padding-right: 25px;
	}
	h1 > p{
		font-size: 52px!important;
	}
	h1 strong:after{
		border: 40px solid transparent;
		border-right: 40px solid #FFF;
	}
	main p{
		font-size: 16px;
	}
	.card h4{
		font-size: 16px;
	}
	.card label{
		font-size: 16px;
	}
	.form-control{
		height: 38px;
		font-size: 16px;
	}
	.btn-success{
		font-size: 25px;
		height: 50px;
	}
	.links p{
		font-size: 25px;
	}
	.copy p{
		font-size: 14px;
	}
}
@media (max-width:767px){
	.content{
		padding-right: 0;
	}
	h1 strong{
		display: inline-block;
		padding-right: 80px;
	}
	.card{
		margin-bottom: 40px;
	}
	.links p{
		font-size: 16px;
	}
}
@media (max-width:540px){
	h1{
		font-size:30px;
	}
	h1 strong{
		font-size: 40px;
	}
	h1 > p {
		font-size: 31px!important;
	}
	h1 strong:after{
		border: 25px solid transparent;
		border-right: 25px solid #FFF;
	}
	.links p a{
		display: block;
	}
	main{
		margin-top: 0;
	}
}