/* html,
body {
overflow-x: hidden;
margin: 0;
}
*/

hr {
    border: solid 1px rgba(0, 6, 94, 0.973);
}

body {
    background-color: rgba(7, 19, 194, 0);
    color: rgba(0, 6, 94, 0.973);
}

h1 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1rem;
}

h4 {
    font-size: 0.9rem;
}

.lowRow {
    display: none;
}

#topHeading {
    padding: 10%;
}

#searchHeading {
    padding-top: 15%;
    padding-bottom: 5%;
}

.whenLarge {
    display: none;
}

.whenSmall {
    display: inline;
}

.nav-item {
    padding-top: 1.4%;
}

table,
th,
td {
    font-size: 0.8rem;
}

#logoNav {
    display: inline;
}

#logoHide {
    display: none;
}

#homeShow {
    display: inline;
}

.navbar {
    padding-bottom: 1rem;
}


/* header {
position: fixed;
width: 100%;
top: 0;
left: 0;
} */


/* Small devices (landscape phones, 544px and up) */

@media (min-width: 544px) {
    table,
    th,
    td {
        font-size: 0.8rem;
    }
    h1 {
        font-size: 1.5rem;
    }
    h3 {
        font-size: 1rem;
    }
    h4 {
        font-size: 0.9rem;
    }
    #logoNav {
        font-size: 1.5rem;
    }
}


/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */

@media (min-width: 768px) {
    h1 {
        font-size: 2rem;
    }
    h3 {
        font-size: 1.5rem;
    }
    h4 {
        font-size: 1.25rem;
    }
    #topHeading {
        padding: 20%;
    }
    .whenLarge {
        display: inline;
    }
    .whenSmall {
        display: none;
    }
    /* .lowRow {
display: inline;
} */
    /*1rem = 16px*/
    table,
    th,
    td {
        font-size: 0.9rem;
    }
}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    h1 {
        font-size: 2.5rem;
    }
    h3 {
        font-size: 2rem;
    }
    h4 {
        font-size: 1.5rem;
    }
    #topHeading {
        padding: 25%;
    }
    .lowRow {
        display: inline;
    }
    table,
    th,
    td {
        font-size: large;
    }
    #logoNav {
        display: none;
    }
    #homeShow {
        display: none;
    }
    #logoHide {
        display: inline;
    }
    /*1rem = 16px*/
}


/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    h1 {
        font-size: 3rem;
    }
    h3 {
        font-size: 2rem;
    }
    h4 {
        font-size: 1.5rem;
    }
    #topHeading {
        padding: 30%;
    }
    .lowRow {
        display: inline;
    }
    table,
    th,
    td {
        font-size: 1rem;
    }
    .navbar {
        padding-bottom: 1.5rem;
    }
    /*1rem = 16px*/
}

#topNav {
    background-color: rgba(0, 6, 94, 1);
    font-size: larger;
}

#contentWrapper {
    padding-left: 3%;
    padding-right: 3%;
}

.mainDiv {
    padding-left: 7%;
    padding-right: 7%;
    background-color: white;
}

.card {
    transition: all .1s ease-in-out;
    border-radius: 10px;
    border-color: rgba(0, 6, 94, 0.973);
    top: 0;
    padding-left: 3%;
    padding-right: 3%;
    min-height: 100%;
    cursor: pointer;
}

.card:hover {
    top: -2px;
    box-shadow: 0px 8px 2px 2px rgba(0, 6, 94, 0.7);
}

.cardRow {
    padding: 5%;
}

.cardHeader {
    padding: 5%;
}

.pageFooter {
    padding-top: 5%;
    padding-bottom: 2%;
}

#tableDet {
    border: black;
}

.sendButton,
.textInput {
    width: 100%;
    transition: all .1s ease-in-out;
    border-radius: 10px;
    border-color: rgba(0, 6, 94, 0.973);
    top: 0;
}

.sendButton:hover,
.textInput:hover {
    top: -5px;
    box-shadow: 0px 2px 2px 2px rgba(0, 6, 94, 0.7);
}

.rowSpacer {
    padding-top: 5%;
    padding-bottom: 5%;
}

.tableValues {
    color: rgba(0, 6, 94, 0.973);
    font-size: x-large;
}

#name {
    text-align: right;
}

.cardWrap {
    padding: 15px;
}

.pageFooter {
    background-color: rgba(0, 6, 94, 0.973);
    margin-left: -12%;
    margin-right: -12%;
}

.navbar-toggler-icon {
    color: white;
}

.navbar-brand {
    padding-top: 1rem;
}

#navbarIcon {
    background-color: white;
}

.footDiv {
    padding-left: 10%;
    padding-right: 20%;
    justify-content: space-between;
}