/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
body {
  display: flex;
  flex-direction: column;
  min-height:100vh;
}

body.primary-bg-color, section#main-body {
    background-color: #fff;
}

.section#main-body {
    min-height: auto;
    padding: 0;
    background: #f1f3fa;
}

@media (min-width: 1500px) {
  .container {
    width: 1440px;
  }
}

section#main-body {
  flex: 1;
  min-height: auto;
}