:root {
    /* --col_1: #82308f;
    --col_1_rgb: 130, 48, 143;
    --col_3: #80351a;
    --col_3_rgb: 128, 53, 26;
    --col_sub_accent: #1795a1;
    --col_2: #ea912c; */
    --col_1: #18375b;
    --col_1_rgb: 24, 55, 91;
    --col_3: #80351a;
    --col_3_rgb: 128, 53, 26;
    --col_sub_accent: #1795a1;
    --col_2: #ea912c;
}

html {
    font-size: 62.5%;
}

body {
    color: #535353;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 14px;
}

img {
    max-width: 100%;
    vertical-align: top
}

a {
    text-decoration: none;
    border: none;
    outline: none
}

a:focus,
a:hover,
a:active {
    outline: 0;
}

.col1 {
    color: var(--col_1);
}

.col2 {
    color: var(--col_2);
}

.col3 {
    color: var(--col_3);
}

.outer {
    margin: 0 auto;
    background-image: url(../img/book-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.content {
    /* background-color: white; */
}

.content .logo {
    width: 100%;
}

.content .logo_container {
    margin: 0 auto;
    border-top: 3px solid var(--col_1);
    /* background-color: white; */
    padding-top: 8px;
}

.content .logo img {
    padding-top: 0px;
    width: auto;
    height: 20vh;
}

.content .details a {
    color: #f1f1f1;
    text-align: left;
    display: block;
    border-radius: 8px;
    text-align: center;
}

.content .details a:hover,
.content .details a:active,
.content .details a:checked {
    color: var(--col_2)
}

.content .details a i {
    color: var(--col_2);
    margin-top: 3px;
}

.header {
    width: 100%;
    display: table;
}

.heading_div {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.heading {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.2em;
    width: 100%;
    text-align: center;
    background-color: var(--col_1);
    /* background: linear-gradient(180deg, rgb(255, 255, 255) -10%, rgba(var(--col_1_rgb), 1) 40%); */
    color: white;
    padding: 4px 0px;
}

.subhead {
    font-size: 22px;
    color: var(--col_2);
}

.trust_name {
    vertical-align: middle;
    padding: 8px;
    font-size: 20px;
    text-align: center;
}

.details {
    width: 100%;
    height: 67vh;
    overflow: auto;
    display: table;
}

.main {
    display: table-cell;
    vertical-align: middle;
    background-color: rgba(var(--col_1_rgb), 0.5);
    /* border-top: 2px solid var(--col_2); */
}

.menu_container {
    background: #f1f1f1;
    position: relative;
    padding-bottom: 48px;
    height: 2vh;
    border-bottom-left-radius: 30% 20%;
    border-bottom-right-radius: 30% 20%;
}

.menu_cell {
    position: absolute;
    top: -40px;
    width: 100%;
}

.hr_menu {
    position: absolute;
    height: 1px;
    top: -2px;
    width: 100%;
    border-top: 2px solid var(--sub-accent);
}

.menu_outer {
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    padding: 10px 12px 8px 12px;
    max-width: 500px;
    margin: 0 auto;
}

.menu_outer .menu {
    /* padding: 4px; */
}

.menu_outer .menu_div {
    width: 56px;
    height: 56px;
    padding: 8px;
    background-color: rgba(var(--col_1_rgb), 0.5);
    margin: 0 auto;
    border-radius: 12px;
}

.menu_outer a.menu .menu_icon {
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    background-color: var(--accent);
    color: var(--col_2);
    border: 2px solid var(--col_2);
    margin: 0 auto;
}

.menu_outer a.menu .menu_icon i {
    color: var(--col_2);
}

.menu_outer a.menu .menu_text {
    color: var(--col_2);
    margin-top: 6px;
    text-align: center;
    font-size: 12px;
}

.menu_outer a:active,
.menu_outer a:focus {
    outline: 0;
    background-color: transparent;
}

.menu_outer a .menu_icon:active,
.menu_outer a .menu_icon:focus {
    outline: 0;
    background-color: var(--sub-accent);
}

.info {
    width: 88vw;
    max-width: 500px;
    margin: 4px auto;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    padding: 6px;
    font-size: 15px;
    border-top: 3px solid var(--col_2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.info.no_btm_bdr {
    border-bottom: none;
}

.info .icon,
.info .dtl {
    display: inline-block;
    vertical-align: middle;
    padding: 4px;
    text-align: center;
}

.info .dtl {
    width: 74%;
    text-align: center;
    line-height: 1.5em;
}

.info .icon {
    text-align: center;
    width: 10%;
    font-size: 17px;
    color: var(--col_2);
}

@media (min-width:0px) {
    .trust_name {
        line-height: 1.2em;
    }
}

@media (min-width:641px) {
    .heading {
        font-size: 28px;
    }
    .trust_name {
        font-size: 20px;
    }
}

@media (min-width:961px) {}