html { 
	background: url(../img/stpn-background.jpg) no-repeat center bottom fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/stpn-background', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/stpn-background', sizingMethod='scale')";
}

h1.page-title {
	color: #f2f2f2; 
    font-family: 'Open Sans Condensed', sans-serif; 
    font-size: 64px; 
    font-weight: 700;
    line-height: 64px; 
    margin: 0 0 0;
    padding: 20px 30px;
    text-transform: uppercase;
    background: #ff4a4a; 
}

.page-title-wrapper {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    max-width: 100%;
    text-align: center;
}

.title-desc-inner {
	position: absolute;
    margin: 0 auto;
    max-width: 400px;
    padding: 0;
    top: 15%;
    left: 65%;
    transform: translateX(-50%) translateY(-50%);
}

.social {
    position: absolute;
    bottom: 50px;
    display: inline-block;
    
    letter-spacing: 1px;
    text-align: center;
    width: 100%;
    color: #0d0d0d;
}

.social-list {
    list-style-type: none;
    padding: 0;
    width: 21em;
    margin: 0 auto;
}

.social-list li {
    display: inline-block;
    float: left;
    width: 7em;
    text-align: center;
}

.social-list li a {
    font-family: 'Open Sans Condensed', sans-serif; 
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .75em;
    text-decoration: none;
}

.social-list li a:hover {
    color: #ff4a4a;
}

/* Media queries
   -------------------- */

@media (max-width: 768px) {

    h1.page-title {
        font-size: 30px; line-height: 32px;
    }

    .social-list {
        width: 15em;
    }

    .social-list li {
        width: 5em;
    }

    .social-list li a {
        font-size: .5em;
    }

}