@charset "UTF-8";
/* CSS Document */

/* Set some whole site styling. */
html, body {
	width: 100%;
	height: 100%;
	// height: 100vh;
	color: black;
	margin: 0;
	border: 0;
	padding: 0;
	line-height: 175%;
}



/* Font */
/* This is for most copy */
html, body {
	font-family: "Cutive Mono", "Courier New", Courier, Monospace;
	font-size: 11pt;
}

/* This is for headers and certain special copy */
h1, #volunteer, #ambassador, #sponsor, #census-header-image, #census-about, #visit2012, #buy-now-box, #buyNow, #main-links, ul.topnav li, .roboto {
	font-family: "Roboto Slab", "Lucinda Console", Monaco, Monospace;
}

h1, #census-header-image, #census-about, #reportdescription, #visit2012, #buy-now-box, #buyNow, #main-links, ul.topnav li, .masthead-strong, .roboto {
	font-size: 9pt;
	font-weight: 900;
}

/* Elements We Want Bold */
#census-header-image p {
	font-weight: 900;
}

/* Navigation Box Font Size */
ul.topnav {
	font-size: 10pt;
}

/* Navigation Box Menu Icon */
ul.topnav li.icon {
	font-size: 18pt;
}

/* Homepage Header */
header p#headline-index {
	font-size: 14pt;
}

header p#clancy {
	font-size: 7pt;

}

/* Header Elsewhere */
header p#headline {
	font-size: 14pt;
	text-transform: uppercase;
	margin: .1em inherit 0 inherit;
	padding: 0 inherit;
	line-height: 100%;
	-webkit-margin-before: .5em;
	-webkit-margin-after: 0;
}

/* Service Mailto Links */
#volunteer a, #ambassador a, #sponsor a {
	font-size: 10pt;
}

#service-main h2 {
	font-size: 12pt;
	margin: 0;
	text-decoration: underline;
}

/* Masthead */
#your-name-here {
	font-size: 9pt;
	padding-bottom: .5em;
}

/* Census Header */
#census-header-image {
	text-align: center;
	font-size: 12pt;
	margin-bottom: 4em;
}

/* Some other font classes */
.cutive {
	font-family: "Cutive Mono", "Courier New", Courier, Monospace;
	font-size: 11pt;
	letter-spacing: 0;
}

.allcaps, .topnav li {
	text-transform: uppercase;
}

span.opening-words {
	font-weight: 900;
}

.airout {
	letter-spacing: 2px;
}



/* Colors */
/* Various elements in red */
a:hover, hr, #copyright {
	color: #e24040;
}

header {
	background-color: #e24040;
}

header a:hover {
	color: white;
}

header.index-header {
	background-color: #f4eddf;
	color: black;
}

header.index-header a {
	color: black;
}

header.index-header a:hover {
	color: #e24040;
}

/* White text in header */
header, header a {
	color: white;
}
/* But black for nav box items */
ul.topnav li:not(.icon) a {
	color: black;
}

/* Thin, solid, red border */
#thisisreal div, #visit2012, #visit2012Copy, #visit2012Arrow, #buy-now-box, #buy-now-copy, #buy-now-arrow, #buyNow, #buyNowCopy, #buyNowArrow, .tooltip .tooltiptext {
	border: thin solid #e24040;
}
/* Double red border */
#thisisreal, ul.topnav.responsive {
	border-style: double;
	border-width: .5em;
	border-color: #e24040;
}

/* Non-hovered links kept black */
a {
	color: black;
}

/* Backgrounds in cream */
html, body {
	background-color: #f4eddf;
}




/* Division Styling */
div {
	margin: 0 0 1em 0;
	padding: 0;
	border: 0;
}

div.main {
	margin: 3em 10% 0 10%;
}

div.two-columns {
	column-count: 2;
	-webkit-column-count: 2;
	-moz-column-count: 2;

	column-gap: 2em;
	-webkit-column-gap: 2em;
	-moz-column-gap: 2em;

	width: 50%;
	margin: 0 auto;
}

div.three-columns {
	column-count: 3;
	-webkit-column-count: 3;
	-moz-column-count: 3;

	column-gap: 2em;
	-webkit-column-gap: 2em;
	-moz-column-gap: 2em;

	width: 70%;
	margin: 0 auto;
}

