﻿body {
    background-color: black;
    color: white;
    font-family: 'Comfortaa', cursive;
    margin: 0;
    padding: 0;
    height: 100%;
}

#logo {
    text-align: center;
    font-size: 40px;
}

.green {
    color: #b6ff00;
}

.red {
    color: #f00;
}

.blue {
    color: #4800ff;
}

#tagLine {
    text-align: center;
    font-size: small;
}

#imageContainer {
    padding-top: 2%;
    text-align: center;
    padding-bottom: 120px; /* Height of the footer */
}

    #imageContainer img {
        border: 1px solid white;
        max-width: 600px;
    }

#image {
    padding-bottom: 2%;
}

#footer {
    padding-top: 10px;
    text-align: center;
    font-size: medium;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px; /* Height of the footer */
    background-color: black;
    border-top: 1px solid black;
}

    #footer a {
        color: inherit;
        text-decoration: none;
    }

        #footer a:visited {
            color: inherit;
            text-decoration: none;
        }

#container {
    min-height: 100%;
    position: relative;
}

.left {
    float: left;
}

.right {
    float: right;
}

width: 100%; @-webkit-keyframes uil-ripple {
    0%;

{
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
}

33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
}

100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
}

}

@-webkit-keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0 0 0 0;
    }

    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1;
    }

    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0;
    }
}

@-moz-keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0 0 0 0;
    }

    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1;
    }

    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0;
    }
}

@-ms-keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0 0 0 0;
    }

    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1;
    }

    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0;
    }
}

@-moz-keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0 0 0 0;
    }

    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1;
    }

    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0;
    }
}

@-webkit-keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0 0 0 0;
    }

    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1;
    }

    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0;
    }
}

@-o-keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0 0 0 0;
    }

    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1;
    }

    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0;
    }
}

@keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0 0 0 0;
    }

    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1;
    }

    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0;
    }
}

.uil-ripple-css {
    margin: 0 auto;
    background: none;
    position: relative;
    width: 200px;
    height: 200px;
}

    .uil-ripple-css div {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: 0;
        width: 0;
        height: 0;
        opacity: 0;
        border-radius: 50%;
        border-width: 12px;
        border-style: solid;
        -ms-animation: uil-ripple 2s ease-out infinite;
        -moz-animation: uil-ripple 2s ease-out infinite;
        -webkit-animation: uil-ripple 2s ease-out infinite;
        -o-animation: uil-ripple 2s ease-out infinite;
        animation: uil-ripple 2s ease-out infinite;
    }

        .uil-ripple-css div:nth-of-type(1) {
            border-color: #ffffff;
        }

        .uil-ripple-css div:nth-of-type(2) {
            border-color: #b6ff00;
            -ms-animation-delay: 1s;
            -moz-animation-delay: 1s;
            -webkit-animation-delay: 1s;
            -o-animation-delay: 1s;
            animation-delay: 1s;
        }


        #loading
        {
                display: none;
        }

        .pointer
        {
            cursor: pointer;
        }