nav {
		background-color:rgba(243, 156, 17, 1);
		margin-left:auto;
		margin-right: auto;
		padding-top: 2em;
		padding-bottom: 2em;
		text-decoration:none;
		text-align: center;
		border-width: 3px;
		border-style: outset;
  		border-color:rgba(0, 0, 0, .7);
}
		
		
nav a:hover {
  		color:rgba(190, 255, 28, 1);
		text-decoration: none;
		border-color:rgba(190, 255, 28, 1);
}


nav a:link {
  		text-decoration:none;
		Background-color:rgba(242, 242, 246, 1);
}


nav a:visited {
  		border-color:rgba(12, 12, 179, 1);
		color:rgba(12, 12, 178, 1);
}


nav a:active {
  		color:rgba(240, 255, 28, 1);
		Background-color:rgba(93, 210, 246, 1);
			text-decoration: none;
}


nav a:focus {
  		color:rgba(240, 255, 28, 1);
		Background-color:rgba(93, 210, 246, 1);
		text-decoration: none;
}


#body {
  		Background-color:rgba(65, 65, 65, 1);
		background-image: url(images/.jpg);
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-size: cover;
		overflow: auto;
		opacity:1;
		transition: .5s opacity;
}


#body.fade-out { 
  		Background-color:rgba(65, 65, 65, 1);
		background-image: url(images/.jpg);
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-size: cover;
		overflow: auto;
		opacity: 0;
		transition:none;
}


#body.fade-in { 
  		Background-color:rgba(65, 65, 65, 1);
		background-image: url(images/.jpg);
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-size: cover;
		overflow: auto;
		opacity:1;
		transition: 1s opacity;
		color:#0099cc;
}


.para1 {
  		text-align:center;
		font-family:verdana;
		color:rgba(255, 6, 212, 1);
		font-size:300%;
}


.article {
  		color: rgba(255, 255, 255, 1);
		font-family:Georgia, serif;
		font-size:120%;
		text-align: center;
		padding-bottom: 3em;
		padding-top: 3em;
		overflow: auto;
}


.mainarticle {
  		color: rgba(255, 255, 255, 1);
		font-family:Georgia, serif;
		font-size:200%;
		text-align: center;
		padding-bottom: 1em;
		padding-top: 2em;
		overflow: auto;
}


.list {
  		padding: 2em;
}


@font-face {
  		font-family: BebasNeue; src:url('fonts/BebasNeue.otf');
}


.link {
  		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 3em;
		padding-right: 3em;
		border-width: 3px;
		border-style: outset;
		margin-right:3em;
		margin-left:auto;
  		font-family:'BebasNeue', sanserif;
		clear:both;
}


nav ul {
    	list-style-type: none;
    	padding: 0;
}


footer {
		color:rgba(255, 255, 255, 0.5);
		text-align: center;
		margin-top:10em;
		margin-right: auto;
		margin-left: auto;
}
#article {
  		text-align:center;
		background-color:rgba(27, 188, 155, 1);
		color: rgba(0, 0, 0, 1);
		margin-left: 5em;
		margin-right:5em;
		margin-top:10em;
		padding-bottom: 3em;
		padding-top: 3em;
		overflow: auto;
		list-style-type: none;
}


h3 {
  		text-align: center;
		color:rgba(255, 255, 255, 0.5);
}


h1 {
  		background-image: url(images/BewareBanner.png);
		background-repeat:no-repeat;
		background-position: center;
		padding-bottom: 3em;
		background-color:rgba(65, 65, 65, 1);
}


#video {
  		margin-left: auto;
		margin-right:auto;
		margin-top: 5em;
		clear:both;
  		padding-top:3em;
}

		
#wrapper {
  		margin-left:auto;
   		margin-right:auto;
		max-width:3500px;
}


#button {
  		text-align:center;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 3em;
		margin-top: 3em;
		clear: both;
}


#mclink {
  		background-color:rgba(255, 255, 255, 0.6);
		margin-right:6em;
		overflow:hidden;
		padding-top: 8em;
		padding-bottom:8em;
		padding-left:2em;
		padding-right:2em;
		text-align: center;
		border-style:outset;
		border-width:5px;
		border-color:#0099cc;
		margin-bottom:1em;
		margin-top: 1em;
}


#wall {
  		background-color:rgba(44, 61, 79, 1);
		margin-left:5em;
		margin-right:5em;
  		padding-top:2em;
  		padding-bottom:1em;
}


.mclink {
  		color:rgba(255, 0, 0, 1);
		text-decoration: none;
}


.nodecor {
  		list-style-type: none;
}


.welcome {
  		font-size: 200%;
		color:rgba(243, 156, 17, 1);
		text-shadow: 1px 1px #ffffff;
}

.banner {
  		font-size: 200%;
		color:rgba(255, 255, 255, 1);
		text-shadow:1px 1px rgba(255, 255, 255, 0.5);
}

iframe {
  		margin-left:auto;
		display:block;
		clear:both;
		margin-right:auto;
		margin-top:10em;
}


#space {
  		margin-bottom:3em;
		border-color:#ffffff;
}


#block {
  		text-align:center;
		background-color:rgba(255, 255, 255, 0.6);
		color: rgba(0, 0, 0, 1);
		margin-left: 5em;
		margin-right:5em;
		margin-top:3em;
		border-style:outset;
		border-width:5px;
		border-color:#0099cc;
		padding-bottom: 3em;
		padding-top: 3em;
		overflow: hidden;
		list-style-type: none;
}


.elink {
  		color:rgba(0, 255, 127, 1);
		font-size:200%;
		text-decoration: none;
		margin-right: 3em;
		text-shadow: 1px 2px rgba(0, 0, 0, 1);
}

.elinklarge {
  		font-size: 200%;
		color:rgba(243, 156, 17, 1);
		text-shadow: 1px 1px #ffffff;
		
}

#gallery {
  		list-style-type:none;
		text-align:center;
}


.gallery {
  		display: inline-block;
		width:225px;
		padding-bottom:10px;
		margin: 10px;
		text-align: center;
		font-style:italic;
		font-family:Georgia, serif;
		background-color:rgba(234, 234, 234, .5);
}


#photo1 {
  		background-image: url(images/photo1.jpg);
		background-attachment:fixed;
		background-repeat: no-repeat;
		background-size: contain;
		overflow:scroll;
		background-position:center;
}


#photo2 {
  		background-image: url(images/photo2.jpg);
		background-attachment:fixed;
		background-repeat: no-repeat;
		background-size: contain;
		overflow:scroll;
		background-position:center;
}


#photo3 {
  		background-image: url(images/photo3.jpg);
		background-attachment:fixed;
		background-repeat: no-repeat;
		background-size: contain;
		overflow:scroll;
		background-position:center;
}


#photo4 {
  		background-image: url(images/photo4.jpg);
		background-attachment:fixed;
		background-repeat: no-repeat;
		background-size: contain;
		overflow:scroll;
		background-position:center;
}

#photo5 {
  		background-image: url(images/photo5.jpg);
		background-attachment:fixed;
		background-repeat: no-repeat;
		background-size: contain;
		overflow:scroll;
		background-position:center;

}

