@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300italic,300,400italic,600,600italic,700,700italic,800,800italic);

body, html {
  margin:0px;
  font-family: 'Open Sans', sans-serif;
}

.bg {
  
  position: absolute;
  bottom:0;
  right:0;
  left:0;
  right:0;
  
  z-index:-1;
  
  /* The image used */
  background:linear-gradient( rgba(0,0,0, 0.3), rgba(0,0,0, .7) ), url('/assets/img/back.jpg');
  
    /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.logo{
  max-width:100px;
}

.logo-sm{
  max-width:50px;
}

.title{
  color:#fff;
  font-size:150%;
  font-family: 'Open Sans', sans-serif;
  font-weight:700;
}
.bg-green{
  background-color:#7f9156;
}
.text-green{
  color:#7f9156;
}
.text-orange{
  color:#cf640c;
}

.btn-orange {
    color: #fff;
    background-color: #cf640c;
    border-color: #cf640c;
}
.btn-orange:hover {   
    background-color: #e06a09;
    border-color: #cf640c;
}