:root {
    --col_1: #362d5f;
    --rgb_col_1: 40, 110, 182;
    --col_2: #00a539;
    /* 88, 183, 81 */
    --col_3: #1d4f81;
}

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;
}

.col1 {
    color: var(--col_1);
}

.col2 {
    color: var(--col_2);
}

.col3 {
    color: var(--col_3);
}

.outer {
    margin: 0 auto;
    background-image: url('../img/cy-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

a.back_link {
    position: absolute;
    top: 8px;
    left: 8px;
    font-size: 12px;
}

.back_link i {
    margin-right: 4px;
    height: 32px;
}

.content {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 30%, rgba(var(--rgb_col_1), 0.5) 100%);
}

.content .logo {
    width: 100%;
    margin-bottom: 6vh;
}

.content .logo_container {
    width: 198px;
    height: auto;
    margin: 0 auto;
    /* border: 2px solid #422775; */
}

.content .logo img {
    padding-top: 0px;
}

.content .details a {
    color: var(--col_1);
    text-align: left;
    display: block;
    border-radius: 8px;
    text-align: center;
}

.content .details a:hover,
.content .details a:active,
.content .details a:checked {
    color: var(--col_1)
}

.content .details a i {
    position: absolute;
    left: 14px;
    color: var(--col_1);
    margin-top: 3px;
}

.header {
    width: 100%;
    height: 40vh;
    display: table;
}

.heading_div {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.heading {
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.3em;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 50%;
}

.subhead {
    font-size: 22px;
    color: var(--col_2);
}

.details {
    width: 100%;
    height: 60vh;
    overflow: auto;
    display: table;
    position: relative;
}

.main {
    display: table-cell;
    vertical-align: middle;
}

.info {
    width: 85vw;
    max-width: 500px;
    margin: 0px auto;
    background-color: rgba(255, 255, 255, 0.75);
    color: var(--col_2);
    text-align: center;
    padding: 8px;
    font-size: 16px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    margin-top: 8px;
    border-radius: 6px;
}

.info.no_btm_bdr {
    border-bottom: none;
}

.info .icon,
.info .dtl {
    display: inline-block;
    vertical-align: middle;
    padding: 4px;
    text-align: center;
}

.info .dtl {
    width: 74%;
    text-align: center;
    line-height: 1.5em;
}

.info .icon {
    text-align: center;
    width: 10%;
    font-size: 17px;
}

.social_container {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.info .icon i {
    color: var(--col_2);
}

.dtl_social {
    display: flex;
    margin-top: 8px;
    padding: 8px;
}

.dtl_social a {
    flex-grow: 1;
}

.dtl_social i {
    font-size: 28px;
    color: var(--col_1);
    margin-right: 6px;
    padding: 8px;
}

.dtl_social a {
    color: var(--col_1);
}

.dtl_social a:focus,
.dtl_social a:active {
    color: white;
    background-color: var(--col_1);
}

.dtl_social a:focus i,
.dtl_social a:active i {
    color: white;
}

@media (min-width:0px) {
    .email {
        font-size: 13px;
    }
}

@media (min-width:641px) {
    .heading {
        font-size: 28px;
    }
    .email {
        font-size: 16px;
    }
    .content .logo_container {
        width: 34vh;
    }
}

@media (min-width:961px) {}