.navbar {
    min-height: 100px;

  }
  #navigation .navbar-right li a {
  	color:#1362A1;
    font-size: 19px;
    /*font-weight: 700;*/
  }
  #navigation .navbar-fixed-top .navbar-brand,
  #page #navigation .navbar .navbar-brand{
  	height:100px;
  	padding-top:5px;
  }
  #navigation .navbar-nav {
    top: 15px;
  }
  #navigation .navbar-fixed-top .navbar-right,
  #page #navigation .navbar .navbar-right {
  	margin-right: 0px;
  }
.item-two .home-content h1, .item-three .home-content h1, .item-four .home-content h1 {
    font-family: 'Montserrat', sans-serif;
}
.btnwhts{
  position: fixed;
  bottom: 20px;
  z-index: 1000;
  right: 20px;
  width:55px;
  height:55px;
  text-decoration: none;
  background: #1b8755;
  color: #ffffff;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
  font-size: 20px;
}
.btnwhts:hover {
  text-decoration: none;
  color: #1b8755;
  background-color:#fff;
}