body,
html {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #403c38;
  overflow-x: hidden;
}

.section {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.root {
  background-color: #eee;
  background-repeat: repeat;
}

.nav {
  height: 50px;
}

.nav > img {
  height: 50px;
}

.top {
  background-color: rgba(255, 255, 255, 0.6);
  height: 400px;
}

.top > img {
  padding-top: 10px;
  height: 380px;
}

.chevron {
  text-align: center;
  margin: 0 auto;
  padding-top: 50px;
}

.chevron > a {
  color: #be1e2d;
}

.box {
  margin-top: 35px;
  border-radius: 15px;
}

.box > dl {
  font-size: 16px;
}

.box > address {
  font-size: 16px;
}

.test {
  width: 100%;
  height: 400px;
  background-image: url("../img/bg2.jpg");
  background-size: cover;
}

.header {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #bfb5a9;
  margin-bottom: 10px;
}

.border-left {
  border-left: 1px solid #bfb5a9;
}

.second-row {
  margin-top: 15px;
}

.third-row {
  margin-top: 46px;
}

.employee-first-img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
}

.employee-second-img {
  width: 150px;
  height: auto;
}

.footer {
  border-top: 1px solid #bfb5a9;
  padding-top: 10px;
  margin: 15px;
  margin-top: 0 auto;
}

#secondary {
  padding-top: 32px;
  margin-top: 32px;
  height: 100%;
}

.jumbo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.helse-link {
  display: flex;
  flex: 1;
  min-width: 300px;
  min-height: 100px;
  background-color: white;
  color: #4a4a4a;
  align-items: center;
  border-radius: 6px;
  padding: 18px;
  margin: 4px;
}

.helse-link:hover {
  background-color: #c2c2c2;
}
a:hover {
  text-decoration: none;
}
.helse-link__icon {
  min-width: 45px;
  text-align: center;
}
.helse-link__titles {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 12px;
}

.helse-link__title {
  font-size: large;
  margin-left: 12px;
}

.helse-link__subtitle {
  margin-left: 12px;
  text-align: left;
}
.address {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 12px;
  flex-wrap: wrap;
}
.address-item {
  display:flex;
  flex: 1;
  flex-direction: column;
  max-width: 200px;
  min-width: 150px;
}