/* FONT */

h1 {
	text-align: left;
	margin: 0 0 0 3%;
	padding: 0;
	font-size: 160%;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.25);
	line-height: 1em;
}

h2 {
	text-align: left;
	margin-left: 3%;
	padding: 0;
	font-size: 100%;
}

h2.homeSection {
  font-size: 150%;
	text-align: center;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.25);
	padding: 0;
}

h3 {
	text-align: left;
	margin: 0 0 1% 3%;
	padding: 0;
	font-size: 100%;
}

h3.contact {
	text-align: left;
	margin: 0 3%;
	padding: 0;
	color: #fff;
}

h3.thumbs {
	text-align: left;
	margin: 0 0 1% 0;
	padding: 0;
	font-size: 100%;
}

h3.related-docs {
	text-align: left;
	margin: 0 4%;
}

h3.film-title, h3.cinema {
	text-align: left;
	margin: 2% 0 0.5% 3%;
	padding: 0;
	font-size: 100%;
}

h5 {
	text-align: left;
	margin: 0.5% 0 3% 3%;
	padding: 0;
	font-style: italic;
}

p {
	text-align: left;
	font-size: 104%;
	margin: 0 3% 0 4%;
  padding: 0;
	line-height: 1.3em;
}

section.index p, .index-last p, .index-contact p {
  margin: 1% 8%;
	text-align: center;
	color: #555;
}

p.index, p.news, p.events {
	font-size: 110%;
	line-height: 1.5em;
	color: #666;
	margin: 15px 6% 4% 6%;
}



p.bio {margin: 25px 4%;}

p.film-bio {
	margin: 7px 4%; 
	color: #444;
}

p.contact {color: #dcdcdc;}

.grey {color: #778899;}

footer p {
	color:#fff;
	text-align: left;
	padding: 0.5%;
	margin: 0 0 0 10px;
	font-size: 75%;
}

.large {
	color: #778899;
	font-size: 2.2em;
	font-family: "Nickelodeon NF";
	src: url('fonts/NickelodeonNF.ttf') format('truetype');	
}

.bold {font-weight: bold;}

.underline {text-decoration: underline;}

.fig-cap {
	text-align: center;
	font-weight: bold;
	font-size: 80%;
}

.backwardsmail {
	color: #fff;
	font-weight: 500;
	font-size: 108%;
  unicode-bidi:bidi-override; 
  direction: rtl; 
}

.sitemap-backwardsmail {
	color: #000;
	font-weight: bold;
	font-size: 108%;
  unicode-bidi:bidi-override; 
  direction: rtl; 
}

.subHeading {
	font-style: italic;
	font-size: 55%;
	text-shadow: none;
}

.vertline {color: #fff; font-weight: bold;}

/* STYLES FOR SCREENS BELOW 46.3125 EM (741px) */
@media only screen and (max-width : 46.3125em) {
	h1 {font-size: 140%;}
	h2.homeSection {font-size: 140%;}
}

/* STYLES FOR SCREENS BELOW 37.5 EM (600px) */
@media only screen and (max-width : 37.5em) {
	footer p {font-size: 65%;}
	h2.homeSection {font-size: 130%;}
}


/* STYLES FOR SCREENS BELOW 26.25 EM (420px) */
@media only screen and (max-width : 26.25em) {
	p {font-size: 95%;}
	p.index {font-size: 100%;}
	h1 {font-size: 120%;}
	h3 {font-size: 90%;}
	h3.film-title, h3.cinema {font-size: 93%;}
	h2.homeSection {font-size: 120%;}
}

/* STYLES FOR SCREENS BELOW 21.25 EM (340px) */
@media only screen and (max-width : 21.25em) {
	p {font-size: 85%;}
	h1 {font-size: 100%;}
	h3 {font-size: 80%;}
	h3.film-title, h3.cinema {font-size: 80%;}
	h2.homeSection {font-size: 110%;}
}

/* IMGAGES */

.desktop-header {
	display: block;
	width: 100%;
	height: auto;
}

.mobile-header {display: none;}

img.star-portraits {
	float: left;
	margin: 15px 2% 0 4%;
	width: 20%;
	height: auto;
	border: 2px solid #ccc;
}

.section-img {
	width: 40%;
	height: auto;
	margin-top: 2%; 
	margin-left: 31.5%;
  hover-shadow transition: 0.6s;
}

.section-img:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.polaroid-stars {
	float: left;
	width: 100%;
  max-width: 195px;
	height: auto;
 	background-color: #000;
  margin: 4px;
	padding-bottom: 2px;
	text-align: center;
	font-weight: bold;
	font-size: 90%;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.polaroid-gallery {
	width: 100%;
	height: auto;
}

.fb-icon {
	width: 100%;
	max-width: 25px;
	height: auto;
}

.about-us {
	display: block;
	width: 100%;
	max-width: 110px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

.sitemap {
	background-image: url('../images/sitemap-bg.png');
	background-size: cover;
}

.pdf-icon {
	width: 100%;
	max-width: 24px;
	height: auto;
	margin: 0 0 -8px 1.5px;
	padding: 0;
}

/* STYLES FOR SCREENS BELOW 52.5 EM (840px) */
@media only screen and (max-width : 52.5em) {
	.polaroid-stars {
					width: 31%;
					font-size: 75%;
	}
	.film-stills, .cinemas-dublin {width: 16%;}
	.cinemas-dublin-bohemian {width: 23%;}
}

/* STYLES FOR SCREENS BELOW 40.625 EM (650px) */
@media only screen and (max-width : 40.625em) {
	img.star-portraits {width: 30%;}
	.film-stills, .cinemas-dublin {width: 21%;}
	.cinemas-dublin-bohemian {width: 28%;}
	.section-img {
					width: 45%; 
					margin-left: 29%;} 
}

/* STYLES FOR SCREENS BELOW 27.5 EM (440px) */
@media only screen and (max-width : 27.5em) {
	img.star-portraits {width: 35%;}
	.film-stills, .cinemas-dublin {width: 26%;}
	.cinemas-dublin-bohemian {width: 33%;}
	.polaroid-stars {
					width: 40%;
					font-size: 80%;
	}
	.section-img {
					width: 50%; 
					margin-left: 27%;}
					
	.desktop-header {display: none;}

  .mobile-header {
				 display: block;
				 width: 100%;
				 height: auto;
}
	
	.fb-icon {
				width: 80%;
	}
	
	.pdf-icon {
	width: 90%;
	max-width: 24px;
	height: auto;
	margin: 0 0 -6px 0;
	padding: 0;
 }
}

/* STYLES FOR SCREENS BELOW 21.25 EM (340px) */
@media only screen and (max-width : 21.25em) {
	img.star-portraits {width: 40%;}
	.polaroid-stars {
					font-size: 60%;
	}
}

/* STYLES FOR SCREENS BELOW 20 EM (320px) */
@media only screen and (max-width : 20em) {
	.fb-icon {width: 75%;}
}