@import url('https://fonts.googleapis.com/css?family=Nunito:200,300,400,600,700,800,900');
body {
	font-family: 'Nunito', sans-serif;
	overflow-x: hidden;
	
}
.wrapper {
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 30px;
	max-width: 1140px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	overflow: hidden;
}
.bg {
	color: #fff;
	background-image: url("../img/header.jpg");
	background-repeat: no-repeat;
	min-height: 651px;
	background-position: 70% 0;
	
}
.btn {
	-webkit-border-radius: 30;
	-moz-border-radius: 30;
	border-radius: 30px;
	color: #000;
	font-size: 16px;
	background: #FFF;
	padding: 7px 25px 7px 25px;
	border: solid #000 1px;
	text-decoration: none;
	
}
.btn:hover {
	border: solid #000 1px;
	text-decoration: none;
	background: #000;
	color: #fff;
}

.bg-2 {
	color: #fff;
	background-image: url("../img/bg-2.jpg");
	background-repeat: no-repeat;
	min-height: 420px;
	background-position: 0 90%;
	background-color: #000;
}

.bg-black {
	color: #fff;	
	background-color: #000;
}

.bg-3 {
	color: #fff;
	background-image: url("../img/bg-3.jpg");
	background-repeat: no-repeat;
	min-height: 423px;
	background-position: 50% 0;
	background-color: #000;
}

.bg-4 {
	color: #fff;
	background-image: url("../img/bg-4.jpg");
	background-repeat: no-repeat;
	min-height: 2425px;
	background-position: 50% 0;
	background-color: #000;
	
}