div.four-columns {
	column-count: 4;
	-webkit-column-count: 4;
	-moz-column-count: 4;

	column-gap: 2em;
	-webkit-column-gap: 2em;
	-moz-column-gap: 2em;

	width: 80%;
	margin: 0 auto;
}


/* Borders */
div.double-border {
	border-style: double;
	border-width: .5em;

}



/* Flex Box Styling */
.flex-container {
	/* Style the flex box container */
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: stretch;
	-webkit-align-items: stretch;
	align-content: stretch;
	-webkit-align-content: stretch;
	margin: 0;

}

.flex-container-rows {
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
}

.flex-container-rows-screenshots {
	align-content: center;
	-webkit-align-content: center;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-around;
	-webkit-justify-content: space-around;
}

.flex-container-columns {
	flex-flow: column nowrap;
	-webkit-flex-flow: column nowrap;
}

.flexbox {
	flex: 1 1 100%;
	-webkit-flex: 1 1 100%;

	margin: 0;
	padding: 1em;
	align-self: auto;

}

.flexbox-app-screenshot {
	flex: 1 1 20%;
	-webkit-flex: 1 1 20%;
	align-self: auto;
}

.flexbox-header-item {
	flex: 1 1 15%;
	-webkit-flex: 1 1 15%;
	align-self: auto;
}

.flexbox-header-headline {
	flex: 3 3 45%;
	align-self: auto;
}

.flexbox-footer-item {
	flex: 1 1 20%;
	-webkit-flex: 1 1 20%;
}

/* Header */
header {
	margin: 0;
	padding: 0;
}

header div {
}

header div p {

}

header h1 {
	text-align: center;

}

header + div {
	clear: both;
}


#headline {
	text-align: center;
	margin-right: 6em;
}

#headline-index {
	text-align: center;
	margin-bottom: 0;
	padding: inherit 2em;
}

#clancy {
	text-align: center;
	margin-top: 0;
}

#house-icon {
	margin: 0 .5em 0 3em;
	padding: 0;
	width: 6em;
	line-height: 100%;
}

#house-icon img {
}

a#header-icon-link {
	margin: 0;
	padding: 0;
}

#antenna-icon {
	text-align: right;
	margin: .5em 3em .5em .5em;
	width: 3em;
	z-index: 2;
}


/* Navigation */
nav {
	margin: 0;
	padding: 0;
}

ul.topnav {
	list-style-type: none;

	margin: 0;
	padding: 0 .5em 0 .5em;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: .5em;
	z-index: 0;

	text-align: right;

	border-style: double;
	border-width: .5em;
	border-color: transparent;
}

ul.topnav.index {
	/* Removing display on index screen for large screens. */
	display: none;
}

ul.topnav li {
	display: none;
	padding: 0;
	margin: 0;
	background-position: 100%;
}

ul.topnav li a {
	display: block;
	text-decoration: none;
	transition: 0.3s;
	padding: 0;
	margin: 0;
}

ul.topnav li.icon {
	display: block;
	text-align: right;
}

/* Javascript adds class "responsive" to the list when icon is clicked */
ul.topnav.responsive {
	margin: 0;
	padding: 0 .5em 0 .5em;
	top: 0;
	right: .5em;
	z-index: 1000;
	background-color: #f4eddf;
}

ul.topnav.responsive {
}

ul.topnav.responsive li.icon a {
	color: black;
}

ul.topnav.responsive li {
	display: block;
}




/* Footer */
footer {
	clear: both;
	position: relative;
	padding-bottom: 1em;
	margin-top: 3em;
	margin-bottom: 2em;
}

footer p {
	text-align: center;
}

#social-links {
	padding-bottom: 0;
	margin-bottom: 0;
}

#social-links p {
	-webkit-margin-after: 0;
	-webkit-margin-before: 0;
}

#copyright {
	font-size: .9em;
	padding: 0;
	margin-top: 0;
}





/* Images */
div > img {
	width: 100%;
}

#social-links > p > a > img {
	width: 1em;
}

div#join img {
	width: 30%;
}


