/*
 Theme Name: Defi Theme
 Theme URI: http://nucleusstrategie.com/
 Author: Nucleus Strategie
 Author URI: http://nucleusstrategie.com
 Description: A custom theme created for defi.
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom, theme, learning
 Text Domain: defi-theme
*/

body{
	margin:0px;
}

@media only screen and (min-width: 600px) {
.bg-gradient-desk{
	background: linear-gradient(
		90deg,
		#3C2E67 0%,
		rgba(224, 99, 112, 0.90) 0.775%,
		rgba(234, 143, 36, 0.70) 1.55%,
		rgba(248, 227, 78, 0.50) 2.35%,
		rgba(253, 253, 253, 0.25) 3.275%,
		rgba(253, 236, 199, 0.04) 4.225%,
		rgba(253, 236, 199, 0.04) 95.775%,
		rgba(253, 253, 253, 0.25) 96.725%,
		rgba(248, 227, 78, 0.50) 97.65%,
		rgba(234, 143, 36, 0.70) 98.45%,
		rgba(224, 99, 112, 0.90) 99.225%,
		#3C2E67 100%
	);
}
}
.bg-gradient{
	background: linear-gradient(
		90deg,
		#3C2E67 0%,
		rgba(224, 99, 112, 0.90) 0.775%,
		rgba(234, 143, 36, 0.70) 1.55%,
		rgba(248, 227, 78, 0.50) 2.35%,
		rgba(253, 253, 253, 0.25) 3.275%,
		rgba(253, 236, 199, 0.04) 4.225%,
		rgba(253, 236, 199, 0.04) 95.775%,
		rgba(253, 253, 253, 0.25) 96.725%,
		rgba(248, 227, 78, 0.50) 97.65%,
		rgba(234, 143, 36, 0.70) 98.45%,
		rgba(224, 99, 112, 0.90) 99.225%,
		#3C2E67 100%
	);
}


.bg-gradient-left{
	background: linear-gradient(
		90deg,
		#3C2E67 0%,
		rgba(224, 99, 112, 0.90) 0.775%,
		rgba(234, 143, 36, 0.70) 1.55%,
		rgba(248, 227, 78, 0.50) 2.35%,
		rgba(253, 253, 253, 0.25) 3.275%,
		rgba(253, 236, 199, 0.04) 4.225%
	);
}



.bg-gradient-right{
	background: linear-gradient(
		90deg,
		rgba(253, 236, 199, 0.04) 95.775%,
		rgba(253, 253, 253, 0.25) 96.725%,
		rgba(248, 227, 78, 0.50) 97.65%,
		rgba(234, 143, 36, 0.70) 98.45%,
		rgba(224, 99, 112, 0.90) 99.225%,
		#3C2E67 100%
	);
}

.bg-gradient-resto {
	background: linear-gradient(
		90deg, 
		#FDFDFD -26.94%, 
		#FDECC7 13.04%, 
		#F8E34E 89.21%, 
		#EA8F24 100%
	);
}
