* {padding: 0px; margin: 0px;}
@media only screen and (max-width: 1350px) {
	.login {
		display: none !important;
	}
}
html {
	background-color: #003238;
}
body {
	position: relative;
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: center;
}
main {
	margin: 3em 10em;
	height: 100%;
	max-width: 1200px;
	border: 2px solid black;
	background-color: #FEE3BC;
}
header {
	position: relative;
	height: 120px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	border-bottom: 2px solid #B1B1B1;
	background: rgba( 255, 255, 255, 0.5 );
}
header .logo {
	position: absolute;
	top: -50px;
	left: -30px;
	width: 600px;
}
header .logo-spacer {
	width: 600px;
	flex: 0 0 auto;
}
header .store-links {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	flex: 1 1 auto;
}
/* login form */
.login {
	padding: 0.5em;
	flex: 0 0 auto;
}
header .login label {
	display: inline-block;
	width: 70px;
	margin: 0 0 10px 5px;
	font-weight: bold;
}
header .login input[type="text"], header .login input[type="password"] {
	padding: 2px 5px;
}
header .login .controls {
	text-align: right;
	padding: 2px;
}
header .controls .button {
	width: 120px;
	padding: 5px;
}
/* navigation */
nav {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-evenly;
	align-items: center;
	background-color: black;
	padding: 0.5em;
}
nav a {
	color: white;
	font-size: 1.5em;
	text-decoration: none;
	font-weight: bold;
}
nav a:hover {
	text-decoration: underline;
}
ui {
	font-family: "Sriracha", cursive;
	font-weight: 400;
	font-style: normal;
	font-size: 1.5em;
	color: #FF4500;
	margin-bottom: 20px;
	list-style-type: none;
}
li {
	padding-bottom: 2px;
}
.confirm .button {
	display: block;
	font-size: 1.25em;
	min-width: 120px;
	padding: 5px;
	margin: 0 auto;
}
strong.caminha {
	font-family: 'Nunito Sans', sans-serif;
	font-style: normal;
	font-weight: 600;
	color: black;
}
strong.caminha span {
	color: red;
}
strong {
	font-weight: bold;
	color: red;
}
strong.button {
	font-weight: bold;
	color: #27527B;
}
strong.yes {
	font-weight: bold;
	color: green;
}
strong.no {
	font-weight: bold;
	color: red;
}
strong.bold {
	font-weight: bold;
	color: unset;
}
.our-story p {
	margin: 0 3em 1em !important;
	font-size: 1em !important;
	font-weight: 500 !important;
}
.support label {
	display: inline-block;
	width: 70px;
	margin: 0 0 5px 2px;
	font-weight: bold;
}
.support .button {
	width: 120px;
	padding: 5px;
}
.long {
	width: 400px;
	padding: 2px;
}
a.app-link {
	cursor: pointer;
	text-decoration: none;
}