#squirrel-census-main-image {
	width: 60%;
}

#seal {
	width: 17%;
}

#report-image {
	width: 70%;
	margin-top: 3em;
	margin-bottom: 3em;
}

#report {
	width: 40%;
}

#this-is-real {
	width: 40%;
}

#squirrel-haunches {
	width: 15%;
}

#squirrel-shoppe {
	width: 60%;
	margin-top: 3em;
	margin-bottom: 3em;
}

#arrow, #arrow2 {
	width: 90%;
}

#acorn {
	width: 3%;
	position: absolute;
	right: -5%;
	bottom: -2%;
}

#special-thanks img {
	width: 65%;
}

#golden-acorn img {
	width: 16%;
}

#silver-acorn img {
	width: 16%;
}

#locally-grown img {
	width: 21%;
}

#founder img {
	width: 15%;
}

#census-team img {
	width: 13%;
}

#art-department img {
	width: 10%;
	padding-top: 1em;
}

#key-advisors img {
	width: 15%;
}

#volunteers img {
	width: 7%;
}

#manhattan img {
	width: 55%;
}

#golden-acorn2017 img {
	width: 21%;
}

#silver-acorn2017 img {
	width: 21%;
}

#sponsors201516 img {
	width: 65%;
}


#cinema-header img {
	width: 30%;
}


/* The Splash Page */
#donate-div {
	width: 1026px;
	margin: 3em auto;
	position: relative;
	text-align: center;
	color: #e24040;
	
}

#donate-div div {
	margin: 0 auto;
	position: relative;
}

#pizza-squirrel {
	width: 60%;
	margin: 1em auto;
	position: relative;
}

#donate-button {
	width: 20%;
	margin: 1em auto;
	position: relative;
}

#donate-form {
	width: 20%;
	text-align: center;
	margin: 1em auto;
	position: relative;
}


#donate-form input {
	margin: 0;
	padding: 0;
	border: 0;
}

#donate-div p {
	width: 60%;
	text-align: center;
	margin: 1em auto;
}

#dreams, #cpny_dates, #cpny_place {
	font-size: 13pt;
}

p#cpny_dates {
	margin-bottom: 0em;
}

p#cpny_place {
	margin-top: 0em;
}

#donate-div a {
	font-size: 12pt;
    color: #e24040;
    text-decoration: none;
}

#donate-div a#monies, #donate-div a#please-volunteer {
	font-size: 9pt;
}

#donate-div h2 {
	margin-top: 2em;
}

hr.short-center {
	width: 25%;
	margin: 3em auto -2em auto;
	border-top: .15em solid;
}

.button-area {
  margin: 10px auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 50%;
  align-items: center;
  /* justify-content: center; */
}

.button-area a {
    padding: 1em 2.4em;
    font-size: .9em;
    margin: 1em 1em 0 1em;
    color: #e24040;
    text-decoration: none;
	border: 5px solid red;
	width: 100px;
    flex-grow: 1;
    text-align: center;
}

.two-column {
  margin: 10px auto;
  padding: 0 0 1em 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 50%;
  align-items: center;
  /* justify-content: center; */
}

.two-column a {
    padding: 0em 0em;
    font-size: .9em;
    margin: 0em 1em 0 1em;
    color: #e24040;
    text-decoration: none;
	border: 5px solid transparent;
	width: 100px;
    flex-grow: 1;
    text-align: center;
    align-self: flex-start;
}

#command-center {
    padding: 1em 2.4em;
    font-size: .9em;
    margin: 10px auto;
    color: #f4eddf;
    background-color: #e24040;
    text-decoration: none;
    border: 5px solid #e24040;
    border-radius: 25px;
    width: 25%;
    text-align: center;
}

div#command-center a {
    color: #f4eddf;
}

#sponsors-cpsc h1 {
    font-size: 1.2em;
}

#sponsors-cpsc p {
    margin-bottom: 0;
    margin-top: 0;
}

/* The Home Page */
#index-main {
	margin: 0;
	padding: 0;
}

