*, ::before, ::after {
    box-sizing: border-box;
  }

.app {
    padding: 0px;
    transition: all 0.2s ease;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    color: rgb(83, 83, 83);
    font-family: "Source Sans Pro", sans-serif;
}



header {

    display:block;
    /* background img*/
    background-image: url(../img/dots-stripe-trans.png);
    background-size: 1444px 134px;
    background-position-x: left;
    background-position-y: bottom;
    background-repeat: no-repeat;

    /* Font */
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.6;
}

header > nav {
    display: flex !important;
    max-width: 1262px;
    padding: 25px 15px;
    margin: 10px auto 0px;
    min-height: 80px;
    align-items: center;
    white-space: nowrap;
    box-sizing: border-box;
}
.logo {
    margin:0px;
    flex: 1 1 auto !important;

    display: inline-flex !important;
    box-sizing: border-box;
}
.title {
    margin:0px;
    flex: 1 1 auto !important;

    display: inline-flex !important;
    box-sizing: border-box;
}
.title > span {
    text-decoration: none !important;
    color: var(--primary);
    font-size: 28px;
    font-weight: 600;
    font-style: normal;
    transition: all 0.2s ease;
    box-sizing: border-box;
}
.logo > span {
    text-decoration: none !important;
    color: var(--primary);
    font-size: 28px;
    font-weight: 600;
    font-style: normal;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

.content {
    margin-top: 3rem !important;
    flex-grow: 1 !important;
    max-width: 1262px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}
.query-form {
    width: 80%;
    min-width: 300px;
}

.subheading {
    color: var(--primary);
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 30.6px;
    
    transition: all 0.2s ease;
    box-sizing: border-box;
}
.query-textbox {
    width: 100%;
    max-width: 100%;
    height: 300px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    resize: none;
}
.submit {
    align-items: center;
    background-color: var(--primary);
    border-bottom-color: var(--darkened-background);
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: var(--darkened-background);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: var(--darkened-background);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: var(--darkened-background);
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-top-style: none;
    border-top-width: 0px;


    color: var(--darkened-background);
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;

    text-align: center;
    text-decoration-color: var(--darkened-background);
    text-decoration-line: none;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
    text-transform: uppercase;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease
}

.error {
    color: red;
}

.results {
    margin-top: 3rem !important;
    margin-right: auto;
    margin-left: auto;
}

.entry-btn{
    width: 100%;
    height: 70px;
}
.entry-btn > a {
    font-size: larger;
    font-weight: 550;
}
.entry-data {
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
}
table {
    border-collapse: collapse;
    table-layout: auto;
    width: 100%;

}
thead {
    background-color: var(--primary);
    color: var(--darkened-background);
    border: 1px solid var(--gray-dark);
    
}
tr {
    padding: 0px;
    border-radius: 2px;
}
td {
    padding: 0px;
    text-align: center;
}
td table td {
    border: 1px solid var(--gray-dark)
 }


table th {
    border-right: 1px solid var(--foreground) !important; 
}

.logos {
  width: 100% !important;
}

.navbar-img {
  height: auto;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.footer-txt {
    padding-left: 20px;
    padding-right: 20px;
}
.footer-txt > p {
    text-align: center;
}

.list-div {
    display: flex !important;
    justify-content: space-between !important;
    padding-top: 0.5rem !important;
    flex-direction: row !important;
    width: 100% !important;
}
.container {
    max-width: 1262px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.navbar-lnk > a {
    margin-right: 1.5rem !important;
    color: var(--primary);
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 1.6;
}
.navbar-lst{
    display: inline-flex !important;
    flex-direction: row !important;
    margin: auto !important;
    list-style: none;
    padding-left: 0;
}
.navbar {
    flex-flow: row nowrap;
    justify-content: flex-start;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    line-height: 1;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    padding-top: 0.5rem;
    padding-bottom: 1.5rem;
}
footer > div {
    padding: 3em;
    background-size: auto;
    background-position: 100% 100%;
    background-attachment: scroll;
    background-repeat: no-repeat;
    font-weight: 400;
    font-size: 17px;
    text-align: center;
    background-image: linear-gradient(var(--darkened-background), var(--darkened-background)), url("../img/modul-Dots-stripe-over.png");
    background-blend-mode: hard-light;
}


footer > div img {
    margin: 1em;
    margin-right: 1em;
    margin-left: 1em;
}
footer nav {
    background: var(--more-darkened-background);
    line-height: 1.6;
}

footer {
    background-image: url('../img/modul-Dots-stripe-over.png');
    background-size: auto;
    background-position: 100% 0%;
    background-attachment: scroll;
    background-repeat: no-repeat;
    padding-top: 50px;
    display:block;
}

img {
    vertical-align: middle;
    border-style: none;
  }

a:hover {
    color: var(--danger);
}
code {
    margin: 15px;
}
a {
    text-decoration: underline;
    transition: all 0.2s ease;
    color: var(--primary);
    background-color: transparent;
}


body {
    padding: 0px;
    margin: 0px;
    font-family: var(--global-body-font-family);
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 1.6;
    color: var(--foreground);
    text-align: left;
}
:root {
    text-rendering: optimizeLegibility;

    --rem: 16; 
    --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: #104050;
    --secondary: #0a6496;
    --success: #325D3D;
    --info: #104050;
    --warning: #E5B000;
    --danger: #e94f35;
    --light: #e0f0f6;
    --dark: #104050;
    --background: #fff;
    --darkened-background: #eff7fa;
    --more-darkened-background: #e0f0f6;
    --foreground: #535353;

    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --global-body-font-family: 'Source Sans Pro', sans-serif
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}