body {
    background-image: linear-gradient(235deg,
    rgba(255,255,255,0.3) 0%,
    rgba(255,255,255,0.8) 100%),
    url("card_bg2.avif");
    background-color: black;
    padding-top: 56px;
}

#heroContainer {
    height: 350px;
}

.heroCol {
    height: 350px;
}

.smallImage {
    background-image: linear-gradient(45deg,
                                rgba(0,0,0,0.3) 0%,
                                rgba(0,0,0,1) 100%),
                                url("galleryImgs/gallery1.jpeg");   
    background-size: cover;
}

.largeImage1 {
    background-image: url('heroImg.jpeg');
    background-size: cover;
}
/* .largeImage2 {
    background-image: url('galleryImgs/gallery8.jpeg');
    background-size: cover;
} */
.test {
    height: 200px;
}

.yearContainer {
    height: 300px;
    border: 1px solid white;
}

.thirdContainer {
    margin-top: 80px;
}

footer {
    /* margin-top: 45px; */
    height: 56px;
}

.footerText {
    padding-top: 45px;
}

button, input[type="submit"], input[type="reset"] {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

@media (max-width: 768px) {
    #hero2{
        display: none;
    }
}

nav a:hover {
    text-decoration: underline;
}

.navbar, footer {
    background-color: #ffffff;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.titleText {
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

#cardTitleBackground{
    background-color: #F4CD59;
    color: white;
}

.line {
    justify-content: center;
}

#btn-custom-yellow {
    background-color: #f4cd59;
    border-color: #f4cd59;
    color: #212529;
}

#btn-custom-yellow:hover {
    background-color: #e3bc48;
    border-color: #e3bc48;

}

#card-link{
    color: #212529;
    text-decoration: none;
}

#card-link:hover{
    text-decoration: underline;
}

.rowGallery {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}

.colGallery {
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}

.colGallery img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
    .colGallery {
      flex: 50%;
      max-width: 50%;
    }
  }
  
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .colGallery {
      flex: 100%;
      max-width: 100%;
    }
  }

body {
    position: relative;
    min-height: 100vh;
}

.content-wrap {
    padding-bottom: 2.5rem;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2.5rem;
}

.btn-custom {
    background-color: #f4cd59;
    border-color: #f4cd59;
    color: #212529;
}



