/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


:root {
	--cnvs-themecolor: #ffffff;
	--cnvs-themecolor-rgb: 246,242,243;
	--cnvs-secondary-color: #0c77a3;
	--cnvs-body-bg: var(--cnvs-secondary-color);
	--cnvs-body-bg-rgba: 12,119,163;
    --cnvs-body-font: 'Roboto', sans-serif;
	--cnvs-primary-font: 'Prata', serif;
    --cnvs-contrast-600: #ffffff;
	--cnvs-border-opacity: .15;
	--cnvs-body-image: url('images/blur-svg/blur-bg.webp');
}

body {
	background-color: #0c77a3;
	/*font-family: 'Quicksand', sans-serif;*/
	/*font-weight: 200;*/
	color: rgba(255,255,255,1);

  font-family: 'Roboto', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#001a33+0,0b8198+100&0.6+0,0.6+100 */
background: -moz-linear-gradient(top, rgba(11,129,152,1) 0%, rgba(11,129,152,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(11,129,152,1) 0%,rgba(11,129,152,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(11,129,152,1) 0%,rgba(11,129,152,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1, .SleekLanding-Title {
font-family:  'Prata', serif;
 font-weight: 400;
font-style: normal;
}

.WHT {color: #FFFFFF !important;}