@import "https://fonts.googleapis.com/css2?family=Oswald:wght@400;500&family=Roboto:wght@300;500&display=swap";
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\
for details on configuring this project to bundle and minify static web assets. */
:root {
    --red-color: #ED1C24;
    --herring-blue: #004F9E;
    --herring-green: #48AF1B;
    --herring-yellow: #FFBD59;
    --text-gray: #B8B9BB;
    --blue: #004F9E;
    --primary: #004F9E;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    background-color: var(--herring-blue) !important;
    color: whitesmoke !important;
    font-family: 'Oswald', sans-serif !important;
}

.navbar .nav-link , .navbar .nav-link:hover {
    color:white !important;
}

    .navbar .nav-link:hover {
       text-decoration:underline;
    }
/* Provide sufficient contrast against white background */
a {
    color: #004f9e;
    font-family: Roboto, sans-serif ;
    font-weight:300;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn-link.nav-link:focus {
    outline: black auto 1px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
    font-family: 'Oswald', sans-serif !important;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.container {
    max-width: 960px;
}

.pricing-header {
    max-width: 700px;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    align-content: normal;
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.btn-primary {
    background-color: var(--herring-blue);
}

.whitebackground {
    background-color: #fff;
    border-radius: 2em;
}

.congratz {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    color: #004f9e;
    font-size: 42px;
    text-transform: uppercase;
}

.my_blue {
    color: #004f9e;
    font-weight: 400;
    font-family: Oswald;
    font-size: larger;
    text-transform: uppercase;
}

.herringblue-btn,
.herringblue-btn:hover {
    background-color: #004f9e;
    color: #ebebeb;
    border-radius: 2rem !important;
    font-family: "Oswald", sans-serif;
    font-size: large;
    text-transform: uppercase;
    width: 200px;
    height: 50px;
}

.herringblue-btnprint,
.herringblue-btnprint:hover {
    background-color: #004f9e;
    color: #ebebeb;
    border-radius: 2rem !important;
    font-family: "Oswald", sans-serif;
    font-size: large;
    text-transform: uppercase;
    width: 200px;
    height: 50px;
}

.bullets {
    font-size: medium;
    color: black;
    font-family: Roboto, "Open Sans", "Helvetica Neue", sans-serif;
    font-weight: 300;
    text-align: left;
}

.header_link {
    font-family: "Oswald", sans-serif;
    color: #004f9e;
    text-align: right !important;
    text-transform: uppercase;
    font-size:16px;
}

#header_logo {
    height: auto !important;
}

@media (min-width: 641px) {
    #header_logo {
        padding: 1em;
    }
}

.bluebackground {
    background-color: #D7E9F8;
    border-radius: 2em;
}

.title_page {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    color: #004f9e;
    font-size: 42px;
    text-transform: uppercase;
}

h1 {
    font-family: Oswald, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    color: #004f9e;
}
h4 {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    color:black;
}

.btn {
    border-radius: 2rem;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
}