* {
	box-sizing: border-box;
}

html, body {
	margin: 0;
	padding: 0;

	color: black;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-align: center;
	font-size: 28px;

	line-height: 1.2;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@supports(padding: max(0px)) {
	padding: 25px;
	padding-left: 0px;
	paddimg-right: 0px;
}

@supports(-ms-ime-align: auto) {
	overflow-x: hidden;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.fadeIn:hover {
	animation: fadeIn 2s;
}

.shadow-1:hover {
  box-shadow: 5px 5px rgba(0, 0, 0,.50);
  border: 1px solid;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.fadeUpJs {
opacity: 0;
transform: translate(0, 20px); 
transition: all 3s;
}

.fadeUpJs.visible {
opacity: 1;
transform: translate(0, 0); 
}

/* Consider using some CSS Pseudo classes*/

h1, h2, h3, h4, h5, h6 {

}

h2 {
	font-weight: 700;
	font-style: italic;
}

h5 {
	font-size: 18px;
	color: white;
	font-weight: 800;
	margin: 0;
	text-align: left;
}

h6 {
	font-size: 12px;
	color: white;
	font-weight: 800;
}

img {
	width: 50%;
}

.logo {
	position: relative;
	bottom: 5px;
	font-weight: 800;
	font-size: 42px;

	-webkit-transition: background 2s; /* For Safari 3.1 to 6.0 */
  	transition: background 2s;
}

.logo:hover {
	background: -webkit-linear-gradient(left,#FACF8A, #FB6758, #B22133);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

a {
	color: black;
}

a:hover {
    background: -webkit-linear-gradient(left,#FACF8A, #FB6758, #B22133);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.active {
	background: -webkit-linear-gradient(left,#FACF8A, #FB6758, #B22133);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.wrapper {

}

.barSpacing {
	width: 100%;
	height: 2rem;
	background-color: transparent;
}

.navbar {
	position: sticky;
	border-style: none;
	border-width: 0;
}

.navigation {
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	margin: 0;
	width: 100%;
}

.navigation-left {
	justify-content: flex-start;
	margin-right: auto;
}

.navigation-right {
	justify-content: flex-end;
	margin-left: auto;
}

.navbar-toggler-icon {
	width: 3em;
}

.headerImg {
	width: 100%;
	background-repeat:no-repeat;
	background-position: center top;
	display:block;
	margin:0px auto;
}

.header {
	width: 100%;
}

.mindText {
	position: relative;
	left: -160px;
	top: 60px;
}

.slashText {
	position: relative;
	top:-5px;
	right: 70px;
}

.headerText {
	position: absolute;
	left: 30%;
    bottom: 53%;
    width: 40%;
	font-size: 36px;
	font-weight: 800;
}

.exposureText {
	position: absolute;
	left: 30%;
    bottom: 53%;
    width: 40%;
	font-size: 110px;
	font-weight: 800;

	background: -webkit-linear-gradient(left,#FACF8A, #FB6758, #B22133);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.treatmentText {
	position: absolute;
	left: 15%;
    bottom: 55%;
    width: 40%;
	font-size: 72px;
	font-weight: 800;
	text-align: left;

	background: -webkit-linear-gradient(left,#FACF8A, #FB6758, #B22133);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.preventionText {
	position: absolute;
	right: 15%;
    bottom: 55%;
    width: 40%;
	font-size: 72px;
	font-weight: 800;
	text-align: left;

	background: -webkit-linear-gradient(left,#FACF8A, #FB6758, #B22133);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.riskText {
	position: absolute;
	right: 10%;
    bottom: 40%;
    width: 40%;
	font-size: 72px;
	font-weight: 800;
	text-align: left;

	background: -webkit-linear-gradient(left,#FACF8A, #FB6758, #B22133);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.title {
	font-weight: 700;
	font-style: italic;

	background: -webkit-linear-gradient(left,#FACF8A, #FB6758, #B22133);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.title-1 {
	font-weight: 700;
	font-style: italic;

	padding: 15px;
}

.title-2 {
	font-weight: 700;
	font-style: italic;
	font-size: 52px;
	padding: 15px;
}

.ourMission {
	font-weight: 700;
	font-style: italic;
	font-size: 52px;

	width: 100%;
}

.ourQuote {
	font-weight: 700;
	font-style: italic;
	font-size: 32px;

	width: 100%;
}

.tagLine {
	position: absolute;
    top: 47%;
    left: 30%;
    width: 40%;
    font-size: 18px;
}

.aboutLine {
	position: absolute;
    top: 47%;
    left: 30%;
    width: 40%;

    font-weight: 800;
    font-size: 18px;
}

.fancy {
	font-family: 'Pacifico', cursive;
	font-style: italic;
}

.ourLine {
    font-weight: 400;
    font-size: 18px;
    padding: 35px;

    width: 55%;
    margin-right: auto;
    margin-left: auto;
}

.treatLine {
	position: absolute;
    top: 45%;
    left: 20%;
    width: 32%;
    font-size: 18px;
    text-align: left;
}

.preventionLine {
	position: absolute;
    top: 45%;
    right: 20%;
    width: 32%;
    font-size: 18px;
    text-align: left;
}

.riskLine {
	position: absolute;
    top: 60%;
    right: 15%;
    width: 32%;
    font-size: 18px;
    text-align: left;
}


.arrowDown {
	
}

.blob {
	position: absolute;
    z-index: -100;
    left: 46.75%;
    bottom: 22%;
    width: 7%;
}

.triangle-down {
	position: absolute;
    left: 48.15%;
    bottom: 25%;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-top: 50px solid #555;
}

.triText {
	position: absolute;
    left: 47.75%;
    bottom: 25.25%;
}

.container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;

	margin: 0;
	padding: 0;
}

.bg-color-1 {
	background-color: #FDFD95;
}

.bg-color-2 {
	background-color: #FFD1DC;
}

.bg-color-3 {
	background-color: #FACF8A;
}

.bg-color-4 {
	background-color: #2E5090;
}

.bg-color-5 {
	background-color: black;
}

.button {
	background-color: #FACF8A;
	border: none;
	border-radius: 5px;
	color: white;
	padding: 20px, 18px;
	text-align: center;
	text-decoration: none;
}

.form-control {

}

.textSection-1 {
	display: flex;
	flex-wrap: wrap;
	margin: 25px;
	align-items: center;
}

.textSection-2 {
	display: flex;
	flex-wrap: wrap;
	margin: 25px;
	padding: 25px;
}

.body-1 {
	font-weight: 400;
	font-size: 20px;
}

.body-2 {
	font-weight: 400;
	font-size: 28px;
}

.body-3 {
	font-weight: 400;
	font-size: 14px;
}

.body-4 {
	font-weight: 400;
	font-size: 18px;

	padding: 15px;
}

.body-5 {
	font-weight: 400;
	font-size: 18px;
	width: 75%;
	padding: 15px;
}


.textLeft {
	text-align: left;
}

.textRight {
	text-align: right;
}

.black-vertical-divider {
	background-color: black;

	width: 1px;
	height: 85%;
}

.sectionBox {
	width: 50%;
	border: 1px solid;
	margin-right: auto;
	margin-left: auto;
}

.imgColumn {
	width: 30%;
}

.blob-1 {
	width: 8rem;
    position: absolute;
    right: 32px;
    bottom: 18px;
    z-index: -20;
}

.blob-2 {
    width: 12rem;
    position: absolute;
    right: 15px;
    bottom: 25px;
    z-index: -20;
}

.blob-3 {
    width: 10rem;
    position: absolute;
    right: 10px;
    bottom: 20px;
    z-index: -20;
}

.blob-4 {
    width: 10rem;
    position: absolute;
    left: 540px;
    bottom: -20%;
    z-index: -20;
}

.mohStat {
	text-align: center; 
	font-size: 24px;

	position: relative;
    top: 40%;
}

.mohAdvantage {
    text-align: left;
    position: absolute;
    top: -10%;
}

.mohNinetyNine {
	color: white;
    font-size: 110px;
    font-weight: 700;
    font-style: italic;

    position: relative;
    top: 25%;
}

.mohCureRate {
	position: relative;
	text-align: left;
	font-size: 36px;
    top: 75%;
    right: 10%;
}

.sun {
	position: relative;
	width: 50%;
    height: 65%;
    left: 12.5%;
}

.whoWeAre {
    position: relative;
    right: 120px;
    top: 120px;
}

.textColumn-1 {
	text-align: left;
	position: relative;
    width: 30%;
    right: 50px;
    bottom: 4px;
}

.textColumn-2 {
	text-align: left;
	width: 30%;
	position: relative;
	top: 50%;
	left: 25%;
}

.textColumn-3 {
	text-align: center;
	width: 60%;

	padding: 0px 15px 15px 15px;
	margin-left: auto;
	margin-right: auto;
}

.row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}

.column-1 {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	flex: 1;
}

.column-2 {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	flex: 2.5; 
}

.card-container {
	display: flex;
	flex-wrap: wrap;

	margin: 0;
	padding: 0;
}

.cards {
	width: 65%;

	margin-right: auto;
	margin-left: auto;

    flex-direction: row;
    min-width: 0;
    word-wrap: normal;
    background-color: #ffffff;
    border: none;
    border-radius: 0rem;
}

.cards, .front, .back {
	flex-wrap: wrap;

	-webkit-perspective: 75rem;
	perspective: 75rem;
}

.front, .back {
	 box-shadow: 5px 5px rgba(0, 0, 0,.50);
  	border-radius: 1px;
 	-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);

	color: #ffffff;
	width: 100%;

	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;

	overflow: hidden;
	transition: transform .8s ease;
	-webkit-transition: transform .8s ease;
}

.front {
	background: -webkit-linear-gradient(left,#FACF8A, #FB6758, #B22133);
	padding: 3.35rem;
	text-align: center;
}

.back {
	transform: rotateX(180deg);
	background: white;
	color: black;
	padding: 2rem;
	text-align: left;
	
	position: absolute;
	top: 0;
	left: 0;
}

.cards:hover .front {
	transform: rotateX(-180deg);
}

.cards:hover .back {
	transform: rotateX(0deg);
}

.letter-left {
	color: white;
    font-size: 160px;
    font-weight: 700;
    font-style: italic;
    position: absolute;
    top: 19%;
    left: 19%;
}

.letter-right {
	color: white;
    font-size: 160px;
    font-weight: 700;
    font-style: italic;

    position: absolute;
    top: 19%;
    right: 19%;
}

.footer {
	background-color: black;
	color: white;
	width: 100%;
	height: 4rem;
}

.icon {

}

.footerColumn {
	width: 30%;
}

@media (min-width: 768px) {
	.container {

	}
}
@media (min-width: 1200px) {
	.container {
	    max-width: 100%;
	}
}
@media (min-width: 992px) {
	.container {
	    max-width: 100%;
	}
}
@media (min-width: 768px) {
	.container {
	    max-width: 100%;
	}
}
@media (min-width: 576px) {
	.container {
	    max-width: 100%;
	}
}