@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;
    background-color: #000;
}

.bg-header{
    color: #fff;
    background-image: url("../img/bg-header.png");
    background-repeat: no-repeat;
    min-height: 925px; 
	font-family: 'Nunito', sans-serif;
    background-color: #000;
    background-position: 20% 0;
}

.header-txt{
    font-size: 80px;
    text-transform: uppercase;
    font-weight: 700;
    
}

.minus-top-padding{
    margin-top: -180px;
    color: #fff;
    
}

.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-color: #fff;
  border: solid #fff 1px;
  color: #000;
}

.table-background{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,044562+100 */
background: #000000; /* Old browsers */
background: -moz-linear-gradient(top, #000000 0%, #044562 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #000000 0%,#044562 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #000000 0%,#044562 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#044562',GradientType=0 ); /* IE6-9 */
}

.table-background-1{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#044562+0,000000+100 */
background: #044562; /* Old browsers */
background: -moz-linear-gradient(top, #044562 0%, #000000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #044562 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #044562 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#044562', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.bg-color{
    background-color: #044562;
}