html {
	height: 100%;
}

body {
	height: 100%;
	background: url(images/bg.jpg) top center no-repeat;
	background-size: cover;
	text-align: center;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif; font-size:100%; color #333;
}

ul.contact-details {
	padding: 0;
	margin: 0;
	text-shadow: 0px 0px 8px #fff;
}

img { margin-top: 120px;}

.fa {
	color: #1d70ad;
}

ul.contact-details li {
	list-style: none;
	padding: 0 10px;
	margin: 0;
	display: inline-block;
	color: #1d70ad;
	line-height: 1.5em;
}

a,a:link,a:visited,a:active {
	color: #1d70ad;
	text-decoration: none;
	transition: all .5s;
}

a:hover {
	color: #27d2e6;
}


@media (max-width:768px){
	body {
 		background-size: auto 100%;
 		background-position-y: -15%;
		padding: 0;
		margin: 0;
		position: relative;
	}
	.wrapper {
		
	}	
	img {
		width: 100%;
		height: auto;
		margin-top: 0;
		
	}
	ul.contact-details {
		position: absolute;
		bottom: 0;
		left:0;
	}
	ul.contact-details li {
		font-size: 18px;
		display: block;
		margin-bottom: 10px;
	}
}



