@charset "utf-8";
.wrapper {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 auto;
	text-align: center;
	/* No spacing to top and bottom and auto spacing to left and right */
}
header{
	width: 100%;

}
#navbar {
  overflow: hidden;
		background: rgba(255, 255, 255, 0.95);
  padding: 10px 10px;
  width: 100%;
  top: 0;
  z-index: 99;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}

#navbar a {
  float: left;
  color: #ea2029;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
}
#navbar a:hover {

	color: #96d46a;
}


#navbar> #logo {
  width:100%;
  transition: 0.4s;
}
#navbar-right {
  float: right;
	padding-top: 3%;
}

@media screen and (max-width: 580px) {
  #navbar {
    padding: 10px 10px !important;
  }
  #navbar a {
    float: none;
    display: inline-block;
    text-align: left;
  }
  #navbar-right {
    float: none;
  }
#logo {
	  width:60%;
	}
}
