/*Color Scheme*/
.text-main{color:#066631 !important;}
.text-main-alt{color:#ad5389 !important;}
.text-sec{color:#CEDF9F !important;}
.bg-sec{background-color:#ffc107 !important;}
.bg-main{background:#FAD50B !important;}
.bg-main-alt{background-color:#A1D6B2 !important;}
.bg-main-aux{background-color:#CEDF9F !important;}
.bg-grey{background-color: #92C1B8 !important;}
.bg-footer{background-color:#0E454C !important;}
.border-main{border-color:#188848 !important;}
.border-main-alt{border-color:#CEDF9F !important;}
.bg-main-subtle{background-color:#F8F9F4 !important;}
.btn-main{background:#FAD50B !important;}
.bg-sidebar{background:#01363d !important;}
.college-gradient{background: #00695C;background: -webkit-linear-gradient(to right, #00695C, #00695C);background: linear-gradient(to right, #00695C, #00695C);}
.gradient{
	background: #FFEFBA; 
  	background: -webkit-linear-gradient(top, white, #f7f1dc);
  	background: linear-gradient(to bottom, white, #f7f1dc);

  	/* The Fixes */
  	min-height: 100vh;
  	background-attachment: fixed;
}
.dash-header{background:#069494;}
.dash-bg{background:#92C1B8;}
.std-bg{backgroound:#0E454C;}
.card-gradient{
	background: #F8FA5B; 
  	background: -webkit-linear-gradient(top, white, #F8FA5B);
  	background: linear-gradient(to bottom, white, #F8FA5B);

  	/* The Fixes */
  	min-height: 100vh;
  	background-attachment: fixed;
}

.m-gradient{
	background: #FFEFBA; 
  	background: -webkit-linear-gradient(top, white, #f7f1dc);
  	background: linear-gradient(to bottom, white, #f7f1dc);
  }

/*End of color scheme*/