body {
    background-color: rgb(23, 23, 23);
	/* background-image: url("sky.jpg"); */
	/* background-image: url("very\ high.jpg");
	background-repeat: no-repeat;
	background-size: cover; */
    margin-left:0px;
    margin-right:0px;
	margin-top: 0px;
	min-height: 100vh;
	min-width: 100%;
	overflow: hidden;
  }
  #feelings_canvas
{
    width: 100vw;
	height: 100vh;
	overflow: hidden;
    display: block;
    color: black;
	background: url(backgrounds/connectedWorldSelect.jpg) no-repeat center center fixed;
	background-size: 100% 100%;
    /* background: url(test.png); */
}
#aboutChangesCanvas
{
	width: 100vw;
	height: 100vh;
	overflow: hidden;
    display: block;
    color: black;
	background: url(backgrounds/ChangesBgPlain.jpg)	no-repeat center center fixed;
	background-size: 100% 100%;
}
.colour_overlay
{
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	background: #000;
	opacity: .2;
}
#being_canvas
{
    width: 100vw;
	height: 100vh;
	overflow: hidden;
    display: block;
	color: black;
	/* background: url(Space_Rocks_Website.mp4); */
	/* background: url(beingbg.jpg); */
	/* background: url(test.png); */
	/* z-index: 100; */
}
/* Style the video: 100% width and height to cover the entire window */
#myVideo {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: -1;
  }
