
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --rl_blue: #202a5b;
    --rl_green: #5ac1a5;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

html {
    font-family: var(--font-family-sans-serif);
    line-height: 1.15;
    max-width: 1138px;
}
a {
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
}
body {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
footer {
    font-size: 1rem;
    font-weight: 100;
    text-align: right;
}
h1 {
    font-size: 90px;
    font-weight: 700;
    letter-spacing: 1px;
    display: block;
    padding-bottom: 3rem!important;
    padding-top: 3rem!important;
    margin-bottom: 0.5rem
}
h2 {
    font-size: 30px;
    font-weight: 700;
    display: block;
    margin-bottom: 0.5rem
}
ul {
    margin-top: 0;
    list-style: none;
}
.bg-rlblue {
    background-color: var(--rl_blue);
    color: var(--white);
    padding-bottom: 1rem;
    padding-top: 1rem;
    text-align: center;
    box-sizing: border-box;
    line-height: 1;

}
.bg-white {
    background-color: var(--white);
    color: var(--dark);
    padding-bottom: 3rem!important;
    padding-top: 3rem!important;
    text-align: center
}
.logo {
    width: 100%;
    height: auto;
    display: block;
}
.navitop {
    display: inline-block;
    width: 50%;
    padding-bottom: 0.5rem;
    align-items: center;
    padding-left: 0;
    justify-content: space-between;
    position: fixed;
    top: 5px;
    z-index: 10;
    right: 20px;
}
.nav-link {
    display: block;
    color: var(--blue);
    background-color: var(--rl_blue);
    text-align: center;
    padding: 1px;
    font-weight: 700;
    font-family: var(--font-family-monospace);
    border-radius: 25px;

}
.table3 {
text-align: center;
vertical-align: text-top;
padding: 0 15px;
width: 35%;

}