@font-face {
  font-family: verdana;
  src: url(../fonts/verdana.ttf);
}
@font-face {
  font-family: merck;
  src: url(../fonts/merck.ttf);
}
html, body, section {
	width: 100%;
	overflow-x: hidden;
}
h1, h2, h3, h4 {
	font-family: merck;
	padding-top: 20px;
	padding-bottom: 10px;
	margin: 0;
}
#navbar, #banner, .bg-purple {
	background: #503291;
}
#heaader {
	background: url('../img/heading-pattern.png');
	background-size: cover;
}
.header-text {
	color: #fff;
	font-size: 24px;
	margin-top: 20px;
}
.header-text .header-bold-text {
	font-weight: bold;
}
#heaader h1 {
	text-align: center;
	font-size: 60px;
}
#banner {
	padding-top: 80px;
	padding-bottom: 70px;
	color: #fff;
	background-image: url("../img/banner-background.png");
	background-position: 0 -160px;
	background-repeat: no-repeat;
	background-size: 90%;
}
#counter {
	font-size: 80px;
	font-weight: bold;
	color: #37becd;
}
.counter-container {
	border-right: 1px solid #fff;
}
.counter-container p{
	font-size: 30px;
	font-weight: bold;
	font-family: verdana;
}
#banner-pledge-button {
	background: #e94096;
	color: #fff;
	font-size: 30px;
	padding: 20px 40px;
	color: #ffd23f;
	font-weight: bold;
	text-align: left;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#banner-pledge-button:after {
    display: block;
    content: "";
    width: 100px;
    height: 30px;
    position: absolute;
    top: 15px;
    left: 15px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}
#banner-pledge-button:before {
    display: block;
    content: "";
    width: 100px;
    height: 30px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
.banner-text-container {
	margin-left: 30px;
	font-family: verdana;
}
.banner-text-container h2 {
	font-family: verdana;
	font-weight: 800;
	font-size: 32px;
}
.banner-text-container p {
	font-size: 18px;
	margin-top: 22px;	
}
.banner-bold-text {
	color: #e94096;
	font-weight: bold;
}
.banner-quiz-button {
    padding: 20px;
    position: absolute;
    right: -29px;
    background: #fff;
    color: #333;
    transform: rotate(269deg);
    text-align: center;
    margin-top: -250px;
    text-decoration: none;
}
.banner-quiz-button strong {
	color: #e94096;
}

.step-heading {
	clear: both;
	padding: 40px 15px;
	color: #fff;
	height: 135px;
}
#step-section .row .col:first-child .step-heading {
	background: #04366a;
}
#step-section .row .col:nth-child(2) .step-heading {
	background: #953179;
}
#step-section .row .col:nth-child(3) .step-heading {
	background: #10816d;
}
#step-section .row .col:nth-child(4) .step-heading {
	background: #742c79;
}
#step-section .row .col:nth-child(5) .step-heading {
	background: #917217;
}
#step-section .row .col:nth-child(6) .step-heading {
	background: #23678e;
}
#step-section .row .col:nth-child(7) .step-heading {
	background: #589509;
}
#step-section .row .col:nth-child(8) .step-heading {
	background: #a13649;
}

