html {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 1em;
  color: #fcfcfc;
  box-sizing: border-box;
}

body {
  margin: 0;
  background: url("/img/harbour2-bg.jpg") no-repeat top center;
  background-color: #cccccc;
  background-size: 2200px auto;
}

nav#top-navigation {
  font-family: "Roboto Slab", "Times New Roman", serif;
  text-transform: uppercase;
  display: block;
  background: #002e5d;
  overflow: auto;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1333333333);
  border-bottom: 1px solid rgb(8.1945, 81.151983871, 155.6955);
  box-sizing: border-box;
}
nav#top-navigation ul {
  list-style-type: none;
  margin: 0px;
  padding: 0;
}
nav#top-navigation ul li {
  display: block;
  float: left;
}
nav#top-navigation ul li a {
  display: block;
  margin: 0px;
  padding: 22px 18px 24px;
  color: #fcfcfc;
  text-decoration: none;
  text-align: center;
  font-size: 0.9em !important;
  transition: background 0.2s;
}
nav#top-navigation ul li a:hover {
  background: rgb(8.1945, 81.151983871, 155.6955);
}
nav#top-navigation ul li.nav-logo {
  float: right;
}
nav#top-navigation ul li.nav-logo img {
  height: 54px;
  width: 54px;
  margin: 6px 10px;
}
nav#top-navigation ul li.icon {
  display: none;
}
nav#top-navigation ul li.icon img {
  height: 36px;
  width: 36px;
}

h1#page-heading {
  font-family: "Roboto Slab", "Times New Roman", serif;
  font-size: 5em;
  text-align: center;
  margin: 280px auto 40px;
  color: #fcfcfc;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.5333333333);
}

h1#subpage-heading {
  font-family: "Roboto Slab", "Times New Roman", serif;
  font-size: 3.6em;
  text-align: center;
  margin: 140px auto 140px;
  padding: 0 20px;
  color: #fcfcfc;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5333333333);
}

p#top-blurb {
  font-family: "Roboto Slab", "Times New Roman", serif;
  font-size: 1.8em;
  text-align: center;
  color: #fcfcfc;
  margin: 0 0 280px;
  padding: 0 20px;
  font-style: italic;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5333333333);
}

#content-background {
  width: 95%;
  margin: auto;
  padding: 60px 30px;
  background: #1c1c1c;
  box-sizing: border-box;
  border-top: 3px solid #2b2b2b;
  box-shadow: 0 -6px 10px rgba(0, 0, 0, 0.2666666667);
  display: block;
  overflow: auto;
}
#content-background div.left-side-content {
  display: block;
  float: left;
}
#content-background p {
  color: #fcfcfc;
  font-size: 1.3em;
  font-family: Roboto, Arial, sans-serif;
  margin: 0px 55px 35px;
}
#content-background p a {
  text-decoration: none;
  color: #6cb5ff;
  transition: color 0.2s;
}
#content-background p a:hover {
  text-decoration: none;
  color: rgb(132.99, 193.58, 255);
}
#content-background p a.download-file {
  display: flex;
  align-items: center;
  margin: 0px 0 16px !important;
  font-size: 1.1em;
}
#content-background p a.download-file img.file-icon {
  width: 36px;
  height: 36px;
  margin-right: 14px;
}
#content-background h2.section-heading {
  font-size: 1.7em;
  font-weight: bold;
  font-family: "Roboto Slab", "Times New Roman", serif;
  margin: 0px 0 20px 40px;
}
#content-background h3 {
  font-size: 1.5em;
  font-weight: bold;
  font-family: "Roboto Slab", "Times New Roman", serif;
  margin: 0px 0px 20px 40px;
}
#content-background table.price-list {
  display: table;
  float: left;
  box-sizing: border-box;
  width: 55%;
  margin: 0px 40px;
  border-collapse: collapse;
  color: #fcfcfc;
  font-size: 1.4em;
  font-family: Roboto, Arial, sans-serif;
}
#content-background table.price-list col.item-name {
  width: 85%;
}
#content-background table.price-list col.item-price {
  width: 15%;
}
#content-background table.price-list th {
  font-weight: bold;
  padding: 12px 8px 5px;
  text-align: left;
  border-bottom: 1px solid #555555;
}
#content-background table.price-list td {
  text-align: left;
  padding: 5px 8px;
  overflow: hidden;
}
#content-background table.price-list td span {
  float: left;
  clear: none;
}
#content-background table.price-list td span:after {
  display: inline-block;
  float: right;
  text-align: right;
  margin-left: 6px;
  width: 0;
  white-space: nowrap;
  color: #fcfcfc;
  content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
}
#content-background table.price-list td.after-heading {
  padding: 10px 8px 5px;
}
#content-background img.items-for-sale {
  display: block;
  float: right;
  width: 29%;
  height: auto;
  clear: none;
  margin: 0 40px 0 0;
}
#content-background iframe#google-maps-embed {
  display: block;
  float: right;
  margin-right: 30px;
}

