html, body {
    font-size: 1em;
    font-family: Tahoma, Geneva, sans-serif;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    color: white;
}

.gradient {
    background-color: #161f36; /* Old browsers */
    background-image: url('../images/gradient.png');
    background-attachment: fixed;
    background-size: cover;
}

#under-construction {
    width: 100%;
    min-height: 1050px;
    height: 100%;
}

#under-construction img {
    width: 100%;
    position: absolute;
    top: 25%;
    left: 50%;
    width: 500px;
    margin-left: -250px;
}

.center-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 100px;
}

.text-box {
    padding: 100px;
    background-color: #fff;
    color: #000;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px; 
    border-radius: 100px; 
    /* border-bottom: 10px solid #b7d4db; */
}

.float-left { float: left; }
.float-right { float: right; }
.d-block { display: block; }

.mini-header {
    padding: 50px;
}

a {
    color: #000;
}

footer {
    background-color: #0c101b;
    padding: 50px 0;
    width: 100%;
    overflow: hidden;
}

footer, footer a {
    color:  white;
}

.f-item {
    padding: 10px 0;
}

.bottomed {
    position: absolute;
    bottom: 0;
}