html,
body {
    font-family: Blinker, system-ui, sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Blinker, system-ui, sans-serif;
    font-weight: 600;
}

.blinker-thin {
    font-family: "Blinker", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.blinker-extralight {
    font-family: "Blinker", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.blinker-light {
    font-family: "Blinker", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.blinker-regular {
    font-family: "Blinker", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.blinker-semibold {
    font-family: "Blinker", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.blinker-bold {
    font-family: "Blinker", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.blinker-extrabold {
    font-family: "Blinker", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.blinker-black {
    font-family: "Blinker", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.text-jumbo {
    font-size: 2.25rem;
    line-height: 1;
}


@media (min-width: 768px) {
    .text-jumbo {
        font-size: 3rem;
        line-height: 1;
    }
}

@media (min-width: 1024px) {
    .text-jumbo {
        font-size: 3.75rem;
        line-height: 1;
    }
}

.items-center {
    align-items: center;
}

.whitespace-nowrap {
    white-space: nowrap;
}

.dome-header {
    color: #fff !important;
    background-color: #305AA4 !important;
    padding-top: 8px;
    padding-bottom: 8px;
}

.dome-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1248px;
}

.dome-color {
    color: #305AA4 !important;
}

.dome-bgcolor {
    background-color: #305AA4 !important;
    color: white;
}


.dome-dark-color {
    color: #152849!important;
    background-color: white!important
}

.bg-cover {
    background-size: cover;
}


.w3-bar .dome-bar-item {
    padding: 8px 0px;
}

.padding-right-0 {
    padding-right: 0px !important;
}
.padding-right-4 {
    padding-right: 4px !important;
}
.padding-right-8 {
    padding-right: 8px !important;
}
.padding-right-24 {
    padding-right: 24px !important;
}
.padding-right-large {
    padding-right: 32px !important;
}
.padding-top-small {
    padding-top: 6px !important
}

.parent {
    display: flex;
}

.child {
    margin: auto;
}


.child1 {
    margin: auto;
    flex-grow: 3;
}
.child2 {
    margin: auto;
    flex-grow: 1 3;
}

.card {
    margin-bottom: 20px;
    border-radius: 16px
}

.card p {
    font-size: 18px!important
}

.border-2 {
    border: 2px solid #305AA4!important
}

.dometable {
    width: 80%;
    border-collapse: collapse;
    border: 2px solid;
    table-layout: fixed;
}

.dometable td {
    padding: 8px;
    border: 1px solid;
    overflow-wrap: anywhere;
}

.dometable tr td:nth-child(1) {
    width: 30%;
}
  
