body
{
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	
	color: #000b55;
	background-color: #f9fbff;
	
	scroll-behavior: smooth  !important;
	
	padding: 0;
	margin: 0;
}

html
{
	scroll-behavior: smooth  !important;
	
	padding: 0;
	margin: 0;
	
}

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

p
{
	padding: 0;
	margin: 0;
}

h5
{
	font-weight: bold;
}

@font-face {
    font-family: 'swellregular';
    src: url('fonts/swell-regular-webfont.woff2') format('woff2'),
         url('fonts/swell-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

hr
{
	border: .5px solid #cdd1f9;
}

.lavender
{
	color: #8F99FB;
}


#header-links
{
	position: fixed;
	top: 80px;
	right: 100px;
	color: #2d62a4;
	font-size: 1.15em;
}

#header-continer
{
	width: 100%;
	height: auto;
}

#background-tiedye
{
	position: fixed;

	background: url("images/backgroundTexture.gif");
	background-repeat: no-repeat;
	background-size: cover;
	
	width: 100vw;
	height: 100vh;
	
	top: 0;
	left: 0;
	
	z-index: -1;
}

.background-white
{
	background-color: #f9fbff;
}


#hero-container
{
	padding: 2em 0 1.5em 0;
}

#hero-title
{
	font-size: 4em;
	color: #000b55;
	
	line-height: 1em;
	
	font-family: swellregular;
	
	letter-spacing: .03em;
}



.subtitle
{
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.8em;
	width: auto;
	margin: 36px 0;
}

.subtitle span
{
	background: #f9fbff;
	padding: 5px 9px;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone; /* most browsers need -webkit */

}

#hero-paragraph
{
	color: #000b55;
	font-size: 1.15em;
	line-height: 2.3em;

	padding: 2em 0 4em 0;
	
	font-weight: 300;
}

#learn-more
{
	font-size: 1.25em;
	line-height: 2em;
	
	font-weight: bold;
	
	padding: 0;
	margin: 0;
}

#hero-image
{	
	height: 100%;
	width: 100%;
	
	
	background: url("images/hero-image.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 20%;
	
	
	-webkit-mask-image: url("images/blob.svg");
	mask-image: url("images/blob.svg");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	

}

#hero-image-wrapper
{
	top:0;
	right:0;
	
	height: auto;
	
	min-height: 350px;
	
	padding:0;

	/*filter: drop-shadow(5px 40px 50px rgba(142, 153, 250, 0.75));*/
}

#hero-image-mobile
{	
	height: 100%;
	width: 100%;
	
	
	background: url("images/hero-image.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 20%;
	
	
	-webkit-mask-image: url("images/blob-mobile.svg");
	mask-image: url("images/blob-mobile.svg");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	

}

#hero-image-wrapper-mobile
{
	top:0;
	
	width: 100vw;
	height: 500px;
	}

.container-fluid
{
	padding: 0;
}

.container
{
	padding: 3em;
}

.container-lg
{
	padding: 3em;
}


.row
{
	padding: 0;
	margin: 0;
}

h1
{
	font-size: 2em;
	color: #000b55;
	font-family: swellregular;
	letter-spacing: .03em;
	margin-left: 1em;
	margin-bottom: 30px;
}

h1::before
{
	background-image: url("images/astrix.png");
	width: 1em;
	height: 1em;
	top: 1px;
	margin-left: -2.2em;
	margin-right: .5em;
	background-size: contain;
	background-position: right center;
	background-repeat: no-repeat;
	content: "hi";
	color: rgba(255, 255, 255, 0);
}


ul
{
	line-height: 2.25em;
}

.astrix
{
	display: inline-block;
}

.list
{
	position: relative;
	list-style-type: none;
	left: -25px;
}


.email
{
	font-size: 2.125em;
		
	font-family: swellregular;
	
	letter-spacing: .03em;
	
	top: -30px;
	margin-bottom: 20px;
	
}

.contact
{
	font-size: 1.2em;
}


#brands
{
	padding: 6em 0;
	/*background: linear-gradient(130deg, #ecd8ff 0%, #f8f1ff 63%, #ecd8ff 100%);*/

}

#brands-sub
{
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 3rem 4rem 4rem 4rem;
	box-sizing: border-box;
	margin-left: -50px;
	max-width: 19d00px;
}

.partners
{
	width: 200px;
	height: 125px;
	object-fit: contain;
	background-position: center center;
	margin-left: 50px;
}
.spacer
{
	width: auto;
	height: 7em;
}

.small-spacer
{
	width: auto;
	height: 3em;
}

.btn
{
	padding: .65em 1.2em;
}

.btn-primary
{
	color: #f9fbff;
	background: #8F99FB;
	border: none;
}

.btn-primary:hover
{
	background: #9da7fd;
	border: none;
}


.btn:active, .btn:focus
{ 
 color: #ffffff; 
 background-color: #838eed !important; 
 border: none; 
} 

ul {
  padding-left: 25px;
}

.card-body
{
	border: none;
	background: #e7f0fc;
	padding: 2em 2em 1em 2em;
}

.card-1
{
	background: rgba(142, 153, 250, 0.1);
}

.card-2
{
	background: rgba(109, 188, 227, 0.1);
}

.card-3
{
	background: rgba(190, 78, 250, 0.075);
}

.card-4
{
	background: rgba(224, 230, 159, 0.2);
}

.btn:focus {
  outline: none !important;
}

#footer
{
	/*background: linear-gradient(130deg, #ecd8ff 0%, #f8f1ff 63%, #ecd8ff 100%);*/
	padding: 4em 0;
	margin: 0;
}


.text-muted
{
	color: #848ab6 !important;
}


/* ///// HUBSPOT ///// */

.actions
{
	background: #9d3c83 !important;
	border-color: green !important;
}

.hubspot-link__container sproket
{
	display: none !important;
}

/* ///// MEDIUM //// */

@media only screen and (max-width: 992px) 
{
	
	#hero-container
	{
	  	padding: 0 0 0 0;
	  	
	  	margin-top: -10px;
	  	
	  	bottom: -20px;
	 
	}
  
	.container-lg
	{
		padding: 4vw;
	}

  
	#hero-title
	{
		font-size: 6vw;
	}
	
	subtitle
	{
		font-size: 1em;
	}
	
	#hero-paragraph
	{
		font-size: 1em;
		padding: 0 0 4vw 0;
	
	}
	
	
}



/* ///// MOBILE ///// */


@media only screen and (max-width: 575px) {
  
  

  
	h1
	{
		margin-left: .5em;
		font-size: 1.8em;
	}
	
	h1::before
	{

		margin-right: .25em;
		margin-left: -.9em;
		
		background-position: right 40%;
		
	}
  
	.container
	{
		padding: 4vw 20px;
		margin: 4vw 0;
		
		overflow-x: hidden
		
		box-sizing: border-box;
	}
	
	#hero-container
	{
	  	padding: 1.5em 0 0 0;
	  	
	  	margin-top: -10px;
	 
	}
	
	#hero-title
	{
	  	font-size: 10vw;
	}
	
	
	#hero-image-wrapper-mobile
	{
		height: 100vw;
	}
	

	.subtitle
	{
	  	font-size: 1.1em;

	}
	
	
	#hero-paragraph
	{
		padding: 0 0 2em 0;
	}

	
	
	.spacer
	{
		width: auto;
		height: 4em;
	}
	
	#brands
	{
		padding: 4em 0;
	}
	
	#brands-sub
	{
		padding: 0rem;
		margin-left: -30px;
		margin-top: 2rem;
	}
	.partners
	{
		width: 120px;
		height: 100px;
		margin-left: 30px;
	}
}