/*----------------------------------------------
*
* [Theme Indigo Stylesheet]
*
* Theme    : Leverage
* Version  : 2.1
* Author   : Codings
* Support  : codings.dev
* 
----------------------------------------------*/

/*----------------------------------------------

[ALL CONTENTS]

1. Root

----------------------------------------------*/

/*----------------------------------------------
1. Root
----------------------------------------------*/

/* #region Root */

:root {
    
    --primary-color: #5900ff;
    --secondary-color: #8340ff;
}




.myh1 {
	
	padding-top:-20px !important;

    font-size: 3.5em !important;
}
.myh3 {

    font-size: 2.5em !important;
	padding-bottom:40px !important;
}

.myh3-2 {

    font-size: 2.5em !important;
	padding-bottom:0px !important;
	
	color: #ffffff !important;
}


/* #endregion Root */


.ideabox {

margin: 0 auto; 
display: table; 
padding: 30px; 
border:1px solid #5900FF !important;  
margin-top: 10px; 
margin-bottom:10px;
color:#ffffff !important;  


}



.ideabox2 {

background: #ffffff; 
margin: 0 auto; 
display: table; 
padding: 30px; 
border:1px solid #5900FF !important;  
margin-top: 10px; 
margin-bottom:10px;
color:#6f6f6f;

}




.white {

color:#ffffff;
}
