*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}

*:-moz-placeholder {
	color: #666;
	opacity: 1;
}

*::-moz-placeholder {
	color: #666;
	opacity: 1;
}

*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
}

body input:required:valid,
body textarea:required:valid {
}

main {
	display: flex;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: stretch;
	justify-content: space-between;
	align-items: stretch;
	background: rgb(1,4,8);
	background: -moz-linear-gradient(180deg, rgba(1,4,8,1) 0%, rgba(15,76,129,1) 29%, rgba(15,76,129,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(1,4,8,1) 0%, rgba(15,76,129,1) 29%, rgba(15,76,129,1) 100%);
	background: linear-gradient(180deg, rgba(1,4,8,1) 0%, rgba(15,76,129,1) 29%, rgba(15,76,129,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#010408",endColorstr="#0f4c81",GradientType=1);
}
.w{
	/* font-size:2em; */
}
main>div {
	display: block;
	position: relative;
	text-align: center;
}

main>div.text {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	color: #d9d0d0;
	/* height: 24%; */
}

main>div.text h1 {
	font-size: 3em;
	margin: 0.67em 0;
	font-weight: 400;
	color: #d9d0d0;
}

.prod>img {
	display: block;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}

.portrait img, .landscape img {
	width: auto;
	max-height: 100%;
	max-width: 99%;
	/* height: 100%; */
}

.portrait, .landscape {
	width: 100%;
	height: 100%;
	/* display:none; */
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
}
p.manual>a {
  display: block;
  margin-top: 9em;
  padding: 10px 12px;
  background: lightgrey;
  text-decoration:none;
  transition: background-color 0.5s ease;
}
p.manual>a:hover{
  background:white;
}
.info {
    position: fixed;
    bottom: 0;
    color: white;
    text-align: center;
    width: 100%;
    padding-bottom: 7px;
    max-height: 45px;
}
/*==========  Desktop First Method  ==========*/