/* general styles */
html, body {
  height: 100%;
  width: 100%;
  font-family: 'Lato',  serif;
}
a, a:hover, a:active, a:focus{
    color: inherit;
	text-decoration: underline;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-bottom: 25px;
}

.navbar-inverse .navbar-brand {
    color: #bbb;
	text-decoration: none;
}

.navbar-inverse .navbar-nav > li > a {
    color: #bbb;
	text-decoration: none;
}



/* padded section */
.pad-section {
  padding: 50px 0;
}
.pad-section img {
  width: 100%;
}

.navbar-right {
   margin-right: -5px;
}

/* vertical-centered text */
.text-vcenter {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.text-vcenter h1 {
  font-size: 4.5em;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.fa-li  {
	left: 0em;
    padding-top: 15px;
    position: relative;
	margin-left: -3em;
	top: 0em;
}

/* additional sections */
#home {
  background: url(../images/bubbles.jpg) no-repeat center center fixed; 
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#about {
}

#services {
  background-color: #7AC142;
  color: #ffffff;
}

#who {
  background-color: #7AC142;
  color: #ffffff;
}
#services .glyphicon {
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  display: inline-block;
  font-size: 60px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  vertical-align: middle;
  width: 140px;
}

#information {
  background: url(../images/flower.jpg) no-repeat center center fixed; 
  display: table;
  height: 600px;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#information .panel {
  opacity: 0.85;
}

#google_map {
  height: 500px;
}

footer {
  padding: 20px 0;
}
footer .glyphicon {
  color: #333333;
  font-size: 60px;
}
footer .glyphicon:hover {
  color: #306d9f;
}

.btn-circle:hover, .btn-circle:focus {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
    color: #fff;
    outline: 0 none;
}
.btn-circle i.animated {
    transition-duration: 1s;
    transition-property: -moz-transform;
	 color: #fff;
}
.btn-circle:hover i.animated {
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: pulse;
    animation-timing-function: linear;
}
.btn {
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
}
.btn-circle {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 2px solid #fff;
    border-radius: 35px;
    color: #fff;
    font-size: 40px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    transition: background 0.3s ease-in-out 0s;
    width: 70px;
}

.btn-default {
    background-color: transparent;
    border: 1px solid #219ab3;
    color: #219ab3;
}
.btn-default:hover, .btn-default:focus {
    background-color: #219ab3;
    border: 1px solid #219ab3;
    color: #000;
    outline: 0 none;
}

