/* Write your custom css code here */
/* Requuired to get rid of the 100px gap before content */
#sp-main-body {padding: 1px 0; }
/*to set page width to match nav bar length*/
@media (min-width: 992px) {
  max-width: 1049 !important;
}
.container {max-width: 1249px;}
/*submit button colour*/
.btn {
  background-color: #6772e5;
  color: #fff;
  }/*
.container {max-width: 1249px;}
/*submit button colour*/
.btn {
  background-color: #6772e5;
  color: #fff;
  }
