/*
Theme Name: DKR-API
Author: Free amigos
Author URI: https://freeamigos.nl/
Description: This api theme is developed for De Kuyper.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

html
{
    font-size:14px;
    line-height: 1.5em;
}
body
{
    font-family: Arial, Helvetica, sans-serif;
    background-color:#FFF;
    font-weight:normal;
    -webkit-font-smoothing: antialiased;
    color:#666666;
}

.bg-gradient
{
    position: fixed;
    z-index:-1;
    width:100%;
    height:100%;
    left:0;
    top:0;
    background: -moz-linear-gradient(top, #f4f4f4 0%, #d9d9d9 70%, #eee 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f4f4f4 0%,#d9d9d9 70%,#eee 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f4f4f4 0%,#d9d9d9 70%,#eee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}


header {
    text-align: center;
    padding:1rem;
}

.restricted-container
{
    margin: auto;
    max-width:30rem;
    padding:1rem;
    text-align: center;
    font-size:1rem;
}
.color-gold
{
    color:#DFC999;
}
.restricted-container h1
{
    font-size:1.6rem;
}