html {
    height: 100%;
    box-sizing: border-box;
}

body {
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    position: relative;
    margin: 0;
    padding-bottom: 60px;
    min-height: 100%;
    padding-right: 0 !important;
}

.wrapper {
    padding-top: 20px;
}

.footer {
    color: #999;
    font-size: 11px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 22px 10px;
    height: 60px;
    overflow-x: hidden;
}

.temporary-page {
    text-align: center;
    padding-top: 80px;
    color: #ccc;
}

.temporary-page img {
    padding-bottom: 180px;
}

.temporary-page .main-topic {
    font-family: 'Raleway', sans-serif;
    color: #555;
}

.temporary-page .sub-topic {
    color: #999;
}

.three-cogs {
    position: relative;
    width: 100px;
    margin: auto;
}

.fa:nth-child(1) {
    animation-duration: 8s;
    position: absolute;
    left: 20px;
    top: -100px;
}

.fa:nth-child(2),
.fa:nth-child(3) {
    position: absolute;
    top: -110px;
    left: 0;
    animation-direction: reverse;
    animation-duration: 4s;
}

.fa:nth-child(3) {
    top: -50px;
}


