.navbar-brand {
    font-family: "ff-meta-headline-web-pro", sans-serif;
font-weight: 700;
font-style: normal;
text-shadow: 1px 0.5px 1px black;
}
b {
    color: #e31837;
}
#bannerImg {
    background-image: url(imgs/blurredCityImg.png);
    background-color: black;
}

.text-body-emphasis {
    --bs-text-opacity: 1;
    color: #ffffff !important;
    font-size: 450%;
    text-shadow: 1px 0.5px 1px black;
}
.lead {
    color: white;
    font-family: "ff-meta-headline-web-pro", sans-serif;
font-weight: 700;
font-style: normal;
text-shadow: 1px 0.5px 1px black;
font-size: 40px;
}
.introBtns {
    background-color: #e31837;
    margin-bottom: 5px;
    margin-top: 2px;
    
}
.introBtns:hover {
    background-color: #720c1c;
}
a {
    text-decoration: none;
    color: white;
}

.title {
    color: black;
}
body {
    font-family: "ff-meta-correspondence-web-p", sans-serif;
font-weight: 400;
font-style: normal;
}
.bgImg {
    background-image: url(blurredBGImg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.container {
background-color: rgba(255, 255, 255, 0.7);
padding: 2vh;
}

h6 {
    color: red;
    font-weight: 900;
}
#introSession {
    background-color: rgba(1,1,1,0);
}

img {
    border-radius: 10px;
    border: 5px solid black;
}
