/*
Theme Name: Advant Custom Theme
Author: Advant Digital
Version: 1.0.0
*/

/* .d-flex {
    border: 1px solid red !important;
}

section {
  border: 1px solid blue !important;
} */


/* html { background: #fff; } 
body {
  opacity: 0;
  transition: opacity 240ms ease;
}
body.is-loaded {
  opacity: 1;
}
body.is-leaving {
  opacity: 0;
} */

