:root {
    --accent: #11575A;
    --accent_rgb: 32, 51, 84;
    --sub-accent: #11575A;
    --sub-accent_rgb: 39, 108, 176;
    --color-1: #db7e32;
    --color-2: #ffffff3b;
    --color-3: #ab9f59;
    --color-4: #b94b35;
}

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
}


/* ----- Custom Components ------ */

.wd_90p {
    width: 90%;
}


/* ------------------------------ */

a:focus,
a:hover,
a:active {
    outline: 0;
}

.outer {
    margin: 0 auto;
    background-image: url(../img/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.content {
    display: table;
    width: 100%;
}

.content_div {
    height: 100vh;
    display: table-cell;
    padding: 0 29px;
}

.logo img {
    /* border-radius: 70px; */
}

.content .logo {
    width: 100%
}

.content .logo img {
    max-height: 17vh;
    padding: 0px 12px;
}

.content .details a {
    font-weight: bold;
    text-align: left;
    display: block;
    border-radius: 8px;
}

.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%;
    display: table;
}

.heading_div {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.heading {
    font-size: 18px;
    font-weight: bold;
    color: var(--sub-accent);
    margin-bottom: 0px;
    padding: 8px 7px;
    display: inline-block;
    margin-top: 12px;
    line-height: 1.5em;
}

.subhead {
    font-size: 14px;
}

.details {
    background-color: var(--color-2);
    border: 1px solid #dbdbdb;
    border-radius: 15px;
    margin-top: 20%;
    padding-top: 32px;
    backdrop-filter: blur(15px);
}

.main {
    padding: 15px;
    padding-bottom: 35px;
}

.menu_cell {
    margin-top: 25px;
}

.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: flex;
    justify-content: space-around;
    margin: 0 10px;
}

.menu img {
    width: 36px;
}

.menufb img {
    width: 40px;
}

.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 {
    gap: 10px;
    display: flex;
    align-items: center;
    width: 100%;
    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;
}
.dtl path{
    fill:  var(--accent);
}

.info .dtl a {
    color: var(--accent);
}

.info .icon {
    text-align: center;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 35% 50% 35% 50%;
    background-color: #f1f1f1;
    color: var(--accent);
    vertical-align: middle;
    margin-right: 4px;
    border: 1px solid #E0E0E0;
}

.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);
}

.website-outter{
    margin:25px 6px 20px 6px;
    padding: 8px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F05A5C;
    border-radius: 10px;
    gap: 10px;
}

.website-outter path{
    fill: white;
}

.website-outter a{
    font-size: 17px;
    color: white;
}


@media (min-width:641px) {
    .heading {
        font-size: 24px;
    }
}