 /* Dropdown Button */
.dropbtn {
    background-color: #eee	;
    color: white;
    display:block;
    border: none;
    cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    background-color: #3e8e41;
}


.dropdown {
    display: inline-block;
	text-transform:uppercase;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
	background-color: #1d1d1d;
    min-width: 90px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
 div#myDropdown.dropdown-content.show a
 {
	     display: block;

 }
/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding:7px 2px 7px 2px;
	border: 1px solid white;
text-align: center;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;} 
.bg { background: url("images/up.png") fixed no-repeat;
/*background: #171717;*/
height: 100%;
    margin: 0;
	color: black;  /* Full height */
    

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}.browse-movie-title {
	  -webkit-text-stroke: 0.4px white;
}
body, html {
    height: 100%;
	background: #1d1d1d;
	
	background-position: center;
	background-size: cover;
   
}
.bg2 {/*
 background: url("images/tdk2.jpg")  no-repeat;*/
background: #1d1d1d;;

height: 100%;
    margin: 0;
	color: black;
  /* Full height */
  

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
}
.bg3 {
 background: url("images/riddler.png")  no-repeat;
/*background: #171717;*/

height: 100%;
    margin: 0;
	color: black;
  /* Full height */
   

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}