body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
		form,fieldset,input,textarea,p,blockquote,th,td {
		    padding: 0;
		    margin: 0;
		}
		a{
			text-decoration:none;
		}
		table {
		    border-spacing: 0;
		}
		fieldset,img {
		    border: 0;
		}
		address,caption,cite,code,dfn,em,strong,th,var {
		    font-weight: normal;
		    font-style: normal;
		}
		strong{
			font-weight: bold;
		}
		ol,ul {
		    list-style: none;
		    margin:0;
		    padding:0;
		}
		caption,th {
		    text-align: left;

		}
		h1,h2,h3,h4,h5,h6 {
		    font-weight: normal;
		    font-size: 100%;
		    margin:0;
		    padding:0;
		    color:#444;
		}
		q:before,q:after {
		    content:'';
		}
		abbr,acronym { border: 0;
		}


		/* Custom CSS
		 * --------------------------------------- */
		body{
			font-family: arial,helvetica;
			color: #F2F2F2;
		}
		h1{
			font-size: 2em;
		}
		p{
			font-size: 1em;
		}
		.content{
			position: relative;
			top: 50%;
			transform: translateY(-50%);
			text-align: center;
		}

		/* Section 1
		 * --------------------------------------- */
		#section0{
			background: url("images/kunalbgv2.jpg") no-repeat center center fixed ; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
		
		}
		
#section0 .sectionbg {
	height:100%;
	width:100%;
	background: url("images/bg-filter.png");
}
		#section0 h1{
			color: #444;
		}
		#section0 p{
			color: #FFF;
			opacity: 0.89;
		}


		/* Section 2
		 * --------------------------------------- */
		#section1{
			background: url(images/kunalbg2v2.jpg); 
background-size: cover;
		}
		#slide1 .sectionbg {
	height:100%;
	width:100%;
	background: url("images/bg-filter.png");
}
		#section1 h1{
			color: #fff;
		}
		#section1 p{
			opacity: 0.8;
		}


		/* Section 3
		 * --------------------------------------- */
		#section2{
			background: url(images/londonbgv2.jpg); 
background-size: cover;
		
		}
		
#section2 .sectionbg {
	height:100%;
	width:100%;
	background: url("images/bg-filter.png");
}
		#section2 h1{
			color: #FFF;
		}
		#section2 p{
			color: #FFF;
			opacity: 0.89;
		}
		
#menutwo {
	position:fixed;
	width:100%;
	margin: 0;
	height: 55px;
	top:0;
	background-color:rgba(0, 0, 0, 0.80);
	border-bottom: 2px solid rgba(0, 0, 0, 0.80);
	z-index:990;
}

.menubutton {
	text-align:center;
	color: #FFF;
	text-decoration:none;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	display: inline-block;
	padding: 16.5px;
	float: left;
	
	
}
.menubutton:hover {
	color: #000;
	background-color: #F90;
	border-bottom: 2px solid #FFF;
}
.menubutton:active {
	color: #000;
	background-color: #F90;
	border-bottom: 2px solid #FFF;
}
.logo {
	text-align:center;
	width: 132px;
	color: #FFF;
	text-decoration:none;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	display: inline-block;
	padding: 16.5px;
	float: left;
	
	border-bottom: 2px solid rgba(0, 0, 0, 0.80);
}
#logoimage {
	display: inline-block;
	padding: 17px;
	float: left;
	
  max-width:94px;
  max-height:50px;
  width: auto;
  height: auto;
}
.contentbg {
	padding:18px;
	background-color:rgba(0, 0, 0, 0.70);
}
.linktext {
	text-decoration:none;
	font-family: 'Open Sans', sans-serif;
	font-weight:500;
	color:#F90;
	font-size:18px;
}

.container {
  position: relative;
  margin: 0 auto;
  width: 94%;
  max-width: 1100px;
  font-family: helvetica, sans-serif;
}
.content {
  position: relative;
  padding-top: 80px;
}
.content p {
  margin-bottom: 10px;
}
#header {
  z-index: 2;
  position: fixed;
  width: 100%;
  height: 60px;
  line-height: 60px;
  /*background: #222;*/
  color: white;
  background-color:rgba(0, 0, 0, 0.9);
	border-bottom: 2px solid rgba(0, 0, 0, 0.80);
}
#header h1 {
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
}
#nav {
  position: absolute;
  right: 0;
}
#nav ul li {
  float: left;
}
#nav ul li a {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
  display: block;
  color: white;
  text-decoration: none;
  padding: 0 10px;
}
#nav ul li a:hover {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
  display: block;
  color: white;
  text-decoration: none;
  padding: 0 10px;
  color: #000;
	background-color: #F90;
	border-bottom: 2px solid #FFF;
}

@media (max-width: 499px) {
  #header .container {
    width: 100%;
  }
  #header h1 {
    left: 3%;
  }
  #nav {
    width: 100%;
    top: 60px;
  }
  #nav:before {
    content: '\2630';
    display: block;
    position: absolute;
    right: 3%;
    top: -50px;
    line-height: 40px;
    cursor: pointer;
  }
  #nav ul {
    background: #222;
    width: 100%;
  }
  #nav ul li {
    float: none;
  }
  #nav ul li a {
    padding: 10px 3%;
    line-height: 20px;
    border-top: 1px solid #333;
  }
  #nav ul li a:hover {
    padding: 10px 3%;
    line-height: 20px;
    border-top: 1px solid #333;
	
	color: #000;
	background-color: #F90;
	border-bottom: 2px solid #FFF;
  }
  #nav ul {
    transition: 350ms;
    -moz-transition: 350ms;
    -webkit-transition: 350ms;
    transform: perspective(600) rotate3d(0, 0, 0, 0);
    -moz-transform: perspective(600) rotate3d(0, 0, 0, 0);
    -webkit-transform: perspective(600) rotate3d(1, 0, 0, -90deg);
    transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
  }
  #nav.open ul {
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: perspective(600) rotate3d(0, 0, 0, 0);
  }
}
