@charset "UTF-8";
/* @import url(https://fonts.googleapis.com/css?family=Josefin+Sans:400,400italic); */
/*
html,body {
margin:0;
padding:0;
}
*/
canvas {
  display: block;
  vertical-align: bottom;
box-sizing: border-box;
}
#particles-js {
 z-index: 3;	
position: absolute;
width: 100%;
  height: 100%;
/* background-color:#C75355; */
/* background-color:#FBBA00; */ /* TEMP */
background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;

}

#content {
	z-index: 5;
	/* text-align:center; */
 	/* position: absolute; */
	top: 35%;
	left: 0;
	right:0;
	/* color:white; */
	/* font-family: 'Josefin Sans', sans-serif; */
    
}



/*
#content ul li {
display:inline;	
position: relative;
padding-right: 2px;
right: 1.3%;
}
*/

#change_color {
background-color: Transparent;
color:white;
padding: 5px;
font-family: 'Josefin Sans', sans-serif;
border: 2px solid white;
font-size:20px;
}