:root {
    --accent: #0f3b77;
    --accent_rgb: 15, 59, 119;
    --sub-accent: #3e8ed0;
    --sub-accent_rgb: 62, 142, 208;
    --color-1: #a13649;
}

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;
    background-image: url(../img/bg_geo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.content {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(44, 143, 163, 0.25) 100%);
    height: 100vh;
    width: 100%;
    overflow: hidden;
    display: table;
}

.content_details {
    display: table-cell;
    vertical-align: middle;
}

.content .logo {
    width: 100%
}

.content .logo img {
    max-height: 13vh
}

.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 {
    color: var(--color-1);
    margin-top: 3px;
}

.header {
    width: 100%;
    /* height: 60vh; */
    display: table;
    /* background-color: white; */
}

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

.heading {
    font-size: 18px;
    font-weight: bold;
    color: var(--sub-accent);
    margin-bottom: 16px;
    padding-bottom: 6px;
    display: inline-block;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    margin-top: 12px;
    line-height: 1.5em;
}

.subhead {
    font-size: 14px;
}

.details {
    width: 100%;
    overflow: auto;
    display: table;
    margin-top: 24px;
}

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

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

.menu_outer {
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    padding: 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%;
    background-color: var(--color-1);
    color: white;
    border: 1px solid white;
    margin: 0 auto;
    display: inline-block;
    font-weight: bold;
}

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

.menu .m_text {
    font-size: 12px;
    color: var(--accent);
}

.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: 10px 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: #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);
}

.info .icon {
    text-align: center;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 30% 70%;
    background-color: #f5f5f5;
    color: var(--accent);
    vertical-align: middle;
    margin-right: 4px;
    border: 1px solid var(--sub-accent);
}

.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) {}