html, body { 
  scroll-behavior:smooth; 
}

#rightTopNav {
  position: fixed;
  background: #000;
  width: 100%;
  top: 0;
  right: 0;
  text-align: right;
  padding: 1em;
}

#rightTopNav a {
  color: #FFF;
}

section {
  min-height: 100vh;
  background-attachment: fixed !important;
  background-repeat: repeat-y;
  background-size: cover  !important;
}

#cremations {
  display: flex;
  padding-top: 3em;
  justify-content: center;
}

#cremations .products {
 margin: 0 1em; 
 min-width: 50%;
}

.specifications > a {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
}

.specifications > a p {
  width: 100%;
  font-size: 1.5em;
}

.specifications a > .price {
  font-size: 1em;
}

@media screen and (max-width: 420px) {
  #cremations .products h1, .border h1 {
    font-size: 12pt;
    margin: 0.1em 0;
  }
  
  #cremations .products {
   margin: 0 0.5em; 
  }
  
  #cremations .description * {
    font-size: 10pt !important;
  }
  
  .goTo, .contactUs {
    font-size: 1em;
    padding: 0.1em;
    margin: 0.2em;
  }
  .product p {
    margin: 0 !important;
  }
  .specifications a span {
    font-size: 1.5em;
  }
}

/* footer */
footer {
  display: flex;
  background: #F9F9F9;
  justify-content: center;
}

footer a {
  color: #A2A2A2;
  text-decoration: none;
}

footer div p img {
  width: 1.2em;
  vertical-align: middle;
}

footer div {
  margin: 2em;
}

footer .contactUs {
  font-size: 1em;
  margin: 2em;
  background: none;
}



/* footer div:last-child { */
/*   margin-right: 0; */
/* } */

footer h3 {
  color: #AC9C94;
}

footer p {
  margin: 0 auto;
  color: #A2A2A2;
}

.contactUs img {
  margin-right: 1em;
}

.linkList {
  margin-top: 7em;
}

.linkList img {
  width: 1.4em;
  margin-right:0.5em;
}


.gotoTop {
  position: fixed;
  bottom: 5em;
  right: 1em;
}

.gotoTop a {
  text-decoration: none;
  font-size: 1.5em;
  background: #000;
  padding: 0.5em 0.7em;
  border-radius: 50%;
}








