/*
# css for tesseractic.com
*/

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

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

.hero-block {

	background: hsla(191, 79%, 21%, 1);

	background: linear-gradient(315deg, hsla(191, 79%, 21%, 1) 51%, hsla(240, 16%, 60%, 1) 100%, hsla(240, 16%, 60%, 1) 100%);

	background: -moz-linear-gradient(315deg, hsla(191, 79%, 21%, 1) 51%, hsla(240, 16%, 60%, 1) 100%, hsla(240, 16%, 60%, 1) 100%);

	background: -webkit-linear-gradient(315deg, hsla(191, 79%, 21%, 1) 51%, hsla(240, 16%, 60%, 1) 100%, hsla(240, 16%, 60%, 1) 100%);

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

}