:root {
    --accent: #021d3a;
    --accent_rgb: 2, 29, 58;
    --sub-accent: #24126c;
    --sub-accent_rgb: 36, 18, 108;
    --color-1: #e6b200;
}

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

.content {
    /* background-color: var(--accent); */
    background: rgba(255, 255, 255, 0.15);
}

.content .logo {
    width: 100%
}

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

.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: 40vh;
    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: 4px;
    padding-bottom: 4px;
    padding-left: 12px;
    padding-right: 12px;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 4px;
    line-height: 1.5em;
}

.subhead {
    font-size: 14px;
}

.details {
    /* background-color: var(--accent); */
    /* background: rgb(255, 255, 255); */
    /* background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(var(--accent_rgb), 0.7) 100%); */
    width: 100%;
    height: 60vh;
    overflow: auto;
    display: table;
}

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

.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: 10px 12px 8px 12px;
    max-width: 500px;
    margin: 0 auto;
}

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

.menu_outer a.menu .menu_icon {
    height: 36px;
    line-height: 36px;
    border-radius: 3px;
    background-color: rgba(var(--accent_rgb), 0.6);
    color: var(--color-1);
    border: 1px solid var(--color-1);
    margin: 0 auto;
}

.menu_outer a.menu .menu_icon i {
    color: var(--color-1);
    margin-right: 8px;
}

.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: 80vw;
    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(--sub-accent);
    border-radius: 6px;
}

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

.info .icon {
    text-align: center;
    width: 14px;
    height: 14px;
    line-height: 14px;
    border-radius: 50%;
    /* border: 1px solid var(--sub-accent); */
    background-color: var(--color-1);
    color: var(--accent);
    vertical-align: middle;
    margin-right: 4px;
    font-size: 12px;
}

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