html {
	font-family: arial;
}

header {
	color: white;
	width: 100%;
	height: 3em;
	top: 0;
	left: 0;
	margin: 0 auto;
	position: fixed;
	z-index: 2;
	box-shadow: inset 0 -0.1em 0.8em rgb(0 0 0 / 33%);
}

header::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.25);
}

.logo {
	position: absolute;
	top: 3vw;
	left: 1vw;
}

.logo a {
	text-decoration: none;
	font-weight: bold;
	font-size: 1.25em;
	background: -webkit-linear-gradient(1deg, #bce2bc, #bbd1f1 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	filter: drop-shadow(-5px 2px 3px rgba(0, 0, 0, 0.5));
}

.logo a:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: 2em;
	background: -webkit-linear-gradient(1deg, #bce2bc, #bbd1f1 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	filter: drop-shadow(-5px 2px 3px rgba(0, 0, 0, 0.5));
} /* Visited link    */

#userMenu {
	position: absolute;
	top: 2vw;
	right: 1vw;
	display: flex;
	align-items: center;
}

#userMenu a {
	display: flex;
	align-items: center;
	text-decoration: none;
}

#topAuthBtn {
	font-size: 0.75em;
}

#profileName {
	margin-right: 2vw;
	margin-top: 2.5vw;
	font-size: 2.66vw;
}

body {
	background: linear-gradient(to left top, #83c383, #7fa7de);
	background-repeat: ;
	background-size: cover;
	background-attachment: scroll;
	min-height: 100vh;
}

h3 {
	font-size: 1em;
	text-align: center;
	margin: 0;
	padding: 0;
}

.paragraph {
	font-size: 1em;
	text-align: left;
	background-color: white;
	border-radius: 1em;
	padding: 1em;
	margin: 0 auto;
	margin-top: 5em;
	width: 80%;
}

.formBox {
	background-color: white;
	border-radius: 1em;
    text-align: center;
	padding: 1em;
	margin: 0 auto;
	margin-top: 4em;
	width: 80%;
}

.formBox p {
	text-align: center;
}

#myForm {
	text-align: right;
	display: inline-block;
    vertical-align: middle;
	font-size: 1em;
	margin-top: 1em;
}

.inputField {
	display: inline-block;
	border: 0.01em solid gray;
	border-style: inset;
	border-radius: 0.3em;
	width: 10em;
	margin-bottom: 0.5em;
}

.formBox label {
  font-size: 1em;
  font-weight: normal;
  margin-right: 0.5em;
}

.Btn {
	font-weight: bold;
	border-radius: 0.5em;
	border: 1em hidden;
    line-height: 1em;
	padding: 0.5em;
	background: -webkit-linear-gradient(30deg, #bce2bc, #bbd1f1 100%);
	color: black;
}

.Btn:hover {
	color: white;
	background: black;
	cursor: pointer;
}

.downloadBtn {
	padding: 0.5em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

#submitBtn {
	border-radius: 0.5em;
	border: 1em hidden;
    line-height: 1em;
	padding: 0.5em;
	font-weight: bold;
	font-size: 0.75em;
	margin-top: 0.5em;
}

#authBtn {
	margin-top: 1em;
}

.disabled {
	background-color: #B7B7B7;
	color: #DCDCDC;
	cursor: not-allowed;
}

.disabledBtn {
	font-weight: bold;
	border-radius: 0.5vw;
	border: 1vw hidden;
    line-height: 1vw;
    font-size: 1vw;
	background-color: #B7B7B7;
	color: #DCDCDC;
	cursor: not-allowed;
}

#footer {
	box-shadow: inset 0 -0.1em 0.8em rgb(0 0 0 / 33%);
	background-color: rgba(0, 0, 0, 0.25);
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
	position: fixed;
	bottom: 0;
}

.disclaimerTxt {
	color: white;
	text-align: center;
	font-size: .7em;
}

#disclaimerTxtCont {
	width: 90%;
	margin: 0 auto;
}

#myProgress {
  width: 70%;
  background-color: #F4F4F4;
  margin: 0 auto;
}

#myBar {
  width: 1%;
  height: 2em;
  background-color: #04AA6D;
  text-align: center;
  line-height: 2em;
  color: white;
  font-size: 1em;
}

#barContainer {
	background-color: #CFCFCF;
	z-index: 5;
	line-height: 1em;
	width: 90%;
	height: 7em;
	border-radius: 1em;
	position: fixed;
	top: 35%;
	left: 5%;
	text-align: center;
	display: none;
	border: black solid 0.1em;
}

#barContainer p {
	font-size: 1em;
}

.overlay {
    position: fixed; /* position on top of the page */
    top: 0;
    left: 0;
    width: 100%; /* take up the full width of the page */
    background-color: rgba(0, 0, 0, 0.5); /* semi-transparent black color */
    z-index: 4; /* ensure it's on top of other elements */
	background-repeat: ;
	background-size: cover;
	background-attachment: scroll;
	min-height: 100vh;
}


#content {
	position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button, {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}