body {
    font-family: 'Montserrat', sans-serif;
    background-color: #f0f0ed;
}

p {
    padding: 0px;
    margin: 0px;
}

hr {
    margin: 5rem 0;
}

#header {
    background-color: white;
}

#header > .container-fluid {
    padding: 0px;
    max-width: 1920px;
}

.navbar {
    border-bottom: solid black 1px;
}

#header-logo {
    object-fit: contain;
    height: 3rem;
    padding: 10px;
}

#header-links a {
    color: #e24105;
    font-size: 1.2rem;
    font-weight: 900;
    border-right: solid;
    padding-right: 1.5rem;
}

#header-links div:last-child a {
    border-right: none;
    padding-right: 1.5rem;
}

#hero {
    background-size: cover;
    background-position: center;
    background-image: 
        linear-gradient(to bottom, rgba(255, 255, 255, .8),rgba(255, 255, 255, .8)), 
        url(../img/hero.jpg);
    border-bottom: solid black 1px;
}

#hero-logos {
    text-align: center;
}

#hero-logos img {
    object-fit: contain;
    width: 100%;
}

#hero-rovendale-logo {
    max-width: 400px;
}

#hero-messicks-logo {
    max-width: 600px;
}

#hero-text {
    text-align: center;
    color: #e24105;
}

#hero-text-primary {
    font-weight: 900;
}

#hero-text-secondary {
    font-weight: 500;
}

#content h1 {
    #color: #0e2b84;
    color: #e24105;
    padding: 0;
    font-weight: 900;
}

#content .card {
    padding: 0;
}

#content p {
    padding: 0;
}

#locations img {
    height: 220px;
    object-fit: cover;
}

#all-locations-link {
    color: #dc002b;
    text-decoration: none;
    font-weight: 600;
}

.section img {
    border-radius: 10px;
    height: 100%;
    width: 100%;
}

.section button {
    font-weight: 700;
    font-size: 0.9rem;
    padding: 15px;
}

.section a {
    color: white;
    text-decoration: none;
}

.section a:hover {
    color: white; 
    text-decoration:none; 
    cursor:pointer;  
}

.btn-primary {
    background-color: #dc002b;
    border-color: black;
}

.btn-primary:hover {
    background-color: #0e2b84;
    border-color: black;
}

#footer {
    background-color: black;
    color: white;
    height: 6rem;
}

#footer > div {
    max-width: 1920px;
}

#footer h5 {
    font-weight: 900;
    margin: 0px;
    padding: 0px;
}

#footer a {
    background-color: black;
    color: white;
    text-decoration: none;
    font-weight: 900;
}

#footer-links a {
    border-right: solid white 1px;
}

#footer-links div:last-child a {
    border-right: none;
}
