@charset "utf-8"
/* CSS Document */
/* Color Scheme
 - Black #000000 - (RGB 0,0,0)
 - Crimson #660000 - (RGB 102,0,0)
 - Matrix Green #00C800 - (RGB 0,200,0)
 - Navy Blue #00004C - (RGB 0,0,76)
 - White #FFFFFF -(RGB 255,255,255)
 - Gray #7F7F7F - (RGB 127,127,127)
The sizes are based upon common device resolution from the most common smartphone(800x480) to the most common laptop(1366x768)
*/
/* Create extra spaces using &nbsp; */

/* Body Styles Start */
body{
}
#swfe{
  background-color: #000000;
  color: #ffffff;
  background-image: url(background/ConsoleDrawing.png);
  background-repeat: none;
}
#swbe{
  background-color: #000000;
  color: #ffffff;
  background-image: url(background/matrix_depth.jpg);
  background-repeat: none;
}
#swao{
  background-color: #000000;
  color: #ffffff;
  background-image: url(background/matrix_hallway.jpg);
  background-repeat: none;
}
#swrc{
  background-color: #000000;
  color: #ffffff;
  background-image: url(background/3DDarkFlame.jpg);
  background-repeat: none;
}
#swcc{
  background-color: #000000;
  color: #ffffff;
  background-image: url(background/matrix_globe.png);
  background-repeat: none;
}
/* Body Styles End */

/* Header Styles Start */
header{
  width: 95%;
  text-align: center;
}
/* Header Styles End */

/* Nav Styles Start */
/* To get rid of bullets from <ul> use list-style-type: none; */
/* Givin the color scheme, make sure the text is readable. IE either creating an overlay or doing something with the text like 'text-shadow'. */
nav{
  width: 95%;
  background-color: #000000;
}

nav ul{
}

nav ul li{
  float: left;
  list-style-type: none;
  padding-left: 1%;
  height: 30px;
  margin-top: 1%;
}

nav ul li a{
  border: 3px solid white;
  border-radius: 25px;
  padding: 5px;
  color: #ffffff;
  background-color: #000000;
}

nav ul li a:hover{
  border: 5px solid #00C800;
  border-radius: 25px;
  box-shadow: 0px 0px 50px #00C800;
  color: #ffffff;
  text-shadow: 0px 0px 11px #00C800, 0px 0px 11px #00C800, 0px 0px 11px #00C800;
}
/* Nav Styles END */

/* Section Styles Start */
section{
  background-color: #7f7f7f;
  opacity: 0.9;
  padding: 1em;
}
#masthead{
  width: 100%;
  background-color: #000000;
}
#primary-content{
  width: 60%;
  margin-left: 1em;
  float: left;
  border: 1px solid white;
  border-radius: 25px;
  margin-top: 1%;
}
#secondary-content{
  width: 30%;
  float: left;
  border: 1px solid white;
  border-radius: 25px;
  margin-top: 1%;
}

#main{
/* PAGE STYLE */
  border: 1px solid white;
  border-radius: 25px;
  margin-top: 1%;
  margin-left: 1em;
}
/* Section Styles End */

/* Article Styles Start */
article{
  border: 3px solid black;
  border-radius: 20px;
  padding: 1%;
}
article:hover{
  border: 5px solid #00C800;
  border-radius: 20px;
  box-shadow: 0px 0px 100px #00C800;
}
article a{
  color: #ffffff;
}
article a:hover{
  color: #00C800;
  text-shadow: 1px 1px 0px #ffffff, 1px 0px 1px #000000, 0px 1px 1px #000000;
}
/* Article Styles End */

/* Div Styles Start */
div{
  padding:1%;
}
.image{
  float: left;
}
.info{
  float: none;
}
.content{
  border: 3px solid #000000;
  border-radius: 20px;
  align-content: center;
}
#motion{
  opacity: 1.0;
  background-color: #7f7f7f;
  border: 1px solid white;
  border-radius: 20px;
}
#pic{
  border: 1px solid #000000;
  border-radius: 25px;
  text-align: center;
}
#pic:hover{
  border: 3px solid #00C800;
  border-radius: 25px;
  box-shadow: 0px 0px 50px #00C800;
}
/* Div Styles End */

/* Button Styles Start */
button{
  border: 2px solid white;
  border-radius: 5px;
}
button:hover{
  border: 3px solid #00C800;
  border-radius: 5px;
  box-shadow: 0px 0px 25px #00C800; 
}
/* Button Styles End */
