body,
body * {
    font-family: 'Averia Serif Libre', Helvetica, Arial, sans-serif;
}

body {
    background: url('background2.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    background-attachment: fixed;
    padding: 0;
    margin: 0;
    height: 100%;
}

h3 {
    margin-top: 50px;
}

.x-header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    padding: 10px 100px;
    z-index: 1;

}

.x-main {
    position: relative;
    min-height: 100%;
    box-sizing: border-box;
    width: 100%;
    padding: 200px 10% 100px 30%;
}

.x-logo {
    color: white;
    font-size: 1.5em;
    opacity: 1;
    padding-left: 6px;
}

.x-logo span {
    position: absolute;
    width: 30px;
    height: 30px;
    background: rgba(38, 107, 117, 0.9);
    z-index: -1;
    margin-left: -7px;
    border-radius: 2px;
}

.x-logo a {
    color: white;
    opacity: 1;
    text-decoration: none;
}

.x-title {
    font-size: 1.8em;
    font-weight: 200;
}

.x-hello {
    margin-top: 20px;
}

.x-container {
    background: rgba(38, 107, 117, 0.7);
    padding: 50px;
    color: white;
}

.x-highlight {
    font-size: 2.5em;
}

a {
    color: white;
    opacity: 0.5;
}

a:hover {
    opacity: 0.8;
}


.x-footer {
    position: absolute;
    padding: 10px 100px;
    margin-top: -40px;
    width: 100%;
    background: rgba(38, 107, 117, 0.1);
    box-sizing: border-box;
}


.x-footer .x-license {
    float: left;
}

.x-footer .x-legal {
    float: right;
}

.x-footer .x-legal a {
    color: black;
    opacity: 1;
}

.x-footer .x-legal a:hover {
    opacity: 0.6;
}

@media only screen and (max-width: 600px) {

    .x-header {
        padding: 10px 25px;
    }

    .x-main {
        padding: 100px 5% 100px 20%;
    }

    .x-container {
        padding: 25px;
    }

    .x-footer {
        padding: 10px 25px;
    }
}
