@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;
	background-color: #000;
}
.bg {
	color: #fff;
	background-image: url("../img/bg.jpg");
	background-repeat: no-repeat;
	min-height: 525px;
	background-color: #000;
	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 #fff 1px;
	text-decoration: none;
	background: none;
	color: #fff;
}

.green{
	color: #76b900;
}

.turing{
	color: #fff;
	background-color: #000;
	
}

.bg2{
	color: #fff;
	background-image: url("../img/bg2.jpg");
	background-repeat: no-repeat;
	min-height: 758px;
	background-color: #000;
	background-position: 50% 0;
}
.bg3{
	color: #fff;
	background-image: url("../img/bg3.jpg");
	background-repeat: no-repeat;
	min-height: 811px;
	background-color: #000;
	background-position: 0 50%;
	
}
.odstep{
	line-height: 30px;
	font-size: 22px;
}

.bg4{
	color: #fff;
	background-image: url("../img/bg4.jpg");
	background-repeat: no-repeat;
	min-height: 580px;
	background-color: #000;
	background-position: 80% 0;
}

.bg5{
	color: #fff;
	background-image: url("../img/bg5.jpg");
	background-repeat: no-repeat;
	min-height: 580px;
	background-color: #000;
	background-position: 0 50%;
}

.bg6{
	color: #fff;

	background-color: #000;

}