@import url('https://fonts.googleapis.com/css?family=Nunito:200,300,400,600,700,800,900');
body {
	font-family: 'Nunito', sans-serif;
}
.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/bg-header.png");
	background-repeat: no-repeat;
	min-height: 498px;
	background-position: 0 50%;
}
.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 #fff 1px;
	text-decoration: none;
	
}
.btn:hover {
	border: solid #000 1px;
	text-decoration: none;
	background: #000;
	border: solid #000 1px;
	color: #fff;
}

.btn2 {
	-webkit-border-radius: 30;
	-moz-border-radius: 30;
	border-radius: 30px;
	color: #fff;
	font-size: 16px;
	background: #000;
	padding: 7px 25px 7px 25px;
	border: solid #000 1px;
	text-decoration: none;
	
}
.btn2:hover {
	border: solid #fff 1px;
	text-decoration: none;
	background: #fff;

	color: #000;
}

.btn3 {
	-webkit-border-radius: 30;
	-moz-border-radius: 30;
	border-radius: 30px;
	color: #fff;
	font-size: 16px;
	background: #000;
	padding: 7px 25px 7px 25px;
	border: solid #000 1px;
	text-decoration: none;
	
}
.btn3:hover {
	border: solid #0001px;
	text-decoration: none;
	background: #fff;

	color: #000;
}

.bg-s61 {
	color: #fff;
	background-image: url("../img/bg-s61.png");
	background-repeat: no-repeat;
	min-height: 476px;
	background-position: 0 50%;
}

.bg-s60 {
	color: #000;
	background-image: url("../img/bg-s60.png");
	background-repeat: no-repeat;
	min-height: 476px;
	background-position: 50% 0;
}

.bg-s41 {
	color: #fff;
	background-image: url("../img/bg-s41.png");
	background-repeat: no-repeat;
	min-height: 476px;
	background-position: 50% 0;
}

.bg-s31 {
	color: #fff;
	background-image: url("../img/bg-s31.png");
	background-repeat: no-repeat;
	min-height: 476px;
	background-position: 50% 0;
}
