@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, h4, p, 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;
}
/* Basic */
body {-ms-overflow-style: scrollbar;}

@media screen and (max-width: 480px) {html, body {min-width: 320px;}}

/* Type */
body {
	background-color: #4b0909;
	color: #ffffff;
}
body, input, select, textarea {
	font-family: "Lato", sans-serif;
	font-size: 15pt;
	font-weight: 300;
	line-height: 2;
}
@media screen and (max-width: 1680px) {body, input, select, textarea {font-size: 13pt;}}
@media screen and (max-width: 1280px) {body, input, select, textarea {font-size: 13pt;}}
@media screen and (max-width: 980px) {body, input, select, textarea {font-size: 12pt;}}
@media screen and (max-width: 736px) {body, input, select, textarea {font-size: 12pt;}}
@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;
}
a:hover {text-decoration: underline;}
strong, b {font-weight: 700;}
em, i {font-style: italic;}
p {margin: 0 0 2em 0;}
h3 {
	font-weight: 800;
	line-height: 1.5;
	margin: 0 0 1em 0;
	text-transform: uppercase;
	align-items: center;
	color: #e5474b;}
h3 {font-size: 1.35em;}
h4 {
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 1em 0;
	text-transform: uppercase;
	align-items: center;
}
h1 a, h4 a {
	color: inherit;
	text-decoration: none;
}
h1 {
	font-size: 2em;
	margin-left: 45px;
	padding-top: 20px;
}

h4 {font-size: 1.1em;}

h2 {		
	font-weight: 700;
	line-height: 1.5;
	text-transform: uppercase;
	color: inherit;
	color: #e5474b;
	font-size: 3em;
}
h5 {		
    font-weight: 700;
    line-height: 1.5;
	margin: -1em 0 1em 0;
    text-transform: uppercase;
    color: inherit;
    text-decoration: none;
    font-size: 0.4em;
}
@media screen and (max-width: 736px) {
h1 {font-size: 1.5em;}
h2 {font-size: 1.25em;}}
a {color: #e5474b;}
strong, b {color: #e5474b;}
h1, h2, h4 {color: #e5474b;}







/* Banner */
#banner {
	background-image: url('MariaWBG.png'); /* Replace with your image file path */
	background-size: cover;
	background-position: center;
	padding: 20px;
	color: #ffffff;
	background-repeat: no-repeat;
	text-align: left;
	position: relative;
	z-index: 9999;
}
#banner:after {-moz-transition: opacity 4s ease;-webkit-transition: opacity 4s ease;-ms-transition: opacity 4s ease;
	transition: opacity 4s ease;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
	background-color: #b90000;}
#banner .inner {max-width: 65em;width: calc(100% - 6em);
	margin: 0 auto;position: relative;z-index: 10000;line-height: 1.5;}
#banner h1 {font-size: 2em;margin: 0 0 1em 0;padding: 0;letter-spacing: 3px;font-weight: 700;}
#banner h1 span {font-weight: 400;}

/* Main */
#main {padding: 4em 0 2em 0;}





/* 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 */
}


/* CoCoa event */
.coco-container {
    max-width: 800px;
    position: relative;
    margin: auto;
}
.slide {
    display: none;
}
img {
    width: 100%;
    height: auto;
}
.fade {
    animation: fade 4s ease-in-out infinite;
}
@keyframes fade {
    from {
        opacity: .4;
    }
    to {
        opacity: 1;
    }
}




/*seperates these two events(top and Middle)*/
/* Style for the black line separator */
.separator {
    border: none;
    border-top: 50px solid black;
    margin: 0 0 20px 0; /* Adjust margin as needed */
}

a.blue-link {
    color: blue; /* Changes the text color to blue */
    text-decoration: underline; /* Adds underline to the text */
}


/*FirstFood Bank Event*/
.Container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 0; /* Adjust the padding as needed */
    box-sizing: border-box; /* Include padding in the width calculation */
}
.event-details {
    max-width: 50%; /* Adjust as needed */
    box-sizing: border-box; /* Include padding in the width calculation */
}
.image-container1 {
    max-width: 100%; /* Adjust as needed */
    display: flex;
    justify-content: space-between;
}
.image-container1 img {
    width: 650px; /* Adjust as needed */
    max-width: 100%;
    margin: 10px;
    box-sizing: border-box; /* Include padding in the width calculation */
}

/*these are for the images*/
.image-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 100%; /* Adjust the width as needed */
	margin: 0 auto;
	padding: 20px; /* Adjust the padding as needed */
	box-sizing: border-box; /* Include padding in the width calculation */
  }
  
  .image-card {
	width: calc(25% - 20px); /* Calculate 25% width for four columns with padding */
	margin-bottom: 0; /* Add some bottom margin between rows */
	box-sizing: border-box; /* Include padding in the width calculation */
  }
  
  .image-wrapper {
	width: 100%;
	padding-bottom: 10%; /* Maintain a 4:3 aspect ratio for the wrapper */
	position: relative;
	overflow: hidden;
  }
  
  .image-wrapper img {
	width: 100%;
	height: 100%; /* Ensure the image fills the wrapper */
	object-fit: cover; /* Maintain the aspect ratio and cover the wrapper */
  }
  

/* Apply styles to the container and columns */
.info-container {
    display: flex;
    justify-content: space-around; /* Adjust as needed to control spacing */
    align-items: center; /* Vertically center content */
	background: #000;
	color: white;
}
.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;
}

/* 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 will size my social media icons within the info section*/
.info-column a{
	font-size: 35px;
	letter-spacing: 3px;
}
