@charset "utf-8";
/* CSS Document */
/*------------------------------------------------------------------------------------------------
* Filename: style_main.css
* Powered By: Rishi Luwang
* Author: Rishi Luwang
* Description: Handled the site layout design and devloped by Rishi Luwang a freelance Web designer
* Note: All Class and ID MOST REQUIRED SO PLEASE NOT REMOVE ANY CALSS AND ID YOU CAN CHANGE OR ADD MORE CLASS'S AND ID'S
Designed & Xhtml by: Rishi Luwang
Developed by: Rishi Luwang
------------------------------------------------------------------------------------------------*/

@import 'https://fonts.googleapis.com/css?family=Open+Sans';
header {
	background:#f65824;
	width: 100%;
	height: 76px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	border-bottom: 5px solid #FF0;;
}
nav ul {
	list-style:none;
}
nav ul li {
	display:inline-block;
	float:left;
	padding:10px;
}

a {
	color:#fff;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
H1 {
	font-size:40PX;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	}
	h2 {
		padding-left:20%;
		padding-right:20%;
		text-align:left;
	}
	h3 {
		text-align:center;
		color:#6CF;
		font-size:50px;
	}
#logo {
	margin-top:20px;
	margin-left:10%;
	float:left;
	width:200px;
	height:50px;
	background:url(images/logo.png) no-repeat center;
	display:block;
}
nav {
	float:right;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:10%;
}
#menu-icon {
	background:url(images/menu.png) no-repeat;
	display:hidden;
	width:32px;
	height:40px;
}
body {
	width:100%;
	min-height:100%;
	padding:0;
	margin:0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
section {
	text-align:center;
	padding:100px;
	}
.gray {
	background-color:#6CF;
	height:60vh;
	padding-top:18%;
	padding-bottom:0px;
	padding-left:20%;
	padding-right:20%;
}
#about {
	height:76px;
	background-color:#6CF;
}
#services{
	
}
p {
	width:60%;
	margin:0 auto;
	paddin:0;
	text-align:left;
	font-size:18px;
}

/*
Back to top button 
*/
#back-top {
	position: fixed;
	bottom: 20px;
	right:50px;
	
}
#back-top a {
	width: 50px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color:#f65824;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #faffa5;
}
#toTop
{
	width: 100px;
	border: 2px solid #f7f7f7;
	background: #f7f7f7;
	text-align: center;
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	display: none;
	color: #333;
	font-family: verdana;
	font-size: 11px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 20px;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
	padding: 5px;
}
/* arrow icon (span tag) */
#back-top span {
	width: 50px;
	height: 50px;
	display: block;
	margin-bottom: 7px;
	background: #ddd url(up-arrow.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #777;
}
@-ms-viewport{width:device-width}
@media screen and (max-device-width: 600px), screen and (max-width: 600px){

		header {
		position:fixed;
		
		}
		section {
			padding:5%;
		}
		#services{
			height:76px;
		}
		#clients{
			height:76px;
		}
		.gray {
			background-color:#6CF;
			height:90vh;
			padding-top:25%;
			padding-bottom:0px;
			padding-left:20%;
			padding-right:20%;
		}
		#logo {
			margin-top:20px;
			margin-left:10%;
			float:left;
			width:170px;
			height:43px;
			background:url(images/logo_1.png) no-repeat center;
			display:block;
		}
		#menu-icon{
			display:inline-block;
		}
		nav ul, nav:active ul {
			display:none;
			position:absolute;
			border-bottom-right-radius: 10PX;
			border-bottom-left-radius: 10PX;
			padding:20px;
			background: #84BFFB;
			right:10px;
			top:65px;
			width:35%;
		}
		nav:hover ul {
			display: block;
		}
		nav li {
			text-align:center;
			width:100%;
			padding:15px 0,;
			margin:0;
		}
		li{
			font-size:12px;
		}
		h1 {
			font-size:26px;
		}
		h2 {
			font-size:18px;
			padding-left:10%;
			padding-right:10%;
			text-align:left;
		}
		h3 {
		text-align:center;
		color:#6CF;
		font-size:24px;
	}
		
		p {
			width:80%;
			margin:0 auto;
			text-align:left;
			font-size:12px;
		}
		#back-top{
			
			visibility:hidden;
			
		}
		form{
			font-size:12px;
			
			margin:0;
			
			width:60%;
		}
		table{
			padding-left:0px;
			width:60%;
		}
		td {
			width:100%;
		}
}

			


