@charset "UTF-8";

body {
	font-family: Kanchenjunga;
	background: #010101;
	color: white;
	padding-left: 40px;
	padding-right: 40px;
	margin: 0px;
}

nav ul {
	list-style-type: none;
}

img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

/******* Nav Styles *******/

#mobilenav h1 {
	font-family: Bahianita;
	font-weight: 400;
	color: #A0404D;
	font-size: 35px;
	position: absolute;
	top: 10px;
	padding-right: 50px;
	letter-spacing: 2px;
}

#mainnav ul {
	display: flex;
	position: relative;
	left: 220px;
	top: 10px;
}

#mainnav ul li a {
	text-decoration: none;
	color:white;
	line-height:60px;
	padding-right: 30px;
	font-size: 12px;
}

#mainnav ul li a:hover {
	color: rgba(78,125,133,1.00);
}

/******* Main Bg Styles *******/

#mainbg img {
	width: 100%;
	height: 100%;
}

#mainbg h1 {
	position: absolute;
	top: 105px;
	right: 407px;
	font-family: Cal Sans;
	font-size: 10px;
}

#mainbg h2 {
	position: absolute;
	top: 40px;
	left: 80px;
	font-size: 32px;
	font-family: Cal Sans;
	font-weight: 400;
}

.date {
	position: absolute;
	top: 660px;
	right: 50px;
	font-size: 15px;
}

.synopsis {
	font-size: 15px;
	text-align: center;
	position: absolute;
	top: 130px;
}

/******* Main Div Styles *******/

#gallerycontainer {
	display: grid;
	grid-template-columns: 1fr;
	grid-row-gap: 20px;
	grid-column-gap: 20px;
}

#main h1 {
	font-size: 25px;
	padding-bottom: 8px;
}

.paragraphalignment {
	text-align: center;
}

#review {
	font-size: 15px;
	font-family: Cal Sans;
}

.description {
	color: #A0404D;
}

.watchnow {
	position: absolute;
	top: 2365px;
	left: 47px;
	font-family: Cal Sans;
	font-size: 15px;
	letter-spacing: 1px;
}

#trailerimage img {
	width: 100%;
	height: 100%;
}

#playbutton img {
	width: 10%;
	height: 10%;
}

#playbutton {
	position: absolute;
	top: 2220px;
	right: 32px
}

/******* Footer Styles *******/

footer p {
	font-size: 15px;
	position: absolute;
	top: 2345px;
	left: 340px;
}

footer {
	display: flex;
}

#sociallinks {
	display: flex;
	position: absolute;
	top: 2330px;
	left: 385px;
}

@media only screen and (min-width: 600px) {
	
/******* Nav Styles *******/

#toplayout {
	display: flex;
}

#mobilenav h1 {
	font-family: Bahianita;
	font-weight: 400;
	color: #A0404D;
	font-size: 3em;
	position: relative;
	top:-30px;
	padding-right: 50px;
	letter-spacing: 2px;
}
	
#mainnav ul {
	display: block;
}
	
#mainnav ul li a {
	text-decoration: none;
	color:white;
	line-height:60px;
	font-size: 22px;
}

.gallery {
	position: absolute;
	left: -220px;
	bottom: 200px;
}

.trailer {
	position: absolute;
	left: -220px;
	bottom: 140px;
}

.tickets {
	background: #780A1C;
	position: absolute;
	left: -220px;
	bottom: 80px;
}

/******* Main Bg Styles *******/

#mainbg {
	display: inline-block;
}

#mainbg img {
	float: right;
}

#mainbg h1 {
	position: absolute;
	bottom: 485px;
	left: 275px;
	font-family: Cal Sans;
	font-size: 13px;
}

#mainbg h2 {
	position: absolute;
	bottom: 330px;
	left: 270px;
	font-size: 85px;
	font-family: Cal Sans;
	font-weight: 400;
}

.date {
	position: absolute;
	bottom: -235px;
	left: 920px;
	font-size: 25px;
}

.synopsis {
	position: absolute;
	top: 200px;
	left: 272px;
	font-size: 18px;
	max-width: 400px;
	text-align: left;
}

/******* Main Div Styles *******/

#gallerycontainer {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-row-gap: 20px;
	grid-column-gap: 20px;
}

#main h1 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.paragraphalignment {
	text-align: center;
}

#review {
	font-size: 20px;
	font-family: Cal Sans;
}

.description {
	color: #A0404D;
}

.watchnow {
	font-family: Cal Sans;
	font-size: 20px;
	letter-spacing: 1px;
	position: absolute;
	top: 2060px;
	left: 55px;
}

#playbutton {
	position: absolute;
	top: 1760px;
	left: 16px;
}

/******* Footer Styles *******/

footer p {
	font-size: 20px;
	position: absolute;
	top: 2040px;
	left: 1020px;
}
	
footer {
	display: flex;
}

#sociallinks {
	display: flex;
	position: absolute;
	top: 2040px;
	left: 1080px;
}
	
}