/* auka stöff */

#hero {
  text-align: center;
  height: 45rem;
}

.content {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2em;
}

.content h2 {
  text-align: center;
}

.bg-06 {
  background-image: url(../images/sundlaugin-alafoss.lit.gul.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bg-main {
  background-image: url(../images/sundlaugin-background.jpg);
  background-size: cover;
  /* background-repeat: no-repeat; */
  background-position: center top;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
  /* position: absolute;  */
  background-attachment: fixed;
  /* 
  top: 0px;
  width: 100%;
  height: 100%; */
}

/* feed card */

.autogrid {
  display: table;
  table-layout: fixed;
  width: 100%;
  /* background-color: aqua; */
}

.col {
  width: auto;
  display: table-cell;
  vertical-align: top;
}

@media screen and (max-width: 860px) {
  [class*="col-"],
  .col {
    width: 100%;
  }

  .col {
    display: block;
  }
}

.feed-card {
  /* background: #fff; */
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.05);
  padding: 1em;
  margin: 0.3em;
}

.feed-card img {
  border-radius: 0;
  height: auto;
  width: 100%;
}

.feed-card * {
  margin: 0.2em 0;
}

.equipment .year {
  font-style: italic;
}

/**/

main .container {
  padding-top: 3em;
}

main .container:last-child {
  padding-bottom: 10em;
}

/* 
:last-child {
  margin-bottom: 0;
} */

/* footer airform */

.Footer {
  /* background: #f8f8fc; */
  /* background: #90aaa5; */
  /* background: #dedede; */
  /* background: #fbfae8; */
  /* background: #f0f0f0; */
  background: #f5f5f5;
  /* color: #dedede; */
  /* color: #90aaa5; */
  color: #3a5345;
  display: block;
  font-size: 1.4rem;
  max-width: 100%;
  padding: 4rem 0;
  position: relative;
  width: 100%;
}

.Footer * {
  margin-bottom: 0;
}

.Footer .container {
  text-align: center;
}

.Footer .Link {
  color: #90aaa5;
  /* color: #dedede; */
}

.Footer .Link .Icon {
  fill: #90aaa5;
  /* fill: #dedede; */
}

.Footer .Link:hover {
  color: #90aaa5;
  /* color: #efefef; */
}

.Footer .Link:hover .Icon {
  fill: #90aaa5;
  /* fill: #efefef; */
}

/* .Footer nav {
  border: 0;
} */

@media (min-width: 860px) {
  .Footer {
    /* padding-bottom: 3rem; */
  }

  .Footer .container {
    text-align: inherit;
  }
}

.Social {
  padding-bottom: 2rem;
}

.Social .Icon {
  height: 2rem;
}

.Social .Link {
  padding: 1rem;
}

@media (min-width: 860px) {
  .Social {
    float: right;
  }
  .Social .Link {
    display: inline-block;
    margin-left: 1.2rem;
    padding: 0;
  }
}

/*  */

/* Hero airform*/

.Hero {
  margin-top: -9rem;
}

.Hero .Button {
  font-size: 1.4rem;
  height: 5.6rem;
  line-height: 5.5rem;
  margin-top: 2rem;
  padding-left: 6rem;
  padding-right: 6rem;
}

.Hero__title {
  display: block;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.3;
  margin-bottom: 3rem;

  color: #fff;
}

.Hero__description {
  line-height: 2;
}

@media (min-width: 60rem) {
  .Hero {
    margin-top: 5.8rem;
  }
  .Hero__title {
    max-width: 45rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 90rem) {
  .Hero {
    margin-top: 16rem;
  }
}

/* boxed vital */

.col-1-4 {
  width: 25%;
  float: left;
}

.col-1-3 {
  width: 33.33%;
  float: left;
}

.boxed-image,
.boxed-action,
.boxed-meta {
  position: absolute;
}

.boxed-image,
.boxed-action {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.boxed-image {
  -ms-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.boxed-meta {
  bottom: 0;
  z-index: 1;
}

.boxed-action {
  opacity: 0;
  padding: 20% 0 0;
  z-index: 2;
}

.boxed {
  padding-top: 80%;
  position: relative;
  text-align: center;
}

.boxed:hover .boxed-action {
  background: rgba(255, 255, 255, 0.7);
  opacity: 1;
  transition: all 200ms ease-in-out;
}

.boxed-backgrounds {
  overflow: hidden;
}

@media screen and (max-width: 1080px) {
  .boxed-backgrounds [class*="col-"] {
    width: 50%;
  }
  .boxed-backgrounds .clear {
    display: none;
  }
}

@media screen and (max-width: 667px) {
  .boxed-backgrounds [class*="col-"] {
    width: 100%;
  }
}

.boxed-text {
  position: relative;
}

.boxed-text [class*="bg-"] {
  -ms-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.boxed-text .boxed-text-outer {
  position: relative;
  top: 0;
  padding-bottom: 30%;
}

.boxed-text .boxed-text-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1em;
  color: #fff;
}

.boxed-text .boxed-text-content * {
  margin: 0;
}

.boxed-text .boxed-text-content:after {
  content: "";
}

.boxed-text .boxed-text-content:hover {
  background: rgba(0, 0, 0, 0.3);
  transition: all 200ms ease-in-out;
}

@media screen and (max-width: 667px) {
  .boxed-text .filler {
    padding-bottom: 80%;
  }
}

/* boxed vital - changes by me */

.boxed-action {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.boxed-action h2 {
  font-size: 2.8rem;
}

.boxed-action h3 {
  font-size: 2.2rem;
}

/* Image instead of Hero */

.Image {
  position: relative;
  width: 100%; /* for IE 6 */
  line-height: 0;
}

.Image__header {
  position: absolute;
  top: 4em;
  left: 0;
  width: 100%;
}

.Image__header span {
  color: #a08819;
  background: rgb(0, 0, 0); /* fallback color */
  background: rgba(0, 0, 0, 0.7);
  /* padding: 10px;  */
  padding: 0.2em;
  padding-left: 2.4em;
  /* padding-left: 80px;  */
}

@media screen and (max-width: 860px) {
  .Image__header {
    top: 3em;
    font-size: 1.8em;
  }

  .Image__header span {
    padding-left: 2em;
  }
}

.xxabout p.info {
  margin-bottom: 0;
}

.xxabout p.link {
  text-align: right;
}

.book_session {
  text-align: center;
}

/* Notice from Vital */

.notice {
  /* background: #FFE0A3; */
  background: #14fdb3;
  text-align: center;
}

.notice .section {
  position: relative;
  padding: 1em;
  margin: 0 auto;
  width: 90%;
}

.notice-message {
  display: table;
  width: 100%;
}

.notice-text,
.notice-dismiss {
  display: table-cell;
  vertical-align: middle;
}

.notice-dismiss {
  width: 3em;
}

.notice-dismiss img {
  cursor: pointer;
  width: 2em;
  height: 2em;
  float: right;
}

.notice-dismiss img:hover {
  opacity: 0.7;
}

/* -^- */
