@import url("/fonts/stylesheet.css");

body {
	margin: 0px;
	padding: 0px;
	background-color: black;
	text-align: center;
	height: 700px;
}

a {
  text-decoration: none;
  color: #081258;
  }
a:link { color: #116; }
a:visited {  color: #116; }
a:hover { text-decoration: underline; color: #126; }

.main {
	width:798px;
	margin: 0 auto;
}

.separated {
  display: block;
  text-align: left;
  margin: 1em auto 10em auto;
  width: 700px;
  height: 600px;
  color: #222;
  font: 72px/4px 'WalkwaySemiBoldRegular', Helvetica, Arial, sans-serif;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.separated:hover {
  font: 38px/38px 'WalkwaySemiBoldRegular', Helvetica, Arial, sans-serif !important;
}

.inline {
  display: inline;
}

