/* Carbon */
.hexagon#carbon h2 {
    z-index: 100;
    display: block;
    position: relative;
    text-align: center;
    color: white;
    font-family: sans-serif;
    font-size: 2.5em;
    font-style: normal;
    text-transform: none;
}

.hexagon#carbon h2 strong {
    color: white;
}

.hexagon#carbon {
  background-color: #333;
}

.hexagon#carbon:before {
  border-bottom: 21.65px solid #333;
}

.hexagon#carbon:after {
  border-top: 21.65px solid #333;
}

/* Silver */
.hexagon#silver h2 {
    z-index: 100;
    display: block;
    position: relative;
    text-align: center;
    color: white;
    font-family: sans-serif;
    font-size: 2.5em;
    font-style: normal;
    text-transform: none;
}

.hexagon#silver h2 strong {
    color: white;
}

.hexagon#silver {
  background-color: silver;
}

.hexagon#silver:before {
  border-bottom: 21.65px solid silver;
}

.hexagon#silver:after {
  border-top: 21.65px solid silver;
}

/* Gold */
.hexagon#gold h2 {
    z-index: 100;
    display: block;
    position: relative;
    text-align: center;
    color: white;
    font-family: sans-serif;
    font-size: 2.5em;
    font-style: normal;
    text-transform: none;
}

.hexagon#gold h2 strong {
    color: white;
}

.hexagon#gold {
  background-color: gold;
}

.hexagon#gold:before {
  border-bottom: 21.65px solid gold;
}

.hexagon#gold:after {
  border-top: 21.65px solid gold;
}

/* Shape */

.hexagon {
  position: relative;
  width: 75px; 
  height: 43.30px;
  margin: 21.65px 0;
  left: 0; right: 0; margin: auto;
  z-index: 100;
}

.hexagon:before,
.hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 37.5px solid transparent;
  border-right: 37.5px solid transparent;
}

.hexagon:before {
  bottom: 100%;
}

.hexagon:after {
  top: 100%;
  width: 0;
}

/* Table */
#pricing {
    margin-top: 40px;
    margin-bottom: 40px;
}

#pricing ul.alt {
    font-size: 1.3rem;
    text-align: center;
}

#pricing ul.alt li:nth-last-child(2){
    font-weight: 900;
}

