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

.wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -75px 0 0 -125px;
	width: 250px;
	min-height: 300px;
}

#construction {
    border-bottom: 1px solid #ccc;
}

#construction div {
	padding: 0 0 10px;
    font-family: 'Lato', Arial;
    font-weight: 100;
    font-size: 36px;
    text-align: center;
}

#social {}

ul {
	margin: 15px 0 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

ul li {
	display: inline;
	margin: 1px;
}

ul li a img {
	width: 30px;
	height: 30px;
}

/* Tablets and bigger */
@media only screen and (min-width: 760px) {
	
	.wrapper {
		margin: -300px 0 0 -325px;
		width: 650px;
		min-height: 350px;
	}
	
	#construction {
		position: relative;
		height: 350px;
        background: url('../images/bg.jpg') no-repeat right center;
        background-size: contain;
    }
    
    #construction div {
		position: absolute;
		padding: 0;
        bottom: 10px;
        left: 10px;
        font-size: 48px;
        text-align: left;
    }

	ul li {
		margin: 2px;
	}
}