#squirrelhouse {
	width: 1026px;
	height: 545px;
	min-height: 545px; /* Some browsers (Safari, Firefox) will collapse the div to 0 if there's no content */
	overflow: auto;

	background-image: url(../img/alteredhouse.png);
	-webkit-background-image: url(../img/alteredhouse.png);

	background-size: contain;
	-webkit-background-size: contain;
	-o-background-size: contain;
	-moz-background-size: contain;

	background-position: center bottom;
	background-repeat: no-repeat;


	/* background-color: white; */

	margin: 0 auto;
	padding: 0;

	/* Relative position so that contained views will be placed relative to the container */
	position: relative;
}

.hover-window {
	position: absolute;
	margin: 0;
	padding: 0;
}

#shop-window {
	width: 102px;
	height: 104px;
	top: 261px;
	left: 38px;
}

#shop-window:hover, #shop-window:active {
	background-image: url("../img/Hover_Shoppe.png");
	-webkit-background-image: url("../img/Hover_Shoppe.png");
}

#service-window {
	width: 128px;
	height: 93px;
	top: 80px;
	left: 602px;
	z-index: 2;
}

#service-window:hover, #service-window:active {
	background-image: url("../img/Hover_Service.png");
	-webkit-background-image: url("../img/Hover_Service.png");
}

#antenna {
	width: 310px;
	height: 173px;
	top: -12px;
	left: 570px;
	z-index: 1;
}

#antenna:hover, #antenna:active {
	// background-image: url("../img/Hover_Antenna.gif");
	// -webkit-background-image: url("../img/Hover_Antenna.gif");
	background-image: url("../img/altered_antenna-300px.gif");
	-webkit-background-image: url("../img/altered_antenna-300px.gif");
	background-size: cover;
}	

#telescope {
	width: 127px;
	height: 147px;
	top: 17px;
	left: 840px;
	z-index: 2;
}

#telescope:hover, #telescope:active {
	background: #f4eddf;
	background-image: url("../img/03-hover_sc-house_app-135px.gif");
	-webkit-background-image: url("../img/03-hover_sc-house_app-135px.gif");
	background-size: cover;
}

#emoji {
	width: 249px;
	height: 158px;
	top: 7px;
	left: 210px;
	background-image: url("../img/squirrel-emoji.gif");
	-webkit-background-image: url("../img/squirrel-emoji.gif");
}

#emoji:hover {
	background-repeat: no-repeat;
	background-image: url("../img/signpetition.png"), url("../img/signpetitionbackground.png"), url("../img/squirrel-emoji.gif");
	-webkit-background-image: url("../img/signpetition.png"), url("../img/signpetitionbackground.png"), url("../img/squirrel-emoji.gif");

}

#emoji-disabled {
	background-image: none;
}

#census-window {
	width: 153px;
	height: 126px;
	top: 284px;
	left: 174px;
}

#census-window:hover {
	background-image: url("../img/Hover_Census.png");
	-webkit-background-image: url("../img/Hover_Census.png");
}

#home-window {
	width: 93px;
	height: 120px;
	top: 300px;
	left: 526px;
}

#home-window:hover, #home-window:active {
	background-image: url("../img/home_hover.png");
	-webkit-background-image: url("../img/home_hover.png");
}

#cinema-window {
	width: 152px;
	height: 126px;
	top: 285px;
	left: 324px;
}

#cinema-window:hover, #cinema-window:active {
	background-image: url("../img/Hover_Cinema.png");
	-webkit-background-image: url("../img/Hover_Cinema.png");
}

#audio-photo-window {
	width: 155px;
	height: 125px;
	top: 286px;
	left: 660px;
}

#audio-photo-window:hover, #audio-photo-window:active {
	background-image: url("../img/Hover_Audio.png");
	-webkit-background-image: url("../img/Hover_Audio.png");
}

#masthead-window {
	width: 153px;
	height: 122px;
	top: 291px;
	left: 810px;
}

#masthead-window:hover, #masthead-window:active {
	background-image: url("../img/Hover_Masthead.png");
	-webkit-background-image: url("../img/Hover_Masthead.png");
}

#nextLeap {
	width: 747px;
	height: 200px;
	min-height: 200px; /* Some browsers (Safari, Firefox) will collapse the div to 0 if there's no content */
	overflow: auto;

	margin: 2em auto;
	padding: 0;

	/* Relative position so that contained views will be placed relative to the container */
	position: relative;

}

