.header {
	position:fixed;
	top:0;  
	left:0;
  right:0;
	z-index:170;
  margin:0 auto;
	background-color: transparent;
	transition: all 0.5s;
	/* background-color: #e8ebf1; */
}

.header-alt {
	position:fixed;
	top:0;  
	left:0;
  right:0;
	z-index:170;
  margin:0 auto;
	background-color: #e8ebf2;
	/* transition: all 0.5s; */
	
}

.hero {
    margin-top: -200px;
}

/* Remove Copyright */
.footer-bottom-inner {
	display: none;
}

/* Boxes */
.box-blue {
    margin:0 0 25px;
    overflow:hidden;
    padding:20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
