/*
# css for tesseractic.space
*/

/*------------------------------------------------------------------
Colours
-------------------------------------------------------------------*/


/*
# https://coolors.co/gradient-maker/3b3b71-8989a9-3b3b71?position=27,100,100&opacity=100,100,100&type=linear&rotation=315
*/

.hero-block {

	background: hsla(240, 31%, 34%, 1);

	background: linear-gradient(315deg, hsla(240, 31%, 34%, 1) 27%, hsla(240, 16%, 60%, 1) 100%, hsla(240, 31%, 34%, 1) 100%);

	background: -moz-linear-gradient(315deg, hsla(240, 31%, 34%, 1) 27%, hsla(240, 16%, 60%, 1) 100%, hsla(240, 31%, 34%, 1) 100%);

	background: -webkit-linear-gradient(315deg, hsla(240, 31%, 34%, 1) 27%, hsla(240, 16%, 60%, 1) 100%, hsla(240, 31%, 34%, 1) 100%);

	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#3B3B71", endColorstr="#8989A9", GradientType=1 );

}