@import "./font.css";
@import "./modifier.css";

body {
	font-family: 'Geologica', Helvetica, Arial;
	margin: 0;
	color: #161a17;
}

h1, h2 {
	font-family: 'ClimateCrisis', Helvetica, Arial;
	font-size: 72px;
	font-weight: 800;
	line-height: 1.2em;
	text-transform: uppercase;
	/* text-align: center; */
	margin: 0 0 64px;
}

h1 + h2 {
	font-family: 'Geologica', Helvetica, Arial;
	font-size: 40px;
	line-height: 1.4em;
	font-weight: 700;
}

h3 {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.25em;
	text-align: center;
	margin: 0 0 32px;
}

p {
	margin: 0 0 16px;
}

a {
	color: #161a17;
	text-decoration: none;
}
a:hover {
	color: #3a9e4a;
	text-decoration: underline;
}

img {
	width: 100%;
	height: auto;
	display: block;
}

.image-link {
	display: block;
}

section {
	padding: 48px 24px;
}

/* Container */
.site-container {
	max-width: 1216px;
	margin: 0 auto;
	padding: 0 24px;
	box-sizing: border-box;
}

/* Header */
.site-header {
	background: #6dcbc6;
	height: 72px;
}
.site-header .site-container {
	height: 100%;
}
.site-header-row {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.site-branding {

}
.site-header .brand {
	text-decoration: none;
	display: flex;
	flex-direction: row;
	column-gap: 8px;
	align-items: center;
}
.site-header .brand:hover {
	padding: 0;
	background: none;
	color: inherit;
}
.site-header .brand img {
	width: 200px;
}
.site-header .brand .site-title {
	font-family: 'ClimateCrisis', Helvetica, Arial;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.2;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

/* Footer */
.site-footer {
	padding: 0;
	height: auto;
	text-align: left;
}
.site-middle-footer-wrap {
	background: #6dcbc6;
}
.site-middle-footer-wrap .site-footer-row {
	padding: 32px 0;
}
.site-bottom-footer-wrap {
	background: #fff;
}
.site-bottom-footer-wrap .site-footer-row {
	padding: 16px 0;
}
.site-footer img {
	max-width: 100%;
	width: auto;
}
.site-footer .brand img {
	width: 200px;
}
.site-footer .brand + p {
	margin: 24px 0 0;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: -0.01em;
	line-height: 1.4;
}
.site-footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	row-gap: 2px;
}
.site-footer li a {
	display: inline-block;
	padding: 8px 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: -0.01em;
}
.site-footer-row {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr);
	gap: 30px;
}
.site-footer .social-links .social-link {
	background-color: #595a4c;
}
.site-footer .social-links .social-link .social-icon {
	color: #fff;
}

@media (max-width: 1024px) {
	.site-footer-row {
		grid-template-columns: minmax(0, 1fr);
	}
}

/* Social Links */
.social-links {
	display: flex;
	flex-direction: row;
	gap: 8px;
	padding: 0;
	margin: 0;
	list-style: none;
}
.social-links .social-link {
	border-radius: 50%;
	transition: transform .1s ease;
	line-height: 16px;
}
.social-links .social-link:hover {
	transform: scale(1.1);
}
.social-links .social-link .social-icon {
	display: block;
	padding: 4px;
}
.social-links .social-link .social-icon svg {
	height: 16px;
	width: 16px;
	display: block;
}

/* Form */
form {
	margin-top: 24px;
}
.center-form {
	display: flex;
	justify-content: center;
}
.pure-control-group {
	margin-bottom: 16px;
}
.pure-control-group label {
	display: inline-block;
	width: 160px;
	margin-right: 16px;
	text-align: end;
	font-size: 18px;
}
.pure-control-group input {
	padding: 8px 10px;
	font-size: 16px;
	font-family: inherit;
	border: 1px solid #ccc;
	color: inherit;
}
.pure-control-group input:focus {
	outline: 0;
	border-color: #129FEA;
}

.login-form-submit {
	margin: 24px 0 0;
}
.login-form-submit button {
	padding: 12px 20px;
	font-size: 16px;
	font-weight: 600;
	font-family: inherit;
	letter-spacing: -0.01em;
	line-height: 1.6em;
	border: 1px solid #161a17;
	background: #161a17;
	color: #fff;
	border-radius: 99px;
	cursor: pointer;
	transition: all 0.2s ease;
}
.login-form-submit button:hover {
	background: transparent;
	color: #161a17;
}

#portalcontent {
	/* margin: 0 auto; */
	/* max-width: 500px; */
}

#portalcontent h1 {
	font-size: 42px;
	font-weight: 600;
	line-height: 1.2em;
	letter-spacing: -0.01em;
	font-family: 'Geologica', Helvetica, Arial;
	margin: 0 0 30px;
	text-transform: none;
}

#portalcontent p, #portalcontent .pure-form-message{
	/* text-align: center; */
	font-size: 18px;
}

#portalcontent form label{
	text-align: start;
}

#portalcontent form button#submit{
	width: 100%;
}

@media only screen and (max-width: 529px) {
	.pure-control-group input {width: calc(100% - 20px)}
	.login-form-submit button {width:100%}
}
