:root {
    --accent: #103f72;
    --accent_rgb: 16, 63, 114;
    --sub-accent: #d84170;
    --sub-accent_rgb: 216, 65, 112;
    --color-1: #3f75a2;
}

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;
}

.outer {
    margin: 0 auto
}

.content {
    background-color: var(--accent);
}

.content .logo {
    display: block;
    margin-top: 8px;
}

.content .logo img {
    max-height: 18vh;
    background-color: white;
    border-radius: 12px;
    padding: 8px;
    border: 1px solid var(--color-1);
}

.content .details a {
    font-weight: 500;
    text-align: left;
    display: block;
    border-radius: 8px;
    text-align: center;
    line-height: 1.4em;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

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

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

.header {
    width: 100%;
    height: 50vh;
    display: table;
    /* background-color: white; */
    background-image: url(../img/multi_color_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.heading_div {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    background-color: rgba(255, 255, 255, 0.8);
}

.heading {
    font-size: 24px;
    font-weight: bold;
    color: var(--sub-accent);
    text-shadow: 1px 1px #e0e0e0;
    padding-bottom: 6px;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    margin-top: 12px;
}

.subhead {
    font-size: 14px;
}

.details {
    background-color: var(--accent);
    width: 100%;
    height: 50vh;
    overflow: auto;
    display: table;
}

.main {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.main_content {
    position: absolute;
    top: -24px;
    background-color: var(--bg_1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    width: 90%;
    margin: 0px 5%;
    background-image: url(../img/multi_color_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20% 5%;
}

.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: 16px 12px 8px 12px;
    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: 50%;
    background-color: var(--accent);
    color: white;
    border: 4px solid white;
    margin: 0 auto;
}

.menu_outer a.menu .menu_icon i {
    color: white;
}

.menu_outer a.menu .menu_text {
    color: var(--accent);
    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: 75vw;
    max-width: 500px;
    margin: 2.5vh auto;
}

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

.info .dtl {
    width: 74%;
    text-align: center;
    /* background-color: #f5f5f5;
    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: 5px;
}

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

.info .icon {
    text-align: center;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    /* background-color: #f5f5f5; */
    color: var(--sub-accent);
    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) {}

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

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