*{
    margin: 0;
    padding: 0;
    font-family:'Courier New', Courier, monospace;
    touch-action: pan-x;
    touch-action: pan-left;
    touch-action: pan-right;
    touch-action: pan-y;
    touch-action: pan-up;
    touch-action: pan-down;
    -moz-touch-callout: none !important;
    -moz-tap-highlight-color: t ransparent;
    -webkit-touch-callout: none !important;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none !important;
    -ms-user-select: none;
    -webkit-touch-action: pan-x;
    -webkit-touch-action: pan-left;
    -webkit-touch-action: pan-right;
    -webkit-touch-action: pan-y;
    -webkit-touch-action: pan-up;
    -webkit-touch-action: pan-down;
    -moz-touch-action: pan-x;
    -moz-touch-action: pan-left;
    -moz-touch-action: pan-right;
    -moz-touch-action: pan-y;
    -moz-touch-action: pan-up;
    -moz-touch-action: pan-down;
    -ms-touch-action: pan-x;
    -ms-touch-action: pan-left;
    -ms-touch-action: pan-right;
    -ms-touch-action: pan-y;
    -ms-touch-action: pan-up;
    -ms-touch-action: pan-down;
}
.header, .background {
    background-image: linear-gradient(rgba(19, 19, 19, 0.7), rgba(19, 19, 19, 0.7)), url(../../static/images/background.jpg);
    position:absolute;
    top:0px;
    left:0px;
    width: 100%;
    height: 120vh;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-attachment:fixed;
    background-repeat:no-repeat;
}
.container  {
    position:absolute;
    top:120px;
    left:0px;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.background img {
    visibility: hidden;
}
.navigation-header {
    position:absolute;
    top:0px;
    left:0px;
    width: 90%;
    height: 100vh;
    padding: 2% 6%;
    overflow: hidden;
    display: inline-flex;
    justify-content: space-between;
    vertical-align: top;
}
.navigation-logo {
    width: 80px;
    border: 1px solid #019199;
    border-radius: 4px;
    padding: 6px 12px;
    transition: 0.2s;
}
.navigation-logo:hover {
    transform: scale(1.05);
}
.navigation-bar {
    flex: 1;
    text-align: right;
}
.navigation-link {
    list-style: none;
    display: inline-block;
    padding: 7px 14px;
    position: relative;
}
.navigation-menu {
    color: #a9a9a9e1;
    text-decoration: none;
    font-size: 21px;
    position: relative;
}
.navigation-menu::after {
    content: '';
    width: 0;
    height: 2px;
    background: #ff1900;
    position: absolute;
    display: block;
    margin: auto;
}
.navigation-menu:hover::after {
    width: 98%;
    transition: 0.5s;
}
.navigation-menu.active-link::after{
    width: 98%;
    opacity: 0;
    animation: opacityOn 0.6s normal forwards step-end;
    animation-delay: 0.5s;
}
@keyframes opacityOn{
    0%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
.navigation-menu-close-icon {
    position:absolute;
    top: 50 px; 
    left: 90px;
    cursor: pointer;
    display: none;
}
.navigation-menu-icon {
    position:absolute;
    top: 20px; 
    right: 25px;
    display: none;
}

.pageLoader {
    position: absolute;
    display: flex;
    border: 16px solid #f3f3f3;
    border-top: 16px solid #019199;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.hide-pageLoader {
    display:none;
}
.hide-container {
    display:none;
}
.stats-card {
    position:relative;
    /* width: 90%; */
    height: 94%;
    color: #fff;
    text-align: center;
    padding: 0.05% 0.05%;
    border: 1px solid rgba(255, 255, 255, 0.725);
    opacity: 0.975;
    transition: 0.5s;
    background: rgba(190, 190, 190, 0.7);
    border-radius: 18px;
    box-shadow: 0px 6px 36px rgba(0,0,0,0.6);
    backdrop-filter: blur(6px);
    overflow: hidden;
    -webkit-touch-callout: none !important;
    -webkit-tap-highlight-color: transparent;
    -moz-user-select: -moz-none;
    -webkit-user-select: none !important;
    -ms-user-select: none;
    -webkit-touch-action: none;
    -moz-touch-action: none;
}
.stats-frame {
    zoom: 0.9;
    -moz-transform: scale(0.95);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.95);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.95);
    -webkit-transform-origin: 0 0;
    margin-top: 2px;
    margin-left: 20px;
}
.chart-wrapper {
    display: none;
}
.stats-map {
    display: flex;
    justify-self: center;
    /* opacity:1.0; */
    user-select: none;
    overflow:hidden;
}
.stats-card:hover {
    opacity:1;
}
.stats-title {
    font-size: 40px;
    font-weight: 600;
    margin-top: 0.05%;
    color:#01091a;
    opacity: 1;
}

#copyright{
    color: #ababab;
    width: 100%;
    text-align: center;
    background: rgba(0,0,0,0);
}
.copyright-link{
    color: #ababab;
    text-decoration: none;
}
.built-with-love-icon{
    color:red;
}
.web-developer-link{
    color: #ababab;
    font-size:14px;
    text-decoration: none;
}
.web-developer-link span{
    font-size:14px;
    position: relative;
}
.web-developer-link span::after{
    content: '';
    width: 10%;
    height: 1px;
    background:#ff1900;
    position: absolute;
    left: 0;
    bottom: -2px;
    transition: 0.5s;
}
.web-developer-link span:hover::after{
    width: 100%;
}
.web-developer-url{
    color: rgba(0,0,0,0);
    font-size:14px;
    position: relative;
    text-decoration: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .stats-frame  { 
        zoom: 1;
    }
}
@viewport {
    zoom: 1.0;
    min-zoom: 1.0;
    max-zoom: 1.5;
}
@media(max-width: 800px) {
    .navigation-bar {
        position:fixed;
        background:#019199;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        z-index: 2;
        padding-top: 100px;
        transition: 0.5s;
        text-align: left;
    }
    .navigation-link {
        display: block;
    }
    .navigation-menu {
        color: #01091a;
        font-weight: 1000;
        text-align: left;
        transition: 0.5s;
    }
    .navigation-menu-icon {
        display: block;
        cursor: pointer;
    }
    .navigation-menu-close-icon {
        display: block;
    }
}
@media(max-height: 600px) {
    .background{ 
        height: 150vh;
    }
}
