/* Landing Page */
.navbar{
    background-color: rgb(175, 35, 28);
}

.navbar-brand{
    font-size: xx-large;
    color: white;
}

.nav-link{
    color: white;
    font-size: x-large;
}

.boldonse-regular{
    font-family: "Boldonse", system-ui;
    font-weight: 400;
    font-style: normal;
}

h1{
    padding: 50px;
    word-spacing: 1px;
    color: rgb(175, 35, 28);
}

.figures{
    background-color: rgb(6, 36, 96);
    padding: 10px;
}

.figure-caption{
    color: white;
}

figure > img{
    width: 20em;
}

.rowImage{
    width: 100%;
}

.fullImage{
    background-color: rgb(6, 36, 96);
}

h2{
    padding-top: 30px;
    padding-bottom: 20px;
    color: rgb(175, 35, 28);
}

p{
    font-size: larger;
    color: rgb(30, 71, 107);
}

.footer{
    background-color: rgb(6, 36, 96);
    color: white;
}
#footerText{
    color: white;
}

/* Menu */

#menuTop{
    font-size: medium;
}

h3{
    color: rgb(175, 35, 28);
}

/* Locations */

h5{
    color: rgb(175, 35, 28);
}