@charset "utf-8";

/* column-------------------------*/
.column25 {
  float: left;
  width: 25%;
  margin-bottom: 8px;
}
.column25logo {
  float: left;
  width: 20%;
}
.column30 {
  float: left;
  width: 32%;
  margin-bottom: 8px;
}
.column50A {
  float: left;
  width: 50%;
  margin-bottom: 8px;
}
.column75 {
  float: right;
  width: 75%;
  margin-bottom: 0px;
}

@media screen and (min-width: 800px) and (max-width: 1024px){
	
.column25 {
  width: 50%;
}
.column25logo {
  width: 25%;
}
.column30 {
  width: 45%;
}
.column50A {
  width: 100%;
}
.column75 {
  float: right;
  width: 75%;
  margin-bottom: 0px;	
}
}

@media screen and (max-width: 800px) {
	
.column25 {
  width: 100%;
}
.column25logo {
 align-self: center;	
  width: 50%;
}
.column30 {
  width: 100%;
}
.column50A {
  width: 100%;
}
.column75 {
  width: 100%;
}

}

/**************************************************************************************************************************************/

/* Cards and Container---------------------------------------------- */

.card {
  border-radius: 20px;
  font-size: 16px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background-color:#FFF;
  padding-top: 10px;
}

.container {
  padding: 0 20px;
}

.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}
/* Cards and Container Ends---------------------------------------------- */

/**************************************************************************************************************************************/

.title {
  color: grey;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}



/* -----------Social Media Icon Bar Begins ----------------------------*/
.icon-bar {
  position: absolute;
  width:200px;
  float:left;
  transition: all 0.3s ease;
  top:150px;
  text-align:center;
  z-index: 2; 
  right: 250px;
  overflow: auto;
}

.icon-bar a {
  display: block;
  float: left;
  padding:5px;
  text-align: center;
  transition: all 0.3s ease;
  color: white;
  z-index:11;
}
.icon-bar a hover {
    background-color: orange;
}
@media screen and (min-width: 701px) and (max-width: 1024px) {
	
.icon-bar {
  position: absolute;
  top:120px;
  left: 60%;
  width: 200px;
  float: left;
  overflow-y: hidden;
   -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.icon-bar a {
  float: left;
  display: flex;
}

.icon-bar img {
  max-width: 80%;
  height: auto;
}
}

@media screen and (max-width: 700px) {
.icon-bar {
  top:90px;
  right: 30%;
}

.icon-bar img {
  max-width: 60%;
  height: auto;
}
.icon-bar a {
  float: right;
  padding:0px;

}

@media screen and (max-width: 700px) {
.fr-sponsor {
	width: 30%;
}
.fr-amount {
	color: red;
	font-size:18px;
}
}

/* -----------Social Media Icon Bar Ends ----------------------------*/

.lilita-one-regular {
  font-family: "Lilita One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/* Reset basic margins and ensure standard box sizing */
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none !important;
  
}

/* The Hero Container */
.hero-section {
  position: relative;
  width: 100%;
  /*height: auto;  Scalable height: takes up 80% of the viewport height */
  min-height: 500px;  /*Prevents the section from getting too squished on small screens */
  
  /* Semi-transparent dark gradient overlay 2blended seamlessly over a placeholder background image */
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), 
              url('Images/Hero.jpg') no-repeat center;
  background-size: cover; /* Keeps image sharp, filling the container proportionally without stretching */
/*Flexbox settings instantly center the child overlay element */
  display: flex;
  justify-content: center;
  /*align-items: left;*/
  text-align: center;
  padding: 20px;
}
/* Inner Text Overlay Content Box */
.hero-content {
  color: white;
  max-width: 80%;
  /* Protects text clarity and blocks pointer interference from accidental text highlighting */
  isolation: isolate;
  
}
/* Fluid Typography that scales cleanly on mobile and desktop layout views */
.hero-content h1 {
  font-size: 35px;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  color: orange;
  text-decoration: none !important;
     /*-webkit-text-stroke: 0.5px white;Thickness and color of the outline */
}
.hero-content p {
  font-size: 25px;
  margin-bottom: 30px;
  font-weight: 600;
  text-decoration: none !important;
}
/* Call to Action Button styling */
.hero-btn {
  display: inline-block;
  padding: 12px 30px;
/*  background-color: #ff4757;*/
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 30px;
  transition: background-color 0.3s ease, transform 0.2s ease;
/*  transition: background-color 250ms;*/
  background: linear-gradient(#ff4757, #ff4757) padding-box,linear-gradient(-45deg, #fffbf7, #cad6d2, #ffefdd, #155b74) border-box;
  padding: 15px;
  width: 150px;
}
.hero-:hover {
  background-color: #e84118;
  transform: translateY(-2px);
}
.hero-btn:active {
  transform: translateY(0);
}
/* Main Heading */
 .heading, p.heading {
     color: darkorange;
     display: block;
     font-size: 12px;
     letter-spacing: 1px;
     font-weight: 700;
     text-transform: uppercase;
     margin-bottom: 0px;
}
.marquee-container {
  overflow: hidden; /* Hides text outside the box */
  white-space: nowrap; /* Keeps text on one line */
  background: #333;
  color: #fff;
  padding: 10px 0;
}

.marquee-text {
  display: inline-block;
  padding-left: 100%;
  animation: scroll-left 10s linear infinite; /* CHANGE SPEED HERE: 10s = 10 seconds */
}

@keyframes scroll-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}    