body {
    background-size: cover;
    background: #333 url(/images/bg.jpg) no-repeat fixed center center;
    color: white;
    text-shadow: 0 2px 5px rgba(0,0,0,0.25);
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
}

/* Links */
a,
a:focus,
a:hover {
    color: #fff;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
    color: #333;
    text-shadow: none; /* Prevent inheritance from `body` */
    background-color: #fff;
    border: 1px solid #fff;
}

p {
    font-size: 20px;
}

h1 {
    font-size: 60px;
    font-family: 'Patua One', cursive;
    text-shadow: 4px 4px 3px rgba(0, 0, 0, 1);
    line-height: 60px;
    margin: 0 0 10px;
}

h3 {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 20px;
}

header {
    margin: 100px 0;
}

header a {
    color: white;
}

footer {
    margin-bottom: 25px;
}

footer a img {
    border: 0;
}