@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700|Pacifico");

/* Reset */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, blockquote, pre, a, abbr, acronym, address, 
    big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, 
    center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, 
    article, aside, canvas, details, embed, figure, figcaption, hgroup, menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, hgroup, menu, nav, section {display: block;}

/* Box Model */
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;}
@media screen and (max-width: 1680px) {}
@media screen and (max-width: 1280px) {}
@media screen and (max-width: 980px) {}
@media screen and (max-width: 736px) {}
@media screen and (max-width: 480px) {}
/* Basic */
@-ms-viewport {width: device-width;} body {-ms-overflow-style: scrollbar;}
@media screen and (max-width: 480px) {html, body {min-width: 320px;}}

/* Type */
body {
	background-color: #f88383;
	color: #111111;
}
body, input, select, textarea {
	font-family: "Lato", sans-serif;
	font-size: 15pt;
	font-weight: 300;
	line-height: 2;
    overflow: auto;
}
/*header*/
@media screen and (max-width: 1680px) {body, input, select, textarea {font-size: 13pt;}}
@media screen and (max-width: 480px) {body, input, select, textarea {font-size: 12pt;}}

a {-moz-transition: color 0.2s ease-in-out;-webkit-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out; transition: color 0.2s ease-in-out; text-decoration: none;
}
h1 a, h2 a, h3 a, h4 a {
	color: inherit;
	text-decoration: none;
}
h1 {
	font-size: 2em;
	margin: 0 0 0.25em 0;
    font-weight: 700;
    line-height: 1.5;
	margin: 0 0 1em 0;
	text-transform: uppercase;
    color: #e5474b;
}
h2 {
	font-size: 1.75em;
    font-weight: 700;
	line-height: 1.5;
	margin: 0 0 1em 0;
	text-transform: uppercase;
    color: #e5474b;
}
h3 {
	font-size: 1.35em;
    font-weight: 700;
	line-height: 1.5;
	margin: 0 0 1em 0;
	text-transform: uppercase;
    color: #e5474b;
}
h4 {
	font-size: 1.1em;
    font-weight: 700;
	line-height: 1.5;
	margin: 0 0 1em 0;
	text-transform: uppercase;
    color: #e5474b;
}
h5 {		
    font-weight: 700;
    line-height: 1.5;
    margin: -1em 0 1em 0;
    text-transform: uppercase;
    color: inherit;
    text-decoration: none;
    color: #e5474b;
    font-size: 0.4em;
}
/* Icon within the header */
.icon {
	position: relative;}

    
/* Header */
header p {position: sticky;margin-left: 200px;margin: 0 0 1.5em 0;}
header p {color: #717171;}
#header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-image: url('your-image.jpg'); /* Replace with your background image */
	background-size: cover;
	color: #ff4444; /* Text color for contrast */
	padding: 20px;
	background: linear-gradient(90deg, rgb(0, 0, 0), rgb(0, 85, 0));
	cursor: default;
	height: 8em;
	left: 0;
	line-height: 5em;
	position: fixed;
	text-align: right;
	top: 0;
	width: 100%;
	z-index: 10001;}
