/*
Theme Name: Mica Teodora
Author: Visum
Author URI: https://visum.ro
Description:
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 7.2
Version: 1.0
Text Domain: micateodora
Tags:
*/

:root {
	font-size: 14px;
}

body {
	font-family: 'Verdana', sans-serif;
	margin: 0;
	padding: 0;
	background-color: #f8f8f8;
	color: #333;
}

header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	background-color: #f8f8f8;
}

header img {
	max-height: 220px;
	position: absolute;
	top: 0;
	left: 0;
}

nav {
	display: flex;
	gap: 20px;
}

nav a {
	text-decoration: none;
	color: #333;
	font-weight: 700;
}

header {
	text-align: center;
	padding-bottom: 430px;
	background-image: url(images/hero.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom center;
	position: relative;
}

.hero h1 {
	font-size: 2.5rem;
	margin-bottom: 20px;
}

.hero p {
	font-size: 1.2rem;
}

.causes {
	padding: 20px;
	background: url("images/hr2.png") no-repeat center bottom;
	background-size: contain;
}

.main {
	padding: 20px;
	background: url("images/hr2.png") no-repeat center bottom;
	background-size: contain;
}

.causes h2 {
	color: #000;
}

.cause-list {
	list-style: none;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.cause-list li {
	padding: 10px 0 10px 55px;
	background: url(images/check.png) no-repeat left 12px;
	background-size: 35px 21px;
	line-height: 24px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}

.cause-list li label {
	cursor: pointer;
}

.cause-list li .details {
	display: none;
	height: 0;
	padding-top: 0px;
}

.cause-list li input:checked + .details {
	display: block;
	height: auto;
	padding-top: 20px;
}


.cause-list li span {
	font-weight: bold;
}

.get-involved {
	padding: 20px;
	background-color: #f8f8f8;
}

.get-involved h2 {
	color: #fff;
}

footer {
	text-align: center;
	padding: 20px;
	background-color: #f8f8f8;
	color: #666;
	display: flex;
	align-content: center;
	align-items: center;
	gap: 20px;
}

footer p {
	margin: 5px 0;
}

footer a {
	text-decoration: none;
	color: #3aad3f;
}
.get-involved {
	background: url(images/hr1.png) no-repeat bottom center;

	background-size: contain;
	position: relative;
	padding-bottom: 30px;
}
.get-involved:before {
	background: url(images/footer.png) no-repeat right bottom;
	background-size: contain;
	content: "";
	position: absolute;
	width: 100%;
	height: calc(100% - 50px);
}
.get-involved ul {
	list-style: none;
	padding-left: 0;
}
.get-involved li {
	display: flex;
	gap: 10px;
	margin-block: 45px;
	position: relative;
	padding-left: 55px;
}
.get-involved a {
	color:#000;
	font-size: 20px;
	text-decoration: none;
}
.get-involved img {
	max-height: 40px;
	position: absolute;
	left:0;
	top: -5px;
}

.causes-wrapper {
	display: flex;
	font-size: 16px;
}

.causes-wrapper .img {
	max-width: 35%;
	margin-left: auto;
}

.causes-wrapper .img img {
	width: 100%;
	height: auto;
}
.content {
	margin-top: 20px;
}
.details a, .content a {
	font-size: 18px;
	color:#000;
	text-decoration: none;
	font-weight: bold;
}