body {
    padding-bottom: 40px;
    color: #5a5a5a;
    overflow: hidden;
}

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:99; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(loading.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}

.bg-grey {
    background-color: #f6f6f6;
}

.logo {
    font-size: 200px;
    color: #fff;
}

.color-developer {
    color: #00a7d0;
}

.color-supporter{
    color: #0808FF;
}

.color-builder{
    color: #33BBFF;
}

.color-designer{
    color: #55FF55;
}

.btn-designer{
    background-color: #55FF55;
    border-color: #55FF55;
    border-width: 2px;
    color: #fff;
}

.btn-designer:hover, .btn-designer:disabled{
    background-color: white;
    border-color: #55FF55;
    border-width: 2px;
    color: #55FF55;
}

.btn-builder{
    background-color: #FBCE05;
    border-color: #FBCE05;
    border-width: 2px;
    color: #fff;
}

.btn-builder:hover, .btn-builder:disabled{
    background-color: white;
    border-color: #FBCE05;
    border-width: 2px;
    color: #FBCE05;
}

.btn-supporter{
    background-color: #0808FF;
    border-color: #0808FF;
    border-width: 2px;
    color: #fff;
}

.btn-supporter:hover, .btn-supporter:disabled{
    background-color: white;
    border-color: #0808FF;
    border-width: 2px;
    color: #0808FF;
}

.btn-developer{
    background-color: #00a7d0;
    border-color: #00a7d0;
    border-width: 2px;
    color: #fff;
}

.btn-developer:hover, .btn-developer:disabled{
    background-color: white;
    border-color: #00a7d0;
    border-width: 2px;
    color: #00a7d0;
}