body {
    /* background-color:rgb(206, 206, 223); */
    padding: 0;
}
.bodyMain {
    padding-left: 3px;
    padding-right: 3px;
}
.navbar-custom {
    background-color: #406b52 !important;   /* #406b52 or #6fa786; */
}
/*
a.nav {
    color: whitesmoke;
}
*/

/* search button */
.btn-header-text-color {
    color: whitesmoke !important;
    background-color: rgb(36, 116, 36);
}

/* search button */
.btn-header-text-color:hover {
    font-weight: 400;
    background-color: rgb(14, 59, 14);
}
.nav-link {
    color: whitesmoke !important;
}
.nav-link:hover {
    /* color: rgb(215, 240, 74) !important; */
    font-weight: 400;

    border-bottom: 1px solid;
    color: black !important;
    background: #598b35;


}
.nav-link:active {
    color: rgb(142, 196, 241);
    font-weight: 600;
}
h1 { font-size: 30px; }
h2 { font-size: 27px; }
h3 { font-size: 24px; }
h4 { font-size: 21px; }
h5 { font-size: 19px; }
h6 { font-size: 17px; }

.logoimage {
    max-width: 250px;
}

.hidden {
    display: none;
}

.UserAvatar {
    max-width: 32px;
}

.memberLink {
    text-decoration: none !important;
    font-size: 14px;
    color: gray;
}

.newsLink  {
    text-decoration: none !important;
    font-size: 14px;
    color: gray;
}

.postTitle {
    margin: 0;
    text-align: center;
    font-size: 27px;
    font-weight: bolder;
}
.postDate {
    margin: 0;
    text-align: center;
    font-size: 14px;
}

.slideImage {
    text-decoration: none !important;
}

/* smá tilraunir */
a {
    outline: none;
    text-decoration: none;
    padding: 2px 1px 0;
  }
  
  a:link {
    color: #265301;
  }
  
  a:visited {
    color: #437a16;
  }
  
  a:focus {
    border-bottom: 1px solid;
    background: #bae498;
  }
  
  a:hover {
    border-bottom: 1px solid;
    color: black;
    background: #cdfeaa;
  }
  
  a:active {
    background: #265301;
    color: #cdfeaa;
  }

  /* admin part */
.adminLink  {
    text-decoration: none !important;
    font-size: 14px;
    color: gray;
}
