body {
  /* background: #000; */
}

.fadechange {
  height: 100vh; /* Makes the div fill the viewport height */
  width: 100%;
  animation: fading 12s infinite; /* Animation lasts 10s and repeats infinitely */
}

@keyframes fading {
  0% {
    background-color: #ffb0c9; /* Start color (red) */
  }
  33% {
    background-color: #ffe09c; /* Middle color 1 (green) */
  }
  66% {
    background-color: #c4fff7; /* Middle color 2 (blue) */
  }
  100% {
    background-color: #e5b1fb; /* End color (back to red) */
  }
}

.container {
  max-width: 650px;
  margin: 20px auto;
  padding: 0 24px;
}

#tsparticles canvas {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
  pointer-events: none !important;
}

button {
font-family:"Roboto", sans-serif;
font-size: 15pt;
  /* position: relative; */
  width: 200px;
  height: 75px;
  top: 50%;
  left: 50%;
  margin: 0px 0px 50px 0px;
  border-radius: 20px;
  background: #fff;
  border: none;
  cursor: pointer;
}

button:active {
  color: #f00;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family:"Roboto", sans-serif;
	color: #000;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

i{
	font-style: italic;
    font-weight: 200;

}


/* Your styles go here */

h1, h2, h3, h4, h5, h6{
	font-family:"Roboto", sans-serif;
	
}

h1{
	font-size: 2em;
	color:#000;
	text-align: center;
	line-height: 2em;
	margin-bottom: 20px;
	margin-top: 20px;
}

a {
    color: #b84ab4;
    text-decoration: none;
}

.first-graph:first-letter { 
	float: left; 
	color: #000; 
	font-size: 2.5em; 
	line-height: 1em; 
	padding-top: 4px; 
	padding-right: 10px; 
	padding-left: 3px; 
	font-family:"Roboto", sans-serif;
}


 p{
    font-family:"Roboto", sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    color: #000;
    padding-bottom: 1.5em;

}

.wrap{
	position: absolute;
	width:100%;
}


.content{
	width:50%;
	margin:0 auto;
	max-width:600px;
	text-align: justify;
}





.button {
	font-family:"Roboto", sans-serif;
	color: #fff ;
    background-color:  #7c7c7d;
    font-weight: normal;
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #7c7c7d;
    border-radius: 4px;
}

.button:hover {
  background: #888;
  text-decoration: none;
  
}


.mobile{
	display:none;
}

.desktop{
	display:block;
}

.legend{
	width:100%;
}

.legend-text{
	 float:left;
}

.legend-box{
    padding-right: 10px;
    float: left;
    width: 46%;
}

.footnote{
	font-size: 0.8em;
    color: #888;
    line-height: 1.5em;
    clear: both;
}



.intro-icon {
    text-align: center;
    margin: 25px 0px 25px 0;
    font-size: 1.5em;

}

.intro-icon i{
	color:#f563f1;
}


@media (max-width:480px) {
	.content{
		width:90%;
	}
	.mobile{
		display:block;
	}
	.desktop{
		display:none;
	}
	p{
		font-size:14px;
		padding-bottom: 1em;
	}
	.button-container{
		text-align: center;
	}

	h1 {
	    font-size: 1.5em;
	    line-height: 1em;
	    margin-bottom: 15px;
	    margin-top: 15px;
	}


	

}


#qs-submit-page{
    display: none;
    text-align: center;
}

.ss-q-title {
    color: #393939;
    line-height: 1.5em;
   /* margin: 20px 0px 0px 0px;*/
}

.ss-q-help.ss-secondary-text {
    font-size: 0.9em;
    line-height: 1.2em;
    margin: 10px 0px 5px 0px;

}

input#entry_212991863 {
    height: 2em;
    margin: 5px 0px 20px 0px;
    width: 100%
}

textarea#entry_1562626231 {
    width: 100%;
    margin: 15px 0px 10px 0px;
    border: 1px #ccc solid;
    height:100px;

}

input#ss-submit {
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 5px;
  font-family:"Roboto", sans-serif;
  color: #ffffff;
  font-size: 15px;
  background: #9e9e9e;
  padding: 5px 15px 5px 15px;
  text-decoration: none;
  border:none;
  margin:15px 0px;
}

input#ss-submit:hover {
  background: #c7c7c7;
  text-decoration: none;
}


.yellow1{color:#342a03;}
.yellow2{color:#9d800a;}
.yellow3{color:#dbbc3d;}
.yellow4{color:#e4cc6d;}
.yellow5{color:#f5edce;}

.magenta1{color:#3d183c;}
.magenta2{color:#b84ab4;}
.magenta3{color:#f563f1;}
.magenta4{color:#f9a1f6;}
.magenta5{color:#fcdffb;}

.green1{color: #003d2d;}
.green2{color: #01b988;}
.green3{color: #01f7b6;}
.green4{color: #99fbe1;}
.green5{color: #cbfdf0;}

.blue1{color: #00333f;}
.blue2{color: #009abe;}
.blue3{color: #00ceff;}
.blue4{color: #65e1ff;}
.blue5{color: #cbf4ff;}


.yellow1-background{background-color: #342a03;}
.yellow2-background{background-color: #9d800a;}
.yellow3-background{background-color: #dbbc3d;}
.yellow4-background{background-color: #e4cc6d;}
.yellow5-background{background-color: #f5edce;}

.magenta1-background{background-color:#3d183c;}
.magenta2-background{background-color:#b84ab4;}
.magenta3-background{background-color:#f563f1;}
.magenta4-background{background-color:#f9a1f6;}
.magenta5-background{background-color:#fcdffb;}

.green1-background{background-color: #003d2d;}
.green2-background{background-color: #01b988;}
.green3-background{background-color: #01f7b6;}
.green4-background{background-color: #99fbe1;}
.green5-background{background-color: #cbfdf0;}

.blue1-background{background-color: #00333f;}
.blue2-background{background-color: #009abe;}
.blue3-background{background-color: #00ceff;}
.blue4-background{background-color: #65e1ff;}
.blue5-background{background-color: #cbf4ff;}
