

@font-face {
	font-family:'roboto';
	src:url('fonts/roboto.woff') format('woff');
	font-weight:normal;
	font-style:normal;
}


@font-face {
	font-family:'rhumba';
	src:url('fonts/rhumba.woff') format('woff');
	font-weight:normal;
	font-style:normal;
}




* {
	margin:0;
	padding:0;
	box-sizing:border-box;
}




body {	
  	background:url(img/background.jpg) fixed;
	background-size:cover;
	font:16px roboto;
	letter-spacing:1px;
	color:#fff;
}


h1, h2, h3, h4 {
	color:#ffcb05;
}


p {
	margin-bottom:25px;
	line-height:24px;
	text-align:justify;
}


#wrapper {
	width:1200px;
	margin:auto;
}

#header {
	width:100%;
	float:left;
	margin-top:10px;
	border:1px solid #ffcb05;
	background:rgba(0,0,0,.5);
}




#comp-name {
	text-align:center;
	font-weight:normal;
	font:40px rhumba;
	float:left;
	padding:20px 0 20px 20px;
	font-weight:bold;
	line-height:30px;
}



#comp-name a {
	text-decoration:none;
	color:#ffcb05;
}



#comp-name span {
	font:22px roboto;
	font-weight:normal;
	text-shadow:none;
	color:#fff;
}




#menu-bar {
	width:100%;
	float:left;
}


#menu-bar ul {
	width:500px;
	margin:auto;
}

#menu-bar li {
	float:left;
	list-style:none;
	margin:20px 10px;
}



#menu-bar li a {
	float:left;
	font-size:16px;
	padding:0 10px;
	border:2px solid #fff;
	text-align:center;
	line-height:25px;
	border-radius:25px;
	text-decoration:none;
	color:#ffcb05;
	transition:all ease .5s;
}


#menu-bar li a:hover,
#menu-bar li a.active {
	background:#ffcb05;
	color:#000;
}


#enqiury-bar {
	float:right;
	font-size:30px;
	color:#fff;
	text-align:center;
	margin:20px 20px 0 0;
	line-height:40px;
}


#banner {
	width:100%;
	margin:10px 0;
	float:left;
	border:1px solid #ffcb05;
}

#banner img {
	width:100%;
	margin-bottom:-4px;
}


#middle-bar {
	width:100%;
	background:rgba(0,0,0,.5);
	padding:25px;
	border:1px solid #ffcb05;
	float:left;
}




#photos ul li {
	list-style:none;
	float:left;
	padding:10px;
	margin:2%;
	border:1px solid #ffcb05;
	width:29%;
	transition:all ease .5s;
}

#photos ul li img {
	width:100%;
	border-radius:5%;
}

#photos ul li:hover {
	border:1px solid #fff;
}




#footer {
	margin:10px 0;
	text-align:center;
	width:100%;
	line-height:50px;
	float:left;
	color:#000;
	background:#ffcb05;
}




#footer a {
	color:#333;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}


#footer span {
	margin-right:5px;
}


#footer a {
	margin-left:5px;
}






@media only screen and ( max-width: 900px) { 

#wrapper {
	width:90%;
}


#middle-bar {
	width:100%;
}


#sidebar {
	width:100%;
}


#comp-name {
	font-size:30px;
	text-align:center;
	width:100%;
}


#comp-name span {
	width:100%;
	font-size:14px;
	text-align:center;
}


#enqiury-bar {
	font-size:16px;
	width:100%;
}


#menu-bar {
	height:auto;
}

#menu-bar ul {
	width:80%;
	margin:auto;
}

#menu-bar li {
	width:100%;
}


#menu-bar li a {
	line-height:50px;
	width:100%;
}





#sidebar li {
	list-style:none;
	width:100%;
	float:left;
	font-size:16px;
	text-align:center;
	margin:25px 0;
}




#photos ul li {
	padding:0;
	margin:2%;
	border:none;
	width:100%;
}

#photos ul li img {
	width:100%;
	border-radius:5%;
}

#photos ul li:hover {
	border:none;
}





#footer {
	width:100%;
	text-align:center;
	font-size:14px;
}




#footer a {
	float:none;
}

}