#header .inner {
	max-width: 65em;
	width: calc(100% - 6em);
	margin: 0 auto;
	position: relative;
}
/* Additional CSS for header alignment */
.logo {text-align: left;}
.header-buttons {text-align: right;}
#header .logo {
	font-family: italic;
	display: inline-block;
	height: inherit;
	left: 0;
	line-height: inherit;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	color: #e5474b;
	text-align: left;
	font-size: 45px;
	text-transform: none;
	font-weight: normal;
	margin-left: 0%;
}
.header button{margin-right: 5%;
}
#header .logo:hover {color: #4757e5bf;}
#header a {-moz-transition: color 0.2s ease-in-out;-webkit-transition: color 0.2s ease-in-out;	
	-ms-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
	display: inline-block;
	padding: 0 0.5em;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	font-size: .85em;
	margin-top: 60px;
}
#header a:hover {color: rgba(255, 255, 255, 0.75);}
#header a:last-child {padding-right: 0em;}
@media screen and (max-width: 736px) {#header a {padding: 0 0.5em;}}
@media screen and (max-width: 480px) {#header {min-width: 320px;}}

#header {
    background-color: #1c1c1c; /* Add a background color for the header */
    color: white;
    text-align: center;
    padding: 0px;
}
.blue-link {
    color: rgb(30, 255, 0);
    text-decoration: underline; /* Optional: Add underline for typical link style */
}

/*Testing out donation method*/
.Container {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    margin-top: 200px;
    background-color: #cc2727;
    border: 1px solid #ccc;
    border-radius: 10px;
    text-align: center;
}
.Container p {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}
.time {
    display: flex;
    justify-content: center;
    margin: 10px 0;
}
.time span {
    margin: 0 10px;
    padding: 10px 20px;
    background-color: #0074cc;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
}
.time span:hover{background-color: red;}
.value {
    display: flex;
    justify-content: center;
    margin: 10px 0;
}
.value .money {
    margin: 0 10px;
    padding: 10px 20px;
    background-color: #0074cc;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
}
.value .money:hover{background-color: red;}
.confirm {
    margin: 10px 0;
}
.confirm input[type="checkbox"] {
    margin-right: 5px;
}
.input {
    text-align: left;
    margin: 10px 0;
}
.input p {
    font-weight: 600;
    margin: 5px 0;
    text-align: left;
}
.input input[type="text"] {
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}
button {
    background-color: #e5474b;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    margin: 20px 0;
}
button:hover {
    background-color: #d53c40;
}
.blue {
    color: #034b81;
}
/* Style the custom amount input field */
#customAmount {
    display: none; /* Initially hide the input field */
}
/* Style the "Other" label */
label[for="amountOther"] {
    cursor: pointer;
}
/* Show the custom amount input field when the "Other" option is selected */
input[type="radio"][name="amount"]:checked + label[for="amountOther"] + #customAmount {
    display: inline-block;
}
/* Style the selected radio buttons and checkboxes */
input[type="radio"]:checked + label,
input[type="checkbox"]:checked + label {
    color: rgb(138, 0, 0);
    border: none;
}
/* Button style */
button {
    background-color: #e5474b;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    margin: 20px 0;
}
/* Change button color on hover */
button:hover {
    background-color: #d53c40; /* New color on hover */
}#donateModal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    z-index: 1000;
}
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
  }
/* Apply styles to the payment container */
.payment-container {
    display: flex;
    justify-content: center;
    align-items: center; /* Adjust alignment to start to avoid overlap */
    background: #f7b3b3;
    padding: 20px;
    margin-top: 300px;
}
/* Style each payment option */
.payment-option {
    width: 300px;
    padding: 20px;
    margin: 10px;
    border: 1px solid #ccc;
    text-align: center;
    background-color: #ff0000;
}
.payment-option h2 {
    font-size: 24px;
    color: #333;
}
.payment-option p {
    font-size: 16px;
    color: #7e7d7d;
}
.payment-option a {
    text-decoration: none;
    background-color: #0074cc;
    color: #fff;
    display: block;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 10px;
}
.payment-option a:hover {
    background-color: #005aa6;
}
/* Apply styles to the container and columns for my INFO-COLUMN */
.info-container {
    display: flex;
    justify-content: space-around; /* Adjust as needed to control spacing */
    align-items: center; /* Vertically center content */
    background: #000;
    color: white;
    position: relative;
    bottom: 70px; /* Adjust the bottom margin as needed to prevent overlap with the footer */
    left: 0;
    width: 100%;
    padding: 10px; /* Optional padding */
    z-index: 3; /* Ensure it's above other content */
}
.info-column {
    flex: 1;
    text-align: center;
    padding: 20px; /* Adjust padding as needed */
}
.info-column h2 {
    font-size: 18px;
}
.info-column p {
    font-size: 16px;
}
/* this will size my social media icons within the info section */
.info-column a {
    font-size: 35px;
    letter-spacing: 3px;
}
/* this colors the INFO icons */
a {
    color: #e5474b;
}

/* Footer */
/* Reduce the margin and padding for the footer section */
.footer-container {
	background: linear-gradient(90deg, rgb(0, 0, 0), rgb(0, 127, 0)); /* Background color for the footer container */
	color: white;
	text-align: center;
	padding-top: 20px;
}

/* Style the footer text */
#h6 {
	margin: 0; /* Remove default margin */
	font-size: 14px;
	background: linear-gradient(90deg, rgb(0, 0, 0), rgb(0, 127, 0));background-color: #ffffff;
	color: #000000;
	text-align: center;
	padding: 20px;
	position: static;
	bottom: 0;
	width: 100%;
}

/*this is how i will implement better view on the phones or devices
@media only screen and (max-width: 415px){
    .text{visibility: collapse;}
    .phonetext {visibility: collapse;}
}*/