/*

* Override Pages default styles or create your own styles here

*/
.jumbotron h1.large-demo-text{
	font-size: 150px;
}

.icon-text-search{
	font-size: 42px;
	width: 150%;
}

#map1
{
    top: 80px; right: 80px;
    max-height: 300px;
    height: 300px;
    position: absolute;
    width: 30%;
    background: #ccc;
    border-radius: 12px;
	-moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    z-index: 20000;

}

.marker {
    background-image: url('/assets/img/maps/mapbox-icon.png');
    background-size: cover;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    cursor: pointer;
  }