body,h1,h2,h3,h4,h5,h6,p,div,label {font-family: "helvetica"}
html,body {
  width: 100%;
  height: 100%;
  /*line-height: 1.8;*/
  position: fixed;
  --innerheight: 100vh;
  --scrollspeed: 0.0s; /* 0.0 for instant, > 0 for slower */
}

body {
  overflow: hidden;
}

.divcenter {
  display:flex;
  align-items:center;
  justify-content:flex-end;
}

.scroll {
  overflow: auto;
}

.panel {
  width: 100%;
  height: var(--innerheight);
  /*overflow: hidden;
  z-index:1;*/
  padding:80px 16px;
}

/* For DemoPage */
.demoPanel {
  width: 100%;
  height: var(--innerheight);
}

/* For Video Demo */
#local {
	/*object-fit: contain;*/
	width: 25%;
	/*display: block;*/
	margin: 0 auto;
}

/* For Video Demo */
#remote {
	/*object-fit: contain;*/
	width: 50%;
	/*display: block;*/
	margin: 0 auto;
}

.w3-bar .w3-button {
  padding: 10px;
}

.w3-sidebar {
  width: 8em;
  height: auto;
}

h1 {
  /*font-family: 'arial';*/
  font-size: 5em;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  line-height: 1.0;

}

h2 {
  font-size: 3em;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  line-height: 1.1;

}

p li {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  /*line-height: 1.3;*/
  text-align: center;
  max-width: 60%;
  margin: auto;
}

.container {
    display: flex;              /* establish flex container */
    flex-direction: column;     /* stack flex items vertically */
    justify-content: center;    /*center items vertically, in this case */
    align-items: center;        /*center items horizontally, in this case */
    height: 100%;
    overflow: auto;
}

.aboutcontainer {
  display: flex;              /* establish flex container */
  flex-direction: row;
  justify-content: space-between;    /*center items vertically, in this case */
  /*align-items: center;        center items horizontally, in this case */
  height: 100%;
  /*overflow:scroll;*/
}

.box {
    /*max-width: 50%;*/
    margin: 5px;
    text-align: center;
}

.text {
  /*text-decoration: underline;*/
  font-style: italic;
  display: inline;
  /*text-align: center;*/
}

.emph {
  font-weight: 800;
  padding: 20px;
  padding-top: 50px;
  /*text-align: center;*/
}

form {
	width: 200px;
}

form i {
	margin-left: -30px;
	cursor: pointer;
}

.formDiv {
	max-width: 250px;
}

.inputDiv {
	display: flex;
 	place-items: center;
	vertical-align: middle;
	margin-top: 0px;
	margin-bottom: 15px;
	height: 35px;
	width: 100%;
	cursor: text;
	border: 1px solid #999;
	border-radius: 3px;
	background: white;
	padding: 15px;
	padding-left: 5px;

}

input {
	-webkit-appearance: none;
		-moz-appearance: none;
					appearance: none;
	border: 1px solid #ccc;
	border-radius: .1875rem;
	box-sizing: border-box;
	display: block;
	font-size: .875rem;
	margin-bottom: 1rem;
	padding: .275rem;
	width: 100%;
}

.abutton {
	-webkit-appearance: none;
		-moz-appearance: none;
					appearance: none;
	border: 1px solid #ccc;
	border-radius: .1875rem;
	box-sizing: border-box;
	display: block;
	font-size: 1rem;
	margin-bottom: 1rem;
	padding: .275rem;
	width: 100%;
}

.abutton:active {
	font-size: .75rem;
	padding: .45rem;
}

input[type="checkbox"] {
	-webkit-appearance: checkbox;
		-moz-appearance: checkbox;
					appearance: checkbox;
	display: inline-block;
	width: auto;
}

input[type="radio"] {
	-webkit-appearance: radio;
		-moz-appearance: radio;
					appearance: radio;
	display: inline-block;
	width: auto;
}

/*input[type='text'] {
  max-width: 25%;
}

input[type='submit']{
  max-width: 25%;
}*/

.bieye {
	display: inline-block;
	width: 100%;
}

img {
  height: auto;
  width: auto;
  max-width: 400px; /*65%;*/
  max-height: 300px; /*65%;*/
}

input[type="password"] {
	margin-bottom: .5rem;
}

input[type="submit"] {
	border: none;
	font-size: 1rem;
	padding: .5rem 1rem;
	word-wrap: break-word;
}

label {
	color: #666;
	font-size: .875rem;
}

.password {display: inline-block;}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  p {
    max-width: 100%;
  }

  /*.panel {
    padding:64px 16px;
  }*/

  .bobimg {
    max-width: 40%;
    /*height: auto;*/
  }
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 40%;
}


/* The Close Button */
.close {
  color: #aaaaaa;
	float: right;
  /*font-size: 28px;*/
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
