@import url('https://fonts.googleapis.com/css?family=Press+Start+2P');


body {
	margin: 0;
	padding: 0;
	/*font-family: 'Press Start 2P', cursive;*/
	font-family: "Lucida Console", "Courier New", monospace;
	position: relative;
	/*background-color: #262626;*/
	background-image: url("limbo.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	min-width: 226px;
}

nav {
	display: block;
	/*font-family: 'Press Start 2P', cursive;*/
	font-family: "Lucida Console", "Courier New", monospace;
	font-size: 140%;
	/*background-color: #262626;*/
	color: #ffffff;
	list-style: none;
	text-align: center;
	padding: 4px 0 4px 0;
	font-size: auto;
}

nav ul {
	padding: 15px 0 15px 0;
	margin: 0 0 0 0;
	list-style: none;
	font-size: auto;
}

nav li {
	display: inline-block;
	padding: 0 25px 0 25px;
	color: #565656;
}

nav li a {
	text-decoration: none;
	color: #ffffff;
}

nav li a:hover {
 color: #c1c1c1;
}

nav select {
	display: none;
	font-size: 50% auto;
}

.activepage {
	background-color: #f5f5f5;
	color: #000000 !important;
	border-radius: 10px;
}

.logo {
	color: #000000;
	float: left;
	padding-left: 25px;
	margin-right: 25px;
	font-size: auto;
	font-weight: bold;
}

.logo a {
	padding: 0px 0 0px 0;
	text-decoration: bold;
	color: #ffffff;
}

.banner {
	width: 100%;
	display: block;
}

.banner-image {
	display: block;
	position: sticky;
	width: 100%;
}

.headingtitle {
	text-align:center;
	font-size: 40px;
	/*background-color: #262626;*/
	color: #ffffff;
}

.middleblockfirst {
	border-radius: 40px;
	background-color: #ffffff;
	margin-left: 20%;
	margin-right: 20%;
	margin-top: 5%;
	z-index: 1;
}

.middleblockfirst marquee {
	margin-left: 20px;
	margin-right: 20px;
	border-radius: 40px;
}

.middleblock {
	border-radius: 40px;
	display: block;
	position: sticky;
	background-color: #ffffff;
	margin-left: 20%;
	margin-right: 20%;
	margin-top: 2%;
	text-align: center;
	z-index: 1;
	overflow: auto;
}

.socialMediaList {
	list-style: none;
	padding: 15px 0 15px 0;
	margin: 0 0 0 0;
	list-style: none;
	font-size: auto;
}

.socialMediaList a {
	text-decoration: none;
}

.socialMediaList li {
	display: inline-block;
	padding: 0 25px 0 25px;
	transition: all .2s ease-in-out;
}

.socialMediaList li h5 {
	margin: 10px 0 10px 0;
}

.socialMediaList li:hover {
	transform: scale(1.1);
}

.socialMedia {
	display: block;
	position: sticky;
	margin: 0 0 0 0;
	overflow: auto;
	width: 100px;
}

.socialMedia img {
	width: 50px;
	height: 50px;
	padding: 5px 5px 5px 5px;
}

.subjectBox{
	width: 60%;
}

.messageBox {
	width: 80%;
	height: 80px;
}

/*.animecutething {
	display: block;
	position: absolute;
	margin-left: 86%;
	z-index: 2;
}
.animecutething1 {
	display: block;
	position: absolute;
	padding-left: 2px;
	z-index: 2;

	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

.newsflow {
	text-align: left;
	margin-left: 2%;
}

.newsflowimg {
	display: block;
	position: relative;
	float:right;
	width: 30%;
	max-height: 200px;
	max-width: 300px;
	margin-right: 1%;
}

.newsdesc {
	text-align: left;
	font-size: 80%;
	margin-left: 2%;
	line-height: 1.5;
}

video {
	max-width:64rem;
	width:70%;
	max-height:30.875rem;
	height:100%;
	margin:1.25rem auto;
	padding:1.051%;
	background-color:#666;
	background-image: url("images/sn_logo.jpg");
}*/

@media (max-width: 960px) {
  nav ul     { display: inline-block; }
  nav select { display: inline-block; }
}
