body {
    background: transparent url('../img/bg.jpg') no-repeat bottom right;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}

body,
html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.info {
    position: absolute;
    width: 100%;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    margin-top: 200px;
}

h1 {
    font-size: 70px;
    text-shadow: 0 0px 12px rgba(82, 82, 82, 0.55);
    text-transform: uppercase;
    color: white;
    font-weight: 400;
}

h2 {
    font-size: 30px;
    text-shadow: 0 0px 12px rgba(82, 82, 82, 0.55);
    text-transform: uppercase;
    color: white;
    font-weight: 300;
    margin-bottom: 40px;
}

.social a {
    text-shadow: 0 0px 12px rgba(36, 36, 36, 0.55);
    font-size: 70px;
    color: white;
    margin-right: 30px;
}

.social a:last-child {
    margin-right: 0;
}