* {
    box-sizing: border-box;
}

html, body {
	background-color: rgb(242,240,236);
}

html.desktop .mobile {
	display: none;
}
html.mobile .desktop {
	display: none;
}

body {
	font-family: Seravek, system-ui, Helvetica, sans-serif;
	font-size: 17px;
	max-height: 100%;
	margin: 0;
	color: rgb(48,45,40);
}

main {
}

.content {
	max-width: 666px;
	margin: 0 auto;
	padding: 0 20px;
}

.logo {
	height: 240px;
}

header {
	padding: 30px 0 60px 0;
	background-color: rgb(48,45,40);
}

svg {
	opacity: 0.5;
}
svg * {
    fill: none;
    stroke: rgb(247,153,56);
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
}
svg .fill {
    fill-rule: nonzero;
    fill: rgb(247,153,56);
	stroke: rgb(247,153,56);
}

header h1 {
	margin-top: 10px;
	text-transform: uppercase;
	color: rgba(255,255,255,0.7);
	font-size: 48px;
	text-align: right;
	font-weight: 600;
	text-align: center;
	margin-bottom: 0;

}
header h1 span {
	color: rgba(247,153,56,0.7);
	opacity: 0.7;
	font-weight: 400;
}
header h2 {
	color: rgba(255,255,255,0.5);
	margin: 0;
	font-size: 17px;
	text-align: right;
	font-weight: 300;
	text-align: center;
	margin-top: -10px;
	text-transform: uppercase;
}
header a {
	color: rgba(255,255,255,0.7);/*rgba(247,153,56,0.5);*/
	text-decoration: none;
	border: none;
	background-color: none;
}
header h3 {
	color: rgba(255,255,255,0.4);
	margin: 0;
	opacity: 0.6;
	font-size: 13px;
	text-align: right;
	font-weight: 300;
	text-align: center;
	margin-top: 0;
	max-width: 300px;
	margin: 0 auto;
}

header .store-links {
	margin: 40px 0 0 0;
	padding: 0;
	text-align: center;
}
header .store-other {
	padding: 5px 10px;
	font-size: 13px;
	display: block;
	width: 150px;
	margin: 0 auto;
	color: rgba(255,255,255,0.3);
}
.desktop header .store-other {
	padding-top: 20px;
	color: rgba(255,255,255,0.5);
}
/*.desktop header .store-other:hover {
	color: rgba(247,153,56,0.7);
	text-decoration: none;
}*/

header .store {
	opacity: 0.7;
    mix-blend-mode: lighten;
	text-decoration: none;
}
header .store.mobile img {
	height: 48px;
	width: auto;
}
.desktop header .store:hover {
	opacity: 0.9;
    mix-blend-mode: lighten;
}
.desktop header .store:active {
	opacity: 1.0;
    mix-blend-mode: lighten;
}

div > .content h2 {
	font-size: 24px;
}

div > .content h3 {
	margin: 10px 0 5px 0;
}
div > .content p {
	margin: 0 0 30px 0;
	padding: 0;
}

div > .content a {
	text-decoration: none;
	color: rgb(48,45,40);
	border-bottom: 2px solid rgba(247,153,56,1);;
}
.desktop div > .content a:hover {
	background: rgba(247,153,56,0.2);
}

nav {
	z-index: 10;
	position: fixed;
	bottom: 0;
	right: 0;
	padding: 10px 0;
	margin: 0;
}
nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
	padding: 5px 10px 0 0;
}
nav ul li {
	display: inline-block;
}
#nav-support a {
	display: inline-block;
	font-weight: bold;
	font-size: 14px;
	color: inherit;
	text-decoration: none;
	color: rgba(242,240,236,1);
	background-color: rgba(48,45,40,0.5);
	-webkit-backdrop-filter: blur(10px);
	line-height: 24px;
	padding: 0 10px;
	border-radius: 12px;
	text-align: center;
	font-family: Helvetica, sans-serif;
}
.desktop nav a:hover {
	color:rgba(247,153,56,0.7);
}

#main {
	padding: 30px 0;
}

#replies {
	background: rgb(222,220,216);
	padding: 30px 0 50px 0;
}
#replies h2 {
	font-size: 1z7px;
	opacity: 0.8;
}

#replies .replies_platform h2 {
	display: inline-block;
	line-height: 30px;
	font-size: 24px;
	position: relative;
	padding: 0 5px 0 0;
	top: 2px;
}

.replies_platform {

}
.replies_platform input {
	opacity: 0.01;
	display: inline-block;
	width: 0;
}
.replies_platform input + label {
	display: inline-block;
	padding: 5px 20px;
	border-color: rgb(48,45,40);
	border-width: 2px;
	border-style: solid;
	border-radius: 5px;
	font-weight: 500;
	opacity: 0.8;
	background-color: rgb(242,240,236);
}

.replies_platform input:checked + label {
	background-color: rgb(48,45,40);
	color: rgb(242,240,236);
}


textarea, input[type="email"], input[type="text"], input[type="submit"] {
	-webkit-appearance: none;
	font-size: 17px;
	width: 100%;
	border: 2px solid rgba(48,45,40,0.3);
	outline: 0;
	background-color: rgb(232,230,226);
	margin: 0;
	border-radius: 0;
	padding: 10px 10px;
}

input[type="email"], textarea {
	margin: -2px 0 0 0;
}

textarea {
	height: 200px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
input[type="text"] {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
textarea:focus, input[type="email"]:focus, input[type="text"]:focus {
	background-color: #fff;
}

input[type="email"], input[type="text"], input[type="submit"] {
}

input[type="submit"] {
	font-weight: 600;
	border-radius: 5px;
	color: rgb(242,240,236);
	border-color: rgb(48,45,40);
	background-color: rgb(48,45,40);
	opacity: 0.8;
}
.desktop input[type="submit"]:hover {
	opacity: 0.9;
}
.desktop input[type="submit"]:active {
	opacity: 1.0;
}



#ioreplies_faqs
#ioreplies_suggestions {
	
}

#ioreplies_faqs a,
#ioreplies_suggestions a {
	position: relative;
	display: block;
	font-size: 17px;
	line-height: 20px;
	width: 100%;
	border: 2px solid rgba(48,45,40,0.3);
	outline: 0;
	background-color: rgb(232,230,226);
	border-radius: 5px;
	padding: 10px 10px;
	margin: 10px 0;
	padding: 10px;
	color: rgb(48,45,40);
	text-decoration: none;
}



.ioreplies_faq.ioreplies_faq_body_shown,
.ioreplies_suggestion.ioreplies_suggestion_body_shown { 
	border: 2px solid rgba(48,45,40,0.3);
	outline: 0;
	background-color: rgb(232,230,226);
	border-radius: 5px;
	padding: 10px 10px;
	margin: 10px 0;
	padding: 10px;
	color: rgb(48,45,40);Z}


.ioreplies_faq.ioreplies_faq_body_shown .ioreplies_faq_question,
.ioreplies_suggestion.ioreplies_suggestion_body_shown  .ioreplies_suggestion_question {
}


#ioreplies_faqs_title { 
}

div.ioreplies_faq_question, div.ioreplies_suggestion_question { 
font-weight: bold; 
}

#privacy {
	padding: 30px 0;
	background: rgb(202,200,196);
}

#main .ios,
#main .mac {
	margin: 100px auto;
}

#main .ios img,
#main .mac img {
	opacity: 0.9;
	max-width: 600px;
	filter: drop-shadow(0 0 1px rgba(0,0,0,0.33));
	width: 100%;
	height: auto;
}

