
body{
	margin:0px;
}

#header{
	background-color:#009688;
	display:flex;
	align-items:center;
	padding:15px;
	user-select:none;
	min-width:300px;
}
#header label {
	color:#FFFFFF;
	width:50%;
	font-size:1.2em;
}
#header > div {
	width:50%;
}

#header > div > div {
	float:right;
	margin-top:15px;
	margin-left:2.5em;
}

#header > div > div span {
	color:white;
    border-radius: 50%;
	transition: all 0.1s ease-in-out;
	margin-left:-20px;
	font-size:24px;
}

#header > div > div span:hover{
	background-color: #008a7d;
	box-shadow: 0px 0px 0px 15px #008a7d;
	transform: scale(1.05);
}

.main_container, .main_content{
	/*display:flex;
	align-items:center;*/
}

.centerBox {
	position:absolute;
	z-index:1;
	width:100%;
	top:435px;
}

.targBox {
	max-width:900px;
	min-width:300px;
	margin:auto;
	font-size:2em;
}

.targBox input{
	margin:auto;
	font-size:1em;
	width: 25%;
}

.main_content {
	margin-top:100px;
	margin-left:auto;
	margin-right:auto;
	max-width:900px;
	padding:20px;
	font-size:2em;
	min-width:300px;
}

input {
	position:relative;
	font-size:1em;
	width:25%;
}
label {
	float:right;
}
.imgBox, .targBox {
	display:flex;
	align-items:center;
	padding:10px;
}
img {
	width:50%;
	margin-left:auto;
	margin-right:auto;
}

.btn {
  float:right;
  display: block;
  padding: 5px 10px;

  overflow: hidden;

  border-width: 0;
  outline: none;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
  
  background-color: #e74c3c;
  color: #ecf0f1;
  
  transition: background-color .3s;
  font-size:1em;
}

.btn:hover, .btn:focus {
  background-color: #c0392b;
}

@media screen and (max-width: 1000px) {
	.main_content, .targBox{
		font-size:1.5em;
		max-width:600px;
	}
	
	.centerBox {
		top:355px;
	}
}

@media screen and (max-width: 750px) {
	.main_content, .targBox{
		margin-top:75px;
		font-size:1em;
	}
	.centerBox {
		top:250px;
	}
}

@media screen and (max-width: 650px) {
	
	.main_content, .targBox{
		margin-top:50px;
		font-size:1em;
		max-width:350px;
	}
	.centerBox {
		top:188px;
	}
	#header button span {
		font-size: 24px;
	}
	#Install_PWA  {
		margin-top:3px;
	}

}

@media screen and (max-width: 400px) {
	
	.main_content, .targBox{
		max-width:300px;
	}
	.centerBox {
		top:175px;
	}
}