*              { border: 0; padding: 0; margin: 0; }
html           { font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 20px; color: #000000; }
html, body     { height: 100%; background-color: #000000; -webkit-font-smoothing: antialiased; font-size: initial; line-height: 1.7em; }
img            { border-style: none; }

.clear         { clear: both; }

.bg {
    /* The image used */
    background-image: url("../images/bkg/ar_lower_25.jpg");

    /* Full height */
    height: 100%;
    width: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    overflow: hidden;
}

* html .bg {
  height: 100%;
  overflow: visible;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    margin-top: 50px;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #e1e1e1;
    color: black;
    text-align: center;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.wrapper {
	width: 100%;
	height: auto;
	position: absolute;
}

/* ------------------------------------------------------------- */
/* Navigation */

/* Place the navbar at the bottom of the page, and make it stick */
.navbar {
    background-color: #333;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    width: 100%;
}

/* Style the links inside the navigation bar */
.navbar a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

/* Change the color of links on hover */
.navbar a:hover {
    background-color: #ddd;
    color: black;
}

/* Add a color to the active/current link */
.navbar a.active {
    background-color: #4CAF50;
    color: white;
}

/* The copyright text */
.navbar #copyright {
    color: white;
    display: block;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}
