body.custombackground {
		background-color: white;
}

.width-70-percent {
		max-width: 70vw !important;
}

.border-radius-10px {
		border-radius: 10px;
		overflow: hidden;
}

.entry-title {
  display: none;
}

a {
		color: #6d1415;
}

p {
  font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
} 

.entry-header.has-text-align-center.header-footer-group {
  display: none;
}

.cover-header {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cover-header:before {
  content: "Executive Management Education Network";
  position: absolute;
  color: white;
  font-size: 5rem;
  font-weight: bold;
  z-index: 2;
  animation: fadein 1.2s ease-in;
}

.cover-header:after {
  content: "Empowering Executives for the challenges of the future with our curated Mini-MBA";
  position: absolute;
  color: white;
  font-size: 3rem;
  font-style: italic;
  z-index: 2;
  margin-top: 15rem;
  animation: fadein 1.75s ease-in;
}

.emen-header {
		padding: 0 !important;
}

.custom-logo {
		border-radius: 15px;
}

.to-the-content svg {
  display: inline-block;
  animation: swing 0.75s infinite ease-in-out alternate;
}

@keyframes swing {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(10px);
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.post-inner {
  margin: 0;
  padding: 0;
}

#post-inner > * {
  all: unset;
}

.footer-nav-widgets-wrapper.header-footer-group {
  margin-top: 0;
}

.entry-content h1 {
  text-align: center;
  padding-top: 3rem;
}




@media (max-width: 1100px) {
	.cover-header::after {
		text-align: center;
		font-size: 2rem;
	}
	.cover-header::before {
		text-align: center;
		font-size: 3rem;
	}
}

@media (max-width: 600px) {
	.cover-header::before {
			top: 40%;
		}
	
	.emen-header {
		font-size: 2.5rem;
	}
}

.cover-header + .post-inner {
	padding-top: 10rem !important;
}