/* attempt to update to bootstrap version 5+ 20/09/2022*/
/* xlinks css file */
body {
    background-color: #dae6f0;
}

p {}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #f7fbff;
    font-size: 26px;
    text-shadow: 2px 2px #060607;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #dae6f0;
    font-size: 21px;
    text-shadow: 2px 2px #174867;
}

h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #89b7e0;
    font-size: 20px;
}

h4 {
    font-family: Arial, Helvetica, sans-serif;
    color: #f7fbff;
    font-size: 20px;
}

h5 {}

h6 {}

.my-container {
    max-width: 1000px;
    padding-top: 5px;
}

.ist-row {
    height: 175;
}

.second-row {
    background-color: #a6a6b9;
    text-align: center;
    min-height: 100px;
}

.third-row {
    background-color: #6d6d76;
    text-align: center;
    min-height: 60px;
    padding-top: 5px;
}

.fourth-row {
    background-color: inherit;
    padding-top: 5px;
    padding-bottom: 5px;
    height: auto;
}

.xx {
    /*button mods*/
    text-align: center;
}

.mod1 {
    background-color: #386083;
    text-align: center;
    padding-top: 10px;
}

.mod2 {
    background-color: #739abc;
    text-align: center;
}

.mod3 {
    background-color: #9eb2c4;
    text-align: center;
    padding-top: 35px;
}

.mod3 a:hover {
    background-color: inherit;
    color: maroon;
    text-decoration: underline;
}

.mod3 a:visited {
    background-color: inherit;
    color: #101010;
}

.mod3 a:active {
    background-color: inherit;
    color: #104e8d;
}

.mod4 {
    background-color: #254662;
    text-align: center;
    padding-top: 25px;
}

.xxx {
    /*row mods*/
    background-color: invisible;
    max-width: 1000px;
    justify-content: center;
}

.xxxx {
    /* col mods*/
    background-color: #a6b6c6;
    border: 2px solid #292b2c;
    margin-right: 2px;
    margin-bottom: 2px;
    max-width: 331px;
    height: 50px;
    vertical-align: middle;
    text-align: center;
    word-wrap: break-word;
}

.xxxx a:hover {
    background-color: inherit;
    color: maroon;
    text-decoration: underline;
}

.xxxx a:visited {
    background-color: inherit;
    color: #292b2c;
}