#step-section .row .col:first-child .step-icon, #step-section .row .col:first-child .step-checklists, #step-section .row .col:first-child .step-body-text {
	background: #06488c;
}
#step-section .row .col:nth-child(2) .step-icon, #step-section .row .col:nth-child(2) .step-checklists, #step-section .row .col:nth-child(2) .step-body-text {
	background: #c540a0;
}
#step-section .row .col:nth-child(3) .step-icon, #step-section .row .col:nth-child(3) .step-checklists, #step-section .row .col:nth-child(3) .step-body-text {
	background: #15aa90;
}
#step-section .row .col:nth-child(4) .step-icon, #step-section .row .col:nth-child(4) .step-checklists, #step-section .row .col:nth-child(4) .step-body-text {
	background: #993a9f;
}
#step-section .row .col:nth-child(5) .step-icon, #step-section .row .col:nth-child(5) .step-checklists, #step-section .row .col:nth-child(5) .step-body-text {
	background: #c0961f;
}
#step-section .row .col:nth-child(6) .step-icon, #step-section .row .col:nth-child(6) .step-checklists, #step-section .row .col:nth-child(6) .step-body-text {
	background: #2f88bb;
}
#step-section .row .col:nth-child(7) .step-icon, #step-section .row .col:nth-child(7) .step-checklists, #step-section .row .col:nth-child(7) .step-body-text {
	background: #74c50c;
}
#step-section .row .col:nth-child(8) .step-icon, #step-section .row .col:nth-child(8) .step-checklists, #step-section .row .col:nth-child(8) .step-body-text {
	background: #d44761;
}
.step-heading-alpha {
	font-size: 80px;
	float: left;
	font-family: merck;
	line-height: .7;

}

.step-body-text, .step-checklists {
	padding: 10px 15px 30px 15px;
	color: #fff;
}
.step-body-text p, .step-heading p, .step-checklists ul {
	margin-bottom: 0;
}

.step-checklists ul {
	padding-left: 25px;
}

#step-section .row .step-icon {
	background-size: 30%;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}
#step-section .row .col:first-child .step-icon {
	background-image: url("../img/step-icon1.png");
}
#step-section .row .col:nth-child(2) .step-icon {
	background-image: url("../img/step-icon2.png");
}
#step-section .row .col:nth-child(3) .step-icon {
	background-image: url("../img/step-icon3.png");
}
#step-section .row .col:nth-child(4) .step-icon {
	background-image: url("../img/step-icon4.png");
}
#step-section .row .col:nth-child(5) .step-icon {
	background-image: url("../img/step-icon5.png");
}
#step-section .row .col:nth-child(6) .step-icon {
	background-image: url("../img/step-icon6.png");
}
#step-section .row .col:nth-child(7) .step-icon {
	background-image: url("../img/step-icon7.png");
}
#step-section .row .col:nth-child(8) .step-icon {
	background-image: url("../img/step-icon8.png");
}
.step-icon {
	height: 180px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.step-body-text {
    height: 200px;
}
#step-section .row .col {
	padding: 0;
}
#about {
	margin-top: 60px;
	margin-bottom: 40px;
}
.about-heading-container {
	margin-top: 40px;
	text-align: center;
}
.about-heading-container h2 {
	font-size: 40px;
}
.about-heading-container .about-heading-line1 {
	color: #503291;
}
.about-heading-container .about-heading-line2 {
	color: #e94096;
}
.about-pledge-button {
	margin-left: 60px !important;
	margin-top: 60px !important;
}
#quiz {
	padding-top: 80px;
	padding-bottom: 80px;
	background: #503291;
	color: #fff;
	text-align: center;
	mask-repeat:no-repeat;
}
#quiz h1 {
	font-size: 50px;
}
.quiz-submit-button {
	background: #e94096;
	padding: 10px 70px;
	font-weight: bold;
	margin-top: 30px;
	font-size: 20px;
	color: #fff;
	display: block;
	margin: 0 auto;
}
#footer {
	padding-top: 0px;
	padding-bottom: 40px;
	background: #503291;
	color: #fff;
}
#footer-curve {
	height: 300px;
	    padding: 0;
	    margin: 0;
	    background: #503291;
	    border-radius: 100%;
	    margin-bottom: -180px;
	    width: 130%;
	    margin-left: -15%;
	    overflow: hidden;
}
#header-curve {
    height: 258px;
    padding: 0;
    margin: 0;
    background: #503291;
    border-radius: 100%;
    width: 130%;
    margin-left: -15%;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.powered-container {
	margin-left: 40px;
	margin-top: 40px;
	font-size: 24px;
}
.step-checklists {
    height: 280px;
    position: relative;
}
.step-checks {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    flex-direction: column;
    bottom: 20px;
    position: absolute;
    right: 0;
    left: 0;
}
.step-checks input {
	height: 45px;
	width: 45px;
	display: block;
	margin: 30px auto 10px auto !important;
}
#check-error-text {
	font-family: verdana;
}






