html,body{
    width: 100%;
    min-height: 100%;
    margin: 0;
    font-family: Arial,sans-serif;
    color: black;
}

footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background-color: #efefef;
    text-align: center;
    z-index: -1;
}

.image img{
    width: 100%;
}

.loading{
    background-image: url("../images/fake_loading.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.innertranparency *{
    opacity: 0.5;
}
.uk-button-secondary{
    background-color: rgba(40,30,200,.3) !important;
}

.uk-button-primary{
    background-color: #0e6dcd !important;
}

#result-response{
    padding: 5px;
    border-radius: 3px;
    font-family: Amiko-bold,sans-serif;
    text-align: center;
    width: 87%;
}

.error-response{
    display: block;
    margin: auto;
    background-color: rgba(255,0,0,.2);
    color: red;
}

.success-response{
    background-color: rgba(0,255,0,.2);
    color: green;
}

.link:hover{
    cursor: pointer;
}


/* ================= MODAL ============================ */

.modal-close{
    display: block;
    float: right;
    color: white;
    font-size: 20px;
    background-color: rgba(255,0,0,.6);
    padding: 0 8px;
    box-shadow: 1px 1px 2px black;
}
.modal-form{
    border: groove #aaa 10px;
    padding: 10px;
    background-color: #ddd;
}
.modal-title{
    display: block;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin-top: 3px;
}

.fade-in{
    display: none;
}

