@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;
}

.header-bg{
      background-image: url("../img/header-bg.png");
    background-repeat: no-repeat;
    min-height: 459px; 
color: #000;
    font-family: 'Nunito', sans-serif;
    background-color: #f1f1f1;
}

.btn {	
    -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;
  }
  
  .btn:hover {
  
    text-decoration: none;
    background-color: #000;
    border: solid #000 1px;
    color: #fff;
  }

  .section-bg{

    background-image: url("../img/bg-section.png");
    background-repeat: no-repeat;
    min-height: 379px; 
color: #000;
	font-family: 'Nunito', sans-serif;
}

.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:450px;
  }
  
  .btn2:hover {
  
    text-decoration: none;
    background-color: #000;
    border: solid #000 1px;
    color: #fff;
  }

  .section-bg-invert{
background-color: #e7e7e7;
    background-image: url("../img/bg-section-invert.png");
    background-repeat: no-repeat;
    min-height: 460px; 
color: #000;
	font-family: 'Nunito', sans-serif;
}

.section-bg-grey{
 background-color: #ededed;
}