body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    max-width: 1200px;
    margin: auto;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: bolder;
    color: #4577BC
}

h3,
h4,
h5 {
    color: black
}

.background-image {
    height: 100vh;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bg-light {
    background-color: transparent !important;
}

.navbar {
    position: relative;
    max-width: 1000px;
    margin: auto;
    z-index: 200;
}

#navbarNav {
    flex-direction: column;
}

.content-area {
    position: relative;
    margin: auto;
    max-width: 1000px;
}


.navbar img {
    height: 8rem;
}

.transparent {
    background-color: transparent;
}

.row.content-col>div:last-child {
    border-right: 0px solid grey;
}

.row.vert-border-col>div {
    padding: 0 2rem;
    border-right: 1px solid grey;
}

.front-and-center {
    position: absolute;
    padding: 0 3rem;
    top: 15rem;
    line-height: 1.2;
    font-weight: bold;
}

.front-and-center>div {
    font-size: 4rem;
}

#bcimage {
    background-color: white;
    border-radius: 10px;
}

#bcimage2 {
    display: none;
}


@media screen and (max-width: 800px) {
    .front-and-center {
        top: 12rem;
    }

    .background-image {
        height: 80vh
    }

    .front-and-center>div {
        font-size: 3rem;
    }

    #bcimage2 {
        display: none;
    }

}

@media screen and (max-width: 700px) {
    #bcimage {
        display: none;
    }

    #bcimage2 {
        padding-top: 1rem;
        display: block;
        font-size: 11pt;
    }
}

@media screen and (max-width: 450px) {
    .front-and-center {
        top: 8rem;
        padding: 0 2rem;
    }

    .background-image {
        height: 60vh
    }

    .front-and-center>div {
        font-size: 1.5rem;
    }

}

.btn-primary {
    background-color: #4577BC !important
}

.text-white {
    color: white !important
}

.text-white-on-blue {
    background-color: #4577BC !important;
    color: white !important
}

.card {
    border-width: 0
}

.text-white-on-blue.card-body {
    background-color: #4577BC !important;
    color: white !important;
    border-radius: 0.25rem;
}

.text-white-on-blue h1,
.text-white-on-blue h2,
.text-white-on-blue h3,
.text-white-on-blue h4,
.text-white-on-blue h5,
.text-white-on-blue h6,
.text-white-on-blue .subtitle {
    color: white !important
}

h2.card-title {
    font-size:1.5rem !important
}

.text-primary,
.text-blue {
    color: #4577BC !important
}

.text-orange {
    color: #f9c414
}

.text-black {
    color: #212529;
}

.text-gray {
    color: lightgray
}

.text-green {
    color: #62b462
}

.fs140 {
    font-size: calc(2rem * 1.4);
}

.fs130 {
    font-size: calc(2rem * 1.3);
}

.fs120 {
    font-size: calc(2rem * 1.2);
}

.fs110 {
    font-size: calc(2rem * 1.1);
}

.fs90 {
    font-size: calc(2rem * 0.9);
}

.b {
    font-weight: bold
}

.ctr {
    text-align: center
}

.list {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
}

.list-item {
    display: flex;
    margin-right: 0.25rem;
    margin-bottom: 20px;
}

.list-content {
    width: 100%;
    padding: 0.5rem
}