﻿/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  background-image: url('../image/background.gif')
  }
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #0099FF;
  color: #FFFFFF;
}

.container {background-color: #FFFFFF;}

footer .container {
	background-color: #0099FF;
	} 

.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.pege-header img {
	vertical-align:middle;
	}
	
h3 {
	 font-weight:bold;
	}
	
h4 {
	 font-weight:bold;
	}