#doing_canvas
{
    width: 100vw;
	height: 100vh;
	overflow: hidden;
    display: block;
    color: black;
	background: url(backgrounds/connectedWorldSelect.jpg) no-repeat center center fixed;
	background-size: 100% 100%;
    /* background: url(test.png); */
}
#connecting_canvas
{
    width: 100vw;
	height: 100vh;
	overflow: hidden;
    display: block;
    color: black;
	background: url(backgrounds/connectingbg.jpg) no-repeat center center fixed;
	background-size: 100% 100%;
    /* background: url(test.png); */
}
#about_canvas
{
    width: 100vw;
	height: 100vh;
	overflow: hidden;
    display: block;
    color: black;
	background: url(backgrounds/connectedWorldSelect.jpg) no-repeat center center fixed;
	background-size: 100% 100%;
    /* background: url(test.png); */
}
#aboutDHCanvas
{
	width: 100vw;
	height: 100vh;
	overflow: hidden;
    display: block;
    color: black;
	background: url(backgrounds/DigitalHeartbeatPlain.jpg) no-repeat center center fixed;
	background-size: 100% 100%;
}
  #doingSection
  {
    width: 100%;
    height: 100vh;
	/* background-image:url(http://images6.fanpop.com/image/photos/33300000/Abstract-Space-space-33308889-1920-1200.jpg);	 */
	background-image: url(backgrounds/connectedWorld1.jpg) no-repeat center center fixed;
	background-size: 100% 100%;
  }
  #buttonConnecting
  {
	position: absolute;
	top: 10px;
	/* width: 100%; */
  	text-align: center;
  	margin-top: 10px;
  	margin-left: 150px;
  	z-index: 100;
	display:block;
  }
  #Textbox
  {
	position: absolute;
	width: 600px;
	/* width: 100%; */
  	/* text-align: center; */
  	margin-top: 10px;
	  margin-left: 10px;
  	z-index: 100;
	display:block;
	padding: 10px;
	background: inherit;
	color: white;
	border-radius: 20px;
	text-decoration: none;
	display: inline-block;
    text-decoration: none;
	border-style: solid;
	border-color: white;
	display: inline-block;
  }
  #emotions
{
	position: absolute;
  	text-align: center;
  	z-index: 100;
	display:block;
	padding: 10px 25px;
	background: inherit;
	color: powderblue;
	border-radius: 20px;
	text-decoration: none;
    text-decoration: none;
	border-style: solid;
	border-color: powderblue;
	margin-top: 10px;
	margin-left: 650px;
	font-family: inherit;
	font-size: 15px;
	
}
#emotions:hover
{
	position: absolute;
  	text-align: center;
  	z-index: 100;
	display:block;
	padding: 10px 25px;
	background: rgb(214, 0, 186);
	color: powderblue;
	border-radius: 20px;
	text-decoration: none;
    text-decoration: none;
	border-style: solid;
	border-color: rgb(214, 0, 186);
	margin-top: 10px;
	margin-left: 650px;
	font-family: inherit;
	
}
  .text {
    text-align:center;
    /* font-family: 'Open Sans', sans-serif; */
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background: none;
    margin: 0;
    color: aquamarine;
  }
  
  .image {
    width:100%;
    height:500px;
    /* background-image:url(http://images6.fanpop.com/image/photos/33300000/Abstract-Space-space-33308889-1920-1200.jpg); */
	background-image: url("sky.jpg");
    background-position:center;
  }
  #info 
{
	position: absolute;
	top: 10px;
	width: 100%;
  	text-align: center;
  	margin-left: 44%;
	margin-top: 1%;
  	z-index: 100;
	display:block;
	/* font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
}
#infoDH
{
	position: absolute;
	top: 10px;
	width: 100%;
  	text-align: center;
  	margin-left: 45%;
	margin-top: 1%;
  	z-index: 100;
	display:block;
	/* font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
}
#infoChanges
{
	position: absolute;
	top: 10px;
	width: 100%;
  	text-align: center;
  	margin-top: 1%;
  	margin-left: 36%;
  	z-index: 100;
	display:block;
	/* font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
}
#infoChangesLast
{
	position: absolute;
	top: 10px;
	width: 100%;
  	text-align: center;
  	margin-top: 10px;
  	margin-left: 580px;
  	z-index: 100;
	display:block;
	/* font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
}
#about_paragraph
{
	color: white;
	position: absolute;
	top: 10px;
	width: 100%;
  	/* text-align: center; */
  	margin-top: 140px;
  	margin-left: 90px;
  	/* z-index: 100; */
	display:block;
	font-size: 20px;
	font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
#about_paragraphDH
{
	color: rgb(143, 255, 212);
	position: absolute;
	top: 150px;
	width: 100%;
  	text-align: center; 
  	margin-top: 15px;
  	margin-left: 50px;
  	/* z-index: 100;
	display:block; */
	font-size: 20px;
	font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
	/* background-color:rgb(0, 0, 0);opacity:0.6; */
}
#info1 
{
	position: absolute;
	top: 10px;
	width: 100%;
  	/* text-align: center; */
  	margin-top: 5px;
  	margin-left: 20px;
	display:block;
}
#homeBtn1
{
    color: powderblue;
    text-decoration: none;
    background: inherit;
	/* border: rgb(214, 0, 186); */
	border: powderblue;
    border-style: solid;
    text-align: center;
    padding: 14px 25px;
    display: inline-block;
	border-radius: 50px;
    /* margin-top: 10px;
    margin-left: 1220px; */
}
#homeBtn1:hover
{
	color: rgb(12, 63, 60);
    text-decoration: none;
    background: inherit;
    border: rgb(12, 63, 60);
    border-style: solid;
    text-align: center;
    padding: 14px 25px;
    display: inline-block;
    border-radius: 50px;
}
#homeBtnCh
{
    color: rgb(214, 0, 186);
    text-decoration: none;
    background: inherit;
	/* border: rgb(214, 0, 186); */
	border: rgb(214, 0, 186);
    border-style: solid;
    text-align: center;
    padding: 14px 25px;
    display: inline-block;
	border-radius: 50px;
    /* margin-top: 10px;
    margin-left: 1220px; */
}
#homeBtnCh:hover
{
	color: rgb(12, 63, 60);
    text-decoration: none;
    background: inherit;
    border: rgb(12, 63, 60);
    border-style: solid;
    text-align: center;
    padding: 14px 25px;
    display: inline-block;
    border-radius: 50px;
}
#secSelect
{
  color: rgb(214, 0, 186);
  text-decoration: none;
  background: inherit;
  border: rgb(214, 0, 186);
  border-style: solid;
  text-align: center;
  padding: 14px 25px;
  display: inline-block;
  border-radius: 50px;
  margin-left: 20px;
}
#secSelect:hover
{
	color: rgb(12, 63, 60);
	text-decoration: none;
	background: inherit;
	border: rgb(12, 63, 60);
	border-style: solid;
	text-align: center;
	padding: 14px 25px;
	display: inline-block;
	border-radius: 50px;
	margin-left: 20px;
}
#Interface
{
	/* background: url('https://1.bp.blogspot.com/-gKoycQdrzus/Xd2ytRvxSBI/AAAAAAAARts/GEaaLfVl5HMYHqeQ_clnbnYPtk3BeaRkACLcBGAsYHQ/w914-h514-p-k-no-nu/colorful-forest-nature-fantasy-spring-autumn-digital-art-uhdpaper.com-4K-4.1992-wp.thumbnail.jpg'); */
	background-repeat: no-repeat;
    background-size: 100%;
    margin: 0;
	padding: 0;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: consolas;
}

input[type="radio"]
{
	-webkit-appearance: none;
}

label
{
	height: 140px;
	width: 200px;
	position: relative;
	margin: auto;
	border-radius: 10px;
	transition: 0.5s;
}

#depressed
{
	background: url("sad-cry-regular.svg");
	background-repeat: no-repeat;
	background-size: auto;
	background-position-x: center;
	background-position-y: center;
}

#sad
{
	background: url("sad-tear-regular.svg");
	background-repeat: no-repeat;
	background-size: auto;
	background-position-x: center;
	background-position-y: center;
}

#meh
{
	background: url("meh-regular.svg");
	background-repeat: no-repeat;
	background-size: auto;
	background-position-x: center;
	background-position-y: center;
}

#happy
{
	background: url("smile-regular.svg");
	background-repeat: no-repeat;
	background-size: auto;
	background-position-x: center;
	background-position-y: center;
}

#veryHappy
{
	background: url("smile-beam-regular.svg");
	background-repeat: no-repeat;
	background-size: auto;
	background-position-x: center;
	background-position-y: center;
}
.fa
{
	font-size: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-80%);
}