.grid-container {
  display: grid;
  align-content: center;
  justify-content: space-evenly;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 50px;
  padding: 10px;
  font-size: 1.2em;
  width: 84%;
  margin: 40px auto;
  overflow: auto;
}
.grid-container div.grid-item {
  color: #fcfcfc;
  padding: 0px;
  height: 300px;
}
.grid-container div.grid-item a {
  background: url("/img/temp-bg.jpg") no-repeat center;
  background-color: rgb(8.1945, 81.151983871, 155.6955);
  background-size: 100% auto;
  box-sizing: border-box;
  display: grid;
  align-items: end;
  width: 100%;
  height: 100%;
  color: #fcfcfc;
  text-decoration: none;
}
.grid-container div.grid-item a span {
  font-weight: bold;
  text-align: left;
  margin: 0;
  padding: 10px 18px;
  transition: padding 0.2s, background 0.2s;
  display: block;
  background: rgba(8.1945, 81.151983871, 155.6955, 0.85);
}
.grid-container div.grid-item a:hover span {
  background: rgba(10.71, 106.0635483871, 203.49, 0.92);
}
.grid-container div#grid-item-1 a {
  background: url("/img/basket-workshop.jpg") no-repeat top center !important;
  background-size: 100% auto !important;
}
.grid-container div#grid-item-2 a {
  background: url("/img/lobster-trap.jpg") no-repeat top center !important;
  background-size: 110% auto !important;
}
.grid-container div#grid-item-3 a {
  background: url("/img/smallest-drawbridge.jpg") no-repeat center !important;
  background-size: 100% auto !important;
}
.grid-container div#grid-item-4 a {
  background: url("/img/harbour-1.jpg") no-repeat top center !important;
  background-size: 110% auto !important;
}
.grid-container div#grid-item-5 a {
  background: url("/img/forest-1.jpg") no-repeat top center !important;
  background-size: 100% auto !important;
}
.grid-container div#grid-item-6 a {
  background: url("/img/harbour-sunset.jpg") no-repeat center !important;
  background-size: 120% auto !important;
}
.grid-container div#grid-item-7 a {
  background: url("/img/river-3.jpg") no-repeat center !important;
  background-size: 110% auto !important;
}
.grid-container div#grid-item-8 a {
  background: url("/img/waterfront-building.jpg") no-repeat center !important;
  background-size: 110% auto !important;
}
.grid-container div#grid-item-9 a {
  background: url("/img/merch-display.jpg") no-repeat top center !important;
  background-size: 100% auto !important;
}

strong {
  font-weight: bold;
}

footer {
  display: block;
  box-sizing: border-box;
  margin: 100px 0px 0px;
  padding: 40px 50px;
  width: 100%;
  background: #2b2b2b;
  color: #fcfcfc;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2666666667) inset;
  overflow: auto;
  font-size: 1.1em;
  border-top: 1px solid #111;
}
footer p {
  margin: 0 !important;
}
footer a {
  margin: 0 !important;
  color: #6cb5ff;
  transition: color 0.2s;
}
footer a:hover {
  color: rgb(132.99, 193.58, 255);
}
footer ul {
  margin: 0 !important;
  list-style-type: none !important;
  padding: 10px 12px;
}
footer ul li {
  padding: 2px 0;
}
footer p#copyright {
  float: right;
  padding: 0 0 6px;
}
footer p#attribution {
  float: right;
  clear: right;
  font-size: 0.9em !important;
}
footer div#contact-info {
  display: block;
  float: left;
}
footer div#contact-info p {
  font-weight: bold;
}

@media screen and (max-width: 1100px) {
  h1#page-heading {
    font-size: 3em !important;
    margin: 180px auto 40px !important;
  }
  p#top-blurb {
    font-size: 1.3em !important;
    margin: 0 0 180px !important;
  }
  #content-background img.items-for-sale {
    float: none;
    clear: left;
    width: 75%;
    margin: 30px auto;
  }
  #content-background table.price-list {
    width: 90%;
    margin: 0px 20px 60px;
  }
}
@media screen and (max-width: 600px) {
  #top-navigation li:not(:first-child) {
    display: none !important;
  }
  #top-navigation li.icon {
    float: right !important;
    display: block !important;
  }
  #top-navigation.responsive {
    position: relative;
  }
  #top-navigation.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  #top-navigation.responsive li {
    float: none;
    display: block !important;
    text-align: left;
  }
  #top-navigation.responsive li a {
    font-size: 1em !important;
  }
  h1#page-heading {
    font-size: 3em !important;
    margin: 120px auto 40px !important;
  }
  p#top-blurb {
    font-size: 1.1em !important;
    margin: 0 0 100px !important;
  }
  #content-background {
    padding: 60px 0 60px !important;
  }
  #content-background img.items-for-sale {
    float: left;
    clear: left;
    width: 85%;
  }
  #content-background table.price-list {
    width: 85%;
    margin-bottom: 60px;
  }
}

/*# sourceMappingURL=custom.css.map */
