@import url('https://fonts.googleapis.com/css?family=Nunito:200,300,400,600,700,800,900');

body {
	font-family: 'Nunito', sans-serif;
}
.wrapper{
font-family: 'Nunito', sans-serif;
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;
}

.btn {	
    -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;
    cursor: pointer;
    width:150px;
  }
  
  .btn:hover {
  
    text-decoration: none;
    background-color: #fff;
    border: solid #fff 1px;
    color: #000;
  }
  
  .btn2 {	
    -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;
    cursor: pointer;
    width:150px;
  }
  
  .btn2:hover {
  
    text-decoration: none;
    background-color: #fff;
    border: solid #fff 1px;
    color: #000;
  }
  
  .bg-header{
    color: #fff;
    background-image: url("../img/bh-header.png");
    background-repeat: no-repeat;
    min-height: 872px;
	font-family: 'Nunito', sans-serif;
	background-color: #000;	
}

.bg-p1{
	font-family: 'Nunito', sans-serif;
	background-color: #000;
	color: #fff
}

.bg-p2{
    color: #fff;
    background-image: url("../img/p2.png");
    background-repeat: no-repeat;
    min-height: 473px;
	font-family: 'Nunito', sans-serif;
	background-color: #000;	
}
.bg-p3{
    color: #fff;
    background-image: url("../img/p3.png");
    background-repeat: no-repeat;
    min-height: 491px;
	font-family: 'Nunito', sans-serif;
	background-color: #000;
background-position: 100% 0%;	
}

.bg-p4{
    color: #fff;
    background-image: url("../img/p4.png");
    background-repeat: no-repeat;
    min-height: 476px;
	font-family: 'Nunito', sans-serif;
	background-color: #000;	
}

.bgyt{
	color: #fff;
    background-image: url("../img/yt.png");
    background-repeat: no-repeat;
    min-height: 602px; 
color: #000;
	font-family: 'Nunito', sans-serif;
	
}

.minusmargin{
	margin-top: -350px;
}