label>span
{
	font-size: 25px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,80%);
	font-family: "Poppins", sans-serif;
	font-weight: 500;
}

input[type="radio"]:checked .label
{
	border-color: yellow;
	color: white;
	box-shadow: 0 15px 45px rgba(24,249,141,0.2);
}

#theSvg:hover
{
	border-color: yellow;
}
#transparency
{
	color: rgb(0, 0, 0);
	position: absolute;
	/* top: 10px; */
	width: 100%;
	height: 100vh;
	  text-align: center; 
	  /* top: 50%; */
  	/* margin-top: 150px;
  	margin-left: 50px; */
  	/* z-index: 100;
	display:block; */
	font-size: 20px;
	font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
	background-color:rgb(71, 71, 71);
	opacity:0.6;
}
#explanation
{
	color: rgb(255, 255, 255);
	position: absolute;
	/* top: 10px; */
	width: 100%;
	height: 100vh;
	text-align: center; 
	  /* top: 50%; */
  	margin-top: 8%;
  	/*margin-left: 50px; */
  	/* z-index: 100;
	display:block; */
	font-size: 20px;
	font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
	/* font-weight: bold; */
}
#explanationCh
{
	color: rgb(0, 24, 22);
	position: absolute;
	/* top: 10px; */
	width: 100%;
	height: 100vh;
	  text-align: center; 
	  /* top: 50%; */
  	margin-top: 2%;
  	/*margin-left: 50px; */
  	/* z-index: 100;
	display:block; */
	font-size: 20px;
	font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
	/* font-weight: bold; */
}
#changesAbout
{
	margin-top: 250px;
	
}
#homeBtnChanges
{
    color: powderblue;
    text-decoration: none;
    background: inherit;
	/* border: rgb(214, 0, 186); */
	border: powderblue;
    border-style: solid;
    text-align: center;
    padding: 14px 25px;
    display: inline-block;
	border-radius: 50px;
    /* margin-top: 10px;
    margin-left: 1220px; */
}
#homeBtnChanges:hover
{
	color: rgb(214, 0, 186);
    text-decoration: none;
    background: inherit;
    border: rgb(214, 0, 186);
    border-style: solid;
    text-align: center;
    padding: 14px 25px;
    display: inline-block;
    border-radius: 50px;
}
#secSelectChanges
{
  color: rgb(12, 57, 63);
  text-decoration: none;
  background: inherit;
  border: rgb(12, 57, 63);
  border-style: solid;
  text-align: center;
  padding: 14px 25px;
  display: inline-block;
  border-radius: 50px;
  margin-left: 20px;
}
#secSelectChanges:hover
{
	color: rgb(214, 0, 186);
	text-decoration: none;
	background: inherit;
	border: rgb(214, 0, 186);
	border-style: solid;
	text-align: center;
	padding: 14px 25px;
	display: inline-block;
	border-radius: 50px;
	margin-left: 20px;
}


