body { 
  background-color: black;
  background: url(i/t_sds.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.all {
	min-height: calc(100vh - 80px);
}

.words {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	color: white;
	text-align: justify;
	border-radius: 15px 50px 30px;
	border: 2px solid green;
	padding: 1em;
	box-shadow: 10px 5px 5px #888888;
}

.words a {
	color: orange;
}

.words a:visited {
	color: orange;
}
h1 {
	color: black;
	text-decoration: none;
	position: relative;
	z-index: 99;
}

h2 {
	color: white;
	background-color: black;
	border: 4px double white;
	border-radius: 0px 30px 30px 0px;
	text-indent: 1%;
	box-shadow: 10px 5px 5px #888888;
}

select {
	background-color: black;
	color: white;
	border: 2px solid white;
	border-radius: 5px;
}

img, video {
	border: 10px solid dimgray;
	border-radius: 20px;
}

.pakPic {
	border: none;
	border-radius: 0px;
}

.dls {
  background-color: lightgray;
  color: black;
  padding: 4px;
  font-size: 24px;
  border: 1px solid black;
  border-radius: 5px;
  cursor: pointer;
}
.dls:hover {
	background-color: white;
	border: 1px solid red;
}

.dropbtn {
  background-color: blue;
  color: white;
  padding: 4px;
  font-size: 24px;
  border: 1px solid white;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
}
.dropbtn a {
  text-decoration: none;
  color: white;
}

.dropdown {
  position: relative;
  display: inline-block;
  box-shadow: 10px 5px 5px #888888; 
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: ivory;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 0.1em;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: lightblue;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: #3e8e41;}
.mem:after {content: " (Joe Parsell, my Yoda)";}
.notout {color: red;}
div#social { background-color: black; color: white; box-shadow: 10px 5px 5px #888888; padding: 5px; border-radius: 0px 0px 0px 10px; float: right;}
div#social a {color:white;}
#topbar {position: fixed; top: 0px; width: 100%;}

a.dl_links {
	color: black;
	text-decoration: none;
}
a.dl_links:visited {
	color: black;
	text-decoration: none;
}

span#left:hover{color:red; cursor:pointer;}
span#right:hover{color:red; cursor:pointer;}

.pushDown {
}
