@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gideon+Roman&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.bodyBK1 {
	background-color:#5c5847;
	font-family: "Gideon Roman";
}
.bodyBK2 {
	background-image:url("flower-seamless-pattern-background_1217-761.avif");
	
}
.parallax {
	background-image:url("europeana.jpg");
	min-height: 900px;
	background-attachment: fixed;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}
.parallax2 {
	background-image: url("../index/flowers.jpg");
	min-height: 900px;
	background-attachment: fixed;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}
.parallaxmap {
	background-image: url("twocostamesa.webp");
	min-height: 900px;
	background-attachment: fixed;
  	background-position:center;
  	background-repeat: no-repeat;
	background-size:cover;
  	
}
.parallaxteam {
	background-image: url("charityteam2.jpg");
	min-height: 900px;
	background-attachment: fixed;
  	background-position:center;
  	background-repeat: no-repeat;
	background-size:cover;
}
input[type=text], select, textarea {
  	width: 100%;
  	padding: 12px;
  	border: 1px solid #ccc;
 	border-radius: 4px;
 	box-sizing: border-box;
  	margin-top: 6px;
  	margin-bottom: 16px;
  	resize: vertical;
}

input[type=submit] {
  	background-color: #A6847C;
  	color: white;
  	padding: 12px 20px;
  	border: none;
  	border-radius: 4px;
  	cursor: pointer;
}
input[type=submit]:hover {
  background-color: #45a049;
}
input[type=buy] {
  	background-color: rgba(92, 88, 71,0.5);
  	color: white;
	width: 80px;
  	padding: 12px 20px;
  	border: none;
  	cursor: pointer;
	text-align: center;
	border-radius: 20px;
	transition: all 0.5s ease-in-out;
}
input[type=buy]:hover {
  	transition: all 0.5s ease-in-out;
	background-color: #3d9970;
	color:white;
	
}
.contactC {
  	border-radius: 5px;
  	padding: 20px;
	font-family: "Gideon Roman";
}
.textspace {
	background-color: #5c5847;
	height: 500px;
	width: 100%;
	box-shadow: 5px 5px 5px #000000;
}
section {
	position: relative;
	top: 20px;
	background-color: #efedea;
	width: 90%;
	height: 400px;
	margin: auto;
	overflow: auto;
}
.Psection {
	min-height: 800px;
	height: 900px;
	width: 1200px;
}
.Nsection {
	height: 700px;
	max-width: 1000px;
}
.Tsection {
	height: 600px;
	max-width: 1000px;
}
.Ttextspace {
	background-color: #5c5847;
	height:600px;
	width: 100%;
}
#donation {
	width: 90%;
	min-width: 1000px;
	height: 450px;
}
#donations {
	margin:auto;
}
header {
	background-color: #efedea;
	width: 100%;
	height: 300px;
	background-image: url("logo.webp");
	background-position: left;
	background-size: 350px;
	background-repeat: no-repeat;
}
article {
	width: 45%;
	height: 400px;
	text-align: justify;
	padding: 15px;
}
.smallarticle {
	width: 70%;;
	height: 200px;
	text-align: center;
	margin: auto;
}
.address {
	margin: auto;
	text-align: center;
}
p {
	font-family: "Gideon Roman";
}
.left {
	float: left;
}
.right {
	float: right;
}
.Narticle {
	width: 70%;;
	height: 300px;
	text-align: center;
	margin: auto;
}
footer {
	background-color:#A6847C;
	color: #efedea;
	height: 200px;
	width: 100%;
	margin-top: 20px;
	position: relative;
	top:20px;
	box-shadow: 5px -5px 15px #000000;
}
.appbox1 {
	position: relative;
	top: 20px;
	height:100px;
	width:370px;
	margin: auto;
	text-align: center;
}
#insta {
	width: 70px;
	height: 70px;
	background-image: url("set-of-social-media-icons-editable-file-free-png.webp");
	background-repeat: no-repeat;
	position: relative;
	background-size: 400px;
	background-position: -205px -33px;
	transition: all 0.5s ease-in-out;
}
#insta:hover {
	transition: all 0.5s ease-in-out;
	filter: brightness(4)
}
#facebook {
	width: 70px;
	height: 70px;
	background-image: url("set-of-social-media-icons-editable-file-free-png.webp");
	background-repeat: no-repeat;
	position: relative;
	background-size: 400px;
	background-position: -45px -34px;
	transition: all 0.5s ease-in-out;
}
#facebook:hover {
	transition: all 0.5s ease-in-out;
	filter: brightness(4)
}
#youtube {
	width: 70px;
	height: 70px;
	background-image: url("set-of-social-media-icons-editable-file-free-png.webp");
	background-repeat: no-repeat;
	position: relative;
	background-size: 400px;
	background-position: -286px;
	transition: all 0.5s ease-in-out;
}
#youtube:hover {
	transition: all 0.5s ease-in-out;
	filter: brightness(4)
}
#tiktok {
	width: 70px;
	height: 70px;
	background-image: url("set-of-social-media-icons-editable-file-free-png.webp");
	background-repeat: no-repeat;
	position: relative;
	background-size: 400px;
	background-position: -125px -34px;
	transition: all 0.5s ease-in-out;
}
#tiktok:hover {
	transition: all 0.5s ease-in-out;
	filter: brightness(4)
}
.rightfooter {
	width: 50%;
	height: 200px;
	float: right;
}
ul{
	list-style: none;
	text-align: center;
}
h1 {
	text-align: center;
	line-height: 300px;
	position: relative;
	left:150px;
	height:30px;
	font-family: Tangerine;
}
.blend {
  mix-blend-mode: exclusion;
}
h2 {
	text-align: center;
	font-family: Lobster;
}
span {
	font-size: 20pt;
	position: relative;
	top: -260px;
}
nav {
	margin: auto;
	display: flex;
	background-color: #5c5847;
	width: 100%;
	height: 50px;
	position: sticky;
  	top: 0;
  	z-index: 1000;
	font-family: Tangerine;
	font-size: 20pt;
	box-shadow: 5px 5px 15px #000000;
}
a {
	margin: auto;
	display: block;
	width: 20%;
	color: #efedea;
	text-decoration: none;
	text-align: center;
	line-height: 50px;
	transition: all 0.5s ease-in-out;
}
a:hover {
	background-color: #A6847C;
	transition: all 0.5s ease-in-out;
	width: 30%;
}
.largeT {
	font-size: 70pt;
}
.titleT {
	font-size: 60pt;
}
.subT {
	font-size: 30pt;
}
.product1 {
	max-width:230px;
	max-height:230px;
	border: solid 3px #000000;
}
.product2 {
	max-width: 230px;
	max-height:230px;
	border-radius: 200px;
	border: solid 3px #000000;
}
.imagecontainer1 {
	height: 200px;
	width: 1000px;
	text-align: center;
	
}
.container1 {
	position: relative; 
	top: 50px;
	left: 100px;
	height: 200px;
	width: 1000px;
	text-align: center;
}
.container2 {
	position: relative;
	top: 150px;
	left: 100px;
	height: 200px;
	width: 1000px;
	text-align: center;
}
figure {
	width: 25%;
	float: left;
	font-family: "Gideon Roman";
}
figcaption {
	height: 40px;
}
.buybutton {
	display: block;
	width: 100px;
	line-height: 40px;
	margin: auto;
	background-color: rgba(92, 88, 71,0.5);
	border-radius: 20px;
	transition: all 0.5s ease-in-out;
	color:white;
}
.buybutton:hover {
	transition: all 0.5s ease-in-out;
	width:120px;
	background-color: #3d9970;
	color:white;
}
.team {
	float: right;
	width: 80%;
	height: 200px;
	text-align: center;
}
.person1 {
	max-width:250px;
	max-height:250px;
	border: solid 3px #000000;
}
.Pdescript {
	width:150px;
	text-align: center;
	
}
