body {
	font: 15px 'Montserrat', sans-serif; 
	color: #00f;
}

a, a:visited {
	color: #00f;
	text-decoration: none;
}

a:hover {
	font-weight: 800;
}

#main-page {
	background-color: white;
	margin: auto;
	padding: 0;
	width: 1000px;
}
#main-headerimg {
	border: solid 0px black;
	height: 100px;
	margin: 0 auto 10px;
	text-align: center;
}
#main-headerimg img {
	height: 100%;
}
#main-menu {
	border: solid 0px black;
	height: 20px;
	text-align: center;
  margin-bottom: 5px;
}
#main-menu li {
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
}
#main-menu ul {
  padding: 0;
}
#main-menu li a::after {
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  display: block;
/*  visibility: hidden;*/
}
#main-menu li a::hover {
  font-weight: 800;
}
#main-content {
	overflow: visible;
	border: solid 0px red;
  min-height: 600px;
}
#map {
	border: solid 2px #00f;
  height: 600px;
  min-height: 600px;
	margin: 0 auto;
	float: left;
	position: relative;
}
#main-mc {
	width: 100%;
	height: 100%;
	background-color: rgba(255, 0, 255, 0.3);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
#main-post-container {
	border: solid 2px #ffff00;
	overflow: auto;
	min-height: inherit;
  height: 600px;
}

#main-post {
	min-height: inherit;
	width: 100%;
	border: none;
}

div.circle {
    background: #00f;
    border-color: #00f;
    border-radius: 5px;
    border-style: solid;
    border-width: 5px;
		z-index: 15;
}

#content {
	overflow: visible;
	border: solid 0px red;
	min-height: 600px;
	height: 600px;
  padding: 0 20px;
}

.post-header {
	font-weight: 800;
	line-height: 160%;
}
.post-title {
  margin-bottom: 32px;
}

.post-content p {
	line-height: 160%;
}

.full {
/*  width: 1000px;*/
	padding: 0 20px 20px;
}

.full h1 {
	font-weight: 400;
}

.hidden {
  display: none;
	width: 0%;
}

.fullVis {
  width: 99%;
  display: block;
}

.right {
  float: right;
}

.fullscreen,
.fotorama--fullscreen,
.fotorama--fullscreen .fotorama__stage,
.fotorama--fullscreen .fotorama__nav,
.fotorama-overlay {
  background-color: #f5f2ed;
}

.thumbs > .fotorama {
  overflow: visible;
}

/* style thumbs a bit */
.thumbs a {
  text-decoration: none;
  display: inline !important;
  color: #34457b;
}
.thumbs a:hover {
  color: #af1d05;
}
.thumbs a.switch {
  border-bottom: 1px dashed;
}
.thumbs img {
  width: auto;
  border: 2px #fff solid;
  margin-left: -2px;
  max-height: 100px;
  max-width: 100px;
  vertical-align: top;
}

.thumbs a:hover img {
  border-color: #f0f;
}

/* straight “close” icon instead of “cancel fullscreen” */
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -64px 0;
}

.gallery {
}
.thumbs {
  height: 100px;
  display: inline-block;
}
#moving_strip {
  position: relative;
  left: 0;
}
#moving_strip img {
  display: inline-block;
}
.strip {
  width: 550px;  
  overflow: hidden;
  display: inline-block;
  clear: none;
  white-space: nowrap;
}
.nav {
  display: inline-block;
  clear: none;
  font-weight: 800;
  vertical-align: top;
}
.nav a, .nav a:visited, .nav a:hover {
 color: #f0f;
 display: inline-block;
 line-height: 100px;
}
.nav::after {
  content: '>';
  font-weight: bold;
  height: 0;
  overflow: hidden;
  display: block;
  visibility: hidden;
}

.fotorama__thumb-border {
  border-color: #f0f;
}
