:root {
    --accent: #382373;
    --accent_rgb: 56, 35, 115;
    --sub-accent: #d54178;
    --sub-accent_rgb: 213, 65, 120;
    --col-1: #4A3012;
    --col-yellow: #FCF37C;
}

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

.main {
    margin: 6px 0;
    display: table-cell;
    vertical-align: middle;
}

.outer {
    margin: 0 auto;
    background-image: url(../img/bg_img.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: table;
    background-color: rgba(var(--accent_rgb), 0.04);
}

.content .logo {
    width: 100%
}

.content .logo .img_div {
    width: auto;
    border: 1px solid var(--accent);
    display: inline-block;
    padding: 3px;
    background-color: var(--col-yellow);
}

.content .logo img {
    max-height: 14vh;
}

.content a {
    font-weight: bold;
    text-align: left;
    display: block;
    border-radius: 8px;
    text-align: center;
    color: var(--col-1);
    font-size: 15px;
}

.content a:hover,
.content a:active,
.content a:checked {
    color: #e94f2e;
}

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

.header {
    width: 100%;
    background-color: transparent;
    display: table;
    overflow: auto;
}

.header_dtl {
    display: table-cell;
    vertical-align: middle;
    background: transparent
}

.details {
    background-color: transparent;
    width: 100%;
    display: table;
    overflow: auto;
}

.info {
    max-width: 300px;
    margin: 20px auto;
    position: relative;
}

.info.icon,
.info .dtl {
    vertical-align: middle;
    text-align: center;
}

.info .dtl {
    text-align: center;
    color: var(--sub-accent);
    text-align: center;
    border-radius: 50px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: inline-block;
    width: 60%;
}

.info .icon {
    text-align: center;
    line-height: 16px;
    color: white;
    display: inline-block;
    width: 20%;
}

.info .icon i {
    font-size: 16px;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    color: white;
    background-color: var(--sub-accent);
    line-height: 32px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.nbdr {
    border: none;
}

.heading_div {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 24px;
    margin-top: 16px;
}

.heading_div img {
    width: 70vw;
    height: auto;
}

.heading {
    font-size: 24px;
    font-weight: bold;
    color: var(--accent);
    padding: 4px 16px;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.4em;
}

.heading .inline_head {
    display: inline-block;
    margin: 0px 3px;
}

.subhead {
    font-size: 16px;
}

.onl_admsn {
    width: 100%;
}

.onl_admsn a {
    height: 36px;
    line-height: 36px;
    width: 100%;
    text-align: center;
    color: white;
    background-color: var(--accent);
    border-radius: 0;
    width: 300px;
    margin: 0 auto;
    margin-bottom: 4px;
    border-radius: 3px;
}

.onl_admsn a:hover,
.onl_admsn a:active,
.onl_admsn a:checked {
    background-color: #8897dd;
    color: white;
}

.add1,
.add2 {
    padding: 4px 0px;
}

a.add2 {
    border-top: 1px solid var(--sub-accent);
    border-radius: 0px;
}

.h-divider {
    margin: auto;
    margin-top: 8px;
    width: 50%;
    height: 1px;
    border-bottom: 1px solid var(--accent);
}

@media (max-height:620px) {
    .content .logo img {
        max-height: 14vh;
    }
    .info {
        margin: 16px auto;
    }
    .info .dtl {
        padding-top: 6px;
        padding-bottom: 6px;
    }
}

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

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

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