@import url('https://fonts.googleapis.com/css?family=Poppins');

@charset "utf-8";
/* CSS Document */

body {
	background-color: #333;
	background-image: url(bg.jpg);
	background-position: top;
	background-size: cover;
	background-attachment: fixed;
	text-align: center;
	color: #fff;
	font-family: "Poppins", Verdana, Geneva, sans-serif;

	font-size: 2em;
	text-shadow: #000 1px 1px 5px;
	padding: 1% 5% 0 5%;
}

p {
	margin: 0;
	padding: 0;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	margin: 0 auto;
}

#header {
	text-align: left;
	margin: 0;
	padding: 0;
}

img.logo, img.choose, img.enquire {
	width: 25%;
}

#container {
	padding: 20px 20px 0 20px;
}

.title01, .title02, .title03 {
	width: 30%;
	float: left;
	height: 50px;
	margin: 0 1.5% 0 1.5%;
	font-size: 100%;
	text-align: right;
}

.demo01, .demo02, .demo03 {
	width: 30%;
	float: left;
	margin: 0 1.5% 2% 1.5%;
	box-shadow: #000 5px 5px 30px;
	text-align: right;
	background-position: top center;
	background-size: contain;
	background-color: #000;
	background-repeat: no-repeat;
	padding: 7px 0;
}

.demo01 {
	background-image: url(preview-01.jpg);
}

.demo01:hover {
	background-image: url(preview-01-hover.jpg);
}

.demo02 {
	background-image: url(preview-02.jpg);
}

.demo02:hover {
	background-image: url(preview-02-hover.jpg);
}

.demo03 {
	background-image: url(preview-03.jpg);
}

.demo03:hover {
	background-image: url(preview-03-hover.jpg);
}

#footer {
	float: left;
	text-align: right;
	font-size: 50%;
	position: relative;
	top: 50px;
}

a.preview-picture img {
	width: 100%;
}

a.preview-text {
	padding: 5px;
	font-size: 100%;
	background: #0009;
	font-weight: bold;
}

a.contact {
}

a.contact:hover {
	text-decoration: none;
	border-color: #0067ba #fff #fff #0067ba;
}
@media screen and (max-device-width: 480px) and (orientation: portrait){
	.demo01, .demo02, .demo03 {
		width: 100%;
		float: none;
		margin: 0 0 10% 0;
	}
	
img.logo {
	width: 75%;
}

img.choose {
	width: 75%;
	display: none;
}

img.enquire {
	width: 100%;
}

#footer {
	position: relative;
	top: none;
	left: none;
}
}