body {
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
    font-family: 'Glacial Indifference', sans-serif;
}

.cover-area {
    /*background-size: cover;*/
    /*height: 100vh;*/
    position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden;
    background-color: #36B9CC;
    text-align: center;
    z-index: 99;
}

.source {
    float: right;
    font-size: 12px;
    font-style: italic;
    text-decoration: none;
}

a:active {
    color: gray;
}


/* Back to top button */

.back-to-top {
    position: fixed;
    display: none;
    background: #007bff;
    color: #fff;
    width: 44px;
    height: 44px;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
}

.back-to-top i {
    padding-top: 12px;
    color: #fff;
}

/* Navigation Bar */
.nav-color {
    color: black;
    font-weight: bolder;
}

.nav-head {
    color: #01406B;
}

.highlite {
    background-color: gold;
    font-weight: bolder;
}

.nav-active {
    background-color: #1B0169;
    color: #fff;
    padding: 25px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
}


/*Scroll Button*/
#myBtn {
    font-size: 12px;
    bottom: 10px;
    right: 10px;
    background-color: #cca300;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.3px;
    text-decoration: none;
    opacity: 1;
    padding: 11px 0 9px;
    width: 40px;
    text-align: center;
    border-radius: 25px;
    transition: background .2s ease;
}

#myBtn:hover {
    background-color: #E5E293;
    color: #000;
}

/* index - headline */
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 30px;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #0e102b);
    z-index: 1;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none;
    }
}

a.badge:hover,
a.badge:focus {
    text-decoration: none;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
}

.badge-primary {
    color: #212529;
    background-color: #FFCC00;
}

a.badge-primary:hover,
a.badge-primary:focus {
    color: #212529;
    background-color: #cca300;
}

a.badge-primary:focus,
a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 204, 0, 0.5);
}

.badge-secondary {
    color: #fff;
    background-color: #31404B;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
    color: #fff;
    background-color: #1d262c;
}

a.badge-secondary:focus,
a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(49, 64, 75, 0.5);
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

a.badge-success:hover,
a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34;
}

a.badge-success:focus,
a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

a.badge-info:hover,
a.badge-info:focus {
    color: #fff;
    background-color: #117a8b;
}

a.badge-info:focus,
a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

a.badge-warning:hover,
a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00;
}

a.badge-warning:focus,
a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

a.badge-danger:hover,
a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130;
}

a.badge-danger:focus,
a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
    color: #212529;
    background-color: #FFFFFF;
}

a.badge-light:hover,
a.badge-light:focus {
    color: #212529;
    background-color: #e6e6e6;
}

a.badge-light:focus,
a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.badge-dark {
    color: #fff;
    background-color: #1E2024;
}

a.badge-dark:hover,
a.badge-dark:focus {
    color: #fff;
    background-color: #070708;
}

a.badge-dark:focus,
a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(30, 32, 36, 0.5);
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #EDEFF4;
    border: 1px solid #dee2e6;
    max-width: 100%;
    height: auto;
}

