:root {
    --accent: #221d7f;
    --accent_rgb: 34, 29, 127;
    --sub-accent: rgb(82, 128, 209);
    --sub-accent_rgb: 82, 128, 209;
    --yellow: #F5B83C;
    --orange: #ED6F30;
    --green: #98CA3D;
    --black: #3e3f43;
    --turquoise: #40e0d0;
    --bg-color: #ceccd1;
    --splash-bg: #f5f7f7;
}

.bdr_subaccent {
    border: 2px solid var(--sub-accent);
}

.bdr_turquoise {
    border: 2px solid var(--turquoise);
}

.bdr_yellow {
    border: 2px solid var(--sub-accent);
}

.bdr_green {
    border: 2px solid var(--green);
}

.bdr_orange {
    border: 2px solid var(--orange);
}

.bdr_yellow {
    border: 2px solid var(--yellow);
}

.text_subaccent {
    color: var(--sub-accent);
}

.text_turquoise {
    color: var(--turquoise);
}

.text_yellow {
    color: var(--yellow);
}

.text_green {
    color: var(--green);
}

.text_orange {
    color: var(--orange);
}

.text_yellow {
    color: var(--yellow);
}

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;
    overflow: hidden;
}

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

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

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

.outer {
    margin: 0 auto;
    background-image: url('../img/multi-color.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    background-color: whitesmoke;
}

.content {
    background-color: rgba(255, 255, 255, 0.7);
}

.content .logo_outer {
    display: block;
    text-align: center;
}

.content .logo {
    /* display: inline-block; */
    margin: 0 auto;
    padding: 6px 0px;
    background-color: rgb(255, 255, 255);
    border-top: 3px solid var(--sub-accent);
    /* border-radius: 3px; */
    margin-top: 1vh;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.content .logo img {
    width: auto;
    height: 25vh;
}

.content .details a {
    font-weight: bold;
    text-align: left;
    display: block;
    border-radius: 8px;
    text-align: center;
}

.content .details a:hover,
.content .details a:active {
    background-color: var(--accent);
    color: #fff
}

.content .details a i {
    font-size: 18px;
    margin-top: 8px;
}

.header {
    width: 100%;
    height: 40vh;
    display: table;
    /* background-color: rgba(255, 255, 255, 0.88); */
}

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

.heading {
    font-size: 22px;
    font-weight: bold;
    color: var(--accent);
    margin-bottom: 4px;
    padding-bottom: 24px;
    display: inline-block;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-top: 4px;
    width: 100%;
}

.header_img {
    background-color: #fdfdfd;
    padding: 8px;
}

.header_img img {
    max-height: 120px;
}

.subhead {
    font-size: 16px;
    padding: 12px 8px;
    font-weight: bold;
    color: var(--sub-accent);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.details {
    width: 100%;
    height: 60vh;
    overflow: auto;
    display: table;
    background: linear-gradient(0deg, #f1f1f16e, #123e7900);
}

.main {
    display: table-cell;
    vertical-align: top;
}

.menu_container {
    padding-bottom: 4vh;
}

.menu_cell {
    width: 100%;
    background-color: var(--black);
}

.hr_menu {
    width: 100%;
    border-top: 2px solid var(--color-1);
}

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

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

.menu_outer a.menu .menu_icon {
    height: 36px;
    width: 36px;
    line-height: 36px;
    border-radius: 40%;
    margin: 0 auto;
}

.menu_outer a.menu .menu_icon i {
    /* color: var(--accent); */
}

.menu_outer a.menu .menu_text {
    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: 90vw;
    max-width: 500px;
    margin: 0px auto;
    border-bottom: 1px solid var(--sub-accent);
    padding-top: 6px;
    padding-bottom: 6px;
}

.info.nbdr {
    border-bottom: none
}

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

.info .dtl {
    width: 76%;
    text-align: center;
    /* background-color: #f1f1f1;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); */
    border-radius: 3px;
    color: var(--accent);
    border-radius: 6px;
}

.info .dtl a {
    color: var(--accent);
}

.dtl.email {
    font-size: 12px;
}

.info .icon {
    text-align: center;
    font-size: 18px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 4px;
}

.details .onl_admsn {
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.details .onl_admsn a {
    text-align: center;
    color: #f7fcfd;
    border-radius: 0;
}

.details .onl_admsn a span {
    color: var(--sub-accent);
    padding-bottom: 3px;
    border-bottom: 2px solid var(--sub-accent);
}

@media (min-width:0px) {
    .dtl.email {
        font-size: 13px;
    }
}

@media (max-height:600px) {
    .info .icon,
    .info .dtl {
        padding: 0px;
    }
}

@media (min-width:400px) {
    .dtl.email {
        font-size: 15px;
    }
}

@media (min-width:641px) {
    .heading {
        font-size: 26px;
    }
    .dtl.email {
        font-size: 15px;
    }
}

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