@charset "utf-8";
/* CSS Document */

body {
  padding: 0;
  margin: 0;
  background: #f2f6e9;
}

/*--- navigation bar ---*/

.navbar {
  background:#47c3d3;
}

.nav-link,
.navbar-brand {
  color: #fff;
  cursor: pointer;
  font-size: 1.2rem;
}

.navbar-brand img {
  height: 75px;
  width: auto;
}


.nav-link {
  margin-right: 0em !important;
}

.nav-link:hover {
  color: #000;
}

.navbar-collapse {
  justify-content: flex-end;
}
 .nav-item{
    text-align: right;
}

.header {
  background-image: url('images/image_page_0.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
}

.overlay {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
.description {
  right: 5%;
  left: 55%;
  position: absolute;
  bottom: 12%;
  transform: translate(1%, 1%);
  text-align: right;
}

.description h1 {
  color: #47c3d3;
}
.description p {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.5;
}
.description-thanks {
  right: 5%;
  left: 55%;
  position: absolute;
  bottom: 20%;
  transform: translate(1%, 1%);
  text-align: right;
}
.description-thanks h1 {
  color: #47c3d3;
}
.description-thanks p {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.5;
}
.features {
  margin: 4em auto;
  padding: 1em;
  position: relative;
}
.feature-title {
  color: #333;
  font-size: 1.3rem;
  text-align:center;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.features img {
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  margin-bottom: 16px;
}
.features .form-control,
.features input {
    border-radius: 0;
}
.features .btn {
  background-color: #589b37;
  border: 1px solid #589b37;
  color: #fff;
  margin-top: 20px;
}
.features .btn:hover {
  background-color: #333;
  border: 1px solid #333;
}

.page-footer {
  background-color: #222;
  color: #ccc;
  padding: 60px 0 30px;
}
.footer-social {
  background-color: #222;
  color: #ccc;
}
.footer-copyright {
  color: #666;
  padding: 40px 0;
}

.anchor a {
  position: absolute;
  left: 0px;
  top: -110px;
}

@media (max-width: 975.98px) {
  .description {
    left: 0;
    padding: 0 15px;
    position: absolute;
    top: 70%;
    transform: none;
    text-align: center;
  }
  
  .description h1 {
    font-size: 1.6rem;
  }
  
  .description p {
    font-size: 1.2rem;
    line-height: 1.3rem;
  }
  
  .features {
    margin: 0;
  }
  .navbar-brand img {
  height: 35px!important;
  width: auto;
}
.description {
  position: relative;
  padding-top: 70%;
  text-align: center;
  width: 100%;
}
.page-footer {
  text-align: center;
}
.anchor a {
  position: absolute;
  left: 0px;
  top: -69px;
}
}

.antispam { display:none;}