html{
	scroll-behavior: smooth;
	margin: 0;
}

body{
	margin: 0;
	
}

.container{
	width: 100%;
	margin: auto;
}

a{
	text-decoration: none;
	color:  #EF781C;
}

a:hover{
	text-decoration: underline;
}

q{
	font-family: bookman;
	font-size: 150%;
	font-weight: bold;
	font-style: italic;
	color: rgba(0,0,0,0.5);
	border-left: 5px solid #EF781C;
	margin-left: 5rem;
	width: 80%;
	margin: auto;
	padding: 10px;
}


/*Social Media Sharing buttons*/

#prime_banner{
	margin: 0 auto;
	width: 100%;
	height: 100%;
}

section{
	margin: auto;
}

#share{
	height: 50px;
	width: 100%;
	margin: auto;
}

.image span{
	margin: auto 20px;
	font-size: 180%;
	color: rgba(0,0,0,0.5);
	height: 20px;
	float: left;
	
}

.image span:hover{
	color:  #EF781C;
	cursor: pointer;
}

#credit{
	color: rgba(0,0,0,0.5);
	font-family: bookman;
	font-size: 14px;
	margin: 0;
	float: left;
}

#credit:hover{
	color:rgba(0,0,0,0.5);
}

.container #navigate{
	height: 80px;
	background-color: rgba(0,0,0,0.8);
	position: -webkit-sticky;
	position: sticky;
	top: 0%;
	z-index: 100;
	margin-bottom: 5%;
}

#navigate a{
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 10px;
	float: right;
	color: orange;
	font-family: calibri;
	font: 110%;
	border: 1px solid orange;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	width: 10%;
	margin-right: 10px;
	margin-top: 20px;
}

#navigate a:hover{
	background-image: linear-gradient(to right bottom, #fca311, #fe8d00, #ff7400, #ff5700, #ff2e00);
	color: white;
}

.logo{
	width: 9rem;
	height: 3rem;
	float: left;
	
}

#logoimg{
	
	width: 9rem;
	height: 3rem;
	margin-top: 20px;
	margin-left: 10px;
	cursor: pointer;
}



/* Side Navigation-------*/

#side{
	display: none;
}

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: white;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
  }
  
  .sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 100%;
	color: rgba(0,0,0,0.7);
	display: block;
	transition: 0.3s;
  }
  
  .sidenav a:hover {
	color: #EF781C;
  }
  
  .sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
  }
  
  @media screen and (max-height: 450px) {
	.sidenav {padding-top: 15px;}
	.sidenav a {font-size: 18px;}
  }


/*Heading Division...........*/

.heading{
	max-width: 600px;
	max-height: 600px;
	margin: 0 auto;
	display: flex;
	font-size: 150%;
	font-family: impact;
	text-align: justify;
	color: rgba(0,0,0,0.8);
}

iframe{
	width: 100%;
	height: 20rem;
}


.container #adview1{
	position: relative;
	float: left;
	width: 200px;
	height: 600px;
	margin-left: 20px;
	margin-top: auto;
	margin-right: 10px;
}

.image{
	max-width: 600px;
	max-height: 600px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

#img{
	max-width: 100%;
	max-height: 100%;
}


.container #info{
	max-width: 600px;
	margin: 30px auto;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	word-wrap: break-word;
	text-align: justify;
	font-family: sans-serif;
	font-size: 120%;
	line-height: 1.6;
	color: rgba(0,0,0,0.8);
}

#date{
	font-size: 80%;
	color: rgba(0,0,0,0.6);
	max-width: 600px;
	margin: 2% auto;
	
}

#info pre{
	white-space: pre-wrap;
}

.container #adview2{
	position: relative;
	float: right;
	width: 200px;
	height: 600px;
	margin-right: 20px;
	margin-left: 10px;
	margin-top: auto;
}

