a {
  color: #e7733e;
}

a.palliativespecial {
  border: #214794 solid 2px;
  border-radius:6px;
  margin-bottom: 1em;
  font-size:1.2em;
  color: #303030;
  padding: 12px 15px;
  text-decoration: none;
  transition: .2s ease-out;
  text-align:center;

}

a.palliativespecial:hover {
  color:white;
  background-color: #ec9422;
  border-color: #ec9422;
}

svg {
  height: auto;
  width: 100%;
  display: block;
}

.eightypercenter {
  width: 85%;
  margin: 0 auto;
}



img#logo {
  height: auto;
}

@media screen and (max-width: 800px) {
  img#logo {
    max-width: 50%;
  }
}

@media (min-width: 1400px) {

  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1180px;
  }

  .eightypercenter {
    max-width: 1500px;
  }
}

.entry {
  text-align: center;
}

h3.entry {
  font-family: apparat-light, sans-serif;
  font-weight: 400;
  font-size: 1.8em;
  margin-bottom: 1.5em;
}

h4.entry {
  font-weight: 400;
}

li {
  font-weight: 400;
  font-size: 1.2em;
  font-family: "apparat", sans-serif;
  margin-bottom: .6em;
}

.px-5 {
  padding-right: 3rem;
  padding-left: 3rem;
  max-width: 1000px;
}

.text-left {
  text-align: left;
}

#navbar-right {
  display: flex !important;
  flex-basis: auto;
}

ul.navbar-nav {
  flex-direction: row;
}

/* Create a sticky/fixed navbar */
#navbar {
  /* display: flex; */
  justify-content: space-between;
  overflow: hidden;
  background-color: white;
  padding: 20px 10px;
  transition: 0.4s;
  /* Adds a transition effect when the padding is decreased */
  position: fixed;
  /* Sticky/fixed navbar */
  width: 100%;
  top: 0;
  /* At the top */
  z-index: 99;
}

/* Style the navbar links */
#navbar a {
  float: left;
  color: black;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  border-radius: 4px;
}

/* Style the logo */
#navbar #logo {
  font-size: 35px;
  font-weight: bold;
  transition: 0.4s;
}

/* Links on mouse-over */
#navbar a:hover {
  background-color: #f7f0e7;
  color: black;
}

/* Style the active/current link */
#navbar a.active {
  /* background-color: dodgerblue;
  color: white; */
}

/* Display some links to the right */
#navbar-right {
  float: right;
  margin: 30px 40px;
}

/* Add responsiveness - on screens less than 580px wide, display the navbar vertically instead of horizontally */
@media screen and (max-width: 580px) {

  #navbar a {
    float: none;
    display: block;
    text-align: left;
  }

  #navbar-right {
    float: none;
  }
}

.beigeblocky {width:100%;background-color:#f7f0e7;margin-top:250px;padding:60px 8px;}

.blocky {
  height: 90px;
  width: 100%;
}

@media screen and (max-width: 800px) {
  .eightypercenter {width: 100%;}
  #navbar-right {margin: 0 15px 0 0;}
  .blocky {height: 30px;}
  .beigeblocky {width:100%;background-color:#f7f0e7;margin-top:180px;padding:60px 8px;}
  .px-5 {padding-right:2em;padding-left:2em;}
}


svg path {
  cursor: pointer;
  transition: 0.3s;
}

svg path[id*="area"] {
  opacity: 0.85;
}

svg a:hover>path {
  opacity: 1;
}
