/*
 *  Main
 *    Styles for the main container
 *
 *  Version:
 *    1.0.0 - 2018/05/07
 */
.c-main {
  min-height: 100vh;
  width: 100%;

  @extend %t-flexbox;
  @include t-flex-direction(column);
}