#quiz-section {
	padding-top: 60px;
	padding-bottom: 60px;
}
.quiz-title {
	font-family: verdana;
	margin-bottom: 30px;
	font-weight: bold;
	color: #e94096;
	margin-top: 30px;
}
.quiz-heading .quiz-title img {
	margin-right: 10px;
}
.quiz-heading input {
	width: 300px;
	border: 0;
	background: #ddd;
	padding: 10px 50px;
	text-align: center;
	display: block;
	margin: 20px auto 40px auto;
}




/*
.................................................................................................................................................
..RRRRRRRRRR..................................................................siii...............................................................
..RRRRRRRRRRR.................................................................siii...............................................................
..RRRRRRRRRRR....................................................................................................................................
..RRRR...RRRRR..eeeeee...essssss..ssppppppp.....oooooo...onnnnnnn...nssssss...siiiiivv..vvvv..eeeeee...ennnnnnn....eeeeee...essssss...sssssss....
..RRRR...RRRRR.eeeeeeee.eesssssss.sspppppppp..poooooooo..onnnnnnnn.nnsssssss..siiiiivv..vvvv.veeeeeee..ennnnnnnn..neeeeeee.eesssssss.sssssssss...
..RRRRRRRRRRR.Reee.eeee.eess.ssss.ssppp.ppppp.pooo.ooooo.onnn.nnnnnnnss.ssss..siiiiivv.vvvv.vvee.eeee..ennn.nnnnnnnee.eeee.eess.ssss.ssss.ssss...
..RRRRRRRRRRR.Reee..eeeeeesss.....sspp...ppppppoo...oooo.onnn..nnnnnnsss......siii.ivvvvvvv.vvee..eeee.ennn..nnnnnnee..eeeeeesss.....sssss.......
..RRRRRRRR....Reeeeeeeee.esssss...sspp...ppppppoo...oooo.onnn..nnnn.nsssss....siii.ivvvvvvv.vveeeeeeee.ennn..nnnnnneeeeeeee.esssss....ssssss.....
..RRRR.RRRR...Reeeeeeeee..sssssss.sspp...ppppppoo...oooo.onnn..nnnn..sssssss..siii.ivvvvvv..vveeeeeeee.ennn..nnnnnneeeeeeee..sssssss...sssssss...
..RRRR..RRRR..Reee............sssssspp...ppppppoo...oooo.onnn..nnnn......ssss.siii..vvvvvv..vvee.......ennn..nnnnnnee............ssss......ssss..
..RRRR..RRRRR.Reee..eeeeeess..ssssssppp.ppppp.pooo.ooooo.onnn..nnnnnnss..ssss.siii..vvvvvv..vvee..eeee.ennn..nnnnnnee..eeeeeess..ssssssss..ssss..
..RRRR...RRRRR.eeeeeeee.eesssssss.sspppppppp..poooooooo..onnn..nnnnnnsssssss..siii..vvvvv....veeeeeee..ennn..nnnn.neeeeeee.eesssssss.sssssssss...
..RRRR....RRRR..eeeeee....ssssss..ssppppppp.....oooooo...onnn..nnnn..ssssss...siii...vvvv.....eeeeee...ennn..nnnn..eeeeee....ssssss....ssssss....
..................................sspp...........................................................................................................
..................................sspp...........................................................................................................
..................................sspp...........................................................................................................
..................................sspp...........................................................................................................
.................................................................................................................................................

*/


@media (max-width: 767.98px) { 
	.header-text {
		text-align: center;
	}
	#heaader h1 {
		font-size: 36px;
	}
	#banner {
		text-align: center;
		background-image: none;
	}
	.banner-text-container {
		margin-left: 0;
	}
}