@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

body
{
	margin: 0;
	font-family: 'Lato', sans-serif;
	background-color: #E8E9F3;
}
h1
{
	margin: 0px 0px 20px 0px;
	text-decoration: underline;
	text-decoration-color: cadetblue;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: black;
}
h2
{
	margin: 0;
}
h3
{
	padding: 0;
	margin: 0 0 20px 0;
}
a
{
  color: #A6A6A8;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
	color: #272635;
}
.verysmallp
{
	font-size: 10px;
	letter-spacing: 0.5px;
}
.dimLink
{
	opacity: 0.5;
}
.dimLink:hover
{
	opacity: 1;
}
.container
{
	width: 100%;
}
.content
{
	width: 95%;
	margin: 0 auto 0 auto;
}
.flexi
{
	display: flex;
}
.stacked
{
	display: flex;
	flex-direction: column-reverse;
}
.followline
{
	display: inline-block;
}
.whitep
{
	color: #FFFFFF;
}
header
{
	width: 100%;
	height: 190px;
  background-color: #272635;
}
header p
{
	color: #FFFFFF;
	display: inline;	
}
.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: #FFFFFF;
	font-size: 50px;
	position: relative;
	display: inline-block; 
}
.navlinks
{
	text-transform: uppercase;
	font-size: 15px;
	color: #FFFFFF;
}
.navlinks:hover
{
	color: #A6A6A8;
	text-decoration: none;
}
#Notification
{
	background-color: #FFFFFF;
	width: 380px;
	height: 75px;
	margin: 200px 0 0 135px;
	border-radius: 25px;
	position: relative;
	display: none;
	text-align: center;
	padding: 50px 10px 10px 10px;
	letter-spacing: 2px;
}
.addMovie
{
	background-color: #FFFFFF;
	width: 200px;
	height: 180px;
	margin: 10px 0 0 50px;
	border-radius: 25px;
	position: absolute;
	padding: 30px 40px 10px 20px;
	display: none;
}
.formElements
{
	font-family: 'Lato', sans-serif;
	padding: 0 10px 0 10px;
	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: #272635;
	color: #FFFFFF;
	border: none;
}
p.Section
{
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	padding-right: 20px;
	text-align: right;
	background-color: #272635;
	margin-top: 0px;
}
.movieNames
{
	width: 700px;
	max-height: 700px;
	overflow-y: scroll;
	font-size: 22px;
	line-height: 40px;
	margin: 20px auto 0px auto;
	color: brown;
	scrollbar-width: thin;
 	scrollbar-color: azure #E8E9F3;
}
.movieLink
{
 display: block;
}
.movieLink p
{
  display: inline;
	margin-left: 20px;
}
.imdbLogo
{
	width: 40px;
	height: 18px;
}
.removeICO
{
	width: 20px;
	height: 20px;
	float: right;
	margin: 10px 10px 0 0;
}
.movieDetails
{
	width: 1000px;
	margin: 20px auto 0 auto;
}
.overview p
{
	letter-spacing: 1px;
	vertical-align: middle;
	display: table-cell;
}
.overview div
{
	display: table;
}
.title
{
	width: 1000px;
	height: 60px;
	background-color: #B1E5F2;
	border-radius: 30px;
	margin: 0;
	z-index: -1;
}
.title p
{
	font-weight: 600;
	font-size: 20px;
	text-transform: uppercase;
	color: #272635;	
	padding-left: 22px;
}
.rating
{
	width: 60px;
	height: 60px;
	background-color: #272635;
	border-radius: 30px;
	float: right;
}
.rating p
{
	color: #FFFFFF;
	padding-left: 14px;
}
.poster
{
	position: absolute;
	margin-left: 25px;
	z-index: -1;
}
.poster img
{
	object-fit: fill;
	height: 400px;
	width:  fit-content;
	border-radius: 0 0 0 30px;
}
.allDetails
{
	background-color: #FFFFFF;
	border-radius: 0 0 30px 0;
	width: 650px;
	height: 385px;
	margin-left: 325px;
	padding-bottom: 15px;
}
.genre
{
	height: 60px;
	width: 628px;
}
.genre p
{
	padding-left: 22px;
	text-transform: uppercase;
	font-size: 18px;
	color: #615E82;
}
.runtime
{
	text-align: right;
}
.plot
{
	height: 200px;
	width: 582px;
	padding: 0 22px 0 22px;
}
.plot p
{
	vertical-align: top;
	text-align: justify;
	font-size: 20px;
	letter-spacing: 0px;
	line-height: 35px;
	color: #474748;
}
.details
{
	height: 50px;
	padding-left: 22px;
}
.details p
{
	font-size: 15px;
	color: #615E82;
	text-transform: uppercase;
}
.remover
{
	margin: 20px 0 0 40px;
	padding: 10px 20px 10px 20px;
	border: thin solid #A6A6A8;
	display: inline-block;
}
textarea
{
	max-width: 420px;
	max-height: 500px;
	width: 420px;
	height: 500px;
}
.FlexSub
{
	margin: 20px 10px 0 0;
}
.FlexSub button
{
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	width: 429px;
	height: 35px;
	background-color: #272635;
	color: #FFFFFF;
	border: none;
	display: block;
}
.genLinkresults
{
	overflow-y: scroll;
	scrollbar-width: thin;
  	scrollbar-color: white cadetblue;
	max-height: 488px;
	width: 420px;
	height: 488px;
	background-color: cadetblue;
	color: #FFFFFF;
	padding: 10px;
}
.genLinkresults a
{
	color: aliceblue;
	font-size: 20px;
	display: block;
}
.genLinkresults a:hover
{
	color: antiquewhite;
}