/* CSS Document */

* {
	font-family: 'Roboto', sans-serif;
}


footer a {
    color: #337ab7 !important;
    text-decoration: none !important;
}

.placecard a {
	color: #337ab7 !important;
    text-decoration: none !important;
}

.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;
}
h2 {
	/*text-align: center;*/
	margin-bottom: 30px;
}
h2::after {
    content: " ";
    display: block;
    position: relative;
    /*margin: 20px auto;*/
    width: 100px;
    border-bottom: 5px solid #fff;
    text-align: center;
	padding-top: 20px;
}
.gallery h2::after {
    width: 50px;
    border-bottom: 5px solid #737373;
}
.footer h2::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 h2 {
	color:#fff;	
	font-size: 18px;
	/* font-weight: 100; */
	margin-bottom: 30px !important;
}
.footer-disclaimer {
    background: #232933;
    color: #7e848c;
    padding: 20px 0px;
}
@media (min-width: 768px) {
.navbar-nav>li>a {
	padding-top: 40px;
	padding-bottom: 40px;
}
.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;
	color: #777;
}
}
.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;
	}
 }

 .photogal img.img-thumbnail {
                    
	max-width: 400%;
	height: auto
}

#home-img {
	width: 1320px !important;
}

/* .photogal .col-6,
.photogal .col-md-4,
.photogal .col-lg-3 {
	text-align: center;
	margin: 0 auto;
}  */


@media (max-width: 767.98px) {   /* < 768 px */
	.photogal img.img-thumbnail {
                    
		max-width: 100%;
		height: auto
	}

	#email {
		font-size: 22px !important;
	}
	
}


/* --- Center the photo‑gallery grid --- */
.photogal .row.g-3{
    /* kill the half‑gutter offset so both sides match */
    margin-left: 0;
    margin-right: 0;

    /* keeps the grid centred when the last row has < 4 thumbs */
    justify-content: center;
}

/* the auto side‑margins on every column were compounding the shift   */
/* zero them out so the Bootstrap widths line up cleanly              */
.photogal .col-6,
.photogal .col-md-4,
.photogal .col-lg-3{
    margin-left: 0 !important;
    margin-right: 0 !important;
}


/* ---------- mobile overflow guard for the footer strip ---------- */

/* cancel the row’s negative margins so it can’t exceed its container */
.footer-disclaimer .row{
    margin-right:0;
    margin-left:0;
}

/* let the long copyright line wrap instead of stretching wider than 100vw */
.footer-disclaimer .text-md-end{
    white-space: normal;          /* allow wrapping even across &nbsp; */
    overflow-wrap: anywhere;      /* break long “words” if needed      */
}

/* keep the two footer columns side‑by‑side on ≥768 px */
@media (min-width:768px){
    .footer-disclaimer .row{ margin-right:-.75rem; margin-left:-.75rem; }
}
