/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
html{
width:100%;
height:100%;	
position:relative;
}
body{
	margin:0;
	font-family: 'Open Sans', sans-serif;
	background: #fff;
}

body a{
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0;	
	font-family: 'Open Sans', sans-serif;
}
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}


.top-nav {
	z-index: 999;
}

.navbar-header.logo {
  left: 50%;
  margin: auto !important;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media(min-width:250px) and (max-width:600px){
.logo{
width:70%;
}
img {
  width: 100%;
}
	
}

