@import url('https://fonts.googleapis.com/css?family=Roboto+Mono:300,500');

html, body {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}

body {
    background-image: url(/_DSC7374.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100vw;
    font-family: "Roboto Mono", "Liberation Mono", Consolas, monospace;
    color: rgba(255,255,255,.87);
}

.overlay-colors {
    /* position: absolute; */
    background-color: #011a479d;
    /* opacity: 20%; */
    width: 100vw;
    height: 100vh;
    overflow-y: hidden;
    overflow-x: hidden;
    z-index: -40
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.container,
.container > .row,
.container > .row > div {
    height: 100%;
}

#countUp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.number {
    font-size: 4rem;
    font-weight: 500;
}

.text {
    font-weight: 300;
    text-align: center;
}

a {
    color: inherit
}