@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,700');

body {
	font-family: 'Nunito', sans-serif;
}
.container{
font-family: 'Nunito', sans-serif;
border: 1px solid #000000;
    border-radius: 30px;
    max-width: 1140px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
	background-color: #000;
}

.heder{
	background-image: url("../img/heder.jpg");
	width: 1140px;
	height: 413px;
	border-radius: 30px;
	margin-left: -16px;
	
}

.txt{
	color: #fff;	
}

.btn {
	margin-top:30px;
  -webkit-border-radius: 30;
  -moz-border-radius: 30;
  border-radius: 30px;
  font-family: 'Nunito', sans-serif;
  color: #fff;
  font-size: 18px;
  background: none;
  padding: 10px 20px 10px 20px;
  border: solid #fff 1px;
  text-decoration: none;
  
  width:150px;
}

.btn:hover {
  background: #0e1c5e;
  text-decoration: none;
  color: #fff;
}

.footer{
	background-image: url("../img/footer.jpg");
	width: 1140px;
	height: 107px;
	border-radius: 30px;
	margin-left: 14px;
	text-align: center;
	color: #fff;
	
	
	
}