body{
background-image:url("/assets/images/Planet.png");
background-size:cover;
}

h1, h2, h3, h4, h5, h6{
    color: #414141;
    font-family: "Brandon Grotesque Black", sans-serif;
    font-weight: normal;
    margin-bottom: 1rem;
}

.light-text{
  font-family: "Brandon Grotesque", sans-serif !important;
}

#page-wrapper{
  max-width:98%;
}

.btn-grey{
  background-color:#6A6F75;
  color:white;
}

.section_header{
  color:white;
}

thead, tfoot{
    /* text-align:center; */
    font-size:17px;
  }

  th{
    padding:10px !important;
  }

  td{
    font-family: "Brandon Grotesque", sans-serif;
  }

  table a{
    color:rgb(46, 96, 113);
  }
  
  .chosen-container{
    width:100%!important;
  }