.position-relative {
    position: relative !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

/* Patient Page */
.patient-page {
    padding: 20px;
    margin-top: 130px;
    margin-left: 50px;
    margin-right: 50px;
    background: #E3E8EC;
    border: 1px solid #0b0c0c;
    opacity: .8;
}

.patient-page-hover {
    padding: 30px;
    margin: 20px;
    background: #fff;
    border: 1px solid #8c939b;
    opacity: 1;
}

.patient-buton {
    position: relative;
    top: -102px;
    right: 0px;
}

.patient-buton1 {
    position: relative;
    top: -110px;
    right: 0px;
}

.patient-buton-dash {
    position: relative;
    top: 12px;
    left: -6px;
    z-index: 1;
}

.patient-text {
    color: #CC0000;
    font-size: 50px;
    font-weight: lighter;
    margin: 0px;
}

.patient-view {
    font-family: 'Glacial Indifference', sans-serif;
    font-size: 30px;
    color: #31404B;
    text-transform: uppercase;
    font-weight: bold;
}

.patient-view-text {
    font-family: 'Glacial Indifference', sans-serif;
    color: #31404B;
    text-transform: uppercase;
}

.lab-text-buton {
    position: relative;
    right: -45px;
    top: 2px;
    padding: 5px;
}

.lab-text-buton1 {
    position: relative;
    left: -105px;
    top: 2px;
    padding: 5px;
}

.lab-text {
    color: #31404B;
    padding: 0px;
    margin: 0px;
}

/* Print Section */
.print-page {
    padding: 0px;
    margin-top: 100px;
    margin-bottom: 0px;
    background: #E3E8EC;
}

.print-header {
    position: relative;
    top: -100px;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    margin-left: -50px;
    padding: 0px;
    line-height: 21px;
}

.print-header1 {
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    padding: 0px;
    margin: 0;
    margin-top: -150px;
    line-height: 25px;
}

.print-text {
    color: #000000;
    text-transform: capitalize;
    font-size: 17px;
    text-align: center;
}

.print-text1 {
    color: #000000;
    font-size: 25px;
    padding: 0px;
    margin-top: 50px;
    text-align: center;
    text-transform: uppercase;
}

.print-image {
    background: url("../img/3023rd.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    height: 850px;
    margin: 0;
    padding: 0;
    position: relative;
    left: 299px;    
}

.print-pos-text {
    color: #000000;
    font-size: 17px;
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-weight: bold;
    position: relative;
    z-index: 100;
    text-transform: uppercase;
}

.print-pos {
    position: relative;
    color: #000000;
    font-size: 14px;
    padding: 0px;
    top: -3px;
    text-align: center;
    z-index: 1;
}

.print-logo {
    margin: 0px;
    position: relative;
    top: 21px;
}

.print-logo1 {
    text-align: left;
    margin: 0px;
    padding-left: 10px;
    position: absolute;
    top: 30px;
}

.esign-mt {
    background-image: url(../img/esign_mt.jpg);
    background-position: center;
    width: 50px;
    height: 35px;
    position: relative;
    right: 15px;
    top: 15px;
}

.lab_cat {
    font-size: 17px;
    color: rgb(10, 10, 10);
    font-weight: bolder;
    line-height: 15px;
}

.lab_cattext {
    font-size: 12px;
}

.tbl tr {
    height: 0px;
}

/* Section Page */
section {
    font-family: 'Glacial Indifference', sans-serif;
}

.section-page {
    padding: 0px;
    margin: 0px;
    background: #E3E8EC;
    border: 1px solid #dee2e6;
}

.section-page1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFF;
    border: 1px solid #dee2e6;
    border-top: 5px solid #FFCC00;
}

.section-contact {
    padding: 0px;
    margin: 0px;
    background: #E3E8EC;
    border: 1px solid #cddded;
}

.section-text {
    color: #1B0169;
    text-transform: uppercase;
    font-weight: normal;
    display: block;
    margin-bottom: 20px;
    font-family: 'Glacial Indifference', sans-serif;
}

.section-nav {
    border-top: 7px solid hsl(57, 98%, 49%);
}


/*vision and mission page*/

.vm-font {
    color: #3a3a38;
}

.display-1 {
    height: 300px;
    box-shadow: 3px 3px 4px 1px rgba(12, 35, 14, 0.78);
}

.display-2 {
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 2.8rem;
    /*line-height: 1.2;*/
    text-transform: uppercase;
    font-weight: bolder;
    text-shadow: 1px 1px 2px black, 0 0 1em blue, 0 0 0.2em blue;
    color: #fff;
}

.display-3 {
    box-shadow: 3px 3px 4px 1px rgba(12, 35, 14, 0.78);
}

.display-4 {
    margin-top: -10px;
    color: white;
    text-align: center;
    font-size: 12px;
}

.display-5 {
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 1.5rem;
    /*line-height: 1.4;*/
    color: #1C2833;
    padding-left: 50px;
    padding-right: 50px;
}

.display-6 p {
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 15px;
    line-height: 0.4;
    color: white;
}

.display-7 {
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 1rem;
}

.display-8 {
    font-size: 8px;
    font-style: italic;
    font-weight: normal;
}

.display-9 {
    height: auto;
    box-shadow: 3px 3px 4px 1px rgba(12, 35, 14, 0.78);
}

.display-11 {
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 1.8rem;
    /*line-height: 1.2;*/
    text-transform: uppercase;
    font-weight: bolder;
    text-shadow: 1px 1px 2px black, 0 0 1em #01406B, 0 0 0.2em #01406B;
    color: #fff;
}


.display-12 {
    margin-top: 20px;
    max-width: 300px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    max-width: 410px;
    height: auto;
    padding: 15px;

    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 17px;
    background-color: rgba(217, 244, 249, 0.45);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(15px);

}


.display-14 {
    margin-top: 20px;
    max-width: 300px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    max-width: 860px;
    height: auto;
    padding: 15px;
    align-items: center;
    /*margin-left: 10px;*/

    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 17px;
    background-color: rgba(217, 244, 249, 0.75);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(15px);

}

.vision1 img {
    height: 100%;
    object-fit: cover;
}

.vision1 .col-lg-6 {
    padding: 0;
}

@media (max-width: 768px) {
    .display-2 {
        font-size: 2.24rem;
        font-size: calc(1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
    }

    .display-5 {
        font-size: 0.96rem;
        font-size: calc(1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
    }
}

.neustbg {
    background: url('../img/background/bgneust.png') no-repeat;
    width: 100%;
    height: auto;
}

/* table */
.grow {
    width: 100%;
    white-space: nowrap;
    height: 10px;
    padding: 0;
    line-height: 7px;
}

.grow_height {
    width: 100%;
    white-space: nowrap;
    height: 10px;
    padding: 0;
    line-height: 5px;
}

/*animation*/

.boxanimate {
    /*background-color: #f4511e;*/
    border: none;
    padding: 15px 8px;
    text-align: center;
    font-size: 16px;
    opacity: 0.6;
    transition: 0.3s;
    margin-top: 10px;

}

.boxanimate:hover {
    opacity: 1;
    font-weight: bolder;
    padding: 0px 5px;
    color: #c65d0d;
    margin: 5px 0px;
}

.boxanimate:a {
    color: #c65d0d;
    text-decoration: none;
}

/*Video*/
#background-video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.videos {
    width: 20%;
    padding: 10px 0 10px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.vid-gallery {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

main {
    background-color: none;
    font-size: 2rem;
    margin-top: 20vh;
    padding: 10px;
    position: relative;
}

.bsp {
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 4rem;
    font-family: Trebuchet MS;
    margin: 0;
    padding: 0;
}

.responsive {
    width: 50%;
    height: 50%;
}


.vid-contents {
    width: 100%;
    margin: 0 auto;
}

.videos .vids {
    display: flex;
    flex-flow: wrap;
    float: left;
}

.videos .vids a {
    display: block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    width: 400px;
    height: 200px;
    margin: 0 0 20px 10px;
}

.videos .vids a:hover span {
    opacity: 1;
    transition: opacity 1s;
}

.videos .vids span {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 15px;
    transition: opacity 1s;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.transbox {
    background-color: rgba(180, 207, 189, 0.13);
    overflow-x: hidden;
}

.transbox p {
    color: #000000;
}

.container .videos video {
    width: 95%;
    height: 100px;
    margin: 10px;
    object-fit: cover;
    cursor: pointer;
    transition: 0.2s;
}



/*login*/
.logpage {
    background-image: url('../img/bgvector.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: fixed;
    background-position: center;
    overflow: hidden;
}

.logback {
    /* background: linear-gradient(to right, rgb(227, 227, 229), #0e102b); */
    /* background: linear-gradient(90deg, #4b6cb7 0%, #182848 100%); */
    background-color: #F7F5EF;
}

.pagedisp {
    padding-top: 70px;
    height: 550px;
    overflow: hidden;
    border: 1px solid;
    /* padding: 10px; */
    box-shadow: 5px 5px #888888;
}

.pagedisp1 {
    height: 600px;
}

.loggeddisp {
    padding-top: 70px;
    height: 550px;
    overflow: hidden;
}

.logdisp {
    border: 1px solid #dee2e6;
    height: auto;
    margin: 10px;
}

.logdisp1 {
    border: 1px solid #dee2e6;
    height: 90px;
    padding: 0px;
    margin: 10px;
}

.log-txt {
    font-size: 17px;
    padding-top: 20px;
    padding-bottom: 10px;
    color: black;

}

.log-imge {
    position: relative;
    top: -70px;
    width: 120px;
    height: 100%;
}

.log-imge1 {
    position: relative;
    top: 70px;
    width: 100%;
    height: 100%;
}



/*background-body*/

.cloud {
    background: url("../img/cloud.png") center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    height: 850px;
    margin: 0;
    padding: 0;
}

.health-login {
    background: url("../img/lab_image.webp") center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.dancingscript {
    font-family: 'Dancing Script';
    font-size: 52px;
    color: #DB7093;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.dancescript {
    font-family: 'Dancing Script';
    font-size: 52px;
    color: #DB7093;
    text-shadow: -1px -1px 0 #571845, 1px -1px 0 #571845, -1px 2px 0 #571845, 1px 3px 0 #571845;
}

.dancescript1 {
    font-family: 'Dancing Script';
    font-size: 52px;
    line-height: 1;
    color: #DB7093;
    text-shadow: -1px -1px 0 #271845, 1px -1px 0 #571845, -1px 2px 0 #571845, 1px 3px 0 #571845;
    padding-left: 20px;
    padding-right: 30px;
}

.dosis {
    font-family: 'Dosis', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    color: #2e2d2d;
    margin-top: -15px;
    margin-bottom: 5px;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #9f9d9d;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #ab9d02;
}

.shares {
    text-transform: uppercase;
    /* margin-left: 300px; */
    margin-bottom: 0px;
    margin-top: 40px;
    text-shadow: 1px 1px #000;
    font-size: 17px;
    font-weight: bold;
    color: #2b6688;
    text-align: center;
}

.dancescript2 {
    font-family: 'Dancing Script';
    font-size: 30px;
    line-height: 1;
    color: #DB7093;
    text-shadow: -1px -1px 0 #271845, 1px -1px 0 #571845, -1px 2px 0 #571845, 1px 1px 0 #571845;
    text-align: center;
}

/*topbar*/
.topbarIndex {
    margin-left: 0px;
    margin-top: 0px;
    padding-left: 4px;
    padding-right: 100px;
    background-color: #b5e9d8;
    height: 100px;
}

.topbar {
    margin-left: 140px;
    margin-top: -98px;
    padding-left: 4px;
    padding-right: 100px;
    background-color: #b5e9d8;
    height: 100px;
}

.topbar-header {
    font-family: 'Glacial Indifference', sans-serif;
    font-size: 48px;
    color: #16360f;
    text-transform: uppercase;
    font-weight: lighter;
}

.topbar-subheader {
    font-family: 'Glacial Indifference', sans-serif;
    font-size: 53px;
    color: #16360f;
    font-weight: lighter;
}

.topbar-sub1header {
    position: relative;
    font-family: 'Glacial Indifference', sans-serif;
    font-size: 18.5px;
    color: #31404B;
    top: -37px;
    left: 81px;
    bottom: 0px;
    margin-bottom: 0px;
    font-weight: lighter;
    text-transform: capitalize;
}

.topbar-supheader {
    position: relative;
    font-family: 'Glacial Indifference', sans-serif;
    font-size: 12px;
    color: #31404B;
    top: -34px;
    left: 28px;
    font-weight: lighter;
    text-transform: lowercase;
}

.topbar-text {
    font-family: 'Glacial Indifference', sans-serif;
    font-size: 27px;
    color: #247CFF;
}

.topbar-image {
    padding: 3px;
    margin-top: 0px;
    height: 80px;
    width: 80px;
}

.topbar-doh-image {
    margin-top: -10px;
    height: 80px;
    width: 85px;
}

.lto-image {
    height: 280px;
    width: 200px;
    -moz-box-shadow: 0px 6px 5px #ccc;
    -webkit-box-shadow: 0px 6px 5px #ccc;
    box-shadow: 0px 6px 5px #ccc;
    -moz-border-radius: 190px;
    -webkit-border-radius: 190px;
    border-radius: 5px;
    position: relative;
    left: 90px;
}

/* Services */
.services {
    font-family: 'Glacial Indifference', sans-serif;
    color: #31404B;
    text-transform: uppercase;
    font-weight: lighter;
    text-align: center;
    font-size: 53px;
}

.services-head {
    font-family: 'Glacial Indifference', sans-serif;
    color: #000000;
    font-size: 25px;
    padding: 0;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.services-text {
    font-family: 'Glacial Indifference', sans-serif;
    color: #000000;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: lighter;
    background-color: #ffffff;
}

.services-page {
    background: #F0F2F5;
}

/* footer  */
.bg-footer {
    background-color: #334b2e;
    margin: 0px;
    padding: 0px;
    color: #FFF;
}

.bg-footer-print {
    background-color: #FFFFFF;
    margin: 0px;
    padding: 0px;
}

.footer-text {
    /*position: absolute;*/
    font-family: 'Glacial Indifference', sans-serif;
    font-size: 15px;
    color: #f3f3f4;
    margin-bottom: 5px;
    text-align: center;
}

.footer-head {
    font-family: 'Glacial Indifference', sans-serif;
    background-color: #fff;
    padding: 10px;
    margin: 20px;
    color: #000000;
}

.footer-address {
    position: relative;
    top: -30px;
    font-family: 'Glacial Indifference', sans-serif;
    background-color: #fff;
    padding: 20px;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: -10px;
    font-size: 20px;
    color: #000000;
    /* border-radius: 2%;   */
}

.footer-note {
    font-family: 'Dosis', sans-serif;
    font-size: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: white;
    text-align: center;
    text-transform: uppercase;
    background-color: #31404B;
}

.footertxt-logo {
    margin-top: 32px;

}

.display-footer {
    /*position: absolute;*/
    /*height: 5px;*/
    color: white;
    text-align: right;
    font-size: 12px;
    margin-top: 30px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding-right: 10px;
}

.display-logo {
    color: white;
    text-align: center;
    font-size: 12px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 5px;
    margin-top: -20px;
}

.logo-align {
    margin-top: -20px;
}

.for-screen {
    display: block;
}

.for-print {
    display: none;
}

@media print {
    .for-screen {
        display: none;
    }

    .for-print {
        display: block;
    }
}

#hideMe {
    -moz-animation: cssAnimation 0s ease-in 5s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 5s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 5s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 5s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes cssAnimation {
    to {
        width: 0;
        height: 0;
        overflow: hidden;
    }
}

@-webkit-keyframes cssAnimation {
    to {
        width: 0;
        height: 0;
        visibility: hidden;
    }
}

/* Parts */
.about {
    font-family: 'Glacial Indifference', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-weight: lighter;
    text-align: center;
    font-size: 53px;
}

.part-cart {
    font-family: 'Glacial Indifference', sans-serif;
    float: right;
    color: #DC3545;
    margin-top: -15px;
    padding-top: 0px;
    padding-right: 3px;
    font-size: 10px;
}

.part-text {
    font-family: 'Glacial Indifference', sans-serif;
    color: #000000;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 15px;
}

.about-page {
    background: #1B0169;
}

.part-image {
    height: 200px;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #c7dcea;
    object-fit: center;
}

.part-image-update {
    height: 220px;
    width: 200;
    margin: 5px;
    float: right;
    padding: 0;
    border: solid 2pt #31404B;
    border-radius: 5px;
}

.part-image-list {
    height: 80px;
    width: 100px;

}