/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.colorikon {
    color: #ffffff !important;
}

.gradient-horizon, .h-gradient-horizon:hover {

    background-image: linear-gradient(
90deg, rgb(199 25 120) 0%, rgb(82 56 123) 50%, rgb(34 58 122) 100%) !important;
}

h1 {
  
    margin: 0 0 0 0;
  
}
.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.5; 
}
.color3 {
    color: #ffffff !important;
}

.textjust {
    text-align: justify;
    }
	
	
	::selection {
    background: #223a7a;
    color: #FFF;
    text-shadow: none;
}
.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}