/*header styles*/
.header {
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
  margin-top: -130px; }
  @media (min-width: 768px) {
    .header {
      height: 700px; } }

.header_content {
  color: #fff;
  margin-top: 130px; }
  .header_content p {
    font-weight: bold;
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    text-transform: uppercase; }
  .header_content a {
    color: #fff;
    display: inline-block; }
  .header_content .above {
    margin-top: 15%; }
  .header_content #btn-header-home {
    margin-bottom: 30px; }

.above {
  margin-top: 92px;
  padding-top: 0; }

/*links homepage styles*/
.links_home .bottom {
  margin-bottom: 92px;
  padding-bottom: 0; }

.img-nav {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px;
  min-height: 280px;
  margin: 30px 0;
  display: flex;
  justify-content: center;
  align-items: flex-end; }
  .img-nav img {
    width: 100%; }
  .img-nav .btn {
    max-width: 85%; }

/*green part homepage styles*/
.kop2 {
  background-color: #9fcb45; }
  .kop2 .row {
    padding-top: 62px;
    padding-bottom: 62px; }
  .kop2 .title {
    font-size: 30px;
    line-height: 35px;
    color: #fff;
    font-weight: bold;
    height: auto;
    word-wrap: break-word; }
  .kop2 p {
    font-size: 20px;
    line-height: 28px;
    color: #fff; }

@media (max-width: 767.98px) {
  .links_home .col-sm-4 {
    height: 283px;
    max-height: 283px; }
  .kop2 .title {
    padding-top: 20px; } }

@media (max-width: 575.98px) {
  .links_home .above {
    margin: 0; }
  .links_home .first {
    margin-top: 92px; }
  .links_home .btn {
    margin-left: 15%; }
  .header_content a {
    margin-left: 0%; } }
