h1
{
	font-size: 24px;
}

h2
{
	font-size: 20px;
}

h3
{
	font-size: 16px;
}

p, a, input, textarea, button, details
{
	font-size: 14px;
}

#header
{
	padding: 0 10%;
	padding-top: env(safe-area-inset-top);
	
	gap: 40px;
}

#header button
{
	text-align: left;
	padding: 0;
}

#header button:hover
{
	background-color: transparent!important;
}

#header .row
{
	flex-direction: column;
	height: auto;
	gap: 10px;
}

#header .menu
{
	display: block!important;
	padding: 25px 0;
	box-sizing: border-box;
	height: 80px;
	cursor: pointer;
}

#header .menu img
{
	height: 100%;
	width: auto;
}

#menu-head
{
	display: flex!important;
}

#menu-head .row
{
	display: none;
}

#menu-bar
{
	gap: 20px;
}

#content .container
{
	padding: 50px 10%;
}

#content .container .flex
{
	flex-direction: column;
}

#content .container .flex img
{
	width: 100%!important;
	flex-direction: column;
}

#footer
{
	text-align: center;
	padding-bottom: env(safe-area-inset-bottom);
}

.desktop-only
{
	display: none!important;
}

.mobile-only
{
	display: inherit!important;
}

#dialogue .content
{
    width: 100%;
}

.card
{
	padding: 30px;
}