@charset "utf-8";

/*BEGIN HEADER*/

#logo {
	max-width: 240px;
	height: auto;
}
#logo.main {
	margin-bottom: 45px;
}

/*END HEADER*/

/*TEXT FORMATTING*/

body {
	color: rgba(92,102,112,1);
	font-family: Arial;
}

h1,h2 {
	font-weight: bold;
	/*color: rgba(0,131,123,1); PNAV*/
	color: rgba(0,70,139,1);
}
h3 {
    color: rgba(31,53,94,1);
    font-size: 14px;
    font-weight: bold;
}
h4{
	font-size: 1.1rem;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 22px;
	margin-top: 32px;
	margin-bottom: 0px;
}
a, a:hover, a:active, a:visited {
	text-decoration: underline;
	font-weight: bold;
	/* color: rgba(181,35,114,1); PNAV*/
	color: rgba(183,190,52,1);
}
a.address{
	text-decoration: underline solid rgba(92,102,112,1);
	font-weight: normal;
	color: rgba(92,102,112,1);
}

/*END TEXT FORMATTING*/

/*BEGIN LAYOUT*/

.row {
	padding-top: 25px;
}
.alert {
    text-align: center;
    max-width: 700px;
    margin: auto;
}
.card-title {
	margin-bottom: 0px;
}
.card {
	margin-bottom: 25px;
}
/*END LAYOUT*/

/*BEGIN ITINERARY*/

.itinerary-list {
	padding-top: 5px;
	line-height: 100%;
}

/*END ITINERARY*/

/*BEGIN MAP*/

#legend-container {
	text-align: center;
	padding: 0px 0px 20px 0px;
}

#legend-container p {
	display: inline;
	padding-right: 25px;
}

.legend {
	height: 15px;
	width: 15px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: -1px;
}

@media only screen and (max-width: 767px) {
	
	#legend-container {
		width: 160px;
		margin: auto;
		text-align: left;
	}
	
	#legend-container p {
		padding-right: 0px;
	}
	
}

@media only screen and (min-width: 768px) {
	
	#legend-container br {
		display: none;
	}
	
}

.legend.pnav {
	background-color: #00958F;
}

.legend.restaurant {
	background-color: #472D8C;
}

.legend.hotel {
	/*background-color: #B42472; PNAV */
	background-color: rgba(55,168,218,1);
}

#map {
	height: 480px;
	width: 100%;
	margin: auto;
}

/*END MAP*/

/*BEGIN BUTTONS*/

#menu-collapse, #menu-submit, #download {
    color: rgba(255,255,255,1);
    background-color: rgba(67,0,152,1);
    border-color: rgba(67,0,152,1);
}

#menu-collapse:hover, #menu-submit:hover, #download:hover {
    background-color: rgba(80,0,182,1.00);
}

#download i {
	padding-right: 10px;
}
#download {
	margin-top: 32px;
}

a.btn {
	text-decoration: none;
}
a.btn:hover {
	text-decoration: none;
	font-weight: normal;
}

/*END BUTTONS*/

/*BEGIN MENU FORM*/

#menu-form {
	margin-bottom: 0px;
}

/*END MENU FORM*/

/*CONTACTS*/



/*END CONTACTS*/

/*BEGIN FOOTER*/

footer {
	background-image: url(../img/footer-gil.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom center;
	position: fixed;
	left: 0px;
	bottom: 0px;
	pointer-events: none;
	width: 100%;
}

@media only screen and (min-width: 1200px) {
    body {
		padding-bottom: 300px;
	}
    footer {
		padding-bottom: 200px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    body {
		padding-bottom: 150px;
	}
    footer {
		padding-bottom: 150px;
	}
}
@media only screen and (max-width: 767px) {
    body {
		padding-bottom: 100px;
	}
    footer {
		padding-bottom: 100px;
	}
}
.gray-dark {
	color: rgba(65,64,66,1);
}
.orange {
	color: rgba(234,105,40,1);
}
.green {
	color: rgba(183,190,52,1);
}
.blue-light {
	color: rgba(55,168,218,1);
}
.blue-dark {
	color: rgba(0,70,139,1);
}

/*END FOOTER*/