html, body {
	/* background-color: #212529; */
	background-image: url("../img/stock/splash_reduced.jpg"); 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	width: auto;
	margin:0;
	box-shadow: inset 0 0 0 1000px rgba(0,0,0,0.5);
	overflow: hidden;
  }

a {
	text-decoration: none !important;
}

p.bg {
	font-size: 66px;
	line-height: 80px;
	font-weight: 800;
	text-transform: uppercase;
	background: url("../img/stock/splash_reduced.jpg") 0 0 / cover no-repeat;
	color: #de466c;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 0px;
 }

 p.bg2 {
	font-size: 25px;
	line-height: 40px;
	font-weight: 800;
	text-transform: uppercase;
	/* background: url("../img/stock/mountains.jpg") 0 0 / cover no-repeat; */
	color: #343a40;
	/* -webkit-background-clip: text;
	-webkit-text-fill-color: transparent; */
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0px;
 }

 p.bg3 {
	font-size: 15px;
	line-height: 40px;
	font-weight: 800;
	text-transform: uppercase;
	/* background: url("../img/stock/mountains.jpg") 0 0 / cover no-repeat; */
	color: #343a40;
	/* -webkit-background-clip: text;
	-webkit-text-fill-color: transparent; */
	text-align: left;
	padding-top: 10px;
	margin-bottom: 0px;
 }


#box{
	background-color: white;
	opacity: 0.5;
	/* height: 80%; */
	max-width: 50%;
	border-radius: 10px;
	/* display: flex;
	align-items: center;
	vertical-align: middle; */
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.initBtn:hover {
	/* background-color:whitesmoke;
	color:#343a40; */
	border: 2px solid whitesmoke;
	
}

/* p.bg2:hover {
	color:whitesmoke;
} */

input[type=email] {
	width: 75%;
	padding: 12px 20px;
	margin: 8px 0;
	box-sizing: border-box;
	border: 2px solid #343a40;
	border-radius: 10px;
  }

.introTxt {
	display: inline-block;
	color: gray;
	max-width: 800px;
    padding: 10px;
	/* font-size: x-large; */
}


#fname {
	margin-top: 0px;
}

.initBtn {
	background-color: #343a40;
	color:whitesmoke;
	font-size: 20px;
	line-height: 40px;
	font-weight: 600;
	border-radius: 10px;
	height: 50px;
	width: 100px;
}


.btn-primary {
	color: #A7BEAE;
	background-color: #343a40;
	border-color: #A7BEAE;
}

.btn-primary:hover {
	background-color: #A7BEAE;
	color: #343a40;
	border-color: #343a40;
}

.responsive {
	width: 10%;
	height: auto;
	padding-left: 20px;
  }

/* For mobile phones */
  @media screen and (max-width: 480px) {
	#box {
		max-width: 80%;
	}
	.responsive {
		width: 60%;
	  }
	#canvas {display: none;}

  }

/* For mobile phones - landscape */
@media screen and (max-height: 500px)
              and (orientation: landscape) {
				#box {
					max-width: 50%;
				}
				.responsive {
					width: 15%;
				  }

				  p.bg {
					font-size: 50px;
					line-height: 60px;
				  }

				  #canvas {display: none;}
			  }