html {
  height: 100%;
  box-sizing: border-box;
}

body {
	position: relative;
	min-height: 100%;
	padding-bottom: 10em;
	background-color: #f4f4f4;
	color: #555;
	font-family: sans-serif;
	font-size: 16px;
	margin:0;
}

.container {
	width: 80%;
	margin:auto;
	overflow:hidden;
}

a {
	text-decoration: none;
	color: black;
}

a:Hover {
	color: red;
}

abbr {
	text-decoration: none;
}

.new {
	font-size: 20px;
}

#main-header{
	font-family: Impact;
	background-image: url("http://www.aljanh.net/data/archive/img/2413033241.jpeg");
	background-size: cover;
	/* background-color: #764419; */
	color:#fff;
}
#main-header a{
	font-family: Impact;
	color:#fff;
}

/* Navbar */

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + #showcase {
  padding-top: 70px;
}

.navbar {
	background-color:#333;
	z-index: 2;
	font-family: Impact;
	font-size: 18px;
	text-align: center;
	color: #fff;
}

.navbar a{
	float:left;
	font-family: 'Open Sans'; /*Comic Sans MS */
	padding:0;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	padding-right: 10px;
	
	text-align: center;
    padding: 15px 17px;
    text-decoration: none;
}

.links {
	display: block;
}

.links-responsive {
	float: none;
	display: block;
	margin-top: 3.1em;
}

.links-responsive a {
	position: relative;
	float: none;
	display: block;
	text-align: left;
}

.links-responsive .dropdown {
	float: none;
	display: block;
	text-align: left;
}

.navbar a:hover, .dropdown:hover .dropbtn {
    background-color: red;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: #000;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
	font-size: 16px;
}

.links-responsive .dropdown:hover .dropdown-content {
    display: inline;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 18px;    
    border: none;
    outline: none;
    padding: 14px 17px;
    background-color: inherit;
    margin: 0;
	
	font-family: 'Open Sans';
	color: #fff;
	text-decoration: none;
}

#YT_channel{
	float: right;
	display: block;
}

/* End of navbar */

#news li {
	font-family: Times New Roman;
	font-size: 18px;
}
#news li a {
	font-family: Times New Roman;
	font-size: 18px;
	color: #ddd;
}
#news li a:hover {
	cursor: pointer;
	color: #000;
}

#news {
	width:70%;
	font-family: Times New Roman;
	font-size:16px;
	color:#fff;
	padding:0 30px;
	box-sizing: border-box;
	border-radius:15px;
	float:left;
}

#news h2 {
	font-size: 30px;
	text-align: center;
}

#news a {
	font-size: 16px;
	color: #ccc;
}

.parallax {
    background-image: url('images/dungeons-&-dragons-wallpapers.jpg');
	background-color: #040404;
	
    min-height: 300px; 

    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	margin-bottom:30px;
}

#showcase {
	/*background-image:url('images/space-banner.png');
	background-position:center center;
	background-size: cover;*/
	min-height: 500px;
	margin-bottom:30px;
	text-align: center;
	font-family: Impact;
}

#showcase h1 {
	margin-top: 250px;
	font-size: 76px;
	color: #fff;
	border-bottom: 5px solid #610000;
	padding-bottom: 10px;
}

#showcase h2 {
	padding: 0px;
	margin-top: 0px;
	font-size: 35px;
	color: #fff;
}

#showcase p{
	color:#fff;
	font-size:20px;
	padding-top: 30px;
}

#showcase a{
	color:#fff;
	font-size:20px;
	padding-top: 30px;
}

#main {
	width: 70%;
	float: left;
	padding: 0 30px;
	box-sizing: border-box;
	color: #fff;
}

#main a {
	color: #fff;
}

#main a:hover {
	color: #ddd;
}

.embed-resp {
	height: 0;
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.embed-resp iframe {
	position: absolute;
	width: 100%;
	height: 100%;
}

#main h1 {
	font-size: 250%;
	text-align: center;
	font-family: sans-serif;
}

#sidebar {
	margin-top: 0px;
	width: 29%;
	color: #fff;
	padding: 0;
	box-sizing: border-box;
	border-radius: 0px;
	float: right;
	border-style: groove;
	border-color: red;
	border-width: 5px;
	background-color: #840000;
	
	/*background: #100808;
	background-image:url('http://38.media.tumblr.com/833a9a74ff5255ff156bc2680b7b2b22/tumblr_ndvf0lkME71s4fz4bo1_500.gif');
	background-size: cover;*/  /* 300% */
	/*background-repeat: no-repeat;
	background-position: center center;
	background-origin: content-box;*/
}

#sidebar h2 {
	color: #fff;
	text-align: center;
}

#sidebar li {
	color: #fff;
	font-size: 16px;
}

.dingoes {
	/*background-color: #01315b; /*#eeff00 */
	background-image: url("images/Dingo background.png");
	background-size: cover; 
	background-repeat: repeat;
	background-position: center center;
	background-origin: content-box;
}

#dingoes {
	margin-top: 15px;
	width:29%;
	color:#000;
	padding:0 30px;
	box-sizing: border-box;
	border-radius:15px;
	float:right;
	border-style:groove;
	border-color: #6e99a2; /*red*/
	border-width: 5px;
}
#dingoes h2 {
	text-align: center;
}

#dingoes img {
	width: 100%;
	box-sizing: inherit;
	border: 2px solid #000;
	border-radius: 16px;
}

#text {
	background-color:rgba(125, 125, 125, 0.5);
	border: #000 solid 1px;
	padding: 5px;
	border-radius: 10px;
	opacity: 1;
}

