.big-feather{
    height: 50px;
    width: 50px;
}

.logo-img {
    height: auto;
    width: 250px;
}

.frontpage-img {
    height: auto;
    width: 70vw;
}

#mainDash, #mainServices {
    margin-left: 0 !important;
}

.leftie {
}


  #map {
    height: 100%;
  }

  .row {
    margin: 0px !important;
    padding: 0px !important;
  }


  .center-article {
    /* background-color: orange; */
    display: flex;
    justify-content: center;
    margin-top: 1%;
  }

  .center-article p,   .center-article li,   .center-article a {
    font-size: larger;
  }


  .split-row {
    width: 60vw;
    justify-content: center;
  }

  .split-row li {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block {
    margin-bottom: 5%;
    border-bottom: 1px solid #dee2e6 ;
  }


  
  /* .question-link{
    scale: 1.2;
    color: orange !important;
  } */

  .question-link span:hover {
    scale: 1.02;
    color: #0a58ca;
  }

  .navi-icon {

  }

  .card-contact h5,.card-contact p {
    color: #eafbfc;
    text-align: center;
  }

  .card-header-contact {
    font-size: 2.5rem !important;
    margin-bottom: 2%;
  }

  .card-section {
    border-bottom: solid 1px #eafbfc;
    margin-bottom: 2%;
    padding-bottom: 2%;
  }

  .card-section a {
    text-decoration: none;
    color: #eafbfc;
  }


  .document-link {
    text-decoration: none;
    color: rgb(65, 65, 65);
    font-size: larger !important;
  }

  .document-link:hover {
    color: #5d6b79;
  }

  .order-box {
    justify-self: flex-end;
  }
  
  .order-arrow:hover {
    scale: 1.1;
    color: #5d6b79;
  }
  /* For mindre skjerm */
  @media screen and (max-width:1000px){
    .card h5 {
      font-size: 2.5rem;
    }

    #top-text {
      width: 95% !important;
      padding-left: 0% !important;
      padding-right: 0% !important;
    }

    #media-gap {
      margin-bottom: 12% !important;
    }
    .split-row {
      width: 90vw;
      justify-content: center;
    }

    .sidebar .nav-link {
      font-size: 1.3rem !important;
    }
    .card-contact {
      width: 100% !important;
      font-size: large !important;
    }
    .card-contact h5 {
      font-size: 1.8rem !important;
    }
  }

  @media screen and (min-width:1000px){
    .card h5 {
      font-size: 4rem;
    }

  }

  .cool-link {
    text-decoration: none;
    color: black;
  }

  .cool-link:hover {
    text-decoration: none;
    color: #56b0ec;
  }