/* GLOBAL STYLES
-------------------------------------------------- */

body {
  background-image: linear-gradient(180deg, #eee, #fff 100px, #fff);
}

.container {
  max-width: 1450px;
}

.container-form {
  margin: auto
  max-width: 1000px;
  min-width: 380px;
}

.form-group {
padding-top: 1%;
padding-bottom: 1%;
}

a {
     text-decoration: none;
}

ul.features {
    list-style-image: url(Icons/Haken.png);
    }

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 1rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 1rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 1rem;
  }
}

/* Social-buttons
-------------------------------------------------- */

    .social-buttons {
      display: flex;
      margin: 5px;
    }

    .social-buttons a {
      display: inline-flex;
      align-items: center;
      padding: 10px 16px;
      text-decoration: none;
      border-radius: 6px;
      color: white;
      font-weight: bold;
      font-size: 16px;
      transition: background-color 0.3s ease;
    }

    .social-buttons a i {
      margin-right: 8px;
      font-size: 18px;
    }

    .linkedin {
      background-color: #0077b5;
    }

    .linkedin:hover {
      background-color: #005582;
    }

    .instagram {
      background: radial-gradient(circle at 30% 107%, #fdf497 0%, 
        #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    }

    .instagram:hover {
      opacity: 0.85;
    }