@media screen and (max-width: 800px) {
  .cell1, .cell2 {
      width: 100% !important;
 } 
}
html {
	font-size: 1vw;
}
body {
	margin: 0;
	font-size: 1.5rem;
	font-family: 'Roboto', sans-serif;
	color: black;
}
#wrapper {
	width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}
#hero {
	width: 100%;
	height: auto;
	position: relative;
}
#hero img {
	box-sizing: border box;
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	border-radius: 3rem 3rem 3rem 3rem;
}
img {
	max-width: 100%;
	height: auto;
	position: center;
	margin-top: 2.5%;
	margin-bottom: 2.5%;
}
.herotext {
	color: white;
	position: absolute;
	margin: 0;
	top: 54%;
	right: 4%;
    width: 35%;
	text-align: right;
}
#navbar {
	list-style-type: none;
	background-color: #9A2470;
	overflow: hidden;
	font-size: 2rem;
	margin: 0;
	padding: 0;
	text-align: center;
	border-radius: 30px;
}
#navbar li {
	float: left;
	width: calc(100%/5);
}
#navbar li a {
	display: block;
	padding: 4% 0 4% 0;
}
#navbar a:link {
	color: white;
	text-decoration: none;
}
#navbar a:visited {
	color: white;
	text-decoration: none;
}
#navbar a:hover {
	background-color: #E2E2E5;
	opacity: .5;
}
.active {
	color: white;
	text-decoration: none;
	background-color: #242426;
}
h1 {
	font-size: 3.9rem;
	text-align: left;
	padding-top: 4%;
}
h2 {
	font-size: 1.8rem;
	text-align: left;
	padding-top: 18%;
}
h3 {
	font-size: 1.8rem;
	color: #000000;
	text-align: left;
}
#flexbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	background-color: #E2E2E5;
	padding-top: 3%;
	padding-bottom: 3%;
	padding-right: 1%;
	padding-left: 1%;
	align-items: flex-start;
	border-radius: 3rem 3rem 3rem 3rem;
}
#flexbox1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	background-color: #E2E2E5;
	padding-top: 3%;
	padding-bottom: 3%;
	padding-right: 1%;
	padding-left: 1%;
	align-items: center;
	border-radius: 3rem 3rem 3rem 3rem;
	margin-top: 2%;
}
.cell1 {
	width: 30%;
	height: auto;
	padding-top: 1%;
	padding-bottom: 1%;
}
.cell2 {
	width: 30%;
	height: auto;
	padding-top: 1%;
	padding-bottom: 1%;
}
.cell3 {
	width: 40%;
	height: auto;
	padding-top: 1%;
	padding-bottom: 1%;
}
.invisible {
	visibility: hidden;
}
.videocontainer {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.videocontainer iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}
.tiktok-embed {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
 }
#overview {
	width: 96%;
	height: auto;
	background-color: #ffffff;
	padding: 2%;
	overflow: hidden;
}
#footer {
	width: 96%;
	height: auto;
	background-color: #ffffff;
	padding: 2%;
	text-align: center;
	clear: both;
}
a:link {
	color: #622399;
	text-decoration: none;
}
a:visited {
	color: #622399;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
p {
	line-height: 145%;
}
ul {
	width: 100%;
	list-style-type: none;
	list-style-position: inside;
	padding-left: 0%;
	line-height: 170%;
}
.bolded {
	font-weight: bold;
}
