h1{
  font-size: 50px;
  color: #000000;
  text-align: center;
}
#meme{
  text-align: center;
  font-size: 30px;
}

body{
  background-image: url(school.jpg);
  /* background: linear-gradient(#000428, #004e92); */
}
.wrapper{
  background-image: url(sol_transparent.jpg);
  background-size: cover;
  /* opacity: 0.5; */
  border-radius: 25px;
  margin-right: auto;
  margin-left: auto;
  /*margin-top: 20px;*/
  width: 1200px;
  /*min-width: 600px;*/
  height: 100%;
}

.content{
  margin-left: 17%;
  /* width: 1040px; */

}

.correlationGraph .main-svg{
  background-color: transparent !important;
}

.graphs {
  width: 800px;
  height: 500px;
}
/**--------------------------Navigation Bar----------------------------------**/
.sidenav {
    height: 100%;
    /* width: 160px; */
    /* margin-right: 73%; */
    float: left;

    /* position: center; */
    z-index: 1;
    /* top: 0; */
    /* left: 0; */
    /* background-color: #111; */
    /* overflow-x: hidden; */
    padding-top: 20px;
}
.sidenav a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 25px;
    color: #000000;
    display: block;
}

.sidenav a:hover {
    color: #000000;
    font-weight:bold;
}
/**--------------------------END of Navigation Bar----------------------------------**/

.intro{
  border: solid;
  /* width: 70%; */
  padding-right: 3%;
  padding-left: 3%;
  margin-left: 5%;
  margin-right: 20px;
  margin-bottom: 10px;
  /* background-color: #00FFFF40; */
  border-radius: 13px;
  /* background: ##d9d9d9; */
}

.intro p{
  font-weight: 900;
}
#intro_list{
  border: solid;
  /* width: 70%; */
  padding-right: 3%;
  padding-left: 3%;
  margin-left: 5%;
  margin-right: 20px;
  border-radius: 13px;
}

/**-------------------------- Footer Page ----------------------------------**/#footer {
	width: 1200px;
	height: 33px;
	padding: 20px 0 4px 0;
	text-align: center;
	/* background: #555; */
	/* color: #aaa; */
	border-top: 1px solid #fff;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-size: 100%;
  /* position: absolute; */
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

/**--------------------------END of Footer----------------------------------**/
