
div.imgShow:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

div.imgShow img:hover {
    opacity: 0.5;
    cursor: zoom-in;
}


#app {
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    font-style: normal;
}

.qr-code {
    margin: 50px auto;
    width: 80px;
}

.registry_info {
    font-family: "Poppins", sans-serif;
}


@media (min-width: 900px) {
    #index_page_hi {
        height: 125px;
    }
}

#index_h1_div {
    display: flex; background: #e9ecef; padding: 15px 70px; justify-content: center;
    flex-direction: column;
    align-items: center;
}

.main_h {
    text-transform: uppercase;
    overflow-wrap: break-word;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 100;
}

#main_h1 {
    font-size: 35px;
    padding: 20px 0 10px 0;
    margin: 0;
    overflow-wrap: break-word;
    color: #505152;
}

#main_h2 {
    margin: 0;
    padding: 0 0 20px 0;
    overflow-wrap: break-word;
    font-size: 20px;
    color: #4f5052;
}

#main_div {
    min-height: calc(100% - 305px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#logo_txt {
    font-size: 20px;
    color: #205479;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 100;
}

#logo_txt a {
    color: #205479;
}

#main_logo_div {
    margin: 50px 0;
}

#main_logo {
    width: 200px;
}

#logo_txt_div {
    margin: 0 0 50px 0;
}

#main_row {
    margin: 50px 0;
}

.section_title.text-center h3{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 100;
}


#main_registry_div {
    min-height: calc(100% - 180px);
}

.registry_info {
    min-height: calc(100% - 180px);
    /*font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New", monospace;*/
}

.registry_info h1 {
    overflow-wrap: break-word;
}

#image {
    width: 100%;
}

.cert_detailed {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

.cert_detailed h1 {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 30px!important;
    overflow-wrap: break-word;
}

.cert_detailed a {
    color: #0181b9;
}

@media (min-width: 900px) {

    #main_header {
        height: 100px;
    }

}

.image {
    width: 100%;
}

.hidden {
    display: none;
}
