

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.block{
    text-align: center;
    padding: 20px 0px; 
    padding-bottom: 0px;
}

.blockTOP{
    text-align: center;
    padding: 0px 0px; 
    padding-bottom: 0px;
}

.go-top {
	position: fixed;
    border-radius: 8px;
	bottom: 2em;
	right: 2em;
	text-decoration: none;
	color: white;
	background-color: rgba(0, 0, 0, 0.3);
	font-size: 12px;
	padding: 1em;
	display: none;
    z-index: 102;
}

.go-top:hover {
	background-color: rgba(0, 0, 0, 0.6);
    color: white; 
    
}

.row {
    
    text-align: center;
}

body {
    padding-top: px;
    padding-bottom: 0px;
            }


.container {
    font-size: 17px;
      color: grey;
			}
			


#section-1 {
    font-size: 17px; 			            
    text-align:center; 	
    background: white; 
    color: grey;

			}

#section-2 {
   font-size: 17px;
   text-align:center; 
    background: #a8b834; /* Old browsers */
    background: -moz-linear-gradient(top,  #a8b834 0%, #b4c535 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a8b834), color-stop(100%,#b4c535)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #a8b834 0%,#b4c535 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #a8b834 0%,#b4c535 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #a8b834 0%,#b4c535 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #a8b834 0%,#b4c535 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8b834', endColorstr='#b4c535',GradientType=0 ); /* IE6-9 */     
    color: white
			}

#section-3 {
     font-size: 17px;
    text-align:center;               
    color: black;	
        color: grey;
			}

#section-4 {
    height: 1100px;  
    overflow: hidden;
     } 		
                

.block {	
    max-width: 1180px;
	margin: 0px auto;
			}
			
body,
html {
    height: 100%;
    width: 100%; 
}


#gmap{ 
    height: 1200px;
    position: inherit;
    width: 100%;
    z-index: 1; 

} 


.mapoverlay{
    position: relative;
    bottom: 1100px;
    background: rgba(0, 0, 0, 0.6);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
    z-index: 100;
    color: white;
    text-align:center; 

} 



);