#nextLeapBox {
	width: 100%;
	height: 100%;
	background-image: url("../img/03_sc-next-big-leap_01-static-01.png");
	-webkit-background-image: url("../img/03_sc-next-big-leap_01-static-01.png");

	overflow: auto;

	background-size: contain;
	-webkit-background-size: contain;
	-o-background-size: contain;
	-moz-background-size: contain;

	background-position: center bottom;
	background-repeat: no-repeat;

	margin: 0 auto;
}

#nextLeapBox:hover, #nextLeapBox:active {
	background-image: url("../img/03_sc-next-big-leap_01-hover-01.png");
	-webkit-background-image: url("../img/03_sc-next-big-leap_01-hover-01.png");
}

/* Hide (but style) the alternative div links for mobile */
#main-links {
	display: none;

	text-align: center;
}

#main-links a {
	text-decoration: none;
}





/* Styling for the Service Page */
#join, #everywhere {
		flex: 3 3 100%;
		-webkit-flex: 3 3 100%;
}

#volunteer, #ambassador, #sponsor {
	/* Making this not only a flex item, but also a flex container of its contained elements */
	display: flex;
	display: -webkit-flex;
	align-items: stretch;
	-webkit-align-items: stretch;
	flex-direction: column;
	-webkit-flex-direction: column;

	/* Style the flex item */
	flex: 1 1 10%;
	-webkit-flex: 1 1 10%;

	border: thin solid black;
	padding-bottom: 0;
}

#volunteer p:first, #ambassador p:first, #sponsor p:first {
	margin-bottom: auto;
}

.stickybottom {
	display: flex;
	display: -webkit-flex;
	flex: 1;
	-webkit-flex: 1;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	justify-content: center;
	-webkit-justify-content: center;
}

#service-main-wrapper {
	margin: 3em 10% 0 10%
}

#service-main {
	text-align: center;
}


#join, #everywhere {
	border-bottom: thin solid black;
}





/* Census Report Page */
/* Div styling for all divs within the main section of the census page */
.census-main {
	text-align: center;
	padding: inherit auto;
	margin: 2em 10%;
}


hr {
	border-top: .35em double;
	border-left: 0;
	margin: 1em 0;
	padding: 1em 0;
}

#thisisreal {
	margin-top: 4em;
	margin-bottom: 4em;
}

#thisisreal div {
	margin: 0;
	padding: 1em;
}

#reportdescription {

}

#closing {
	margin-bottom: 4em;
}


#visit2012, #buy-now-box, #buyNow {
	font-weight: bold;
	margin: 1em auto;
	padding: auto 0;
	text-align: center;
	position: relative;
}

#visit2012 {
	width: 55%;
}

#buy-now-box {
	width: 30%;
}

#visit2012 a, #buy-now-box a, #buyNow a, .noDecoration {
	margin: 0;
	padding: 0;
	border: 0;

	text-decoration: none;

}


/* #visit2012copy, #visit2012arrow, #buy-now-copy, #buy-now-arrow {
	flex: 1 1;
	-webkit-flex: 1 1;

	margin: 0;
	padding: auto;

	vertical-align: middle;

}
*/

/*
#visit2012copy {
	flex-basis: 70%;
}

#visit2012arrow {
	flex-basis: 20%;
}
*/

#buy-now-copy {
	flex-basis: 50%;
}

#buy-now-arrow {
	flex-basis: 40%;
}

#buyNow {
	width: 30%;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	align-items: stretch;
	-webkit-align-items: stretch;
	justify-content: stretch;
	-webkit-justify-content: stretch;
	flex-direction: row;
	-webkit-flex-direction: row;
	padding: 0;

}

#buyNowCopy {
	display: flex;
	display: -webkit-flex;

	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;

	max-width: 50%;
	-webkit-max-width: 50%;
	width: 50%;
	margin: 0;
	flex-grow: 1;
	align-self: stretch;
}

#buyNowArrow {
	display: flex;
	display: -webkit-flex;

	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;

	max-width: 50%;
	-webkit-max-width: 50%;
	width: 50%;
	margin: 0;
	padding: 0;
	flex-grow: 1;
	align-self: stretch;
}


