@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
body
{
	margin: 0;
	padding: 0;
	font-family: 'Lato', sans-serif;
	background-color: #000000;
	color: #ffffff;
}
h2
{
	margin: 0;
}
a
{
  color: #FFFFFF;
	text-decoration: none;
}
a:hover
{
	color: #A6A6A8;
}
ul li
{
	font-size: 1.2rem;
	margin-bottom: 5px;
}
.verysmallp
{
	font-size: 10px;
	letter-spacing: 0.5px;
}
.container
{
	width: 100%;
}
.content
{
	width: 95%;
	margin: 0 auto 0 auto;
}
header
{
	width: 100%;
  background-color: #000000;
	margin: 0;
	padding: 0;
}
.header-enclosure
{
	position: relative;
	height: 200px;
}
.BGCarier
{
	background-color: #272635;
	background-image: url('/img/headerBG.png');
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 150px;
}
.BGOpacity
{
	background-color: #272635;
	height: 150px;
	width: 100%;
	opacity: 0.7;
	position: absolute;
}
.siteTitle
{
	width: 250px;
	height: 150px;
	margin: 10px 0 0 40px;
	color: #F5C518;
	font-size: 50px;
	position: relative;
	display: inline-block; 
}
.barICO
{
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: 8px;
}
.menuICO
{
	right: 20px;
}
.movieICO
{
	left: 20px;	
}
.toggler
{
	background: #121212;
	width: 100vw;
	display: none;
	position: absolute;
	box-sizing: border-box;
}
.navigation
{
	padding: 10px 0;
	right: 0;
}
.navigation ul
{
	list-style: none;
	text-align: right;
	margin-right: 20px;
}
.moviesList
{
	padding: 10px 20px;
}
.navi
{
	letter-spacing: 5px;
	margin: 15px 0;
}
.navi a
{
	width: 10px;
	height: 10px;
	background-color: #f5c518;
	padding: 5px;
	border-radius: 15px;
	line-height: 40px;
	color: #121212
}
.navi a:hover
{
	color: #ffffff;
	text-decoration: none;
	background-color: #f48218;
}
.movieNames
{
	max-height: 300px;
	overflow-y: scroll;
	scrollbar-width: thin;
 	scrollbar-color: azure #E8E9F3;
}
.movieNames ul
{
	list-style: none;
	padding: 0;
}
.movieDetails
{
	width: 100%;
	margin: 5px auto;
}
.title
{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 120px;
	padding: 10px 20px;
	box-sizing: border-box;
	background-color: #2E2D29;
	margin: 0;
}
.MovieTitle
{
	margin: 0 0 15px 0;
	font-weight: 600;
	font-size: 1.6rem;
	color: #FFF;
}
.subtitle
{
	margin-top: 0;
	line-height: 5px;
	font-size: 0.9rem;
	color: #C5C4C2;
}
.rating
{
	width: 50px;
	height: 50px;
	background-color: #F5C518;
	border-radius: 25px;
	text-align: center;
}
.rating p
{
	color: #121212;
	line-height: 15px;
	font-weight: 600; 
}
.mainInfo
{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 20px 20px;
	box-sizing: border-box;
}
.poster img
{
	object-fit: fill;
	height: 200px;
	width:  fit-content;
}
.plot
{
	height: 240px;
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
}
.plot p
{
	vertical-align: top;
	text-align: left;
	font-size: 0.98rem;
	line-height: 20px;
	color: #FFFFFF;
}
.otherInfo
{
	width: 100%;
	padding: 10px 20px;
	box-sizing: border-box;
	background-color: #121212;
	margin: 0;
}
.otherInfo h4
{
	margin: 0 0 5px 0;
	color: #F5C518;
}
.otherInfo p
{
	margin: 0 0 5px 0;
}
.actionBTNs
{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 70px;
	padding: 10px 20px;
	box-sizing: border-box;
	background-color: #2E2D29;
}
.imdbLogo
{
	margin-top: 3px;
	width: 58px;
	cursor: pointer;
}
.removeICO
{
	width: 35px;
}
#Notification
{
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	padding: 30px;
	box-sizing: border-box;
	background-color: #2E2D29;
	color: #F2F2F2;
	border-radius: 25px;
	text-align: center;
}
.addMovie
{
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	border-radius: 25px;
	padding: 30px;
	box-sizing: border-box;
	background-color: #2E2D29;
	color: #F2F2F2;
}
.formElements
{
	font-family: 'Lato', sans-serif;
	padding: 0 10px 0 10px;
	box-sizing: border-box;
	width: 100%;
	height: 30px;
	border-radius: 5px;
	margin-bottom: 10px;
	border: none;
	background-color: #CECECE;
	color: #272635;
}
.formFile
{
  width: 100%;
	height: 40px;	
}
.addMovie button
{
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	width: 100%;
	height: 35px;
	background-color: #F6C800;
	color: #121212;
	border: none;
}
#moveSection
{
	background-color: #F5C518;
	font-weight: 600;
	padding: 5px;
}
.remover
{
	margin: 20px 0 0 0;
	padding: 0 20px;
	box-sizing: border-box;
}
.remover input
{
	display: block;
	margin: 10px 0;
}
.remover textarea
{
	max-width: 100%;
	max-height: 300px;
	height: 300px;
}
.FlexSub
{
	margin: 20px auto 0 auto;
	max-width: 100%;
	max-height: 300px;
	width: 100%;
	height: 300px;
}
textarea
{
	width: 100%;
	max-width: 100%;
	height: 75%;
	max-height: 75%;
	box-sizing: border-box;
}
.FlexSub button
{
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	width: 100%;
	height: 12%;
	background-color: #272635;
	color: #FFFFFF;
	border: none;
	display: block;
}
.genLinkresults
{
	overflow-y: scroll;
	scrollbar-width: thin;
  	scrollbar-color: white cadetblue;
	width: 100%;
	height: 85%;
	background-color: cadetblue;
	color: #FFFFFF;
	padding: 10px;
	box-sizing: border-box
}
.genLinkresults a
{
	color: aliceblue;
	font-size: 20px;
	display: block;
}
.genLinkresults a:hover
{
	color: antiquewhite;
}

@media (min-width: 1024px) {
	.navigation
	{
		width: 300px;
	}
	.addMovie
	{
		width: 30%;
	}
	#Notification
	{
		width: 30%;
	}
	.moviesList
	{
		width: 500px;
	}
	.movieDetails
	{
		width: 600px;
	}
	.flexi
	{
		display: flex;
	}
	.FlexSub
	{
		margin: 0 10px 0 0;
		max-width: 350px;
		max-height: 500px;
		width: 350px;
		height: 500px;
	}
	.genLinkresults
	{
		height: 75%;
	}
	.remover
	{
		width: 500px;
		margin: 20px 0 0 40px;
		padding: 10px 20px 10px 20px;
		border: thin solid #A6A6A8;
	}
	.remover input
	{
		display: unset;
		margin: 0 5px;
	}
}