.favs{
	height: auto;
	width: 100%;
	border-top: 1px solid grey;
	margin-bottom: 20px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.favs #redirects{
	width: 20rem;
	height: 15rem;
	background-color: white;
	margin: 5px auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid #EF781C;
	border-radius: 20px;
	cursor: pointer;
}

#display_image{
	background-color: #343330;
	width: 100%;
	height: 60%;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}

#display_desc{
	margin: auto;
	text-align: center;
	height: auto;
	font-size: 120%;
	font-weight: bold;
}

/*Footer design............*/

#footer{
	height: 2rem;
	background-color: #343330;
	text-align: center;
	color: white;
	text-decoration: none;
	font-family: calibri;
	font-size: 100%;
	position: absolute;
	width: 100%;
}

#copyright{
	font-size: 80%;
	margin: 10px auto;
}


/*Media Screens................*/

@media only screen and (max-width: 850px) {

	#navigate a{
		display: block;
		text-decoration: none;
		text-align: center;
		padding: 10px;
		float: right;
		color: orange;
		font-family: calibri;
		font: 100%;
		border: 1px solid orange;
		border-top-left-radius: 50px;
		border-bottom-left-radius: 50px;
		border-top-right-radius: 50px;
		border-bottom-right-radius: 50px;
		width: 20%;
		margin-right: 10px;
	}

	.container #adview1{
		display: none;
	}

	.container #adview2{
		display: none;
	}

	.container #amazon{
		display: none;
	}

	.advertising_box{
		display: none;
	}
	
	.heading{
		max-width: 600px;
		position: relative;
		margin-top: 10%;
		display: flex;
		font-size: 150%;
		font-family: impact;
		text-align: justify;
	}

	.container #info{
		font-size: 110%;	
	}

}

@media only screen and (max-width: 600px) {
	
	#navigate{
		display: none;
	}

	#side{
		display: inline-block;
		z-index: 2;
		margin-left: 10px;
	}

	.logo{
		float: right;
		margin-top: -1rem;
	}
	
	.heading{
		max-width: 600px;
		position: relative;
		display: flex;
		font-size: 100%;
		font-family: impact;
		text-align: justify;
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: auto;
	}

	.image{
		margin: auto 5px;
	}

	.image span{
		font-size: 150%;
	}

	.container #info{
		font-size: 100%;
		margin: 10px 5px;
		
	}
	
	#date{
		margin-left: 5px;
	
	}
}

/* Support Design.........*/

.donation{
	width: 100%;
	height: 8rem;
	margin: 1rem auto;
	background-color: #343330;
	display: flex;
	flex-wrap: wrap;
}

.support_section{
	min-width: 80%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	margin: auto;
}

#buy_coffee{
	width: 50%;
	height: 5rem;
	font-size: 350%;
	color: white;
	font-weight: bold;
	font-family: 'Dancing Script', cursive;
	margin: auto;
	cursor: pointer;
}

#coffee_support{
	width: 150px;
	height: 3rem;
	margin: auto;
	cursor: pointer;
	border: 1px solid#343330;
	border-top-left-radius: 60px;
	border-top-right-radius: 60px;
	border-bottom-left-radius: 60px;
	border-bottom-right-radius: 60px;
	background-color: white;
	display: flex;
	flex-wrap: wrap;
	transition: background-color 0.5s;
	color: #343330;
}

#coffee_support p{
	margin: auto;
	font-size: 140%;
	font-family: sans-serif;
	text-align: center;
	font-family: sans-serif;
}

#coffee_support:hover{
	background-color: #EF781C;
	color: white;
}

#buy_me_coffee{
	margin: auto;
	width: 5rem;
	height: 5rem;
	background-image: url('buy-me-coffee.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	border-radius: 50px;
	cursor: pointer;
}


@media only screen and (max-width: 1060px) {
	
	#buy_coffee{
		font-size: 250%;
		margin: auto;
	}

	#coffee_support p{
		font-size: 120%;
	}

}

@media only screen and (max-width: 670px) {
	#buy_coffee{
		display : none;
	}
}