@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;
}
.bg-header{
	color: #fff;
    background-image: url("../img/bg-header.png");
    background-repeat: no-repeat;
    min-height: 337px; 
	font-family: 'Nunito', sans-serif;
}

.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;
    
    width:150px;
  }
  
  .btn:hover {
  
    text-decoration: none;
    background: #fff;
    border: solid #fff 1px;
    color: #000;
  }

  .btn1 {	
    -webkit-border-radius: 30;
    -moz-border-radius: 30;
    border-radius: 30px;
    font-family: 'Nunito', sans-serif;
    color: #000;
    font-size: 18px;
    background: none;
    padding: 10px 20px 10px 20px;
    border: solid #000 1px;
    text-decoration: none;
    
    width:250px;
  }
  
  .btn1:hover {
  
    text-decoration: none;
    background: #000;
    border: solid #000px;
    color: #fff;
  }

  .btn2 {	
    -webkit-border-radius: 30;
    -moz-border-radius: 30;
    border-radius: 30px;
    font-family: 'Nunito', sans-serif;
    color: #000;
    font-size: 18px;
    background: none;
    padding: 10px 20px 10px 20px;
    border: solid #000 1px;
    text-decoration: none;
    
    width:150px;
  }
  
  .btn2:hover {
  
    text-decoration: none;
    background: #000;
    border: solid #000 1px;
    color: #fff;
  }






  .bg-r-1{
	color: #fff;
    background-image: url("../img/bg-r-1.png");
    background-repeat: no-repeat;
    min-height: 534px; 
    font-family: 'Nunito', sans-serif;
    background-size: cover;
}

.bg-r-2{
	color: #fff;
    background-image: url("../img/bg-r-2.png");
    background-repeat: no-repeat;
    min-height: 534px; 
    font-family: 'Nunito', sans-serif;
    background-size: cover;
}

.bg-r-3{
	color: #fff;
    background-image: url("../img/bg-r-3.png");
    background-repeat: no-repeat;
    min-height: 580px; 
    font-family: 'Nunito', sans-serif;
    background-size: cover;
}

.bg-4{
	color: #000;
    background-image: url("../img/bg-4.png");
    background-repeat: no-repeat;
    min-height: 534px; 
    font-family: 'Nunito', sans-serif;
    background-size: cover;
}

.bg-color{
	background-color: #6492a0;
	color: #fff;
}


.btn4 {	
    -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:250px;
  }
  
  .btn4:hover {
  
    text-decoration: none;
    background: #fff;
    border: solid #fff 1px;
    color: #000;
  }


