@import url("https://fonts.googleapis.com/css?family=Roboto:400,100,300,700");

body {
    color: #232323;
    font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "sans-serif";
    font-size: 15pt;
    line-height: 1.25;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body #image-background {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

::-webkit-input-placeholder {
    color: #fff !important;
}

::-moz-placeholder {
    color: #fff !important;
}

:-moz-placeholder {
    color: #fff !important;
}

:-ms-input-placeholder {
    color: #fff !important;
}

a:hover {
    color: #00c8aa;
    text-decoration: none;
    outline: none;
}

a {
    transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    cursor: pointer;
    color: #FFF;
}

p {
    font-size: 18px;
}

section ul li {
    display: inline-block;
    width: 13rem;
}

.main-bg {
    background: rgba(0, 0, 0, 0.4);
}

.main {
    background-size: cover;
    display: table;
    height: 50vh;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    overflow-x: hidden;
}

.content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

h1 {
    color: #fff;
    font-weight: 100;
    font-size: 67px;
}

.counter {
    color: #fff;
}

.counter p {
    color: rgba(255, 255, 255, 0.85);
}

.counter h2 {
    font-size: 40px;
    font-weight: 700;
}
