html {
	height: 100%;
}

.white {
	color: white;
}

.row {
	margin: 0px;
	height: 100%;
}

.container-fluid {
	padding-left: 0px;
	padding-right: 0px;
	height: 100%;
}


img.grow{
	transition: 1s ease;
}

img.grow:hover{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	transition: 1s ease;
}


body {
	padding-top: 50px;
	height: 100%;
}

.tab-content {
	height: 100%;
}

.tab-pane {
	height: 100%;
}

.navbar a {
	color: white !important;
}

.navbar a:hover {
	color: orange !important;
}

.navbar li.active a {
	color: orange !important;
}


#map_canvas {
	height: 100%;
}

#map-div {
	padding: 0px;
}

.row > div {
	padding: 0px !important;
}

#showmore-div, #hidemore-div {
	color:black;
	display: none;
	padding: 0px;
	border: 2px;
	box-shadow: none;
	border-color:black;
	border-radius: 0px;
	padding: 0px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	line-height: 40px; 
}

#info-div {
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	overflow: auto;
}

@media only screen and (min-width: 993px) {
    		
	#map-div {
		height: 100%;
    }
	
	#info-div {
		max-height: 100%;
	}
	
	.alert {
		left: calc(37.5% - 214px);
	}


}

@media only screen and (max-width: 992px) {
    		
	#map-div {
		height: 100%;
    }
	
	#info-div {
		display: none;
	}
	
	#map-div.semi-small {
		height: calc(100% - 40px);
	}
	
	#map-div.small {
		height: 0%;
    }
	
	#info-div.showme {
		max-height: calc(100% - 45px);
		display: inline;
	}
	
	#showmore-div.showme {
		display: inline;
	}
	
	#hidemore-div.showme {
		display: inline;
	}
	
	.alert {
		margin-left: 5%;
		margin-right: 5%;
		width: 90%;
	}
}

div.contact-info {
	padding-top: 10px;
	text-align:justify;
	padding-right: 10%;
	padding-left: 10%;
}

div.contact-info > h1 {
	text-align: left;
}

.alert {
	top: 70px;
	position: absolute;
}
