.left {
  float: left;
  width: 50%; /* The width is 50%, by default */
}

.right {
  float: left;
  width: 50%; /* The width is 50%, by default */
}

/* Use a media query to add a breakpoint at 800px: */
/* The width is 100%, when the viewport is 800px or smaller */
/*@media screen and (max-width: 800px) {
  .left, .right {
    width: 100%; 
  }
}*/
.w3-denote-purple
{color:#4c316c;background-color:#ffffff00}

.w3-denote-purplebackground 
{ color: white; background-color: #6C4498;
}
.w3-denote-blue
{color:#00cec7;background-color:#ffffff00}

.w3-denote-backgroundblue
{color:#000;background-color:#edecf1}

.w3-denote-button
{background-color: #F4ECFC; color: #5A3C7C}

.grad {
  background-image: linear-gradient(white, white,white, #edecf1);
}
.transparent_background {
	opacity: 0
}
h1 {
	font-family: -apple-system, BlinkMacSystemFont, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 56px;
	line-height: 67px;
	color: #5A3C7C;
}
h2 { 
	font-size: min(3vw, 30px);
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 140.62%;
	color: #262429;
}
h3 {
	font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 140.62%;
	color: #262429;

    }   
h4 {
	font-family: -apple-system, BlinkMacSystemFont, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 38px;

	color: #262429;

}
.logo-text {
	font-family: Gilroy;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;

	color: #5A3C7C;
}
p,li { 
	font-family: -apple-system, BlinkMacSystemFont, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 36px;
	color: #6F6778;
	text-align: left;
}
p.medium {
	font-family: -apple-system, BlinkMacSystemFont, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #6F6778;
	text-align: left;

}
p.small {
	font-family: -apple-system, BlinkMacSystemFont, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #6F6778;
	text-align: left;

}
p.footer-text {
	font-family: -apple-system, BlinkMacSystemFont, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 140.62%;
	margin-left: 20%;
	margin-right: 20%;
	/* or 25px */
	text-align: center;

	/* n5 */
	color: #E4E2E8;
	}
.feature-list {
	font-family: -apple-system, BlinkMacSystemFont, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 32px;
	color: #262429;
	list-style-type: circle;
}
.feature-list li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #1FD3CE; /* Change the color */
  font-weight:bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */ 
  width: 1em; /* Also needed for space */
  margin-left: -1em; /* Also needed for space */

}
.btn {
  background-color: white;
  border: none;
  color: black;
  font-size: 16px;
  margin: 4px 2px;
  transition: 0.3s;
  text-decoration:none;
}

.denote-nav-button:hover {
  background-color: #4c316c!important;
  color: white!important;
}
.thecol {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
}
.therow {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}
