img {
  border: none;
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  font-family: Cambria;
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 1.5em;
  color: #6e6e6e;
  background: url(../images/bg.gif);
}

#main-frame {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
}
h1 {
  font-size: 22px;
  color: #0093dd;
  text-align: center;
}

/*Header - logo - menu options*/
#header-logo-menu-holder {
  width: 900px;
  height: 80px;
  margin: 0 auto;
  padding: 0;
  background: url(../images/header-bg.jpg) no-repeat;
}
#header-logo-menu-holder #logo {
  width: 260px;
  height: 75px;
  float: left;
  margin: 0;
  padding: 0;
  margin-top: 5px;
  margin-left: 10px;
}
#header-logo-menu-holder #menu-options {
  width: 500px;
  float: right;
  margin: 0;
  padding: 0;
  margin-top: 25px;
  text-align: right;
  font-size: 18px;
  color: #6e6e6e;
}
#header-logo-menu-holder #menu-options a {
  font-size: 18px;
  text-decoration: none;
  color: #0093dd;
  letter-spacing: 1px;
}
#header-logo-menu-holder #menu-options a:hover {
  font-size: 18px;
  text-decoration: none;
  color: #000;
  border-bottom: 2px solid #e67817;
}
#header-logo-menu-holder #menu-options .selected {
  font-size: 18px;
  text-decoration: none;
  color: #000;
  letter-spacing: 1px;
  border-bottom: 2px solid #e67817;
}

/*banner-search-container*/
#banner-search-holder {
  width: 900px;
  height: 500px;
  margin: 0 auto;
  padding: 0;
  margin-top: 20px;
}

/*designed by iWiz*/
#designed-by-iWiz {
  width: 900px;
  height: 40px;
  text-align: right;
  margin: 0 auto;
  border-top: 1px solid #babbbb;
  margin-top: 20px;
}

/*innerpage-mainframe*/
#innerpage-mainframe {
  width: 900px;
  margin: 0 auto;
  padding: 0px;
  margin-top: 20px;
}
#innerpage-mainframe #content {
  padding: 0px 5px 0px 5px;
}
#innerpage-mainframe #content p.box {
  border: 2px dashed #babbbb;
  padding: 10px;
}

/*contact page*/
#innerpage-mainframe #contact-left-holder {
  width: 300px;
  height: 200px;
  float: left;
}
#innerpage-mainframe #contact-right-holder {
  width: 300px;
  height: 200px;
  float: right;
}

#innerpage-mainframe #contact-left {
  width: 245px;
  margin: 0 auto;
  height: 200px;
  text-align: left;
}
#innerpage-mainframe #contact-right {
  width: 245px;
  margin: 0 auto;
  height: 200px;
  text-align: left;
}

#contact-frame {
  width: 600px;
  margin: 0 auto;
}
span.blue {
  color: #0093dd;
}
a.maillink {
  color: #000;
  text-decoration: none;
}
a.maillink:hover {
  color: #0093dd;
  border-bottom: 2px solid #e67817;
}

/*gallery meny page*/

#innerpage-mainframe .cover-holder-frame {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}

#innerpage-mainframe .cover-holder-frame img {
  display: block; /*ensures the 1px issue below image (font descender)*/
  max-width: 100%; /*takes care of responsiveness*/
  border-style: none; /*IE 10 image border link inside an a*/
}

/* #innerpage-mainframe .cover-holder-frame .cover-holder {
  background: yellow;

} */