#visit2012 {
	width: 55%;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	align-items: stretch;
	-webkit-align-items: stretch;
	justify-content: stretch;
	-webkit-justify-content: stretch;
	flex-direction: row;
	-webkit-flex-direction: row;
	padding: 0;

}

#visit2012Copy {
	display: flex;
	display: -webkit-flex;

	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;

	max-width: 70%;
	-webkit-max-width: 70%;
	width: 70%;
	margin: 0;
	flex-grow: 1;
	align-self: stretch;
}

#visit2012Arrow {
	display: flex;
	display: -webkit-flex;

	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;

	max-width: 30%;
	-webkit-max-width: 30%;
	width: 30%;
	margin: 0;
	padding: 0;
	flex-grow: 1;
	align-self: stretch;
}

#census-the-count-copy {
	column-count: 3;
	-webkit-column-count: 3;
	-moz-column-count: 3;

	column-gap: 2em;
	-webkit-column-gap: 2em;
	-moz-column-gap: 2em;

	position: relative;

}

#census-the-count-copy p {
	text-align: left;
}

#census-the-count-copy > p:first-child {
	margin-top: 0;
}

#census-the-count-copy > p:last-child {
	margin-bottom: 0;
}



/* Masthead Styling */
.masthead-main {
	text-align: center;
	padding: inherit auto 2em auto;
	margin: 2em 10%;
}

.masthead-main p {
	margin: 0;
	passing: 0;
}

#masthead-main-wrapper {
	margin: 3em 10% 0 10%
}

#masthead-main {
	text-align: center;
}

#masthead-main p {
	margin: 0;
	padding: 0;
}

#locally-grown {
	padding-bottom: 2em;
}

ul.leaders {
	width: 70%;
	padding: 0;
	margin: 0 auto;
	overflow-x: hidden;
	list-style: none;
}

ul.leaders li {
	width: 100%;
}

ul.leaders li:before {
	float: left;
	width: 0;
	white-space: nowrap;
	content:
". . . . . . . . . . . . . . . . . . . . "
". . . . . . . . . . . . . . . . . . . . "
". . . . . . . . . . . . . . . . . . . . "
". . . . . . . . . . . . . . . . . . . . "
}


ul.leaders li {
	clear: both;
}

ul.leaders span:first-child {
	float: left;
	padding-right: 0.33em;
	background: #f4eddf;
}

ul.leaders span + span {
	float: right;
	padding-left: 0.33em;
	background: #f4eddf;
}

div#art-department {
	margin: inherit 0;
	width: 80%;
}

div#art-department-wrapper {
	clear: both;
	padding-top: 1em;
}

div#key-advisors {
	clear: both;
	padding-top: 2em;
}

div.name-title {
	margin: 0;
	padding: 0;
	width: 25%;
	float: left;
}

div.name-title p:first-child {
}


/* Squirrel Sighter App Page */
div#app-main {
	margin: inherit 10%;
}

div#icon-block {
	width: 15%;
	float: left;
	padding: inherit 2em 2em 0;
}

div#icon-block img {
	width: 90%;
}

div#app-screenshots > img {
	width: 20%;
	margin: 1em;
}

div#app-screenshots > img:first-child {
	margin-left: 0;
}

div#app-screenshots > img:last-child {
	margin-right: 0;
}


/* Cinema Page */
#cinema-main {
}

.subhead {
	text-align: center;
	margin-bottom: 4em;
}

.video-holder {
	width: 65%;
	margin: 0 auto;
}

div.cinema-main, div.cinema-video {
	text-align: center;
}

#cinema-header {
	font-size: 22pt;
	color: #e24040;
	text-align: center;
}

.vertical-line {
	width: 1px;
	background-color: black;
	height: 5em;
	margin-left: auto;
	margin-right: auto;
}

.cinema-main {
	text-align: center;
	padding: inherit auto;
	margin: 2em 10%;
}

iframe {
	max-width: 100%;
}

#map-container {
	height: 100%;
}

#map {
	height: calc(100% - 2.5em);
	overflow: auto;
}

#map-header {
	height: 2.5em;
}


