#master-name {
	color: #0000a5;
}

@keyframes pulse {
	0% {
		font-size: 1.4em;
	}

	50% {
		font-size: 1.5em;
	}

	100% {
		font-size: 1.4em;
	}
}

#min3craft-tagline {
	font-family: "Courier New", Roboto, sans-serif, monospace;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-fill-mode: none;
	animation-play-state: running;
	font-size: 1.4em;
	position: absolute;
	top: 7rem;
	left: 59%;
	transform: rotate(-15deg);
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: black;
	color: white;
	text-align: center;
}

@media only screen and (max-width: 768px) {
	#min3craft-tagline {
		display: none;
	}
}

footer {
        font-family: c059, serif;
        font-size: 0.8em;
}

