/* CSS Document */

* {
	font-family: 'Roboto', sans-serif;
}
.top-nav {
	margin-bottom: 0;
	border: none;
	background: none;
	background-color: #232933;
	border-radius: 0;
	font-size: 16px;
}
.top-header {
	margin-bottom: 0;
}
.top-nav .label {
	padding: .5em .6em .3em;
}
.stickynav {
	position:fixed;
	top: 47px;
	width: 100%;
	z-index: 9999;
}

.navbar {
	margin-bottom: 0;	
}
.navbar-text {
	color: #fff !important;	
}
.menu {
	float: right;	
}
.menu a {
	font-size: 15px;
    font-weight: bold;
}
.slider {
	background: url(images/Venice-132.jpg);
	background-size: cover;
	background-position: bottom;
	min-height: 600px;
}
.main-content,.main-content .col-sm-12 {
	padding-left: 0;
	padding-right: 0;	
}

.page {
	height: auto;
	font-size: 1.5em;
}
h1 {
	/*text-align: center;*/
	margin-bottom: 30px;
}
h1::after {
    content: " ";
    display: block;
    position: relative;
    /*margin: 20px auto;*/
    width: 100px;
    border-bottom: 5px solid #fff;
    text-align: center;
	padding-top: 20px;
}
.gallery h1::after {
    width: 50px;
    border-bottom: 5px solid #737373;
}
.footer h1::after {
	width: 50px;
	border-bottom: 2px solid #fff;
	padding-top: 10px;
}
.home {
	margin-top: 20px;
	margin-bottom: 20px;	
}
.history {
	border-top: 20px solid #3c3c55;
    border-bottom: 20px solid #3c3c55;
    background: #2c2c40;
    color: #fff;
	font-size: 20px; 
}
.history ul { font-size: 24px }
.wrapper { position: relative; }
#map {
	height: 600px;
	margin:0;
}
.placecard {
	position: absolute;
	z-index: 10;
	top: 80px;
	left: 10px;
	background: #fff;
	border: 1px solid #999;
	padding: 10px;
	width: 250px;
}
.placecard img { width: 20px }
.placecard strong { line-height: 25px }
.freewifi {
	top: 200px;
}
.other {
	top: 280px;
}
.node h2 { display: none }
.nav-gallery {
	margin-bottom: 10px;
	margin:	15px auto;
	width: 400px;
}
.gallery {
    border-top: 22px solid #ededed;
    border-bottom: 22px solid #ededed;
    color: #737373;
    background: #f6f6f6;	
}
.gallery img { margin-bottom: 15px }
.footer {
	margin:0;
	padding-top: 20px;
	color: #89909C;
    background: #2e343e;
	border: none;
	border-radius: 0;
    border-bottom: 1px solid #475060;
	font-size: 15px;
}
.footer h1 {
	color:#fff;	
	font-size: 18px;
	font-weight:100;
}
.footer-disclaimer {
    background: #232933;
    color: #7e848c;
    padding: 20px 0px;
}
@media (min-width: 768px) {
.navbar-nav>li>a {
	padding-top: 50px;
	padding-bottom: 50px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
	margin-left: 0;
	font-size: 40px;
	padding-top: 50px;
	padding-bottom: 50px;
	text-transform: uppercase;
	font-weight: 500;
}
}
.carousel-inner {
	max-height: 700px !important;
}
#carousel-banner {
	max-width: 2100px;
	margin: auto;
}
@media (max-width: 400px) {
	.nav-gallery {
	   width: 300px;
	}
	.font-15 {
		font-size: 15px;
	}
 }
