@font-face {
	font-family: nexaLight;
	src: url(../webfonts/NexaLight.otf);
}
	

body {
  padding: 0px;
  margin: 0px;
  border: 0px;
  font-family: nexaLight;
}
 
.hand {
     cursor: pointer;
}

p {
    width: 100%;
}

body{
  //background: transparent url(../img/background_light.png) no-repeat fixed;
  //background-size: cover;
  //background-position: top center;
  font-family: nexaLight;
  padding: 0px;
  border: 0px;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
  height: 100%;
  min-width: 600px;
}   
.bkgd{
  position:relative;
  top:0px; 
  font-family: nexaLight;
  padding: 0px;
  border: 0px;
  width: 100%;
  background: transparent url(../img/banner_02.jpg) no-repeat fixed;
  background-position: top center;
  height: 100%;
}
.page {
    padding-top:120px!important;
    width: 100%;
    line-height: 150%;
    width: 100%;
    max-width: 1200px;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
.header {
  position:fixed;
  top:0px; 
  background: transparent url(../img/banner_02.jpg) no-repeat fixed;
  background-position: top center;
  min-height: 120px;
  z-index: 80;
  width: 100%;
  max-width: 1200px;
  min-width: 300px;
  padding:10px;
}
.footer,.footer a {
  color: #fff;
}

.homeblock_grey,
.homeblock
{
    background-color: rgba(255,255,255,0.8);
    width: 100%;
    max-width: 1200px;
    min-width: 300px;
    padding:20px;
    margin:0px;
    margin-right: auto;
    margin-left: auto;
}

.homeblock_grey {
    background-color: rgba(209,231,209,0.8);
    color: #000;
}

.container {
    border: 0px;
    box-shadow: none;
    background-color: transparent;
    padding:20px;
  
}

.social {
   font-size: 26px;
   margin-top: 10px;
}
a{
   color: #639f71;
}
.brand {
  padding: 0px;
  border: 0px;
}

.social a{
   color: #fff;
}
.social a:hover{
   color: #639f71;
}
.custom-icon {
    color: #639f71;
    font-size: 40px;
    border-radius: 500px;
    display: block;
    height: 40px;
    margin: 0 auto;
    padding: 25px;
    width: 40px;
    text-align: center;
    box-sizing: content-box;
}

.circle {
    background-color: #639f71;
    color: #fff;
    font-size: 40px;
    border-radius: 500px;
    display: block;
    height: 40px;
    margin: 0 auto;
    padding: 25px;
    width: 40px;
    text-align: center;
    box-sizing: content-box;
}

.home_page {
    line-height: 50px;
    text-transform: uppercase;
    padding: 20px 0;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
  

}

.home_page::after {
    background-color: #639f71;
    content: "";
    display: block;
    height: 2px;
    margin: 4px auto 7px;
    width: 28%;
}

.homeblock_grey .home_page::after {
    }
.homeblock_grey a {
    color: #437f51;
   }

.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.btn-primary {
    background-color: #639f71;
    border-color: #639f71;

}
.tile-3 {
    width: 100%;
    min-height: 200px;
    height: 200px;
    text-align: center;
   }

