@font-face {
  font-family: 'Quintessential';
  font-style: normal;
  font-weight: 400;
  src: local('Quintessential'), local('Quintessential-Regular'), url(../fonts/quintessential.woff) format('woff');
}

body {
	background-color: #C2FFFF;
}

.welcomeTitle {
	height: 90px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: -50px;
	width: 420px;
	z-index: 1;
}

@media (max-width: 769px) {
	.welcomeTitle {
		top: -26px;
		width: auto;
	}
}

.welcomeTitle img {
	left: 0px;
	position: absolute;
	top: 0px;
	z-index: -1;
}

.welcomeTitle h3 {
	font-family: 'Quintessential', cursive;
	font-size: 1.4em;
	margin: 0;
	padding: 1.5em;
}

@media (max-width: 769px) {
	.welcomeTitle h3 {
		font-size: 1.1em
	}
}

#mainBody {
	text-align: center;
}

#mainBody a:link, #mainBody a:hover, #mainBody a:visited, #mainBody a:active {
	color: black;
    text-decoration: none;
}

#mainBody img {
	border-style: solid;
    border-width : 0px;
}

#bigDragons {
    margin-left: auto;
    margin-right: auto;
}
