.casual-title {
	font-family: 'Open Sans', sans-serif;
}
.ubuntu-font {
	font-family: 'Ubuntu', sans-serif;
}
.quicksand-font {
	font-family: 'Quicksand', sans-serif;
}
.hero.is-black .tabs.is-boxed li.is-active a, .hero.is-black .tabs.is-boxed li.is-active a:hover, .hero.is-black .tabs.is-toggle li.is-active a, .hero.is-black .tabs.is-toggle li.is-active a:hover,
.button.is-primary
{
	background-color: transparent;
	background-image: linear-gradient(0deg, rgba(34, 85, 85, 0.5),rgba(153, 0, 153, 0.5));
	border-color: #909;
	color : #fff;
}
.button.is-primary
{
	background-image: linear-gradient(0deg, rgba(34, 85, 85, 0.2),rgba(153, 0, 153, 0.2));
}
.button.is-primary:hover
{
	background-color: transparent;
	border-color: #909;
	color: #fff;
	background-image: linear-gradient(10deg, rgba(34, 85, 85, 0.5),rgba(153, 0, 153, 0.5));
}
.hero.is-black .tabs.is-boxed a:hover, .hero.is-black .tabs.is-toggle a:hover
{
	background-image: linear-gradient(10deg, rgba(34, 85, 85, 0.1),rgba(153, 0, 153, 0.1));
	border-color : rgba(153, 0, 153, 0.1);
}
.has-background-primary {
	background-color: transparent !important;
	background-image: linear-gradient(50deg, rgba(34, 85, 85, 0.5),rgba(153, 0, 153, 0.5)) !important;
}
.is-fixed-bottom
{
	position: fixed;
	bottom : 0px;
}
.panel.is-grad .panel-heading {
    background-color: transparent !important;
	background-image: linear-gradient(50deg, rgba(34, 85, 85, 1),rgba(153, 0, 153, 1)) !important;
    color: #fff;
}
.panel-block:not(:last-child), .panel-tabs:not(:last-child) {
    border-bottom: 1px solid rgba(153, 0, 153, 0.5) !important;
}
a.panel-block:hover, label.panel-block:hover {
    background-color: transparent !important;
	background-image: linear-gradient(90deg, rgba(34, 85, 85, 0.3),rgba(153, 0, 153, 0.1)) !important;
}
.has-background-grad
{
	background-color: transparent !important;
	background-image: linear-gradient(50deg, rgba(34, 85, 85, 1),rgba(153, 0, 153, 1)) !important;
}
.progress.is-grad
{
	background-color: transparent !important;
	background-image: linear-gradient(50deg, rgba(34, 85, 85, 0.2),rgba(153, 0, 153, 0.2)) !important;
}