#main-footer {
	font-family: Times New Roman;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	background:#333;
	color:#fff;
	text-align: center;
	padding:20px;
	margin-top: 40px;
}

#nav-resp {
	display: none;
	background-color:#333;
	position: absolute;

    text-decoration: none;
    text-align: left;
    font-size: 18px;    
    border: none;
    outline: none;
    padding: 14px 16px;
    background-color: inherit;
    margin: 0px;
	float: left;
	
    font-family: Comic Sans MS;
    color: #fff;
    text-decoration: none;
}

#nav-resp:hover {
	background: red;
	cursor: pointer;
}

@media (max-width: 900px) {
	.links {
		float: none;
		display: block;
		margin-top: 3.1em;
		
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.2s ease-out;
	}

	.links a {
		position: relative;
		float: none;
		display: block;
		text-align: left;
	}

	.links .dropdown {
		float: none;
		display: block;
		text-align: left;
	}
	
	#nav-resp {
		display: block;
	}
}




/* Search css control (dont change) */
.gsc-control-cse
{
	padding:0px !important;
	border-width:0px !important;
}

form.gsc-search-box,table.gsc-search-box
{
	margin-bottom:0px !important;
}

.gsc-search-box .gsc-input
{
	padding:0px 4px 0px 6px !important;
}

#gsc-iw-id1
{
	border-width: 0px !important;
	height: auto !important;
	box-shadow:none !important;
}

#gs_tti50
{
	padding:0px !important;
}

#gsc-i-id1
{
	height:33px !important;
	padding:0px !important;
	background:none !important;
	text-indent:0px !important;
}

.gsib_b
{
	display:none;
}

button.gsc-search-button
{
        display:block;
        width:13px !important;
        height:13px !important;
        border-width:0px !important;
        margin:0px !important;
        padding: 10px 6px 10px 13px !important;
        outline:none;
        cursor:pointer;
        box-shadow:none !important;
        box-sizing: content-box !important;
}

.gsc-branding
{
	display:none !important;
}

.gsc-control-cse,#gsc-iw-id1
{
	background-color:transparent !important;
}




/* Search css custom */
#search-box {
	width: 40%;
	float: right;
	height: 33px;
	margin: 5px auto;
	background-color: #fff;
	padding: 3px;
	border: 2px solid #424242;
	border-radius: 4px;
}

#search-box:hover {
	background-color: #eee;
}

#gsc-i-id1
{
	color:#000;
}

button.gsc-search-button
{
	padding:10px !important;
	background-color: #424242 !important;
	border-radius: 40px !important;
}

input {
	width: 100%;
	border-radius: 15px;
	padding: 2px;
}
button {
	width: 100%;
	border-radius: 15px;
	padding: 2px;
}
button:hover {
	cursor: pointer;
}

#monsters-back {
	margin-top: 10px;
	border: 2px solid black;
	border-radius: 15px;
	overflow: hidden;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url('https://d2v9y0dukr6mq2.cloudfront.net/video/thumbnail/0kjHIH6/walking-through-a-dungeon-with-torches-hanging-on-a-brick-wall_erm8tuqqe__F0000.png');
	background-repeat: repeat;
	float: left;
	width: 95%;
}

#monsters ul {
	list-style: none;
	color: #ddd;
}

#monsters b {
	color: #fff;
}

#monsters div {
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	color: #fff;
}

#search { 
	background-image: url('http://www.clker.com/cliparts/P/m/u/m/l/0/search-icon-marine-hi.png');
	background-color: #f7f7f7;
	background-repeat: no-repeat;
	background-size: 2em;
	background-position: 0.625em center;
	width: 90%;
	border: 0.5px solid #4a4a4a;
	padding: 10px;
	padding-left: 3.25em;
	margin: 10px
}

#search:hover {
	background-color: #e5e5e5;
}

@media (max-width:460px) {
	#main-header h1 { 
		font-size: 20px;
	}
	#navbar h2 { 
		font-size: 15px;
	}
}

@media (max-width:950px) {
	#search {
		width: 80%;
	}
}

@media (max-width:750px) {
	body {
		background-image: url('images/dungeons-&-dragons-wallpapers.jpg');
		background-size: 700%;
		background-position: center top;
		height: 100%;
	}
	.container { 
		width: 100%;
		margin: 0;
	}
	#navbar h2 { 
		font-size: 15px;
		color: #fff;
	}
	#showcase {
		margin-bottom: 0;
	}
	#main {
		margin-top: 0;
		margin-bottom: 0;
	}
	#main h1 {
		font-size: 20px;
		margin-top: 10px;
	}
	#showcase {
		min-height: 250px;
	}
	#showcase h1 {
		font-size: 50px;
		margin-top: 10px;
	}
	#showcase h2 {
		font-size: 25px;
		padding-bottom: 40px;
		border-bottom: 5px solid #610000;
	}
	.parallax {
		background: none;
	}
	#sidebar {
		margin-bottom: 0px;
	}
	.sticky + #showcase {
		padding-top: 40px;
	}
	#main-footer {
		margin-top: 0px;
		position: relative;
	}
	.embed-resp iframe {
		height: 500px;
	}
	#monsters-back {
		width: 100%;
		border-radius: 0px;
		margin: 0;
		padding: 5px;
	}
	#monsters li {
		font-size: 13px;
	}
	#search {
		width: 70%;
	}
}

@media (max-width:1200px) {
	#main{
		width:100%;
		float:none;
	}
	#news{
		width:100%;
		float:none;
	}
	#sidebar{
		width:100%;
		float:none;
	}
	#dingoes{
		width:100%;
		float:none;
	}
}
